/*!
Theme Name: LISTENING MIND US
Theme URI: http://underscores.me/
Author: Jaeil Han, Founder & Director of Creative Band
Author URI: https://creative-band.com
Description: WordPress Theme for LM US
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: listeningmindus
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.

LISTENING MIND US 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%;
	scroll-behavior: smooth;
}

/* 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: #101010;
	font-family: "Outfit", sans-serif;
	font-size: 16px;
	line-height: 1.5;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	word-break: keep-all;
}

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

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
--------------------------------------------- */
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

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

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

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

figure {
	margin: 1em 0;
}

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

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

a:visited {
	color: #800080;
}

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

a:focus {
	outline: thin dotted;
}

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

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

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

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

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

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

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

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

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



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

.post,
.page {
	margin: 0 0 1.5em;
}

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

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

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

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

.bypostauthor {
	display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gallery-caption {
	display: block;
}


html .entry-thumbnail {
	border-radius: 5px 5px;
	overflow: hidden;
}
/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

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

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

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

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

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

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

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

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

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

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

.alignright {

	/*rtl:ignore*/
	float: right;

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

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


#primary {
	width: 100%;
	float: left;
	padding: 68px 0 0 0;
}
.inner {
	max-width: 1440px;
	padding: 0 40px;
	margin: 0 auto;
}

.site-header {
	width: 100%;
	height: 68px;
	background-color: rgb(24, 22, 32, 1);
	border-bottom: 1px solid rgb(42, 39, 61);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
}
.admin-bar .site-header {
	top: 32px;
}
.site-header .inner {
	max-width: 100%;
	height: 100%;
	padding: 20px;
	position: relative;
}
.site-header .inner .site-title {
	float: left;
	margin: 0 80px 0 0;
}
.site-header .inner .main-navigation {
	width: calc(100% - 284px);
	float: left;
	white-space: nowrap;
}
.site-header .inner .main-navigation #primary-menu {}
.site-header .inner .main-navigation #primary-menu > li.menu-item {
	float: left;
	font-size: 0.875rem;
	line-height: 28px;
	margin: 0;
	position: relative;
}
.site-header .inner .main-navigation #primary-menu > li.menu-item:last-child {
	float: right;
	background-color: #FF3260;
	border-radius: 3px;
}
.site-header .inner .main-navigation #primary-menu > li.menu-item:last-child > a {
	padding: 0 15px;
}
.site-header .inner .main-navigation #primary-menu > li.menu-item:last-child > a:hover {
	color: #fff;
}
.site-header .inner .main-navigation #primary-menu > li.menu-item:last-child::before {
	content: none;
}
.site-header .inner .main-navigation #primary-menu > li.menu-item::before {
	content: "/";
	font-size: 0.75rem;
	line-height: 28px;
	display: inline-block;
	margin: 0 16px;
	color: #808080;
}
.site-header .inner .main-navigation #primary-menu > li.menu-item:nth-child(1)::before {
	content: none;
}
.site-header .inner .main-navigation #primary-menu > li.menu-item > a {
	display: inline-block;
	text-decoration: none;
	padding: 0 0 20px 0;
	color: #fff;
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
}
.site-header .inner .main-navigation #primary-menu > li.menu-item:hover > a {
	color: #ff325f;
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
}
.site-header .inner .main-navigation #primary-menu > li.menu-item > ul.sub-menu {
	display: none;
	position: absolute;
	top: 100%;
	left: -20px;
	margin: 0;
	padding: 15px 20px;
	background-color: rgba(255, 255, 255, .8);
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border: 1px solid #e1e1e1;
	border-top: none;
	box-shadow: 0 0 30px 0 rgba(0, 0, 0, .05);
}
.site-header .inner .main-navigation #primary-menu > li.menu-item.menu-item-has-children:hover > ul.sub-menu {
	display: block;
}
.site-header .inner .main-navigation #primary-menu > li.menu-item > ul.sub-menu > li.menu-item > a {
	text-decoration: none;
	color: #101010;
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
}
.site-header .inner .main-navigation #primary-menu > li.menu-item > ul.sub-menu > li.menu-item > a:hover {
	color: #ff325f;
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
}


.inner-bg {
	width: 100vw;
	height: 100vh;
	max-height: 1080px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -100;
	background-image: url("images/bg_main.webp");
	background-color: rgb(24, 22, 32);
	background-position: center;
	background-size: cover;
}
#search {
	width: 100%;
	float: left;
	position: relative;
}
#search #custom-search-form {
	width: 800px;
	padding: 120px 0 0 0;
	margin: 0 auto 90px auto;
	float: none;
	position: relative;
	display: table;
}
#search #custom-search-form h1.section-title {
	width: 100%;
	float: left;
	text-align: center;
	font-size: 5.063rem;
	line-height: 1.2;
	margin: 0 0 30px 0;
	color: #ffff;
}
#search #custom-search-form h1.section-title span {
	font-size: 2.25rem;
	font-weight: 400;
	line-height: 1.2;
}
#search #custom-search-form p {
	width: 100%;
	float: left;
	text-align: center;
	color: #fff;
	font-size: 1.5rem;
	font-weight: 400;
	line-height: 1.5;
	margin: 0 0 35px 0;
}
#search #custom-search-form input[type="text"] {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	width: calc(100% - 60px);
	height: 60px;
	line-height: 58px;
	padding: 0 20px;
	font-size: 1.125rem;
	border: none;
	border-right: none;
	border-radius: 0;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	float: left;
	background-color: #3e3a57;
	color: #fff;
}
#search #custom-search-form button[type="submit"] {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	width: 60px;
	height: 60px;
	float: left;
	border: none;
	border-left: none;
	border-radius: 0;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	background-color: #3e3a57;
	color: #fff;
	background-image: url('images/icons/icon-search.svg');
	background-size: 26px 26px;
	font-size: 0;
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
}
#search #custom-search-form input:focus {
	outline: none;
}

#fake-placeholder {
	max-width: 740px;
	width: auto;
	padding: 0 0 0 20px;
	position: absolute;
	bottom: 0;
	left: 0;
	color: #ddd;
	line-height: 60px;
	overflow: hidden; /* Ensures the content is not revealed until the animation */
	white-space: nowrap; /* Keeps the content on a single line */
	margin: 0 auto; /* Gives that scrolling effect as the typing happens */
	animation: 
	typing 3.5s steps(40, end),
	blink-caret .75s step-end infinite;
}

/* The typing effect */
@keyframes typing {
  from { width: 0 }
  to { width: 100% }
}


#latest {
	padding: 0 0 250px 0 !important;
}
#usecases {
	background-color: #1a1527;
}
#latest {
	background-color: #1a1527;
}
#voc {
	background-color: #f1f1f1;
	padding: 0 0 150px 0;
}
#voc ul.voc-loop {
	width: 100%;
	float: left;
	display: flex;
	flex-wrap: wrap;
	gap: 20px 30px;
	margin: 0;
	padding: 0;
}
#voc ul.voc-loop li.voc-loop-item {
	width: 100%;
	float: left;
	flex: 1 1 calc((100% - 60px) / 3);
	background-color: #fff;
	border-radius: 10px;
	padding: 35px 20px 50px 30px;
	box-shadow: 0 0 30px 0 rgba(0, 0, 0, .05);
	border: 1px solid  #e1e1e1;
}
#voc ul.voc-loop li.voc-loop-item .profile {
	width: 100%;
	float: left;
}
#voc ul.voc-loop li.voc-loop-item .profile .profile-image {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	background-color: aliceblue;
	float: left;
	margin: 0 20px 0 0;
	position: relative;
}
#voc ul.voc-loop li.voc-loop-item .profile .profile-image img {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	float: left;
	border: 3px solid #ddd;
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
}
#voc ul.voc-loop li.voc-loop-item .profile.profile-kr .profile-image::before {
	content: "";
	display: block;
	position: absolute;
	bottom: -5px;
	right: -5px;
	width: 32px;
	height: 32px;
	background-image: url('images/5.png');
	background-size: cover;
	z-index: 1500;
}
#voc ul.voc-loop li.voc-loop-item .profile.profile-jp .profile-image::before {
	content: "";
	display: block;
	position: absolute;
	bottom: -5px;
	right: -5px;
	width: 32px;
	height: 32px;
	background-image: url('images/4.png');
	background-size: cover;
	z-index: 1500;
}
#voc ul.voc-loop li.voc-loop-item .profile span {
	display: inline-block;
	float: left;
	font-size: 1.125rem !important;
	font-weight: 700;
	line-height: 1.36;
	margin: 15px 0 0 0;
}
#voc ul.voc-loop li.voc-loop-item > p {
	width: 100%;
	float: left;
	margin: 10px 0 0 0;
	padding: 0 0 0 100px;
	font-size: 1.313rem;
	font-weight: 400;
	color: #676767;
}










#usecases .btn-area,
#latest .btn-area {
	text-align: center;
	width: calc(100% + 30px);
	margin: 50px -15px 0 -15px;
}
.btn-area .btn {
	display: inline-block;
	width: calc(33.33333% - 15px);
	margin: 0 15px;
	height: 54px;
	line-height: 54px;
	background-color: #101010;
	color: #fff;
	text-decoration: none;
	font-size: 1rem;
	opacity: .5;
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
}
.btn-area .btn:hover {
	opacity: 1;
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
}
.btn-area .btn-white {
	background-color: #fff;
	color: #101010;
}
.btn-area .btn-normal {
	border-radius: 5px 5px;
}
.btn-area .btn-outlined {
	line-height: 52px;
	border: 1px solid #101010;
	background-color: transparent;
}
.btn-area .btn-outlined.btn-white {
	border: 1px solid #fff !important;
	color: #fff !important;
}

#usecases ul.articles-loop li.article-loop-item .entry-meta .entry-title a,
#latest ul.articles-loop li.article-loop-item .entry-meta .entry-title a {
	color: #ddd;
}

ul.samples {
	width: 800px;
	padding: 20px 0 0 0;
	margin: 0 auto;
	text-align: center;
}
ul.samples li {
	display: inline-block;
	color: #bbb;
	line-height: 32px;
	border-radius: 6px;
	border: 1px solid #bbb;
	padding: 0 12px;
	margin: 0 4px;
	cursor: pointer;
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
}
ul.samples li:hover {
	background-color: #bbb;
	color: rgb(24, 22, 32, 1);
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
}
section {
	width: 100%;
	float: left;
}
section .section-header {
	width: 100%;
	float: left;
	margin: 120px 0 70px 0;
}
section .section-header .section-title {
	font-size: 2.531rem;
	font-weight: 500;
	color: #ff325f;
	line-height: 1.2;
	margin: 0 0 10px 0 !important;
	width: 100%;
	float: left;
}
section .section-header p {
	width: 100%;
	float: left;
	margin: 0;
	font-size: 1.313rem;
	line-height: 1.36;
	color: #ddd;
}
ul.articles-loop {
	width: 100%;
	display: flex;
	flex-wrap: wrap; 
	gap: 70px 30px;
	margin: 0;
	padding: 0;
}
ul.articles-loop li.article-loop-item {
	flex: 1 1 calc((100% - 60px) / 3);
}
ul.articles-loop li.article-loop-item .entry-thumbnail,
ul.article-loop li.article-loop-item .entry-thumbnail {
	width: 100%;
	float: left;
	aspect-ratio: 16 / 9;
	background-color: #fff;
	background-size: cover;
	background-position: center;
	margin: 0 0 20px 0;
	line-height: 0;
	opacity: 1;
	border-radius: 5px;
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
}
ul.articles-loop li.article-loop-item .entry-thumbnail a,
ul.article-loop li.article-loop-item .entry-thumbnail a {
	display: inline-block;
	width: 100%;
	height: 100%;
	float: left;
}
ul.articles-loop li.article-loop-item .entry-meta {
	width: 100%;
	float: left;
}
ul.articles-loop li.article-loop-item .entry-meta .entry-title {
	font-size: 1.5rem;
	font-weight: 600;
	line-height: 1.36;
	margin: 0 0 10px 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal;
	max-height: 4.08em;
	text-align: left;
	word-wrap: break-word;
	display: -webkit-box;
	-webkit-line-clamp: 3; 
	-webkit-box-orient: vertical;
}
ul.article-loop li.article-loop-item .entry-meta .entry-title a,
ul.articles-loop li.article-loop-item .entry-meta .entry-title a {
	text-decoration: none;
	color: #101010;
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
}

ul.articles-loop li.article-loop-item:hover .entry-thumbnail {
	opacity: 1;
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
}
ul.articles-loop li.article-loop-item:hover .entry-meta .entry-title a {
	color: #ff325f !important;
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
}
ul.articles-loop li.article-loop-item:hover .entry-meta p {
	color: #bbb;
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
}

ul.articles-loop li.article-loop-item .entry-meta p {
	color: #bbb;
	line-height: 1.36;
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	margin: 0;
}
ul.articles-loop li.article-loop-item .entry-meta .entry-date {
	font-size: 0.875rem;
	color: #676767;
}



.single article {
	margin: 0 0 200px 0;
}
.single article .entry-header {
	width: 100%;
	float: left;
	text-align: center;
	padding: 0 15%;
	margin: 50px 0 35px 0;
}
.single-usecases article .post-thumbnail,
.single-post article .post-thumbnail {
	max-width: 680px !important;
	margin: 0 auto 50px auto !important;
	padding: 0 !important;
	float: none !important;
}


.single article .post-thumbnail {
	width: 110%;
	max-width: 110%;
	float: left;
	padding: 0 0 0 50px;
	margin: 0 0 75px 0;
	overflow: hidden;
	line-height: 0;
}
.single article .post-thumbnail img {
	line-height: 0;
	border-radius: 5px;
	border: 1px solid #e1e1e1;
	box-shadow: 0 0 30px 0 rgba(0, 0, 0, .05);
}
.single article .entry-header .entry-date {
	display: inline-block;
	margin: 0 5px;
	color: #676767;
	font-size: 0.875rem;
}
.single article .entry-header .post-categories {
	width: auto;
	display: inline-block;
	margin: 0 5px;
	font-size: 0.875rem;
}
.single article .entry-header .post-categories li a {
	text-decoration: none;
	color: #fff;
}
.single article .entry-header .entry-title {
	font-size: 3.375rem;
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 20px 0;
}





.single article .related-posts {
	max-width: 680px;
	margin: 120px auto;
	font-size: 1rem;
	line-height: 1.625;
	position: relative;
	display: table;
}
.single article .related-posts h3 {
	font-size: 1.5rem;
	margin: 0 0 5px 0;
}
.single article .related-posts ul.related-list {
	width: 100%;
	float: left;
	margin: 0;
	padding: 25px 0 0 0;
	border-top: 2px solid #101010;
}
.single article .related-posts ul.related-list li.related-item {
	width: 100%;
	float: left;
	margin: 0 0 25px 0;
	padding: 0 0 25px 0;
	border-bottom: 1px dashed #e1e1e1;
}
.single article .related-posts ul.related-list li.related-item .item-thumbnail {
	width: 40%;
	float: left;
	margin: 0 25px 0 0;
	border-radius: 5px;
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, .15);
	line-height: 0;
	overflow: hidden;
	position: relative;
	top: 0;
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
}
.single article .related-posts ul.related-list li.related-item:hover .item-thumbnail {
	box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .2);
	top: 3px;
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
}
.single article .related-posts ul.related-list li.related-item .item-thumbnail a {
	width: 100%;
	height: 100%;
	float: left;
	display: block;
}
.single article .related-posts ul.related-list li.related-item .item-thumbnail a img {
	
	line-height: 0;
	float: left;
}
.single article .related-posts ul.related-list li.related-item .item-meta {
	width: calc(60% - 25px);
	margin: 0;
	float: left;
}
.single article .related-posts ul.related-list li.related-item .item-meta strong {
	font-size: 1.125rem;
	line-height: 1.36;
	margin: 0 0 10px 0;
	width: 100%;
	float: left;
	display: inline-block;	
}
.single article .related-posts ul.related-list li.related-item .item-meta strong a {
	text-decoration: none;
	color: #101010;
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
}
.single article .related-posts ul.related-list li.related-item:hover .item-meta strong a {
	color: #FF3260;
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
}
.single article .related-posts ul.related-list li.related-item .item-meta p {
	line-height: 1.36;
	color: #676767;
}

.single article .entry-content {
	max-width: 680px;
	margin: 0 auto;
	font-size: 1rem;
	line-height: 1.625;
	position: relative;
	display: table;
}
.single article .entry-content #ez-toc-container {
	width: 230px;
	position: absolute;
	top: 0;
	left: -300px;
}
.single article .entry-content #ez-toc-container + h2 {
	margin: 0 0 1.5rem 0 !important;
}
.single article .entry-content #ez-toc-container .ez-toc-title-container {
	border-bottom: 2px solid #101010;
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
}
.single article .entry-content #ez-toc-container nav ul.ez-toc-list {}
.single article .entry-content #ez-toc-container nav ul.ez-toc-list li {
	width: 100%;
	float: left;
	line-height: 1.5;
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px dashed #bbb;
}
.single article .entry-content #ez-toc-container nav ul.ez-toc-list li:last-child {
	border-bottom: none;
	margin: 0;
}
.single article .entry-content #ez-toc-container nav ul.ez-toc-list li a {
	color: #676767;
} 
.single article .entry-content #ez-toc-container nav ul.ez-toc-list li:hover a {
	color: #101010;
} 
.single article .entry-content #ez-toc-container .ez-toc-title {
	color: #FF3260;
}

.entry-content p {
	font-size: 1rem;
	line-height: 1.625;
	margin: 0 0 1.625rem 0;
}
.entry-content p strong {
	font-weight: 600;
}
.entry-content .wp-block-image {
	margin: 2.25rem 0;
}
.entry-content .wp-block-image .wp-element-caption {
	font-size: 0.875rem;
	color: #676767;
	margin-top: 10px;
	margin-bottom: 0;
}
.entry-content .wp-block-image .wp-element-caption a {
	color: #676767;
	text-decoration: none;
	border-bottom: 1px dashed #676767;
}
.entry-content .wp-block-image .wp-element-caption a:hover {
	border-bottom: 1px solid #676767;
}
.entry-content ul.wp-block-list {
	list-style: disc;
	list-style-position: outside;
	width: calc(100% - 20px);
	margin: 0 0 2.25rem 20px;
}
.entry-content ol.wp-block-list {
	list-style: decimal;
	list-style-position: outside;
	width: calc(100% - 20px);
	margin: 0 0 2.25rem 20px;
}
.entry-content ul.wp-block-list > li,
.entry-content ol.wp-block-list > li {
	
}
.entry-content strong {
	font-weight: 700;
}
.entry-content h2 {
	font-size: 1.969rem;
	line-height: 1.36;
	margin: 2.25rem 0 1.5rem 0;
}
.entry-content h3 {
	font-size: 1.5rem;
	line-height: 1.36;
	margin: 1.969rem 0 0.75rem 0;
}
.entry-content h4 {
	font-size: 1.125rem;
	margin: 1.625rem 0 0 0;
}
.home #features {
	background-color: #fff;
}
#features {
	background-color: #f5f5f5;
}
#features .section-header {
	width: 100%;
	float: left;
	margin: 120px 0 35px 0;
}

#features .section-header p {
	color: #676767;
}
#features .section-content {
	width: 100%;
	margin: 0;
	float: left;
}
.scrollmagic-pin-spacer {
	width: 900px;
	float: left;
}
#features .section-content .content-left {
	width: 55%;
	float: left;
	margin: 0;
}
#features .section-content .content-left ul.article-loop {
	width: 100%;
	float: left;
}
#features .section-content .content-left ul.article-loop li.article-loop-item {
	width: 100%;
	float: left;
	background: #672C90;
	background: linear-gradient(135deg, rgba(103, 44, 144, 1) 0%, rgba(38, 34, 97, 1) 40%, rgba(97, 173, 157, 1) 100%);
	padding: 20px 20px 30px 20px;
	border-radius: 10px;
	box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.15);
}
#features .section-content .content-left ul.article-loop li.article-loop-item .entry-thumbnail {
	width: 100%;
	aspect-ratio: 10 / 6;
	margin: 0 0 20px 0;
	overflow: hidden;
	line-height: 0;
}
#features .section-content .content-left ul.article-loop li.article-loop-item .entry-thumbnail a {
	display: block;
	width: 100%;
	height: 100%;
	float: left;
	position: relative;
}
#features .section-content .content-left ul.article-loop li.article-loop-item .entry-thumbnail img {
	line-height: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-height: 100%;
	width: auto;
	max-width: unset;
	width: 100%;
	float: left;
}
#features .section-content .content-left ul.article-loop li.article-loop-item .entry-meta .entry-title {
	font-size: 1.688rem;
	font-weight: 400 !important;
	line-height: 1.36;
	margin: 0 0 10px 0;
	color: #fff;
}
#features .section-content .content-left ul.article-loop li.article-loop-item .entry-meta .entry-title strong {
	font-weight: 600 !important;
}
#features .section-content .content-left ul.article-loop li.article-loop-item .entry-meta .entry-title a {
	color: #fff;
}
#features .section-content .content-left ul.article-loop li.article-loop-item .entry-meta p {
	margin: 0 0 20px 0;
	color: #ddd;
}
#features .section-content .content-left ul.article-loop li.article-loop-item .entry-meta > a {
	text-decoration: none;
		color: #ff325f;
		border-bottom: 1px dashed transparent;
		transition: all .25s 
	ease-in-out;
		-moz-transition: all .25s ease-in-out;
		-webkit-transition: all .25s 
	ease-in-out;
}
#features .section-content .content-left ul.article-loop li.article-loop-item .entry-meta > a:hover {
	border-bottom: 1px dashed #ff325f;
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
}
#features .section-content .content-right {
	width: 45%;
	float: left;
	margin: 0;
	padding: 0 0 0 50px;
}
#features .section-content .content-right ul.article-loop {
	width: 100%;
	float: left;
	margin: 0 0 150px 0;
}
#features .section-content .content-right ul.article-loop li.article-loop-item {
	width: 100%;
	float: left;
	margin: 0 0 90px 0;
}
#features .section-content .content-right ul.article-loop li.article-loop-item .entry-thumbnail {
	width: 100%;
	height: auto;
	float: left;
	margin: 0 0 20px 0;
	overflow: hidden;
	line-height: 0;
	aspect-ratio: unset;
	padding: 0;
	border-radius: 5px;
	box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.15);
}
#features .section-content .content-right ul.article-loop li.article-loop-item .entry-thumbnail iframe {
	width: 100%;
	float: left;
	height: auto;
}
#features .section-content .content-right ul.article-loop li.article-loop-item .entry-thumbnail img {
	line-height: 0;
	width: 100%;
	float: left;
	border-radius: 3px;
}
#features .section-content .content-right ul.article-loop li.article-loop-item .entry-meta .entry-title {
	font-size: 1.5rem;
	line-height: 1.36;
	font-weight: 500;
	margin: 0 0 10px 0;
}
#features .section-content .content-right ul.article-loop li.article-loop-item .entry-meta .entry-title strong {
	
	font-weight: 700;
}
#features .section-content .content-right ul.article-loop li.article-loop-item .entry-meta p {
	color: #101010;
	line-height: 1.5;

	margin: 0 0 20px 0;
}
#features .section-content .content-right ul.article-loop li.article-loop-item .entry-meta > a {
	text-decoration: none;
	color: #ff325f;
	border-bottom: 1px dashed transparent;
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
}
#features .section-content .content-right ul.article-loop li.article-loop-item .entry-meta > a:hover {
	border-bottom: 1px dashed #ff325f;
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
}

.page-template-page-blog .site-main .page-header,
.archive .site-main .page-header {
	width: 100%;
	float: left;
	padding: 120px 0 70px 0;
	margin: 0 0 120px 0;
	background: #672C90;
	background: linear-gradient(135deg, rgba(103, 44, 144, 1) 0%, rgba(38, 34, 97, 1) 40%, rgba(97, 173, 157, 1) 100%);
	
	/* background-color: #3e3a57;
	background-image: url('images/bg_main.webp');
	background-size: cover;
	background-position: center; */
}
.page-template-page-blog .site-main .page-header .page-title,
.archive .site-main .page-header .page-title {
	font-size: 4.43rem;
	color: #fff;
	font-weight: 500;
}
.page-template-page-blog .site-main .page-header .btn-area,
.archive .site-main .page-header .btn-area {
	margin: 50px 0 0 0;
}
.page-template-page-blog .site-main .page-header .btn-area a.btn,
.archive .site-main .page-header .btn-area a.btn {
	margin: 0;
	width: auto;
	padding: 0 30px;
	opacity: 1;
}
.page-template-page-blog .site-main .page-header p,
.archive .site-main .page-header p {
	font-size: 1.313rem;
	color: #bbb;
	font-weight: 400;
}

.page-template-page-blog #free-trial,
.archive #free-trial {
	margin: 250px 0 0 0 !important;
}


.post-type-archive-features .site-main .article-inner-wrap {
	width: 100%;
	float: left;
	display: block;
}
.post-type-archive-features .site-main .article-inner-wrap article {
	width: 100%;
	float: left;
	margin: 0 0 50px 0;
	border: 1px solid #e1e1e1;
	background-color: #f9f9f9;
	padding: 30px;
	border-radius: 10px;
	position: relative;
}
.post-type-archive-features .site-main .article-inner-wrap article:nth-child(1) {
	background-color: #333;
	position: relative;
}
.post-type-archive-features .site-main .article-inner-wrap article:nth-child(1)::after {
	content: "";
	width: 300px;
	height: 300px;
	display: block;
	background-image: url('/images/white-cirlce-gradient.png');
	background-size: 300px 300px;
	background-position: left top;
	background-repeat: no-repeat;
	position: absolute;
	top: -150px;
	left: -150px;
	z-index: 1000;
}
.post-type-archive-features .site-main .article-inner-wrap article:nth-child(1) .entry-meta .entry-title {
	font-weight: 500;
}
.post-type-archive-features .site-main .article-inner-wrap article:nth-child(1) .entry-meta .entry-title a {
	color: #fff;
}
.post-type-archive-features .site-main .article-inner-wrap article:nth-child(1) .entry-meta p {
	color: #ddd !important;
}
.post-type-archive-features .site-main .article-inner-wrap article:nth-child(1):hover .entry-meta .entry-title a {
	color: #fff;
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
}
.post-type-archive-features .site-main .article-inner-wrap article:nth-child(1) .entry-meta p {
	color: #808080;
}
.post-type-archive-features .site-main .article-inner-wrap article:nth-child(1) .entry-meta .entry-date {
	color: #bbb;
}
.post-type-archive-features .site-main .article-inner-wrap article .entry-thumbnail {
	width: 45%;
	float: left;
	aspect-ratio: 16 / 9;
	background-color: #f1f1f1;
	background-position: center;
	background-size: cover;
	margin: 0;
	padding: 0 0 0 100px;
	opacity: 1;
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	box-shadow: 0 0 30px 0 rgba(0, 0, 0, .05)
}
.post-type-archive-features .site-main .article-inner-wrap article .entry-meta {
	width: 55%;
	float: left;
	padding: 30px 30px 30px 10px;
}
.post-type-archive-features .site-main .article-inner-wrap article .entry-meta  > a {
	text-decoration: none;
	color: #FF3260;
}
.post-type-archive-features .site-main .article-inner-wrap article .entry-meta  > a:hover {
	text-decoration: underline;
}
.post-type-archive-features .site-main .article-inner-wrap article .entry-meta .entry-title {
	font-size: 2.25rem;
}
.post-type-archive-usecases .site-main .article-inner-wrap {
	width: 100%;
	float: left;
	display: block;
}
.post-type-archive-usecases .site-main .article-inner-wrap article {
	width: 100%;
	float: left;
	margin: 0 0 50px 0;;
}
.post-type-archive-usecases .site-main .article-inner-wrap article:hover {
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
}
.post-type-archive-usecases .site-main .article-inner-wrap article .entry-thumbnail {
	width: 40%;
	float: left;
	aspect-ratio: 16 / 9;
	background-color: #f9f9f9;
	margin: 0;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	opacity: 1;
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.15);
	border-radius: 5px;
	overflow: hidden;
}
.post-type-archive-usecases .site-main .article-inner-wrap article .entry-meta .entry-title:hover a {
	color: #ff325f;
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
}
.article-inner-wrap article .entry-meta {
	width: 60%;
	float: left;
}
.article-inner-wrap article .entry-meta .entry-title {
	font-size: 1.688rem;
	line-height: 1.36;
	margin: 0 0 20px 0;
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
}
.article-inner-wrap article .entry-meta .entry-title:hover a {
	color: #ff325f;
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
}
.article-inner-wrap article .entry-meta p {
	font-size: 1rem;
	line-height: 1.5;
	color: #676767;
	margin: 0 0 25px 0;
	
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal;
	height: 4.5em;
	text-align: left;
	word-wrap: break-word;
	display: -webkit-box;
	-webkit-line-clamp: 3; 
	-webkit-box-orient: vertical;
}
.article-inner-wrap article .entry-meta .entry-date,
.article-inner-wrap article .entry-meta .entry-author {
	color: #101010;
	font-size: 0.875rem;
}
.article-inner-wrap article .entry-meta .by {
	font-size: 0.75rem;
	line-height: 1.2;
	text-decoration: lowercase;
	font-family: "Georgia", serif;
	font-style: italic;
	color: #808080;
	margin: 0 8px;
}



.single article .entry-header .entry-date,
.single article .entry-header .entry-author {
	color: #101010;
	font-size: 0.875rem;
}
.single article .entry-header .by {
	font-size: 0.75rem;
	line-height: 1.2;
	text-decoration: lowercase;
	font-family: "Georgia", serif;
	font-style: italic;
	color: #808080;
	margin: 0 8px;
}











.page-template-page-blog .site-main .article-inner-wrap {
	width: 100%;
	float: left;
	display: block;
}
.page-template-page-blog .site-main .article-inner-wrap article {
	width: 100%;
	float: left;
	margin: 0 0 35px 0;
}
.page-template-page-blog .site-main .article-inner-wrap article .entry-thumbnail {
	width: 40%;
	float: left;
	aspect-ratio: 16 / 9;
	background-color: #f9f9f9;
	margin: 0 ;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, .15);
	border-radius: 5px;
	overflow: hidden;
	position: relative;
	top: 0;
}
.page-template-page-blog .site-main .article-inner-wrap article:hover .entry-thumbnail {
	top: 2px;
	
	box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .2);
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
}
.article-inner-wrap article .entry-thumbnail a {
	display: inline-block;
	width: 100%;
	height: 100%;
	float: left;
}
.article-inner-wrap article .entry-meta {
	width: 60%;
	float: left;
	padding: 10px 0 0 35px;
}
.article-inner-wrap article .entry-meta .entry-title {
	font-size: 1.688rem;
	line-height: 1.36;
	margin: 0 0 10px 0;
}
.article-inner-wrap article .entry-meta .entry-title a {
	text-decoration: none;
	color: #101010;
}


.single-features article .entry-header {
	position: relative;
}
.single-features article .entry-header::after {
	width: 100%;
	height: 500px;
	background: rgb(229, 35, 50);
	background: linear-gradient(180deg, rgba(229, 35, 50, 1) 0%, rgba(229, 35, 50, 0) 100%);
	opacity: .1;
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	z-index: 0;
	
}

.single-features article .entry-header {
	width: 100%;
	float: left;
	padding: 120px 0 150px 0;
	margin: 0;
	position: relative;
}
.single-features article .entry-header .header-left {
	width: 40%;
	float: left;
	text-align: left;
}
.single-features article .entry-header .header-left .entry-date {
	font-size: 1rem;
}
.single-features article .entry-header .header-left .entry-category {
	font-size: 1rem;
}
.single-features article .entry-header .header-left .entry-category a {
	text-decoration: none;
	color: #ff325f;
}
.single-features article .entry-header .header-left .entry-title {
	font-size: 3.375rem;
	font-weight: 500;
	line-height: 1.2;
	margin: 35px 0 35px -3px;
}
.single-features article .entry-header .header-left p {
	font-size: 1.125rem;
	width: 100%;
	float: left;
	margin: 0;
	padding: 0 90px 0 0;
}
.single-features article .entry-header .header-left .entry-title strong {
	font-weight: 700;
}
.single-features article .entry-header .header-left .hero-btn {
	margin: 70px 0 0 0;
	display: block;
	float: left;
	border-radius: 27px 27px;
	height: 54px;
	line-height: 54px;
	color: #fff;
	background-color: #ff325f;
	text-decoration: none;
	font-size: 1.125rem;
	font-weight: 600;
	padding: 0 36px;
}
.single-features article .entry-header .header-right {
	width: 60%;
	float: right;
	padding: 150px 0 0 0;
	margin: 0;
}

.single-features article .entry-content {
	width: 100%;
	max-width: 100%;
	font-size: 1.125rem;
	line-height: 1.625;
	float: left;
}
.single-features article .entry-content section {
	width: 100%;
	float: left;
	padding: 150px 0;
}
.single-features article .entry-content section .section-header {
	width: 100%;
	float: left;
	margin: 0 0 90px 0 !important;
}
.single-features article .entry-content section .section-header .section-eyebrow {
	font-size: 0.875rem;
	color: #ff325f;
	font-weight: 700;
	letter-spacing: 0.1em;
}
.single-features article .entry-content section .section-header .section-title {
	width: 100%;
	float: left;
	color: #101010;
	font-size: 2.953rem;
	font-weight: 700;
	margin: 35px 0 20px -3px !important;
}
.single-features article .entry-content section .section-header p {
	width: 100%;
	float: left;
	color: #676767;
	font-size: 1.313rem;
	line-height: 1.36;
}
.single-features article .entry-content section .section-content {
	font-size: 1.125rem;
	line-height: 1.625;
}
.single-features article .entry-content section .section-content p {
	font-size: 1.125rem;
}

#why {
	background-color: #f9f9f9;
}
#why .section-header {
	width: 50%;
	float: left;
	margin: 0;
}
#why .section-content {
	width: 50%;
	float: left;
	margin: 150px 0 0 0;
} 
#why .section-content p {
	font-size: 1.5rem;
	line-height: 1.5;
	font-weight: 400;
	margin: 0 0 50px 0;
}
#why .section-content ul.features li {
	font-size: 1.125rem;
}

#solution .section-content {
	width: 100%;
	float: left;
}
#solution .section-content ul.solution-loop {
	width: 100%;
	float: left;
}
#solution .section-content ul.solution-loop li.solution-loop-item {
	width: calc(100% + 100px);
	margin: 0 -50px 150px -50px;
	float: left;
}
#solution .section-content ul.solution-loop li.solution-loop-item .item-left {
	width: calc(50% - 100px);
	margin: 0 50px;
	float: left;
}
#solution .section-content ul.solution-loop li.solution-loop-item .item-left h3 {
	font-size: 2.25rem;
	font-weight: 600;
	line-height: 1.2;
	margin: 0 0 20px 0;
	padding: 0 90px 0 0;
}
#solution .section-content ul.solution-loop li.solution-loop-item .item-left h3 span {
	color: #ff325f;
}
#solution .section-content ul.solution-loop li.solution-loop-item .item-left h3::after {
	content: "";
	display: block;
	margin: 35px 0;
	width: 50px;
	height: 5px;
	background-color: #ddd;
}
#solution .section-content ul.solution-loop li.solution-loop-item .item-left p {
	font-weight: 500;
	font-size: 1.313rem;
	margin: 0 0 35px 0;
}
#solution .section-content ul.solution-loop li.solution-loop-item .item-right {
	width: calc(50% - 100px);
	aspect-ratio: 16 / 9;
	margin: 0 50px;
	float: left;
}
#solution .section-content ul.solution-loop li.solution-loop-item:nth-child(2n) .item-left {
	float: right;	
}
#solution .section-content ul.solution-loop li.solution-loop-item:nth-child(2n) .item-right {
	float: left;
}
#solution .section-content ul.solution-loop li.solution-loop-item img {
	border-radius: 10px;
	border: 1px solid #e1e1e1;
	box-shadow: 0 0 30px 0 rgba(0, 0, 0, .05);
}

ul.features {
	width: calc(100% - 30px);
	margin: 0 0 1.625rem 30px;
	float: left;
}
ul.features > li {
	width: 100%;
	float: left;
	position: relative;
	margin: 0 0 15px 0;
	line-height: 1.5;
}
ul.features > li::before {
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	background-image: url('images/icons/icon-check-circle.svg');
	background-size: 20px 20px;
	background-position: center;
	position: absolute;
	top: 5px;
	left: -30px;
}

ul.problem-features > li::before {
	background-image: url('images/icons/icon-alert.svg');	
}


ul.features-loop {
	display: block;
	width: 100%;
	margin: 0;
	float: left;
}
ul.features-loop li.features-loop-item {
	width: 100%;
	margin: 0 0 90px 0 !important;
	float: left;
}
ul.features-loop li.features-loop-item .item-thumbnail {
	width: calc(50% - 35px);
	height: auto;
	margin: 0 35px 0 0;
	float: left;
	background-color: transparent;
	padding: 0;
	position: relative;
	overflow: hidden;
	z-index: 0;
}
ul.features-loop li.features-loop-item .item-thumbnail img {
	position: relative;
	z-index: 0;
	border-radius: 10px;
	width: 100%;
	float: left;
	border: 1px solid #e1e1e1;
	box-shadow: 0 0 20px rgba(0, 0, 0, .05);
}
ul.features-loop li.features-loop-item .item-thumbnail > a {
	display: inline-block;
	width: 100%;
	height: 100%;
	float: left;
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	border-radius: 10px;
}
ul.features-loop li.features-loop-item .item-thumbnail:hover > a {
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
}
ul.features-loop li.features-loop-item .item-thumbnail:hover > a::after {
	content: "";
	display: inline-block;
	width: 30px;
	height: 30px;
	position: absolute;
	top: 20px;
	right: 20px;
	background-color: rgba(255, 255, 255, .5);
	background-image: url('images/icons/icon-expansion.svg');
	background-size: 18px 18px;
	background-position: center;
	background-repeat: no-repeat;
	filter: invert(1);
	z-index: 1550;
	border-radius: 3px;
}
ul.features-loop li.features-loop-item .item-meta {
	width: calc(50% - 35px);
	margin: 0 0 0 35px;
	float: left;
}
ul.features-loop li.features-loop-item .item-meta .item-title {
	width: 100%;
	float: left;
	font-size: 2.25rem;
	font-weight: 600;
	line-height: 1.2;
	margin: 0 0 20px 0;
}
ul.features-loop li.features-loop-item .item-meta .item-title::before {
	color: #ff325f;
	display: block;
	float: left;
	width: 100%;
	margin: 0 0 20px 0;
	font-size: 2.25rem;
	font-weight: 400;
}
ul.features-loop li.features-loop-item:nth-child(1) .item-meta .item-title::before {
	content: "01";
}
ul.features-loop li.features-loop-item:nth-child(2) .item-meta .item-title::before {
	content: "02";
}
ul.features-loop li.features-loop-item:nth-child(3) .item-meta .item-title::before {
	content: "03";
}
ul.features-loop li.features-loop-item:nth-child(4) .item-meta .item-title::before {
	content: "04";
}
ul.features-loop li.features-loop-item:nth-child(5) .item-meta .item-title::before {
	content: "05";
}

ul.features-loop li.features-loop-item .item-meta p {
	font-weight: 400;
	font-size: 1.125rem;
	margin: 0 0 35px 0;
}
.admin-bar ul.content-navigation {
	top: 132px;
}
ul.content-navigation {
	width: 410px;
	position: fixed;
	top: 100px;
	left: 50%;
	transform: translateX(-50%);
	display: inline-block;
	background-color: rgba(0, 0, 0, .65);
	z-index: 1000;
	height: 52px;
	text-align: center;
	padding: 0 10px;
	border-radius: 10px;
}
.admin-bar ul.content-navigation {
	top: 136px;
}
ul.content-navigation li {
	display: inline-block;
	margin: 7px 5px;
}
ul.content-navigation li a {
	text-decoration: none;
	color: #fff !important;
	display: inline-block;
	height: 38px;
	line-height: 36px;
	background-color: transparent;
	border-radius: 5px;
	padding: 0 20px;
	text-decoration: none;
	font-size: 1.125rem;
	font-weight: 500;
	margin: 0;
	letter-spacing: 0.025em;
}
ul.content-navigation li a.active {
	background-color: #ffffff;
	color: #ff325f !important;
}




#free-trial {
	padding: 90px 0 120px 0 !important;
	background-color: #ff325f;
	background-image: url('images/rm-logo.svg');
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: calc(100% + 120px) 90px;
}
#free-trial .section-header {
	margin: 0 0 70px 0 !important;
}
#free-trial .section-header .section-title {
	width: 100%;
	float: left;
	color: #fff;
	font-size: 3.375rem;
	margin: 0 0 20px 0 !important;
}
#free-trial .section-header p {
	color: #fff;
	font-size: 1.313rem;
}
#free-trial .section-content a.hero-btn {
	display: block;
	float: left;
	border-radius: 27px 27px;
	height: 54px;
	line-height: 54px;
	color: #ff325f;
	background-color: #fff;
	text-decoration: none;
	font-size: 1.125rem;
	font-weight: 600;
	padding: 0 36px;
}

.entry-related-features {
	padding: 150px 0;
	width: 100%;
	float: left;
	background-color: #f5f5f5;
}
.entry-related-features .section-header {
	width: 100%;
	float: left;
	margin: 0 0 90px 0 !important;
}
.entry-related-features h2 {
	width: 100%;
	float: left;
	color: #101010 !important;
	font-size: 2.953rem !important;
	font-weight: 700 !important;
	margin: 35px 0 20px -3px !important;
}

.paging-info-1st,
.paging-info-4th {
	position: absolute;
	top: -53px;
	left: 50%;
	transform: translateX(-50%);
	font-size: 1.313rem;
}
ul.features-loop .entry-meta {
	width: 50%;
	float: left;
	padding: 0 90px 0 0;
}
ul.features-loop .entry-meta h3 {
	font-size: 2.25rem;
	font-weight: 600;
	line-height: 1.2;
	margin: 0 0 20px 0;
}
ul.features-loop .entry-meta h3 a {
	text-decoration: none;
	color: #101010;
}
ul.features-loop .entry-meta h3 p {
	line-height: 1.5;
}
ul.features-loop .entry-thumbnail {
	width: 50%;
	float: left;
}
ul.features-loop .entry-thumbnail a {} 
ul.features-loop .entry-thumbnail a img {
	width: 100%;
	height: auto;
	border-radius: 10px;
}





ul.related-features-loop {
	width: calc(100% + 30px);
	margin: 0 -15px;
	float: left;
	position: relative;
}
ul.related-features-loop li.related-features-loop-item {
	width: calc(100% - 30px);
	margin: 0 15px !important;
	float: left;
}
.paging-info-1st,
.paging-info-4th {
	position: absolute;
	top: -68px;
	left: 50%;
	transform: translateX(-50%);
	font-size: 1.313rem;
}
ul.related-features-loop .slick-arrow {
	top: -51px;
	background-color: #fff;
	width: 25px;
	height: 25px;
	opacity: .35;
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
}
ul.related-features-loop .slick-arrow:hover {
	opacity: 1;
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
}
ul.related-features-loop .slick-arrow::before {
	content: none;
}
ul.related-features-loop .slick-prev {
	left: calc(50% - 60px);
	background-image: url('images/icons/icon-chevron-left.svg');
	background-size: cover;
}
ul.related-features-loop .slick-next {
	right: calc(50% - 60px);
	background-image: url('images/icons/icon-chevron-right.svg');
	background-size: cover;
}
ul.related-features-loop li.features-loop-item {
	width: calc(100% - 30px);
	margin: 0 15px;
	float: left;
}
ul.related-features-loop .entry-meta {
	width: 50%;
	float: left;
	padding: 0 90px 0 0;
}
ul.related-features-loop .entry-meta h3 {
	font-size: 2.25rem;
	font-weight: 500;
	line-height: 1.2;
	margin: 0 0 20px 0;
}
ul.related-features-loop .entry-meta h3 a {
	text-decoration: none;
	color: #101010;
}
ul.related-features-loop .entry-meta h3 p {
	line-height: 1.5;
}
ul.related-features-loop .entry-thumbnail {
	width: 50%;
	float: left;
}
ul.related-features-loop .entry-thumbnail a {} 
ul.related-features-loop .entry-thumbnail a img {
	width: 100%;
	height: auto;
	border-radius: 10px;
}
































#insight .section-content .content-left {
	width: 50%;
	float: left;
	padding: 0 90px 0 0;
}
#insight .section-content .content-left h3 {
	font-size: 2.25rem;
	font-weight: 600;
	line-height: 1.2;
	margin: 0 0 20px 0;
}
#insight .section-content .content-left p {
	line-height: 1.5;
}
#insight .section-content .content-left a {
	color: #ff325f;
	
}
#insight .section-content .content-right {
	width: 50%;
	float: left;
}
#insight .section-content .content-right img {
	width: 100%;
	height: auto;
	border-radius: 10px;
}



.page-template-page-reseller {
	padding: 0;
	background-color: #F6F6F6;
}
.page-template-page-reseller .page-header {
	width: 100%;
	height: calc(1080px - 136px);	
	float: left;
	padding: 160px 0 0 0;
	background-color: #fff;
	position: relative;
	overflow: hidden;
}
.page-template-page-reseller .page-header::after {
	width:  100%;
	height: 500px;
	background: rgb(229,35,50);
	background: linear-gradient(180deg, rgba(229,35,50,1) 0%, rgba(229,35,50,0) 100%);
	opacity: .15;
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	z-index: 0;
}
.page-template-page-reseller .page-header .inner {
	position: relative;
	height: 100%;
}
.page-template-page-reseller .page-header .inner img {
	position: absolute;
	bottom: 70px;
	right: -100px;
	width: 75%;
	height: auto;
	z-index: 0;
}
.page-template-page-reseller .page-header h1.page-title {
	width: 100%;
	float: left;
	margin: 0 0 50px 0;
	font-size: 3.375rem;
	font-weight: 800;
	line-height: 1.2;
	position: relative;
	z-index: 1500;
}
.page-template-page-reseller .page-header p {
	width: 100%;
	float: left;
	font-size: 1.5rem;
	line-height: 1.5;
	font-weight: 500;
	margin: 0 0 80px 0;
	position: relative;
	z-index: 1500;
}
.page-template-page-reseller .page-header a {
	display: inline-block;
	width: 286px;
	height: 62px;
	line-height: 62px;
	background-color: #E52332;
	color: #fff;
	font-size: 1.313rem;
	font-weight: 700;
	text-align: center;
	text-decoration: none;
	border-radius: 5px 5px;
	position: relative;
	z-index: 1500;
}

.page-template-page-reseller .contents-wrap {
	width: 100%;
	float: left;
	padding: 150px 0 0 0;
}
.page-template-page-reseller .contents-wrap section {
	width: 100%;
	float: left;
	margin: 0 0 120px 0;
}
.page-template-page-reseller .contents-wrap section h2.section-title {
	width: 360px;
	margin: 0 60px 0 0;
	float: left;
	font-size: 2.25rem;
	font-weight: 700;
	color: #E52332;
}
.page-template-page-reseller .contents-wrap section div.section-content {
	width: calc(100% - 420px);
	float: left;
	padding: 70px 0 0 0;
}
.page-template-page-reseller .contents-wrap section div.section-content p {
	font-size: 1.313rem;
	font-weight: 400;
	line-height: 1.5;
	margin: 0 0 1.5rem 0;
}
.page-template-page-reseller .contents-wrap section div.section-content .small-text p {
	font-size: 1rem;
}
.page-template-page-reseller .contents-wrap section div.section-content ul.reseller-list-normal {
	width: 100%;
	float: left;
	border-top: 2px solid #101010;
}
.page-template-page-reseller .contents-wrap section div.section-content ul.reseller-list-normal li {
	width: 100%;
	float: left;
	border-bottom: 1px dashed #676767;
	padding: 35px 0;
	position: relative;
}
.page-template-page-reseller .contents-wrap section.reseller-point-system div.section-content ul.reseller-list-normal {
	margin: 0 0 30px 0;
}
.page-template-page-reseller .contents-wrap section.reseller-point-system div.section-content ul.reseller-list-normal li h3 {
	width: 70%;
	float: left;
	margin: 0;
}
.page-template-page-reseller .contents-wrap section.reseller-point-system div.section-content ul.reseller-list-normal li p {
	width: 30%;
	text-align: right;
	display: block;
	float: left;
	font-size: 1.313rem;
	font-weight: 700;
	line-height: 1.2;
	color: #E52332;
	margin: 0;
}
.page-template-page-reseller .contents-wrap section.reseller-point-system div.section-content ul.reseller-list-normal li p span {
	font-weight: 400;
	font-size: 1.125rem;
	margin: 0 5px 0 0;
}

.page-template-page-reseller .contents-wrap section div.section-content table.form-table tr td.option {
	width: 25%;
}
.page-template-page-reseller .contents-wrap section div.section-content table.form-table tr td.option p {
	font-size: 1rem;
	  font-weight: 700;
}
.page-template-page-reseller .contents-wrap section div.section-content table.form-table tr td.value span {
	font-size: 1rem;
}

.page-template-page-reseller .contents-wrap section.reseller-rank div.section-content {
	width: 100%;
	float: left;
}
.page-template-page-reseller .contents-wrap section.reseller-rank div.section-content .reseller-rank-table {
	width: 100%;
	float: left;
	border-spacing: 10px;
	border-collapse: separate;
}
.page-template-page-reseller .contents-wrap section.reseller-rank div.section-content .reseller-rank-table thead tr th {
	text-align: left;
	padding: 25px 15px;
	border-bottom: 2px solid #101010;
}
.page-template-page-reseller .contents-wrap section.reseller-rank div.section-content .reseller-rank-table thead tr th:nth-child(1) {
	border-bottom: none;
}
.page-template-page-reseller .contents-wrap section.reseller-rank div.section-content .reseller-rank-table thead tr th h3 {
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.36;
}
.page-template-page-reseller .contents-wrap section.reseller-rank div.section-content .reseller-rank-table thead tr th h3 span {
	display: inline-block;
	width: 100%;
	float: left;
	font-size: 1.125rem;
	font-weight: 500;
	color: #676767;
}

.page-template-page-reseller .contents-wrap section.reseller-rank div.section-content .reseller-rank-table tbody tr th {
	width: 200px;
	vertical-align: middle;
	text-align: center;
	padding: 25px 15px;
	background-color: #f9f9f9;
	border-radius: 10px 10px;
	font-size: 1.125rem !important;
}
.page-template-page-reseller .contents-wrap section.reseller-rank div.section-content .reseller-rank-table tbody tr:nth-child(1) th {
	background-color: rgba(221, 221, 221, .25);
}
.page-template-page-reseller .contents-wrap section.reseller-rank div.section-content .reseller-rank-table tbody tr:nth-child(2) th {
	background-color: rgba(221, 221, 221, .5);
}
.page-template-page-reseller .contents-wrap section.reseller-rank div.section-content .reseller-rank-table tbody tr:nth-child(3) th {
	background-color: rgba(221, 221, 221, .75);
}
.page-template-page-reseller .contents-wrap section.reseller-rank div.section-content .reseller-rank-table tbody tr:nth-child(4) th {
	background-color: rgba(221, 221, 221, 1);
}
.page-template-page-reseller .contents-wrap section.reseller-rank div.section-content .reseller-rank-table tbody tr td {
	width: calc((100% - 200px)/3);
	vertical-align: top;
	font-size: 1rem;
	line-height: 1.5;
	padding: 25px 15px;
	border-bottom: 1px solid #bbb;
}
.page-template-page-reseller .contents-wrap section.reseller-rank div.section-content .reseller-rank-table tbody tr .td-wrap {
	width: 100%;
	float: left;
	margin: 0 0 15px 0;
	padding: 0;
	border-radius: 5px 5px;
}


.page-template-page-reseller .contents-wrap section.reseller-rank div.section-content .reseller-rank-table tbody tr td p {
	width: 100%;
	float: left;
	font-size: 1rem;
	margin: 0 0 1.5rem 0;
}
.page-template-page-reseller .contents-wrap section.reseller-rank div.section-content .reseller-rank-table tbody tr td ul {
	width: 100%;
	margin: 0 0 1.5rem 0;
}
.page-template-page-reseller .contents-wrap section.reseller-rank div.section-content .reseller-rank-table tbody tr td ul li {
	width: calc(100% - 15px);
	margin: 0 0 5px 15px;
	position: relative;
	line-height: 1.36;
}
.page-template-page-reseller .contents-wrap section.reseller-rank div.section-content .reseller-rank-table tbody tr td ul li::before {
	content: "- ";
	width: 15px;
	position: absolute;
	top: 0;
	left: -15px;
}
.page-template-page-reseller .contents-wrap section.reseller-cta {
	width: 100%;
	float: left;
	background-color: #25202F;
	border-radius: 10px 10px;
	text-align: center;
	padding: 70px 20px;
	margin: 0 0 150px 0;
}
.page-template-page-reseller .contents-wrap section.reseller-cta h2 {
	width: 100%;
	float: left;
	text-align: center;
	margin: 0 0 60px 0;
	color: #fff;
	line-height: 1.2;
	font-size: 2.953rem;
	font-weight: 700;
}
.page-template-page-reseller .contents-wrap section.reseller-cta a {
	display: inline-block;
	width: 286px;
	height: 62px;
	line-height: 62px;
	background-color: #fff;
	color: #25202F;
	font-size: 1.313rem;
	font-weight: 700;
	text-align: center;
	text-decoration: none;
	border-radius: 5px 5px !important;
}

.page-template-page-reseller .contents-wrap section.reseller-contact-form .section-content .wpcf7-form p {
	width: 100%;
	float: left;
	margin: 0 0 35px 0;
}
.page-template-page-reseller .contents-wrap section.reseller-contact-form .section-content .wpcf7-form p label {
	display: inline-block;
	width: 100%;
	float: left;
	color: #fff;
	font-size: 1rem;
}
.page-template-page-reseller .contents-wrap section.reseller-contact-form .section-content .wpcf7-form > p > label > span {
	display: inline-block;
	width: 100%;
	float: left;
	margin: 5px 0 0 0;
}
.page-template-page-reseller .contents-wrap section.reseller-contact-form .section-content .wpcf7-form p label span input[name="your-company"],
.page-template-page-reseller .contents-wrap section.reseller-contact-form .section-content .wpcf7-form p label span input[name="your-department"],
.page-template-page-reseller .contents-wrap section.reseller-contact-form .section-content .wpcf7-form p label span input[name="your-name"],
.page-template-page-reseller .contents-wrap section.reseller-contact-form .section-content .wpcf7-form p label span input[type="email"] {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	width: 100%;
	float: left;
	border: none;
	border-radius: 3px;
	padding: 0 20px;
	height: 52px;
	line-height: 52px;
}

.intl-tel-input .flag-container {
	height: 52px;
	color: #101010;
}
.intl-tel-input input[name="your-phone"] {
	width: 100%;
	height: 52px;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}

.page-template-page-reseller .contents-wrap section.reseller-contact-form .section-content .wpcf7-form .wpcf7-submit {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	width: 100%;
	float: left;
	border: none;
	border-radius: 3px;
	padding: 0 20px;
	height: 56px;
	line-height: 56px;
	background-color: #101010;
	color: #fff;
	font-size: 1.125rem;
}
.page-template-page-reseller .contents-wrap section.reseller-contact-form .section-content .wpcf7-form .wpcf7-list-item {
	margin: 0;
}
.page-template-page-reseller .contents-wrap section.reseller-contact-form .section-content .wpcf7-form .wpcf7-list-item input[type="checkbox"] {
	margin: 0 5px 0 0;
}
.page-template-page-reseller .contents-wrap section.reseller-contact-form .section-content .wpcf7-form .wpcf7-list-item a {
	color: #fff;
}


.wpcf7 form .wpcf7-response-output {
	width: 100%;
	float: left;
	margin: 0 0 35px 0;
	padding: 20px 0;
	color: #fff;
	text-align: center;
	font-size: 1.125rem;
	border-radius: 5px 5px;
}

.wpcf7 form.sent .wpcf7-response-output {
	border-color: #46b450; /* Green */
	background-color: #46b450 !important;
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
	border-color: #dc3232; /* Red */
	background-color: #dc3232 !important; /* Red */
}

.wpcf7 form.spam .wpcf7-response-output {
	border-color: #f56e28; /* Orange */
	background-color: #f56e28 !important; /* Orange */
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
	border-color: #ffb900 !important; /* Yellow */
	background-color: #ffb900 !important; /* Yellow */
}





table.point-system-table {
	width: calc(100% + 420px);
	float: left;
	font-size: 0.875rem;
	position: relative;
	left: -420px;
	margin: 1.625rem 0 0 0;
	border-spacing: 0;
	border-collapse: separate;
}
table.point-system-table tbody tr th {
	background-color: #101010;
	color: #fff;
	padding: 12px 4px;
}
table.point-system-table tbody tr td {
	padding: 12px 4px;
	border-bottom: 1px solid #454545;
	text-align: center;
}









#partners {
	width: 100%;
	float: left;
	padding: 70px 0;
	background-color: #f9f9f9;
}
#partners ul.partner-logos {}
#partners ul.partner-logos li.partner-logo {
	height: 60px;
	float: left;
	padding: 0;
	position: relative;
	background-color: #f9f9f9;
}
#partners ul.partner-logos li.partner-logo img {
	max-width: 120px;
	max-height: 60px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	filter: grayscale(1);
	opacity: .65;
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	mix-blend-mode: multiply;
	background-blend-mode: multiply;
}
#partners ul.partner-logos li.partner-logo:hover img {
	filter: grayscale(0);
	opacity: 1;
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
}



.site-footer {
	width: 100%;
	float: left;
	background-color: #fff;
	padding: 50px 0;
}
.site-footer .footer-left {
	width: 40%;
	float: left;
}
.site-footer .footer-left img {
	height: 35px;
}
.site-footer .footer-left p {
	width: 100%;
	float: left;
	line-height: 1.36;
	font-size: 0.875rem;
	color: #676767;
	margin: 0;
}
.site-footer .footer-left p > a {
	color: #101010;
	text-decoration: none;
}
.site-footer .footer-left > a {
	float: left;
	clear: both;
	font-size: 0.875rem;
	line-height: 32px;
	border: 1px solid #101010;
	border-radius: 3px;
	text-decoration: none;
	color: #101010;
	padding: 0 30px;
	margin: 0 0 20px 0;
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
}
.site-footer .footer-left > a:hover {
	background-color: #F83260;
	border: 1px solid #F83260;
	color: #fff;
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
}
.site-footer .footer-left > a:hover img {
	filter: invert(1);
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
}
.site-footer .footer-left > a img {
	height: 16px;
	width: auto;
	position: relative;
	top: 3px;
	margin: 0 5px 0 0;
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
}
.site-footer .footer-right {
	width: 60%;
	float: left;
}
.site-footer .footer-right #footer-menu {
	width: 100%;
	margin: 0 0 35px 0;
	padding: 0;
	float: left;
}
.site-footer .footer-right #footer-menu > li.menu-item {
	width: 220px !important;
	float: left;
	font-size: 1rem;
	font-weight: 700;
	margin: 0;
}
.site-footer .footer-right #footer-menu > li.menu-item > a {
	display: inline-block;
	width: 100%;
	float: left;
	color: #101010;
	text-decoration: none;
}
.site-footer .footer-right #footer-menu > li.menu-item > ul.sub-menu {
	width: 100%;
	float: left;
	margin: 5px 0 0 0;
	padding: 0;
	float: left;
}
.site-footer .footer-right #footer-menu > li.menu-item > ul.sub-menu > li.menu-item {
	margin: 0;
	padding: 0;
	font-weight: 400;
	font-size: 0.875rem;
}
.site-footer .footer-right #footer-menu > li.menu-item > ul.sub-menu > li.menu-item > a {
	color: #676767;
	text-decoration: none;
}


.postid-1214 ul.content-navigation {
	display: none !important;
}


.page-template-default article .entry-header {
	width: 100%;
	float: left;
	padding: 120px 0 70px 0;
	margin: 0 0 120px 0;
	background-color: #3e3a57;
	background-image: url(images/bg_main.webp);
	background-size: cover;
	background-position: center;
}
.page-template-default article .entry-header .entry-title {
	font-size: 4.43rem !important;
	color: #fff !important;
	font-weight: 500 !important;
}


.pagination {
	width: 100%;
	float: left;
	text-align: center;
	margin: 40px 0;
}
.pagination .page-numbers {
	text-decoration: none;
	display: inline-block;
	height: 44px;
	width: 44px;
	margin: 0;
	line-height: 44px;
	text-align: center;
	font-size: .875rem;
	border-radius: 50% 50%;
	color: #101010
}
.pagination .page-numbers.current {
	background-color: #101010;
	color: #fff
}
.pagination .page-numbers.prev {
	width: auto;
	border-radius: 0;
	font-size: 0
}
.pagination .page-numbers.prev::before {
	content: "Prev.";
	font-size: 0.875rem!important
}
.pagination .page-numbers.next {
	width: auto;
	border-radius: 0;
	font-size: 0
}
.pagination .page-numbers.next::before {
	content: "Next";
	font-size: 0.875rem!important
}



.post-type-archive-faq .page-header,
.tax-faq-category .page-header {
	text-align: center;
}
.post-type-archive-faq .article-wrap,
.tax-faq-category .article-wrap {
	width: 100%;
	float: left;
}
.post-type-archive-faq .article-wrap .inner,
.tax-faq-category .article-wrap .inner {
	max-width: 900px;
}
.faq-category-nav {
	width: 100%;
	float: left;
	margin: 0 0 35px 0;
}
.faq-category-nav ul.faq-category-nav__list {
	width: 100%;
	float: left;
}
.faq-category-nav ul.faq-category-nav__list li.faq-category-nav__item {
	float: left;
	margin: 0 10px 10px 0;
	font-size: 1.313rem;
	font-weight: 500;
	position: relative;
	z-index: 2000;
	letter-spacing: -0.02em;
}
.faq-category-nav ul.faq-category-nav__list li.faq-category-nav__item a {
	text-decoration: none;
	color: #808080;
	display: inline-block;
	height: 36px;
	line-height: 34px;
	border-radius: 18px;
	padding: 0 15px;
	margin: 0;
	font-size: 1rem;
	border: 1px solid #bbb;
	text-align: center;
	
}
.faq-category-nav ul.faq-category-nav__list li.faq-category-nav__item.is-current {
	font-weight: 700;
}
.faq-category-nav ul.faq-category-nav__list li.faq-category-nav__item.is-current a {
	color: #fff;
	background-color: #FF3260;
	border: 1px solid #FF3260;
}

#accordion {
	width: 100%;
	float: left;
	border-bottom: 1px solid #bbb;
	margin: 0 0 150px 0;
}
#accordion h2 {
	width: 100%;
	float: left;
	margin: 0;
	padding: 35px 0 35px 130px;
	border-top: 1px solid #bbb;
	font-size: 1.313rem;
	line-height: 1.2;
	position: relative;
}
#accordion h2:focus-visible {
	outline: none;
}

#accordion h2 span.entry-faq-terms {
	display: inline-block;
	height: 30px;
	line-height: 28px;
	border-radius: 15px 15px;
	padding: 0 10px;
	font-size: 0.875rem;
	border: none;
	background-color: #efefef;
	text-align: center;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
}

#accordion .entry-content {
	width: 100%;
	float: left;
	margin: 0 0 35px 0;
	padding: 20px;
	border-radius: 10px;
	background-color: #f9f9f9;
}







.entry-related-faqs {
	width: 100%;
	background-color: #fff;
}
.entry-related-faqs .section-header {
	width: 50% !important;
	float: left !important;
}
.entry-related-faqs .section-content {
	width: 50% !important;
	float: right !important;
	margin: 50px 0 0 0;
}


.desktop-only {
	display: block;
}
.mobile-only {
	display: none;
}



/*************************************
	Media Query
*************************************/
@media all and (max-width: 2560px) {}
@media all and (max-width: 1920px) {}
@media all and (max-width: 1680px) {}
@media all and (max-width: 1536px) {}
@media all and (max-width: 1440px) {}

/* Tablet Landscape */
@media all and (max-width: 1366px) {
	.inner {
		padding: 0 100px !important;
	}
	.site-header .inner {
		padding: 20px 100px !important;
	}
	.single article .entry-content #ez-toc-container {
		display: none; 
		width: 100%;
		position: unset;
		top: unset;
		left: unset;
		margin: 0 0 20px 0;
	}
	
	
	ul.features-loop li.features-loop-item .item-thumbnail {
		width: 100%;
		margin: 0 0 20px 0;
		float: left;
	}
	ul.features-loop li.features-loop-item .item-meta {
		width: 100%;
		float: left;
		margin: 0;
	}
	
	#free-trial {
		padding: 100px 0 !important;
		background-size: 50% auto !important;
	}
}
@media all and (max-width: 1280px) {}
@media all and (max-width: 1180px) {}

/* Tablet Landscape (Small) */
@media all and (max-width: 1112px) {}
@media all and (max-width: 1024px) {
	.desktop-only {
		display: none;
	}
	.mobile-only {
		display: block;
	}
	
	.inner {
		max-width: 100%;
		padding: 0 20px;
	}
	#page {
		width: 100%;
		overflow-x: hidden;
	}
	#search #custom-search-form {
		width: 100%;
		padding: 70px 0 0 0;
	}
	#search #custom-search-form h1.section-title {
		font-size: 2.25rem;
	}
	#search #custom-search-form h1.section-title span {
		font-size: 1.5rem;
	}
	#search #custom-search-form p {
		font-size: 1rem;
	}
	#search #custom-search-form p br {
		display: none;
	}
	#fake-placeholder {
		max-width: calc(100% - 44px);
		bottom: 0;
		line-height: 44px;
		font-size: 0.75rem;
		padding: 0 0 0 10px;
	}
	#search #custom-search-form input[type="text"] {
		width: calc(100% - 44px);
		height: 44px;
		float: left;
		font-size: 0.875rem;
	}
	#search #custom-search-form button[type="submit"] {
		width: 44px;
		height: 44px;
		float: left;
		background-size: 14px 14px;
	}
	
	#features .section-content .content-left {
		width: 100%;
		margin: 0;
		float: left;
	}
	#features .section-content .content-left ul.article-loop li.article-loop-item {
		margin: 0 0 70px 0;
	}
	#features .section-content .content-right ul.article-loop li.article-loop-item h3.entry-title,
	#features .section-content .content-left ul.article-loop li.article-loop-item h3.entry-title,
	ul.articles-loop li.article-loop-item .entry-meta .entry-title {
		font-size: 1.125rem;
	}
	ul.articles-loop li.article-loop-item .entry-meta .entry-date {
		font-size: 0.75rem;
	}
	section .section-header {
		margin: 50px 0 35px 0;
	}
	section .section-header .section-title {
		font-size: 1.5rem;
	}
	section .section-header p {
		font-size: 0.875rem;
	}
	
	#features .section-content .content-right {
		width: 100%;
		margin: 0;
		padding: 0;
		float: left;
	}
	
	ul.articles-loop li.article-loop-item {
		flex: 1 1 100%;
	}
	
	.site-header .inner .main-navigation {
		display: none;
	}
	
	.single article .entry-header {
		padding: 0;
	}
	.single article .entry-header .entry-date {
		float: left;
		margin: 0 10px 0 0;
	}
	.single article .entry-header .entry-title {
		font-size: 1.688rem;
		text-align: left;
		margin: 15px 0;
	}
	
	ul.samples {
		width: 100%;
		padding: 20px 0 70px 0;
	}
	ul.samples li {
		font-size: 0.75rem;
		line-height: 24px;
		padding: 0 8px;
		margin: 0 4px 8px 4px;
	}
	
	
	
	
	ul.content-navigation {
		width: calc(100% - 40px);
	}
	.single-features article .entry-header .header-left {
		width: 100%;
		float: left;
		padding: 0 0 70px 0;
	}
	.single-features article .entry-header::after {
		z-index: -1000;
	}
	.single-features article .entry-header .header-left .entry-title {
		font-size: 2.25rem;
		margin: 15px 0 35px -3px;
	}
	.single-features article .entry-header .header-left p {
		padding: 0;
		font-size: 1rem;
	}
	.single-features article .entry-header .header-left .hero-btn {
		height: 44px;
		line-height: 44px;
		padding: 0 22px;
		margin: 50px 0 0 0;
	}
	.single-features article .entry-header .header-right {
		width: 100%;
		float: left;
		padding: 30px 0;
	}
	.single-features article .entry-header .header-right .post-thumbnail {
		margin: 0 0 35px 0;
		position: relative;
		z-index: 3500;
		width: 100%;
		width: 100%;
		margin: 0;
		padding: 0;
	}
	.single-features article .entry-content section {
		padding: 90px 0;
	}
	
	.single-features article .entry-content section .section-header {
		width: 100% !important;
		margin: 0 0 35px 0 !important;
	}
	.single-features article .entry-content section .section-header .section-title {
		font-size: 1.688rem;
		margin: 15px 0 0 -3px !important;
	}
	.single-features article .entry-content section .section-header p {
		font-size: 1.125rem;
	}
	.single-features article .entry-content section .section-content {
		width: 100% !important;
		margin: 0 !important;
	}
	#why .section-content p {
		font-size: 1.313rem;
	}
	#solution .section-content ul.solution-loop li.solution-loop-item {
		width: 100%;
		margin: 0 0 35px 0;
	}
	#solution .section-content ul.solution-loop li.solution-loop-item .item-left {
		width: 100%;
		margin: 0 0 20px 0;
	}
	#solution .section-content ul.solution-loop li.solution-loop-item .item-left h3 {
		font-size: 1.5rem;
		padding: 0;
	}
	#solution .section-content ul.solution-loop li.solution-loop-item .item-left p {
		font-size: 1rem;
	}
	#solution .section-content ul.solution-loop li.solution-loop-item .item-left h3::after {
		margin: 35px 0;
	}
	ul.features > li {
		font-size: 1rem;
	}
	ul.features > li::before {
		width: 16px;
		height: 16px;
		background-size: 16px 16px;
	}
	#solution .section-content ul.solution-loop li.solution-loop-item .item-right {
		width: 100%;
		margin: 0;
	}
	#solution .section-content ul.solution-loop li.solution-loop-item:nth-child(2n - 1) {
		position: relative;
		padding-top: 56.25vw;
	}
	#solution .section-content ul.solution-loop li.solution-loop-item:nth-child(2n - 1) .item-right {
		position: absolute;
		top: 0;
		left: 50%;
		transform: translateX(-50%);
	}
	#solution .section-content ul.solution-loop li.solution-loop-item:nth-child(2n) .item-right {
		margin: 0 0 20px 0;
	}
	
	ul.features-loop li.features-loop-item {
		margin: 0 0 35px 0 !important;
	}
	
	ul.content-navigation {
		padding: 0 10px;
		height: 50px;
		border-radius: 10px;
		top: 90px;
	}
	ul.content-navigation li a {
		font-size: 0.875rem;
		padding: 0 8px;
		height: 36px;
		line-height: 34px;
		border-radius: 5px;
	}
	
	#insight .section-header p {
		font-size: 1.125rem;
	}
	#insight .section-content .content-left {
		width: 100%;
		padding: 0;
		margin: 0 0 20px 0;
	}
	#insight .section-content .content-left h3 {
		font-size: 1.313rem;
		margin: 0 0 10px 0;
	}
	#insight .section-content .content-left h3 + p {
		font-size: 1rem;
	}
	#insight .section-content .content-right {
		width: 100%;
	}
	
	#free-trial {
		padding: 250px 0 120px 0;
		background-repeat: no-repeat;
		background-size: 70% auto;
		background-position: calc(100% + 50px) 35px;
	}
	#free-trial .section-header .section-title {
		font-size: 1.969rem;
	}
	#free-trial .section-header p {
		font-size: 1.125rem;
	}
	
	.page-template-page-blog .site-main .page-header, 
	.archive .site-main .page-header {
		padding: 50px 0 20px 0;
		margin: 0 0 50px 0;
	}
	.page-template-page-blog .site-main .page-header .page-title, 
	.archive .site-main .page-header .page-title {
		font-size: 2.25rem;
		
	}
	.page-template-page-blog .site-main .page-header p, 
	.archive .site-main .page-header p {
		font-size: 1.125rem;
		line-height: 1.36 !important;
		margin: 5px 0 10px 0 !important;
	}
	.article-inner-wrap {
		gap: 50px 0 !important;
	}
	.article-inner-wrap article {
		flex: 0 0 100% !important;
	}
	.article-inner-wrap article .entry-thumbnail {
		margin: 0 0 20px 0 !important;
	}
	.article-inner-wrap article .entry-meta .entry-title {
		font-size: 1.313rem;
		margin: 0 0 5px 0;
	}
	.article-inner-wrap article .entry-meta p {
		margin: 0 0 15px 0;
	}
	
	
	.page-template-page-blog #free-trial, 
	.archive #free-trial {
		margin: 150px 0 0 0 !important;
		padding: 250px 0 70px 0 !important;
	}
	
	.site-footer .footer-left {
		width: 100%;
		margin: 0 0 30px 0;
	}
	.site-footer .footer-right {
		width: 100%;
		margin: 0;
	}	
	
	
	.single-usecases article .entry-header,
	.single-post article .entry-header {
		margin: 20px 0 20px 0;
	}
	.single-usecases article .post-thumbnail, 
	.single-post article .post-thumbnail {
		width: calc(100% + 40px) !important;
		max-width: calc(100% + 40px) !important;
		margin: 0 -20px 50px -20px !important;
		padding: 0 !important;
	}
	.single article .post-thumbnail img {
		border-radius: 0 !important;
	}
	
	.single article .entry-content {
		width: 100%;
		margin: 0;
		float: left;
		display: block;
	}
	.entry-content h2 {
		font-size: 1.5rem;
	}
	.entry-content h3 {
		font-size: 1.313rem;
	}
	.entry-content h4 {
		font-size: 1rem;
	}
	
	
	.site-header {
		height: 56px;
	}
	.site-header .inner {
		height: 56px;
		padding: 15px 20px !important;
	}	
	.site-header .inner .site-title {
		margin: 0;
	}
	.site-header .inner .site-title a img {
		height: 26px !important;
		position: relative;
		left: -7px;
	}
	.site-header .inner .menu-icon {
		width: 44px;
		height: 44px;
		background-image: url('images/icons/icon-menu.svg');
		background-size: 22px 22px;
		background-position: center;
		background-repeat: no-repeat;
		filter: invert(1);
		position: absolute;
		top: 50%;
		right: 10px;
		transform: translateY(-50%);
	}
	
	#features .section-content .content-left ul.article-loop li.article-loop-item .entry-meta .entry-title {
		font-size: 1.313rem;
	}
	#partners {
		padding: 35px 0;
	}
	
	.menu-area {
		width: 100%;
		height: 100%;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 5000;
		background-color: rgba(26, 21, 39, .96);
		display: none;
	}
	.menu-area .inner {
		width: 100%;
		height: 100%;
		padding: 56px 20px 20px 20px !important;
	}
	.menu-area .inner .close-icon {
		width: 44px;
		height: 44px;
		background-image: url('images/icons/icon-close.svg');
		background-size: 22px 22px;
		background-position: center;
		background-repeat: no-repeat;
		filter: invert(1);
		position: absolute;
		top: 28px;
		right: 10px;
		transform: translateY(-50%);
	}
	.menu-area .inner #mobile-menu {
		width: 100%;
		float: left;
		border-top: 2px solid #676767;
	}
	.menu-area .inner #mobile-menu > li.menu-item {
		width: 100%;
		float: left;
		font-size: 1.313rem;
		border-bottom: 1px dashed #676767;
	}
	.menu-area .inner #mobile-menu > li.menu-item > a {
		display: inline-block;
		width: 100%;
		float: left;
		padding: 15px 5px;
		text-decoration: none;
		color: #fff;
	}
	.menu-area .inner #mobile-menu > li.menu-item > ul.sub-menu {
		width: calc(100% - 20px);
		float: left;
		margin: 0 0 20px 20px;
	}
	.menu-area .inner #mobile-menu > li.menu-item > ul.sub-menu > li.menu-item {
		width: 100%;
		float: left;
		font-size: 1.125rem;
		border-top: 1px solid #454545;
	}
	.menu-area .inner #mobile-menu > li.menu-item > ul.sub-menu > li.menu-item > a {
		display: inline-block;
		width: 100%;
		float: left;
		padding: 15px 5px;
		text-decoration: none;
		color: #bbb;
	}
	ul.features-loop li.features-loop-item .item-meta .item-title::before {
		font-size: 1.688rem;
		margin: 0 0 15px 0;
	}
	ul.features-loop li.features-loop-item .item-meta .item-title {
		font-size: 1.5rem;
		margin: 0 0 5px 0;
	}
	ul.features-loop li.features-loop-item .item-meta p {
		font-size: 1rem;
		line-height: 1.5;
	}
	#primary {
		padding: 56px 0 0 0;
	}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	.page-template-page-reseller {
		padding: 0;
	}
	.page-template-page-reseller .page-header {
		padding: 120vw 0 35px 0;
		height: auto;
	}
	.page-template-page-reseller .page-header h1.page-title {
		font-size: 2.25rem;
		margin: 0 0 25px 0;
		  position: absolute;
		  top: calc(70px - 120vw);
		  left: 20px;
	}
	.page-template-page-reseller .page-header h1.page-title strong {
		font-size: 75% !important;
		margin: 20px 0 0 0;
		width: 100%;
		float: left;
		display: block;
	}
	.page-template-page-reseller .page-header p {
		position: absolute;
		top: calc(230px - 120vw);
		left: 20px;
		font-size: 1.125rem;
		line-height: 1.5;
		margin: 40px 0;
	}
	.page-template-page-reseller .page-header a {
		  position: absolute;
		  top: calc(400px - 120vw);
		  left: 20px;
		width: 160px;
		height: 38px;
		line-height: 38px;
		font-size: 0.875rem;
	}
	
	.page-template-page-reseller .page-header .inner img {
		position: unset;
		top: unset;
		  bottom: unset;
		transform: unset;
		left: unset;
		right: unset;
		width: calc(100% - 20px);
		height: auto;
		z-index: 0;
	}
	.page-template-page-cta #primary .page-header .page-header-right p {
		display: none !important;
	}
	
	.page-template-page-reseller #primary .contents-wrap {
		margin: 0 !important;
		padding: 90px 0 0 0 !important;
	}
	
	.page-template-page-reseller .contents-wrap section {
		margin: 0 0 70px 0;
	}
	.page-template-page-reseller .contents-wrap section h2.section-title {
		width: 100%;
		margin: 0 0 15px 0;
		font-size: 1.5rem;
		line-height: 1.2;
	}
	.page-template-page-reseller .contents-wrap section div.section-content {
		width: 100%;
		padding: 0;
	}
	
	.point-system-table-wrap {
		width: calc(100% + 40px);
		margin: 0 -20px;
		float: left;
		overflow-x: scroll;
	}
	table.point-system-table {
		width: 300%;
		max-width: 300%;
		left: 0;
		padding: 0 0 30px 0;
		margin: 0 0 0 20px;
	}
	.page-template-page-reseller .contents-wrap section.reseller-point-system div.section-content ul.reseller-list-normal li p {
		font-size: 1rem !important;
		width: 40%;
	}
	.page-template-page-reseller .contents-wrap section.reseller-point-system div.section-content ul.reseller-list-normal li p span {
		margin: 0;
		font-size: 0.875rem !important;
		display: block;
		width: 100%;
	}
	.page-template-page-reseller .contents-wrap section div.section-content p {
		font-size: 1rem;
	}
	.page-template-page-reseller .contents-wrap section div.section-content ul.reseller-list-normal li h3 {
		font-size: 1.125rem;
	}
	.page-template-page-reseller .contents-wrap section div.section-content ul.reseller-list-normal li p {
		font-size: 1rem;
	}
	.page-template-page-reseller .contents-wrap section div.section-content ul.reseller-list-normal li img {
		top: 20px;
		transform: unset;
	}
	.page-template-page-reseller .contents-wrap section.reseller-benefit div.section-content ul.reseller-list-normal li {
		padding: 70px 0 30px 0;
	}
	.page-template-page-reseller .contents-wrap section.reseller-point-system div.section-content ul.reseller-list-normal li h3 {
		width: 60%;
	}
	.page-template-page-reseller .contents-wrap section.reseller-point-system div.section-content ul.reseller-list-normal li span {
		font-size: 1.125rem;
		font-weight: 500;
		width: 40%;
	}
	.page-template-page-reseller .contents-wrap section.reseller-point-system div.section-content .small-text {
		width: 100%;
		float: left;
	}
	.page-template-page-reseller .contents-wrap section.reseller-point-system div.section-content .small-text p,
	.page-template-page-reseller .contents-wrap section.reseller-point-system div.section-content .small-text strong,
	.page-template-page-reseller .contents-wrap section.reseller-point-system div.section-content .small-text ul li {
		font-size: 0.875rem;
	}
	.page-template-page-reseller .contents-wrap section.reseller-rank div.section-content {
		width: calc(100% + 40px);
		margin: 0 -20px;
		overflow-x: scroll;
	}
	.page-template-page-reseller .contents-wrap section.reseller-rank div.section-content::-webkit-scrollbar {
		display: none;
	}
	.page-template-page-reseller .contents-wrap section.reseller-rank div.section-content .reseller-rank-table.mobile-only {
		width: calc(100% - 40px);
		margin: 0 20px 0 20px;
	}
	  .page-template-page-reseller .contents-wrap section.reseller-rank div.section-content .reseller-rank-table.mobile-only tbody,
	  .page-template-page-reseller .contents-wrap section.reseller-rank div.section-content .reseller-rank-table.mobile-only tbody tr,
	  .page-template-page-reseller .contents-wrap section.reseller-rank div.section-content .reseller-rank-table.mobile-only tbody tr th,
	  .page-template-page-reseller .contents-wrap section.reseller-rank div.section-content .reseller-rank-table.mobile-only tbody tr td {
		  width: 100%;
		  float: left;
	  }
	  .page-template-page-reseller .contents-wrap section.reseller-rank div.section-content .reseller-rank-table.mobile-only tbody {
		  margin: 0 0 50px 0;
	  }
	  .page-template-page-reseller .contents-wrap section.reseller-rank div.section-content .reseller-rank-table.mobile-only tbody tr th {
		  padding: 15px 10px;
	  }
	  .page-template-page-reseller .contents-wrap section.reseller-rank div.section-content .reseller-rank-table.mobile-only tbody tr th h3 {
		  font-size: 1rem;
	}
	  .page-template-page-reseller .contents-wrap section.reseller-rank div.section-content .reseller-rank-table.mobile-only tbody tr th h3 span {
		margin: 0 0 0 10px;  	
	  }
	  .page-template-page-reseller .contents-wrap section.reseller-rank div.section-content .reseller-rank-table.mobile-only tbody tr td {
		  padding: 15px 0;
		  border-bottom: 1px dashed #bbb;
	  }
	.page-template-page-reseller .contents-wrap section.reseller-rank div.section-content .reseller-rank-table thead tr th {
		padding: 20px 10px;
		  background-color: #bbb;
	}
	.page-template-page-reseller .contents-wrap section.reseller-rank div.section-content .reseller-rank-table thead tr th h3 {
		font-size: 1rem;
	}
	.page-template-page-reseller .contents-wrap section.reseller-rank div.section-content .reseller-rank-table thead tr th h3 span {
		fot-size: 1rem;
	}
	.page-template-page-reseller .contents-wrap section.reseller-rank div.section-content .reseller-rank-table tbody tr th {
		width: 120px;
	}
	.page-template-page-reseller .contents-wrap section.reseller-rank div.section-content .reseller-rank-table tbody tr td {
		padding: 20px 10px;
	}
	  .page-template-page-reseller .contents-wrap section.reseller-rank div.section-content .reseller-rank-table tbody tr td strong {
		  display: inline-block;
		  width: 100%;
		  float: left;
		  margin: 0 0 2px 0;
	  }
	  .page-template-page-reseller .contents-wrap section.reseller-rank div.section-content .reseller-rank-table tbody tr .td-wrap {
		  margin: 0;
	  }
	.page-template-page-reseller .contents-wrap section.reseller-rank div.section-content .reseller-rank-table tbody tr td ul {
		  margin: 0;
		  float: left;
	  }
	.page-template-page-reseller .contents-wrap section.reseller-rank div.section-content .reseller-rank-table tbody tr td ul li {
		  
	  }
	.page-template-page-reseller .contents-wrap section.reseller-cta {
		padding: 50px 15px;
	}
	.page-template-page-reseller .contents-wrap section.reseller-cta h2 {
		font-size: 1.5rem;
		margin: 0 0 40px 0;
	}
	.page-template-page-reseller .contents-wrap section.reseller-cta a {
		width: 160px;
		height: 38px;
		line-height: 38px;
		font-size: 0.875rem;
	}
	.page-template-page-reseller .contents-wrap section.reseller-clients ul.clients-loop li.client-loop-item {
		margin: 0 30px 0 0;
	}
	.page-template-page-reseller .contents-wrap section.reseller-clients ul.clients-loop li.client-loop-item img {
		height: 45px;
	}
	
	
	#features .section-content .content-right ul.article-loop {
		margin: 0 0 50px 0;
	}
	#usecases .btn-area, 
	#latest .btn-area {
		width: 100%;
		margin: 50px 0 !important;
	}
	.btn-area .btn {
		height: 44px;
		line-height: 42px;
		font-size: 0.875rem;
		width: 100%;
		margin: 0;
	}
	#features .section-header {
		margin: 90px 0 35px 0;
	}
	#features .section-content .content-right ul.article-loop li.article-loop-item .entry-meta .entry-title {
		font-size: 1.313rem;
	}
	
	.inner {
		padding: 0 20px !important;
	}
	
	.page-template-page-reseller .page-header h1.page-title,
	.page-template-page-reseller .page-header p {
		width: calc(100% - 40px);
	}
	.page-template-page-reseller .page-header p br {
		display: none;
	}
	.page-template-page-reseller .contents-wrap section div.section-content .inner {
		padding: 0 !important;
	}
	.page-template-page-reseller .contents-wrap section.reseller-contact-form .section-content .wpcf7-form p {
		margin: 0 0 20px 0;
	}
	.page-template-page-reseller .contents-wrap section div.section-content {
		margin: 0 !important;
	}
	#reseller-contact-form {
		padding: 50px 0 !important;
	}
	
	.page-template-page-blog .site-main .article-inner-wrap {
		width: 100%;
	}
	.page-template-page-blog .site-main .article-inner-wrap article {
		margin: 0 0 50px 0;
	}
	.page-template-page-blog .site-main .article-inner-wrap article .entry-thumbnail {
		width: 100%;
		margin: 0 0 20px 0;
	}
	.article-inner-wrap article .entry-meta {
		width: 100%;
		padding: 0;
	}
	
	
	#voc ul.voc-loop li.voc-loop-item {
		padding: 25px 10px 30px 20px;
	}
	#voc ul.voc-loop li.voc-loop-item .profile span {
		font-size: 1rem !important;
	}
	#voc ul.voc-loop li.voc-loop-item > p {
		font-size: 1.125rem !important;
		margin: 0;
	}
	
	.post-type-archive-usecases .site-main .article-inner-wrap {
		width: 100%;
	}
	.post-type-archive-usecases .site-main .article-inner-wrap article {
		margin: 0 0 50px 0;
	}
	.post-type-archive-usecases .site-main .article-inner-wrap article .entry-thumbnail {
		width: 100%;
		margin: 0 0 20px 0 !important;
	}
	
	
	
	
	
	.post-type-archive-features .site-main .article-inner-wrap article {
		padding: 20px 20px 30px 20px;
		position: relative;
		margin: 0 0 35px 0;
	}
	.post-type-archive-features .site-main .article-inner-wrap article .entry-meta {
		width: 100% !important;
		padding: calc(56.26% + 35px) 0 0 0;
		margin: 0;
	}
	.post-type-archive-features .site-main .article-inner-wrap article .entry-meta .entry-title {
		font-size: 1.313rem;
	}
	.post-type-archive-features .site-main .article-inner-wrap article .entry-meta p {
		line-height: 1.36;
		height: 4.08em;
	}
	.post-type-archive-features .site-main .article-inner-wrap article .entry-meta > a {
		font-size: 0.875rem;
	}
	.post-type-archive-features .site-main .article-inner-wrap article .entry-thumbnail {
		width: calc(100% - 40px);
		margin: 0 !important;
		position: absolute;
		top: 20px;
		left: 20px;
	}
	
	
	.entry-related-features {
		padding: 90px 0;
	}
	.entry-related-features h2 {
		font-size: 1.688rem !important;
		margin: 15px 0 15px -3px !important;
	}
	.entry-related-features .section-content {
		width: 100%;
		float: left;
	}
	ul.related-features-loop {
		width: calc(100% + 40px);
		margin: 0 -20px;
	}
	ul.related-features-loop li.related-features-loop-item {
		margin: 0 20px !important;
	}
	ul.related-features-loop .entry-meta {
		width: 100%;
		margin: 0 0 35px 0;
		padding: 0;
	}
	ul.related-features-loop .entry-thumbnail {
		width: 100%;
		margin: 0;
	}
	ul.related-features-loop .entry-meta h3 {
		font-size: 1.313rem;
		margin: 0 0 10px 0;
	}
	
	#why .section-content p {
		font-size: 1.125rem;
	}
	#why .section-content ul.features li {
		font-size: 1rem;
	}
	
	
	.pagination .page-numbers {
		text-decoration: none;
		display: inline-block;
		height: 36px;
		width: 36px;
		margin: 0;
		line-height: 36px;
		text-align: center;
		font-size: .875rem;
		border-radius: 50% 50%;
		color: #101010
	}
	
	
	
	
	
}
	
	/* Tablet Portratit */ 
@media all and (max-width: 834px) {}
@media all and (max-width: 768px) {}

/* Mobile Start */
@media all and (max-width: 600px) {}
@media all and (max-width: 430px) {}
@media all and (max-width: 428px) {}
@media all and (max-width: 414px) {}
@media all and (max-width: 412px) {}
@media all and (max-width: 393px) {}
@media all and (max-width: 390px) {}
@media all and (max-width: 375px) {}
@media all and (max-width: 360px) {}
@media all and (max-width: 320px) {}


/* ================================
   Author Box Styling (ListeningMind)
   ================================ */

.lm-author-box {
    display: flex;
    padding: 32px;
    margin-top: 48px;
    background: #F3F4F8; /* light gray background */
    border-radius: 16px;
    gap: 24px;
}

.lm-author-left img {
    border-radius: 50%;
}

.lm-author-name {
    margin: 0;
    font-size: 22px;
    font-weight: 700;
    color: #0E0E2C; /* main text */
}

.lm-author-title {
    margin: 4px 0 12px 0;
    font-size: 16px;
    font-weight: 500;
    color: #565271; /* gray600 */
}

.lm-author-bio {
    margin: 0 0 18px 0;
    font-size: 15px;
    line-height: 1.6;
    color: #383654; /* gray700 */
}

.lm-author-links {
    margin-bottom: 12px;
}

.lm-social-link {
    margin-right: 16px;
    font-size: 15px;
    color: #FF325F; /* LM primary */
    text-decoration: none;
}

.lm-social-link:hover {
    text-decoration: underline;
}

.lm-more-articles {
    display: inline-block;
    margin-top: 4px;
    font-size: 15px;
    font-weight: 600;
    color: #877FBB; /* LM secondary */
    text-decoration: none;
}

.lm-more-articles:hover {
    text-decoration: underline;
}



