@charset "UTF-8";
/*!
Theme Name: Arlo Website
Theme URI: http://underscores.me/
Author: Ryan Halliday @ Arlo
Author URI: https://www.arlo.co
Description: Description
Version: 1.0.2
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: arlowebsite
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 with others.

Arlo Website is based on Underscores https://underscores.me/, (C) 2012-2017 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:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
@font-face {
	font-family: 'Gilroy';
	src: url("./assets/gilroy-medium-webfont.woff2") format("woff2"), url("./assets/gilroy-medium-webfont.woff") format("woff");
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'Gilroy';
	src: url("./assets/gilroy-semibold-webfont.woff2") format("woff2"), url("./assets/gilroy-semibold-webfont.woff") format("woff");
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: 'Gilroy';
	src: url("./assets/gilroy-bold-webfont.woff2") format("woff2"), url("./assets/gilroy-bold-webfont.woff") format("woff");
	font-weight: 700;
	font-style: normal;
}

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/*! normalize.css v8.0.0 | 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;
	/* 1 */
	-webkit-text-size-adjust: 100%;
	/* 2 */
}

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

/**
 * 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 {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	/* 1 */
	height: 0;
	/* 1 */
	overflow: visible;
	/* 2 */
}

/**
 * 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;
	/* 1 */
	font-size: 1em;
	/* 2 */
}

/* 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;
	/* 1 */
	text-decoration: underline;
	/* 2 */
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
	/* 2 */
}

/**
 * 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;
	/* 1 */
	font-size: 1em;
	/* 2 */
}

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

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* 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;
	/* 1 */
	font-size: 100%;
	/* 1 */
	line-height: 1.15;
	/* 1 */
	margin: 0;
	/* 2 */
}

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

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	/* 1 */
	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 {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	/* 1 */
	color: inherit;
	/* 2 */
	display: table;
	/* 1 */
	max-width: 100%;
	/* 1 */
	padding: 0;
	/* 3 */
	white-space: normal;
	/* 1 */
}

/**
 * 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"] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	/* 1 */
	padding: 0;
	/* 2 */
}

/**
 * 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;
	/* 1 */
	outline-offset: -2px;
	/* 2 */
}

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

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

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #333F48;
	font-family: "Gilroy", sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

a {
	color: royalblue;
}

a:hover, a:focus, a:active {
	color: midnightblue;
}

a:focus {
	outline: thin dotted;
}

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

.learnMore {
	text-decoration: none;
	font-size: 17px;
	color: #00b5e2;
	font-weight: bold;
}

.learnMore:hover {
	color: #00b5e2;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
	margin-top: 20px;
	margin-bottom: 20px;
	font-weight: normal;
}

h1 {
	font-size: 48px;
	font-weight: bold;
}

@media screen and (min-width: 768px) {
	h1 {
		font-size: 80px;
	}
}

h2 {
	font-size: 36px;
	line-height: 1.15;
}

@media screen and (min-width: 768px) {
	h2 {
		font-size: 50px;
	}
}

h3 {
	font-size: 35px;
}

h4 {
	font-size: 28px;
}

h5 {
	font-size: 22px;
	font-weight: bold;
}

body.single-case_studies article .entry-content, body.single-post article .entry-content {
	color: #333F48;
}

body.single-case_studies article .entry-content h2, body.single-post article .entry-content h2 {
	margin-top: 80px;
}

body.single-case_studies article .entry-content h3, body.single-post article .entry-content h3 {
	font-weight: bold;
	font-size: 22px;
}

body.single-case_studies article .entry-content blockquote, body.single-post article .entry-content blockquote {
	border-left: solid 4px #FFD000;
	margin: 0;
	padding: 20px 60px 20px 40px;
}

body.single-case_studies article .entry-content blockquote p, body.single-post article .entry-content blockquote p {
	font-weight: bold;
	font-size: 24px;
}

body.single-case_studies article .entry-content blockquote cite, body.single-post article .entry-content blockquote cite {
	font-size: 15px;
	font-style: normal;
	font-weight: normal;
}

p {
	font-size: 20px;
	margin-bottom: 20px;
}

p.is-style-reduced-width {
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

li {
	font-size: 20px;
}

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;
	font-size: 15px;
	font-size: 0.9375rem;
	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;
	font-size: 15px;
	font-size: 0.9375rem;
}

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

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

big {
	font-size: 125%;
}

.page-template-template-homepage .arlo-container > h2 {
	font-weight: normal;
	color: #47525A;
	font-size: 42px;
	line-height: 1.15;
}

@media screen and (min-width: 768px) {
	.page-template-template-homepage .arlo-container > h2 {
		font-size: 75px;
	}
}

.page-template-template-homepage .arlo-container > p {
	color: #46555F;
	margin-bottom: 40px;
	font-size: 18px;
}

@media screen and (min-width: 768px) {
	.page-template-template-homepage .arlo-container > p {
		font-size: 20px;
	}
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	-webkit-box-sizing: inherit;
	box-sizing: inherit;
}

body {
	background: #ffffff;
	/* Fallback for when there is no custom background color defined. */
}

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

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

ul {
	list-style: disc;
}

ul.is-style-check-list {
	margin-left: 0;
	padding-left: 0px;
	list-style: none;
}

ul.is-style-check-list li {
	position: relative;
	margin-left: 35px;
}

ul.is-style-check-list li::before {
	content: url('data:image/svg+xml;charset=UTF-8, <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="16" height="16"><rect fill="rgb(255,255,255)" stroke="none" width="16" height="16"/><path fill="rgb(0,174,239)" fill-opacity="0.84705883" stroke="none" d="M8 0C9.10417 0 10.1432 0.208331 11.1172 0.625C12.0912 1.04167 12.9401 1.61198 13.6641 2.33594C14.388 3.0599 14.9583 3.90885 15.375 4.88281C15.7917 5.85678 16 6.89583 16 8C16 9.10417 15.7917 10.1432 15.375 11.1172C14.9583 12.0912 14.388 12.9401 13.6641 13.6641C12.9401 14.388 12.0912 14.9583 11.1172 15.375C10.1432 15.7917 9.10417 16 8 16C6.89583 16 5.85678 15.7917 4.88281 15.375C3.90885 14.9583 3.0599 14.388 2.33594 13.6641C1.61198 12.9401 1.04167 12.0912 0.625 11.1172C0.208331 10.1432 0 9.10417 0 8C0 6.89583 0.208331 5.85678 0.625 4.88281C1.04167 3.90885 1.61198 3.0599 2.33594 2.33594C3.0599 1.61198 3.90885 1.04167 4.88281 0.625C5.85678 0.208331 6.89583 0 8 0Z"/><path fill="none" stroke="rgb(255,255,255)" stroke-width="2" stroke-miterlimit="4" transform="translate(4 5.5)" d="M0 2.5L2.5 5L7.5 0"/></svg>');
	position: absolute;
	left: -25px;
	width: 16px;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

div:not(.slick-slide) > * img:not([src$='.svg']) {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
	width: auto;
	/* Fix for images with inline width & height attrs */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

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

.arlo-table > table {
	margin: 50px auto;
	background: grey;
}

.arlo-table > table thead tr:first-child > th {
	background: #FFD000;
	padding-top: 25px;
	padding-bottom: 25px;
	font-size: 1.25em;
}

.arlo-table > table tr td, .arlo-table > table tr th {
	width: 25%;
	background: white;
	padding: 1em 25px;
}

.arlo-table > table tr td.td-checkbox:after, .arlo-table > table tr th.td-checkbox:after {
	content: url("assets/material_check.svg");
}

.arlo-container {
	max-width: 1400px;
	width: 90%;
	margin: 0 auto;
}

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

/*--------------------------------------------------------------
# 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);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .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;
}

.btn, .wp-block-button__link, input.btn[type="submit"] {
	display: block;
	max-width: 250px;
	margin: 20px auto;
	padding: 14px 35px;
	border: 1px solid #D2D2D2;
	border-radius: 26px;
	font-weight: bold;
	font-size: 15px;
	text-decoration: none;
	text-align: center;
	color: #47525A;
	background-color: #FFFFFF;
	cursor: pointer;
	-webkit-transition: ease-out 300ms;
	transition: ease-out 300ms;
}

@media screen and (min-width: 768px) {
	.btn, .wp-block-button__link, input.btn[type="submit"] {
		max-width: none;
		display: inline-block;
		margin: 0 0;
	}
}

.btn:hover, .btn.selected, .wp-block-button__link:hover, .wp-block-button__link.selected, input.btn[type="submit"]:hover, input.btn[type="submit"].selected {
	background-color: #F7F5EF;
}

.btn:focus, .wp-block-button__link:focus, input.btn[type="submit"]:focus {
	outline: 0;
}

.btn.input-nearby, .wp-block-button__link.input-nearby, input.btn[type="submit"].input-nearby {
	padding-top: 18px;
	padding-bottom: 18px;
}

@media screen and (min-width: 768px) {
	.btn + .btn, .wp-block-button__link + .btn, input.btn[type="submit"] + .btn, .btn + .wp-block-button__link, .wp-block-button__link + .wp-block-button__link, input.btn[type="submit"] + .wp-block-button__link, .btn + input.btn[type="submit"], .wp-block-button__link + input.btn[type="submit"], input.btn[type="submit"] + input.btn[type="submit"] {
		margin-left: 20px;
	}
}

.btn[type='submit'][disabled], .btn.fake-disabled, .wp-block-button__link[type='submit'][disabled], .wp-block-button__link.fake-disabled, input.btn[type="submit"][type='submit'][disabled], input.btn[type="submit"].fake-disabled {
	opacity: 0.7;
	cursor: default;
}

.btn.btn-dark, .wp-block-button.btn-dark .wp-block-button__link, input.btn[type="submit"].btn-dark, .is-style-arlo-dark .wp-block-button__link {
	background-color: #47525A;
	color: #FFD100;
	border-color: #47525A;
}

.btn.btn-dark:hover, .btn.btn-dark.selected, .wp-block-button.btn-dark .wp-block-button__link:hover, .wp-block-button.btn-dark .wp-block-button__link.selected, input.btn[type="submit"].btn-dark:hover, input.btn[type="submit"].btn-dark.selected, .is-style-arlo-dark .wp-block-button__link:hover, .is-style-arlo-dark .wp-block-button__link.selected {
	background-color: #333F48;
	border-color: #333F48;
}

.btn.btn-yellow, .wp-block-button.btn-yellow .wp-block-button__link, input.btn[type="submit"].btn-yellow, .is-style-arlo-yellow .wp-block-button__link {
	background-color: #FFDC40;
	border-color: #FFDC40;
	color: #47525A;
}

.btn.btn-yellow:hover, .btn.btn-yellow.selected, .wp-block-button.btn-yellow .wp-block-button__link:hover, .wp-block-button.btn-yellow .wp-block-button__link.selected, input.btn[type="submit"].btn-yellow:hover, input.btn[type="submit"].btn-yellow.selected, .is-style-arlo-yellow .wp-block-button__link:hover, .is-style-arlo-yellow .wp-block-button__link.selected {
	background-color: #FFD100;
	border-color: #FFD100;
	color: #333F48;
}

.btn.btn-transparent, .wp-block-button.btn-transparent .wp-block-button__link, input.btn[type="submit"].btn-transparent, .is-style-arlo-transparent .wp-block-button__link {
	background-color: transparent;
	color: #47525A;
}

.btn.btn-border-dark, .wp-block-button.btn-border-dark .wp-block-button__link, input.btn[type="submit"].btn-border-dark {
	border-color: #47525A;
}

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: #47525A;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

select {
	border: 1px solid #ccc;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: url('data:image/svg+xml;charset=UTF-8, <svg xmlns="http://www.w3.org/2000/svg" width="11" height="6" viewBox="0 0 11 6"><polygon fill="333F48" fill-rule="evenodd" points="161.82 25.32 171.82 25.32 166.82 30.32" transform="translate(-161 -25)"/></svg>') no-repeat;
	background-position: right 20px top 50%;
}

textarea {
	width: 100%;
}

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"],
select,
textarea {
	font-size: 15px;
	border-radius: 27.5px;
	padding: 15px 25px;
	border: 0;
	background-color: rgba(71, 82, 90, 0.1);
	border: 2px solid rgba(71, 82, 90, 0.1);
}

@media screen and (min-width: 768px) {
	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"],
	select,
	textarea {
		margin-right: 10px;
	}
}

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,
select:focus,
textarea:focus {
	border: 2px solid #FFD000;
	outline: 0;
}

input[type="text"].input-transparent,
input[type="email"].input-transparent,
input[type="url"].input-transparent,
input[type="password"].input-transparent,
input[type="search"].input-transparent,
input[type="number"].input-transparent,
input[type="tel"].input-transparent,
input[type="range"].input-transparent,
input[type="date"].input-transparent,
input[type="month"].input-transparent,
input[type="week"].input-transparent,
input[type="time"].input-transparent,
input[type="datetime"].input-transparent,
input[type="datetime-local"].input-transparent,
input[type="color"].input-transparent,
select.input-transparent,
textarea.input-transparent {
	background-color: rgba(255, 255, 255, 0.4);
	border: 2px solid transparent;
}

input[type="text"].input-transparent:focus,
input[type="email"].input-transparent:focus,
input[type="url"].input-transparent:focus,
input[type="password"].input-transparent:focus,
input[type="search"].input-transparent:focus,
input[type="number"].input-transparent:focus,
input[type="tel"].input-transparent:focus,
input[type="range"].input-transparent:focus,
input[type="date"].input-transparent:focus,
input[type="month"].input-transparent:focus,
input[type="week"].input-transparent:focus,
input[type="time"].input-transparent:focus,
input[type="datetime"].input-transparent:focus,
input[type="datetime-local"].input-transparent:focus,
input[type="color"].input-transparent:focus,
select.input-transparent:focus,
textarea.input-transparent:focus {
	border: 2px solid transparent;
}

input[type="text"].has-error,
input[type="email"].has-error,
input[type="url"].has-error,
input[type="password"].has-error,
input[type="search"].has-error,
input[type="number"].has-error,
input[type="tel"].has-error,
input[type="range"].has-error,
input[type="date"].has-error,
input[type="month"].has-error,
input[type="week"].has-error,
input[type="time"].has-error,
input[type="datetime"].has-error,
input[type="datetime-local"].has-error,
input[type="color"].has-error,
select.has-error,
textarea.has-error {
	border-color: #FF4E00;
}

input[type="text"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="range"]::-webkit-input-placeholder,
input[type="date"]::-webkit-input-placeholder,
input[type="month"]::-webkit-input-placeholder,
input[type="week"]::-webkit-input-placeholder,
input[type="time"]::-webkit-input-placeholder,
input[type="datetime"]::-webkit-input-placeholder,
input[type="datetime-local"]::-webkit-input-placeholder,
input[type="color"]::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: rgba(0, 0, 0, 0.45);
}

input[type="text"]::-ms-input-placeholder,
input[type="email"]::-ms-input-placeholder,
input[type="url"]::-ms-input-placeholder,
input[type="password"]::-ms-input-placeholder,
input[type="search"]::-ms-input-placeholder,
input[type="number"]::-ms-input-placeholder,
input[type="tel"]::-ms-input-placeholder,
input[type="range"]::-ms-input-placeholder,
input[type="date"]::-ms-input-placeholder,
input[type="month"]::-ms-input-placeholder,
input[type="week"]::-ms-input-placeholder,
input[type="time"]::-ms-input-placeholder,
input[type="datetime"]::-ms-input-placeholder,
input[type="datetime-local"]::-ms-input-placeholder,
input[type="color"]::-ms-input-placeholder,
select::-ms-input-placeholder,
textarea::-ms-input-placeholder {
	color: rgba(0, 0, 0, 0.45);
}

input[type="text"]::placeholder,
input[type="email"]::placeholder,
input[type="url"]::placeholder,
input[type="password"]::placeholder,
input[type="search"]::placeholder,
input[type="number"]::placeholder,
input[type="tel"]::placeholder,
input[type="range"]::placeholder,
input[type="date"]::placeholder,
input[type="month"]::placeholder,
input[type="week"]::placeholder,
input[type="time"]::placeholder,
input[type="datetime"]::placeholder,
input[type="datetime-local"]::placeholder,
input[type="color"]::placeholder,
select::placeholder,
textarea::placeholder {
	color: rgba(0, 0, 0, 0.45);
}

textarea {
	border-radius: 0;
}

/* Base for label styling */
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
	position: absolute;
	left: -9999px;
}

[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label {
	position: relative;
	padding-left: 1.95em;
	cursor: pointer;
}

/* checkbox aspect */
[type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 1.25em;
	height: 1.25em;
	border: 2px solid #ccc;
	background-color: rgba(71, 82, 90, 0.1);
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}

/* checked mark aspect */
[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after {
	content: '\2713\0020';
	position: absolute;
	top: 1px;
	left: 4px;
	font-size: 13px;
	color: #333F48;
	-webkit-transition: ease-out 50ms;
	transition: ease-out 50ms;
}

/* checked mark aspect changes */
[type="checkbox"]:not(:checked) + label:after {
	opacity: 0;
}

[type="checkbox"]:checked + label:after {
	opacity: 1;
}

/* disabled checkbox */
[type="checkbox"]:disabled:not(:checked) + label:before,
[type="checkbox"]:disabled:checked + label:before {
	-webkit-box-shadow: none;
	box-shadow: none;
	border-color: #bbb;
	background-color: rgba(71, 82, 90, 0.1);
}

[type="checkbox"]:disabled:checked + label:after {
	color: #999;
}

[type="checkbox"]:disabled + label {
	color: #aaa;
}

/* hover style just for information */
label:hover:before {
	border: 2px solid #FFD000 !important;
}

.input-group {
	margin-bottom: 20px;
	position: relative;
}

@media screen and (min-width: 768px) {
	.input-group {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}

.input-group label {
	font-size: 15px;
	margin-bottom: 10px;
	display: block;
}

@media screen and (min-width: 1400px) {
	.input-group label {
		display: inline-block;
		margin-bottom: 0;
	}
}

.input-group input, .input-group select {
	width: 100%;
	margin-right: 0;
}

@media screen and (min-width: 1400px) {
	.input-group input, .input-group select {
		max-width: 380px;
	}
}

.input-group input[type='checkbox'], .input-group select[type='checkbox'] {
	width: auto;
}

.input-group textarea {
	display: block;
	margin-top: 15px;
	margin-right: 0;
}

.input-group textarea[name='Message'] {
	min-height: 200px;
}

.input-group .tip {
	font-size: 12px;
	color: #9AA5AD;
	margin-right: 2px;
}

.input-group.input-has-mask .input-mask {
	position: absolute;
	right: 40px;
	top: 17px;
	color: #74828D;
	font-size: 15px;
}

.input-group.input-has-mask input {
	padding-right: 90px;
}

.input-group .loadingIcon, .input-group .successIcon {
	opacity: 0;
	position: absolute;
	right: 14px;
	top: 21px;
	-webkit-transition: opacity 200ms ease-out;
	transition: opacity 200ms ease-out;
}

.input-group .loadingIcon {
	-webkit-animation: field-loadingIcon-spin 1s infinite;
	animation: field-loadingIcon-spin 1s infinite;
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out;
}

.input-group.loading .loadingIcon, .input-group.success .successIcon {
	opacity: 1;
}

.input-group label ~ .loadingIcon, .input-group label ~ .succesIcon {
	top: 52px;
}

@media screen and (min-width: 1400px) {
	.input-group label ~ .loadingIcon, .input-group label ~ .succesIcon {
		top: 42px;
	}
}

.input-group.minimal-dropdown {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 0;
}

.input-group.minimal-dropdown label {
	margin-bottom: 0;
	color: #90969B;
	font-weight: 600;
}

.input-group.minimal-dropdown select {
	max-width: 80%;
	background-color: transparent;
	border: none;
	color: #9AA5AD;
}

.field-validation-error, .validation-error {
	width: 100%;
	margin-top: 10px;
	font-size: 15px;
	text-align: right;
	color: #FF4E00;
}

#contactMessageError {
	display: none;
}

@-webkit-keyframes field-loadingIcon-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes field-loadingIcon-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.form-description {
	margin-bottom: 30px;
	max-width: 75%;
}

.Campaign.CampaignType--popup .mktoFormCol {
	width: 100% !important;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	-webkit-clip-path: inset(50%);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
	/* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

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

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

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Header / Footer
--------------------------------------------------------------*/
@supports not (overflow-x: clip) {
	body .site {
		overflow-x: hidden;
	}
}

body:not(.page-template-template-yellow-header):not(.page-template-template-small-header-yellow):not(.page-template-template-spring-wood-header) header#masthead {
	background-color: #FFFFFF;
	border-top-color: #FFD000;
	border-bottom: 1px solid #F7F5EF;
}

body:not(.page-template-template-yellow-header):not(.page-template-template-small-header-yellow):not(.page-template-template-spring-wood-header) header#masthead .site-branding .site-title svg .st0 {
	fill: #FFD100;
}

body:not(.page-template-template-yellow-header):not(.page-template-template-small-header-yellow):not(.page-template-template-spring-wood-header) header#masthead .site-branding .site-title svg .st1 {
	fill: #FFFFFF;
}

body:not(.page-template-template-yellow-header):not(.page-template-template-small-header-yellow):not(.page-template-template-spring-wood-header) header#masthead .main-navigation a:not(.btn)::after {
	background-color: #FFD000;
}

body:not(.page-template-template-yellow-header):not(.page-template-template-small-header-yellow):not(.page-template-template-spring-wood-header) header#masthead .site-actions .btn-transparent:hover {
	background-color: #F7F5EF;
}

body.page-template-template-yellow-header header#masthead, body.page-template-template-small-header-yellow header#masthead {
	background-color: #FFD000;
	border-top-color: #FFFFFF;
	border-bottom: 1px solid rgba(255, 255, 255, 0.35);
}

body.page-template-template-yellow-header header#masthead .site-branding .site-title svg .st0, body.page-template-template-small-header-yellow header#masthead .site-branding .site-title svg .st0 {
	fill: #47525A;
}

body.page-template-template-yellow-header header#masthead .site-branding .site-title svg .st1, body.page-template-template-small-header-yellow header#masthead .site-branding .site-title svg .st1 {
	fill: #FFFFFF;
}

body.page-template-template-yellow-header header#masthead .main-navigation .main-menu > li > a:not(.btn)::after, body.page-template-template-small-header-yellow header#masthead .main-navigation .main-menu > li > a:not(.btn)::after {
	background-color: #FFFFFF;
}

body.page-template-template-yellow-header header#masthead .site-actions .btn-transparent:hover, body.page-template-template-small-header-yellow header#masthead .site-actions .btn-transparent:hover {
	background-color: #FFDC40;
}

body.single-case_studies header#masthead, body.single-integrations header#masthead, body.page-template-template-spring-wood-header header#masthead {
	background-color: #FBFAF7;
	border-top-color: #FFFFFF;
}

body.single-case_studies header#masthead .site-branding .site-title svg .st0, body.single-integrations header#masthead .site-branding .site-title svg .st0, body.page-template-template-spring-wood-header header#masthead .site-branding .site-title svg .st0 {
	fill: #47525A;
}

body.single-case_studies header#masthead .site-branding .site-title svg .st1, body.single-integrations header#masthead .site-branding .site-title svg .st1, body.page-template-template-spring-wood-header header#masthead .site-branding .site-title svg .st1 {
	fill: #FFFFFF;
}

.site-header {
	z-index: 101;
	position: relative;
	/* Small menu. */
}

@media screen and (min-width: 992px) {
	.site-header {
		border-top: 5px solid #FFD000;
	}
	.site-header.sticky {
		max-height: 0px;
		-webkit-transition: max-height ease-out 200ms, border-top-width ease-out 200ms;
		transition: max-height ease-out 200ms, border-top-width ease-out 200ms;
		overflow: hidden;
		position: fixed;
		width: 100%;
		border-top-width: 0px;
		top: 0;
	}
	.site-header.sticky .top-menu-bar {
		max-height: 0px;
		margin: 0;
		overflow: hidden;
	}
	.site-header.sticky .header-main {
		padding-top: 5px;
		padding-bottom: 5px;
	}
	.site-header.sticky .site-branding .site-title {
		height: 60px;
		width: 60px;
	}
	.site-header.sticky .header-main .main-navigation ul li:hover > .sub-menu-wrapper, .site-header.sticky .header-main .main-navigation ul li.focus > .sub-menu-wrapper {
		padding-top: 30px;
	}
	.site-header.stuck {
		max-height: 200px;
		overflow: hidden;
		border-top-width: 5px;
	}
	.site-header.stuck:hover {
		overflow: visible;
	}
}

.site-header .site-branding {
	z-index: 2;
}

.site-header .site-branding .site-title {
	border-radius: 50%;
	margin: 0;
	text-align: center;
	width: 60px;
	height: 60px;
	line-height: 60px;
}

.site-header .site-branding .site-title a {
	font-size: 30px;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}

@media screen and (min-width: 768px) {
	.site-header .site-branding .site-title {
		width: 90px;
		height: 90px;
		line-height: 90px;
	}
	.site-header .site-branding .site-title a {
		font-size: 45px;
	}
}

.site-header li a {
	text-decoration: none;
	font-weight: bold;
	color: #47525A;
}

.site-header .top-menu-bar {
	margin-top: 10px;
	margin-bottom: 10px;
	display: none;
}

@media screen and (min-width: 992px) {
	.site-header .top-menu-bar {
		max-height: 100px;
		display: block;
	}
}

.site-header .top-menu-bar ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	padding-left: 0;
	margin: 0;
}

.site-header .top-menu-bar ul li {
	display: inline-block;
	padding: 0 10px;
}

.site-header .top-menu-bar ul li:last-child {
	padding-right: 0px;
}

.site-header .top-menu-bar ul li a {
	font-size: 14px;
	color: #333F48;
}

.site-header .top-menu-bar ul li.icon-login a {
	position: relative;
	padding-right: 26px;
}

.site-header .top-menu-bar ul li.icon-login a::after {
	content: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="16" height="16"><path fill="rgb(51,63,72)" stroke="none" transform="translate(1 2.00659)" d="M0 1.99333C0 0.993333 1 0 2 0L13 0C14 0 15 0.993333 15 1.99333L15 9.99333C15 10.9933 14 11.9867 13 11.9867L2 11.9867C1 11.9867 0 10.9933 0 9.99333L0 7.99333L1.5 7.99333L1.5 10.4933L13.5 10.4933L13.5 1.49333L1.5 1.49333L1.5 3.99333L0 3.99333L0 1.99333ZM9.33333 5.99333L6 8.66L6 6.49333L0 6.49333L0 5.49333L6 5.49333L6 2.99333L9.33333 5.99333Z" fill-rule="evenodd"/></svg>');
	position: absolute;
	height: 16px;
	width: 16px;
	right: 0;
	top: 0;
}

.site-header .floating-bar {
	position: absolute;
	left: 50%;
	width: 10px;
	top: -4px;
	height: 4px;
	opacity: 0;
	background-color: #47525A;
	-webkit-transition: left ease-out 300ms, width ease-out 300ms, opacity ease-out 300ms;
	transition: left ease-out 300ms, width ease-out 300ms, opacity ease-out 300ms;
}

.site-header .header-main {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 16px 0;
}

@media screen and (min-width: 992px) {
	.site-header .header-main {
		padding: 35px 0 45px;
	}
}

.site-header .header-main .main-navigation {
	display: block;
}

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

.site-header .header-main .main-navigation ul ul.sub-menu {
	z-index: 99999;
	max-width: 1400px;
	margin: 0 auto;
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
	height: 0;
	-webkit-transition: -webkit-transform ease-out 300ms;
	transition: -webkit-transform ease-out 300ms;
	transition: transform ease-out 300ms;
	transition: transform ease-out 300ms, -webkit-transform ease-out 300ms;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	display: none;
}

.site-header .header-main .main-navigation ul ul.sub-menu .menu-description {
	display: none;
}

@media screen and (min-width: 992px) {
	.site-header .header-main .main-navigation ul ul.sub-menu {
		height: auto;
		-webkit-transform: none;
		transform: none;
		position: static;
		top: inherit;
		left: inherit;
		right: inherit;
	}
	.site-header .header-main .main-navigation ul ul.sub-menu .menu-description {
		display: inherit;
		padding-top: 15px;
	}
}

.site-header .header-main .main-navigation ul li a:not(.btn) {
	margin: 0 30px;
	position: relative;
	display: block;
	font-size: 17px;
	padding: 20px 0;
	border-bottom: solid 1px #CFCABB;
	text-align: left;
}

@media screen and (min-width: 992px) {
	.site-header .header-main .main-navigation ul li a:not(.btn) {
		display: inline-block;
		padding: 0;
		border-bottom: none;
		position: relative;
	}
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
	.site-header .header-main .main-navigation ul li a:not(.btn) {
		margin: 0 10px;
	}
}

@media screen and (min-width: 992px) {
	.site-header .header-main .main-navigation ul li a:not(.btn)::after {
		position: absolute;
		content: ' ';
		bottom: 0;
		width: 100%;
		height: 2px;
		left: -100%;
		opacity: 0;
		background-color: #FFD000;
		-webkit-transition: opacity ease-out 200ms, left ease-out 200ms;
		transition: opacity ease-out 200ms, left ease-out 200ms;
	}
}

.site-header .header-main .main-navigation ul li.return-link {
	margin-bottom: 90px;
	background-color: #47525A;
}

@media screen and (min-width: 992px) {
	.site-header .header-main .main-navigation ul li.return-link {
		display: none;
	}
}

.site-header .header-main .main-navigation ul li.return-link a {
	border-bottom: 0;
	display: inline-block;
	padding: 20px;
	font-size: 20px;
}

@media screen and (min-width: 992px) {
	.site-header .header-main .main-navigation ul li.return-link a {
		display: none;
	}
}

.site-header .header-main .main-navigation ul li.return-link a.caret {
	background-color: #333F48;
	margin: 0;
	padding: 20px 25px;
}

.site-header .header-main .main-navigation ul li.return-link a.caret svg {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	fill: #FFD000;
}

.site-header .header-main .main-navigation ul li.return-link a.text {
	color: #FFFFFF;
	font-weight: bold;
	padding-left: 6px;
}

.site-header .header-main .main-navigation ul li .sub-menu-wrapper {
	text-align: left;
}

@media screen and (min-width: 992px) {
	.site-header .header-main .main-navigation ul li .sub-menu-wrapper {
		display: none;
		-webkit-box-shadow: 0 10px 9px 1px rgba(216, 216, 216, 0.4);
		box-shadow: 0 10px 9px 1px rgba(216, 216, 216, 0.4);
		-webkit-animation: menu-dropdown 0.5s;
		animation: menu-dropdown 0.5s;
	}
	@-webkit-keyframes menu-dropdown {
		0% {
			display: block;
			opacity: 0;
			max-height: 0;
		}
		100% {
			opacity: 1;
			max-height: 800px;
		}
	}
	@keyframes menu-dropdown {
		0% {
			display: block;
			opacity: 0;
			max-height: 0;
		}
		100% {
			opacity: 1;
			max-height: 800px;
		}
	}
}

.site-header .header-main .main-navigation ul li .sub-menu-wrapper .sub-menu {
	display: block;
}

@media screen and (min-width: 992px) {
	.site-header .header-main .main-navigation ul li .sub-menu-wrapper > .sub-menu {
		padding: 94px 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
}

@media screen and (min-width: 992px) {
	.site-header .header-main .main-navigation ul li .sub-menu-wrapper > .sub-menu .sub-menu {
		padding: 25px 0 45px;
		border-bottom: solid 1px #CFCABE;
		margin: 0px 30px;
	}
}

@media screen and (min-width: 992px) {
	.site-header .header-main .main-navigation ul li .sub-menu-wrapper > .sub-menu .sub-menu a {
		padding-bottom: 15px;
		font-weight: normal;
		margin: 0;
	}
	.site-header .header-main .main-navigation ul li .sub-menu-wrapper > .sub-menu .sub-menu a::after {
		bottom: 10px;
	}
}

@media screen and (min-width: 992px) {
	.site-header .header-main .main-navigation ul li .sub-menu-wrapper > .sub-menu .sub-menu .menu-item-has-children > a {
		padding-bottom: 0;
		font-weight: 800;
	}
	.site-header .header-main .main-navigation ul li .sub-menu-wrapper > .sub-menu .sub-menu .menu-item-has-children > a:after {
		bottom: 0;
	}
	.site-header .header-main .main-navigation ul li .sub-menu-wrapper > .sub-menu .sub-menu .menu-item-has-children .sub-menu {
		margin: 0;
		padding: 0;
		margin-left: 0.5em;
		margin-top: 0.5em;
		border-bottom: 0;
	}
	.site-header .header-main .main-navigation ul li .sub-menu-wrapper > .sub-menu .sub-menu .menu-item-has-children .sub-menu li.menu-item {
		padding-bottom: 5px;
	}
	.site-header .header-main .main-navigation ul li .sub-menu-wrapper > .sub-menu .sub-menu .menu-item-has-children .sub-menu li.menu-item a {
		padding-bottom: 5px;
		font-size: 15px;
	}
	.site-header .header-main .main-navigation ul li .sub-menu-wrapper > .sub-menu .sub-menu .menu-item-has-children .sub-menu li.menu-item a:after {
		bottom: 5px;
	}
}

@media screen and (min-width: 992px) {
	.site-header .header-main .main-navigation ul li .sub-menu-wrapper > .sub-menu > li {
		width: 20%;
		padding-right: 83px;
	}
	.site-header .header-main .main-navigation ul li .sub-menu-wrapper > .sub-menu > li:last-child {
		padding-right: 0;
	}
	.site-header .header-main .main-navigation ul li .sub-menu-wrapper > .sub-menu > li.thirds {
		width: 33%;
	}
	.site-header .header-main .main-navigation ul li .sub-menu-wrapper > .sub-menu > li.quarters {
		width: 25%;
	}
	.site-header .header-main .main-navigation ul li .sub-menu-wrapper > .sub-menu > li.columns-2 {
		width: 40%;
	}
	.site-header .header-main .main-navigation ul li .sub-menu-wrapper > .sub-menu > li.columns-2 .sub-menu {
		-webkit-columns: 2;
		columns: 2;
	}
	.site-header .header-main .main-navigation ul li .sub-menu-wrapper > .sub-menu > li.columns-3 {
		width: 60%;
	}
	.site-header .header-main .main-navigation ul li .sub-menu-wrapper > .sub-menu > li.columns-3 .sub-menu {
		-webkit-columns: 3;
		columns: 3;
	}
	.site-header .header-main .main-navigation ul li .sub-menu-wrapper > .sub-menu > li.columns-4 {
		width: 80%;
	}
	.site-header .header-main .main-navigation ul li .sub-menu-wrapper > .sub-menu > li.columns-4 .sub-menu {
		-webkit-columns: 4;
		columns: 4;
	}
}

.site-header .header-main .main-navigation ul li.focus > .sub-menu-wrapper {
	display: block;
}

.site-header .header-main .main-navigation ul li.focus > .sub-menu-wrapper > .sub-menu,
.site-header .header-main .main-navigation ul li.focus > .sub-menu {
	position: absolute;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	height: auto;
	top: 0;
	left: 0;
	right: 0;
	z-index: 2;
	min-height: 100%;
	background-color: #FBFAF7;
}

@media screen and (min-width: 992px) {
	.site-header .header-main .main-navigation ul li.focus > .sub-menu-wrapper > .sub-menu,
	.site-header .header-main .main-navigation ul li.focus > .sub-menu {
		position: static;
		-webkit-transform: none;
		transform: none;
		min-height: auto;
		height: inherit;
		top: inherit;
		left: inherit;
		right: inherit;
	}
}

@media screen and (min-width: 992px) {
	.site-header .header-main .main-navigation ul li:hover:hover, .site-header .header-main .main-navigation ul li.focus:hover {
		z-index: 5;
	}
	.site-header .header-main .main-navigation ul li:hover > .sub-menu-wrapper, .site-header .header-main .main-navigation ul li.focus > .sub-menu-wrapper {
		display: block;
		position: absolute;
		left: 0;
		right: 0;
		z-index: 2;
		min-height: 100%;
		background-color: #FBFAF7;
		background-clip: content-box;
		padding-top: 75px;
		top: initial;
		height: auto;
		max-height: 800px;
	}
}

.site-header .header-main .main-navigation li:hover:not(.is-mega-menu) > a, .site-header .header-main .main-navigation li.focus:not(.is-mega-menu) > a, .site-header .header-main .main-navigation li.current_page_item:not(.is-mega-menu) > a, .site-header .header-main .main-navigation li.current-menu-item:not(.is-mega-menu) > a {
	color: #333F48;
}

.site-header .header-main .main-navigation li:hover:not(.is-mega-menu) > a::after, .site-header .header-main .main-navigation li.focus:not(.is-mega-menu) > a::after, .site-header .header-main .main-navigation li.current_page_item:not(.is-mega-menu) > a::after, .site-header .header-main .main-navigation li.current-menu-item:not(.is-mega-menu) > a::after {
	opacity: 1;
	left: 0;
}

.site-header .header-main .main-navigation ul.main-menu {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	background-color: #F7F5EF;
	min-height: calc(100vh - 92px);
	padding: 80px 0;
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
	-webkit-transition: -webkit-transform ease-out 300ms;
	transition: -webkit-transform ease-out 300ms;
	transition: transform ease-out 300ms;
	transition: transform ease-out 300ms, -webkit-transform ease-out 300ms;
}

@media screen and (min-width: 992px) {
	.site-header .header-main .main-navigation ul.main-menu {
		display: none;
		background-color: transparent;
		padding: inherit;
		min-height: auto;
		position: static;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: distribute;
		justify-content: space-around;
		-webkit-transform: none;
		transform: none;
	}
}

.site-header .header-main .main-navigation ul.main-menu > li {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	text-align: center;
}

@media screen and (min-width: 992px) {
	.site-header .header-main .main-navigation ul.main-menu > li > a::after {
		bottom: -17px;
	}
}

@media screen and (min-width: 992px) {
	.site-header .header-main .main-navigation ul.main-menu > li.menu-item-has-children:hover > a::before, .site-header .header-main .main-navigation ul.main-menu > li.menu-item-has-children.focus > a::before {
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
	}
	.site-header .header-main .main-navigation ul.main-menu > li.menu-item-has-children > a {
		position: relative;
	}
	.site-header .header-main .main-navigation ul.main-menu > li.menu-item-has-children > a::before {
		position: absolute;
		content: url('data:image/svg+xml;charset=UTF-8, <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="5" height="10"><path fill="rgb(51,63,72)" stroke="none" transform="matrix(-4.37114e-08 -1 1 -4.37114e-08 0 10)" d="M0 0L5 5L10 0L0 0Z"/></svg>');
		right: -15px;
		-webkit-transition: ease-out 200ms;
		transition: ease-out 200ms;
	}
}

@media screen and (min-width: 992px) and (min-width: 992px) and (max-width: 1200px) {
	.site-header .header-main .main-navigation ul.main-menu > li.menu-item-has-children > a::before {
		right: -10px;
	}
}

.site-header .header-main .main-navigation.toggled ul.main-menu {
	display: block;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.site-header .header-main .site-actions {
	z-index: 2;
	display: none;
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
	.site-header .header-main .site-actions .btn {
		margin-left: 0;
	}
}

@media screen and (min-width: 992px) {
	.site-header .header-main .site-actions {
		display: block;
	}
}

.site-header .header-main .site-actions-wrapper {
	margin: 20px 0;
}

@media screen and (min-width: 992px) {
	.site-header .header-main .site-actions-wrapper {
		display: none;
	}
}

.site-header .header-main .site-actions-wrapper .site-actions {
	display: block;
}

.site-header .header-main .site-actions-wrapper .site-actions .btn {
	display: inline-block;
	margin: 5px;
}

.site-header .menu-toggle,
.site-header .main-navigation.toggled ul {
	display: block;
}

.site-header .menu-toggle {
	float: right;
	width: 35px;
	height: 23px;
	position: relative;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
	margin: 0 17px;
}

.site-header .menu-toggle span {
	display: block;
	position: absolute;
	height: 3px;
	width: 100%;
	background: #333F48;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}

.site-header .menu-toggle span:nth-child(1) {
	top: 0px;
}

.site-header .menu-toggle span:nth-child(2) {
	top: 10px;
}

.site-header .menu-toggle span:nth-child(3) {
	top: 20px;
}

.site-header .toggled .menu-toggle span:nth-child(1) {
	top: 10px;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}

.site-header .toggled .menu-toggle span:nth-child(2) {
	opacity: 0;
	left: -30px;
}

.site-header .toggled .menu-toggle span:nth-child(3) {
	top: 10px;
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
}

@media screen and (min-width: 992px) {
	.site-header .menu-toggle {
		display: none;
	}
}

@media screen and (min-width: 992px) {
	.page-template-template-small-header .header-banner, .page-template-template-small-header-yellow .header-banner {
		display: none !important;
	}
	.page-template-template-small-header .site-header, .page-template-template-small-header-yellow .site-header {
		position: absolute;
		width: 100%;
		top: 0;
		max-height: 200px;
		overflow: hidden;
		border-top-width: 5px;
	}
	.page-template-template-small-header .site-header:hover, .page-template-template-small-header-yellow .site-header:hover {
		overflow: visible;
	}
	.page-template-template-small-header .site-header .header-banner, .page-template-template-small-header-yellow .site-header .header-banner {
		display: none !important;
	}
	.page-template-template-small-header .site-header .top-menu-bar, .page-template-template-small-header-yellow .site-header .top-menu-bar {
		max-height: 0px;
		margin: 0;
		overflow: hidden;
	}
	.page-template-template-small-header .site-header .header-main, .page-template-template-small-header-yellow .site-header .header-main {
		padding-top: 12px;
		padding-bottom: 12px;
	}
	.page-template-template-small-header .site-header .header-main .main-navigation ul li:hover > .sub-menu-wrapper, .page-template-template-small-header .site-header .header-main .main-navigation ul li.focus > .sub-menu-wrapper, .page-template-template-small-header-yellow .site-header .header-main .main-navigation ul li:hover > .sub-menu-wrapper, .page-template-template-small-header-yellow .site-header .header-main .main-navigation ul li.focus > .sub-menu-wrapper {
		padding-top: 30px;
	}
	.page-template-template-small-header .site-header .main-navigation, .page-template-template-small-header-yellow .site-header .main-navigation {
		display: none;
	}
	.page-template-template-small-header .site-header .site-branding, .page-template-template-small-header-yellow .site-header .site-branding {
		width: 100px;
		height: 100px;
		-webkit-transition: width ease-in-out 0.5s, height ease-in-out 0.5s;
		transition: width ease-in-out 0.5s, height ease-in-out 0.5s;
	}
	.page-template-template-small-header .site-header .site-branding .site-title, .page-template-template-small-header-yellow .site-header .site-branding .site-title {
		width: inherit;
		height: inherit;
	}
	.page-template-template-small-header .site-header.shrink, .page-template-template-small-header-yellow .site-header.shrink {
		position: fixed;
		top: 0 !important;
	}
	.page-template-template-small-header .site-header.shrink .site-branding, .page-template-template-small-header-yellow .site-header.shrink .site-branding {
		width: 60px;
		height: 60px;
	}
	.page-template-template-small-header #content, .page-template-template-small-header-yellow #content {
		margin-top: 130px;
		-webkit-transition: margin-top ease-in-out 0.05s;
		transition: margin-top ease-in-out 0.05s;
	}
}

@media screen and (max-width: 992px) {
	@supports (overflow-x: clip) {
		.site-header {
			overflow-x: clip;
		}
	}
	#content.site-content {
		margin-top: 0 !important;
	}
}

.header-banner {
	background-color: #47525a;
	color: #fff;
	text-align: center;
	max-height: 0;
	-webkit-transition: max-height ease-in-out 0.25s;
	transition: max-height ease-in-out 0.25s;
	overflow: hidden;
}

.header-banner.show {
	max-height: 500px !important;
}

.header-banner .arlo-container {
	padding: 10px 0;
}

.header-banner a {
	color: #ffd000;
}

.header-banner #close_banner {
	float: right;
	display: inline-block;
	text-decoration: none;
}

.header-banner #close_banner svg {
	fill: #ffd000;
}

footer.site-footer {
	padding-top: 50px;
	background-color: #FBFAF7;
}

footer.site-footer .site-branding {
	text-align: center;
}

footer.site-footer .site-branding .site-title a {
	max-width: 80px;
	padding: 0;
	display: block;
	margin: 0 auto;
}

footer.site-footer .site-branding .site-title a svg .st0 {
	fill: #FFD100;
}

footer.site-footer .site-branding .site-title a svg .st1 {
	fill: #FFFFFF;
}

footer.site-footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

footer.site-footer ul.menu {
	text-align: center;
	padding: 50px 0 0;
}

@media screen and (min-width: 768px) {
	footer.site-footer ul.menu {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		padding: 35px 115px;
		text-align: left;
	}
}

footer.site-footer ul.menu li a {
	display: inline-block;
	color: #47525A;
	padding: 8px 0;
	font-size: 13px;
	text-decoration: none;
}

footer.site-footer ul.menu > li > a,
footer.site-footer ul.menu li.bold > a {
	font-size: 17px;
	font-weight: bold;
	color: #47525A;
	position: relative;
}

footer.site-footer ul.menu > li > a::after,
footer.site-footer ul.menu li.bold > a::after {
	position: absolute;
	content: ' ';
	bottom: 0;
	width: 100%;
	height: 2px;
	left: -100%;
	opacity: 0;
	background-color: #FFD000;
	-webkit-transition: opacity ease-out 200ms, left ease-out 200ms;
	transition: opacity ease-out 200ms, left ease-out 200ms;
}

footer.site-footer ul.menu > li > a:hover,
footer.site-footer ul.menu li.bold > a:hover {
	color: #333F48;
}

footer.site-footer ul.menu > li > a:hover::after,
footer.site-footer ul.menu li.bold > a:hover::after {
	opacity: 1;
	left: 0;
}

footer.site-footer ul.menu > li.focus > a::after, footer.site-footer ul.menu > li.current_page_item > a::after, footer.site-footer ul.menu > li.current-menu-item > a::after,
footer.site-footer ul.menu li.bold.focus > a::after,
footer.site-footer ul.menu li.bold.current_page_item > a::after,
footer.site-footer ul.menu li.bold.current-menu-item > a::after {
	opacity: 1;
	left: 0;
}

@media screen and (min-width: 768px) {
	footer.site-footer ul.menu > li:not(.children-bold) > a {
		padding-bottom: 40px;
	}
	footer.site-footer ul.menu > li:not(.children-bold) > a::after {
		bottom: 30px;
	}
}

footer.site-footer ul.menu > li:not(.children-bold) > .sub-menu {
	max-height: 0;
	overflow: hidden;
	-webkit-transition: max-height ease-out 300ms;
	transition: max-height ease-out 300ms;
}

@media screen and (min-width: 768px) {
	footer.site-footer ul.menu > li:not(.children-bold) > .sub-menu {
		max-height: none;
	}
}

footer.site-footer ul.menu > li:not(.children-bold).active > .sub-menu {
	max-height: 400px;
}

@media screen and (min-width: 768px) {
	footer.site-footer ul.menu > li:not(.children-bold) .original-link-reinsert {
		display: none;
	}
}

footer.site-footer li.bold > a, footer.site-footer li.children-bold > a {
	padding: 14px 0;
}

footer.site-footer li.bold > a::after, footer.site-footer li.children-bold > a::after {
	bottom: 4px !important;
}

footer.site-footer li.bold.children-bold > a, footer.site-footer li.children-bold.children-bold > a {
	padding-top: 10px;
}

footer.site-footer .social-icons {
	margin: 60px 0 0;
	text-align: center;
}

footer.site-footer .social-icons li {
	display: inline-block;
	padding: 0 15px;
}

footer.site-footer .social-icons li a {
	display: block;
}

footer.site-footer .social-icons li a svg {
	width: 20px;
	height: 20px;
}

footer.site-footer .bottom-bar {
	margin-top: 55px;
	background-color: #333F48;
	padding: 16px 0;
	text-align: center;
}

footer.site-footer .bottom-bar li {
	display: inline-block;
	padding: 0 8px;
	font-size: 14px;
	color: #FFFFFF;
}

footer.site-footer .bottom-bar li a {
	color: #FFFFFF;
	text-decoration: none;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

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

.sidebar-guide {
	float: right;
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	max-width: 250px;
	z-index: 999;
}

@media screen and (max-width: 1441px) {
	.sidebar-guide {
		display: none;
	}
}

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

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

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

article.case_studies .wp-block-arlowebsite-block-hero h1.entry-title {
	margin: 50px auto;
}

@media screen and (min-width: 768px) {
	article.case_studies .wp-block-arlowebsite-block-hero h1.entry-title {
		margin: 20px auto 60px;
	}
}

article.case_studies .wp-block-arlowebsite-block-hero > div.hero-right {
	-webkit-box-ordinal-group: 1;
	-ms-flex-order: 0;
	order: 0;
}

article.case_studies .content-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

@media screen and (min-width: 768px) {
	article.case_studies .content-wrapper {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}
}

article.case_studies .content-wrapper .sidebar {
	padding: 20px;
	margin-left: -5vw;
	margin-right: -5vw;
	width: 111%;
	background-color: #333F48;
}

@media screen and (min-width: 768px) {
	article.case_studies .content-wrapper .sidebar {
		margin-left: 0;
		margin-right: 0;
		max-width: 360px;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 360px;
		flex: 0 0 360px;
		padding: 80px;
	}
}

article.case_studies .content-wrapper .sidebar p {
	color: #FFFFFF;
	font-size: 13px;
	margin-top: 0;
}

article.case_studies .content-wrapper .sidebar p.label {
	opacity: 0.8;
}

article.case_studies .content-wrapper .sidebar p.value {
	font-weight: bold;
}

article.case_studies .content-wrapper .sidebar p:nth-child(odd) {
	margin: 0;
}

article.case_studies .content-wrapper .sidebar .btn {
	display: none;
}

@media screen and (min-width: 768px) {
	article.case_studies .content-wrapper .sidebar .btn {
		display: inline-block;
		margin-top: 60px;
	}
}

article.case_studies .content-wrapper main.entry-content {
	padding: 40px 20px;
}

@media screen and (min-width: 768px) {
	article.case_studies .content-wrapper main.entry-content {
		padding: 70px 130px;
	}
}

#main.page-demo article {
	font-size: 20px;
}

#main.page-demo article header {
	text-align: center;
	padding-top: 25px;
	padding-bottom: 30px;
}

@media screen and (min-width: 768px) {
	#main.page-demo article header {
		padding-bottom: 70px;
	}
}

#main.page-demo article header img {
	max-height: 240px;
}

#main.page-demo article header .wp-block-arlowebsite-seo-heading {
	padding-bottom: 10px;
}

@media screen and (min-width: 768px) {
	#main.page-demo article header .wp-block-arlowebsite-seo-heading {
		padding-bottom: 30px;
	}
}

#main.page-demo article header .wp-block-arlowebsite-seo-heading h1 {
	font-weight: bold;
}

#main.page-demo article .demo-form-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 70px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

@media screen and (min-width: 768px) {
	#main.page-demo article .demo-form-container {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}
}

#main.page-demo article .demo-form-container > div {
	width: 100%;
}

@media screen and (min-width: 768px) {
	#main.page-demo article .demo-form-container > div {
		width: 50%;
	}
}

#main.page-demo article .demo-form-container .page-content {
	margin-top: 40px;
}

@media screen and (min-width: 768px) {
	#main.page-demo article .demo-form-container .page-content {
		margin-top: 80px;
		padding-right: 150px;
	}
}

#main.page-demo article .demo-form-container .demo-form {
	padding: 20px;
	background-color: #FFFFFF;
	-webkit-box-shadow: 0px 5px 10px 0px rgba(51, 63, 72, 0.15);
	box-shadow: 0px 5px 10px 0px rgba(51, 63, 72, 0.15);
}

@media screen and (min-width: 768px) {
	#main.page-demo article .demo-form-container .demo-form {
		margin-top: -70px;
		padding: 60px;
	}
}

#main.page-demo article .demo-form-container .demo-form .stage1, #main.page-demo article .demo-form-container .demo-form .stage2 {
	clear: both;
}

#main.page-demo article .demo-form-container .demo-form .stage2 {
	display: none;
}

#main.page-demo article .demo-form-container .demo-form button {
	margin-top: 20px;
}

#main.page-demo article .demo-form-container .demo-form .servicesQuery p, #main.page-demo article .demo-form-container .demo-form .servicesQuery label {
	font-size: 15px;
}

#main.page-demo article .demo-form-container .demo-form .servicesQuery .services {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

#main.page-demo article .demo-form-container .demo-form .servicesQuery .services label {
	width: 50%;
}

#main.page-demo article .demo-form-container .demo-form .servicesQuery .field-validation-error {
	text-align: right;
}

body.trial-register-page .header-banner {
	display: none;
}

body.trial-register-page.hide-header-footer #masthead, body.trial-register-page.hide-header-footer footer.site-footer > *:not(.bottom-bar) {
	display: none;
}

body.trial-register-page.hide-header-footer #content {
	margin-top: 0 !important;
}

body.trial-register-page.hide-header-footer footer.site-footer {
	background-color: #fff;
}

body.trial-register-page #main.page-register article header.entry-header {
	text-align: left;
	padding-top: 40px;
	padding-bottom: 40px;
	font-size: 40px;
	position: relative;
	z-index: 5;
}

body.trial-register-page #main.page-register article header.entry-header .arlo-container {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media screen and (min-width: 768px) {
	body.trial-register-page #main.page-register article header.entry-header .arlo-container {
		display: block;
	}
}

body.trial-register-page #main.page-register article header.entry-header h2 {
	font-size: 16px;
	font-weight: bold;
	font-family: 'Open Sans', sans-serif;
	margin-top: 0;
	margin-bottom: 0;
}

body.trial-register-page #main.page-register article header.entry-header .site-branding {
	margin-right: 20px;
	padding-bottom: 0;
	z-index: 2;
}

body.trial-register-page #main.page-register article header.entry-header .site-branding .site-title {
	border-radius: 50%;
	margin: 0;
	text-align: center;
	width: 60px;
	height: 60px;
	line-height: 60px;
}

body.trial-register-page #main.page-register article header.entry-header .site-branding .site-title a {
	font-size: 30px;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}

@media screen and (min-width: 768px) {
	body.trial-register-page #main.page-register article header.entry-header .site-branding .site-title {
		width: 90px;
		height: 90px;
		line-height: 90px;
	}
	body.trial-register-page #main.page-register article header.entry-header .site-branding .site-title a {
		font-size: 45px;
	}
}

body.trial-register-page #main.page-register article header.entry-header .site-branding .site-title svg .st0 {
	fill: #47525A;
}

body.trial-register-page #main.page-register article header.entry-header .site-branding .site-title svg .st1 {
	fill: #FFFFFF;
}

body.trial-register-page #main.page-register article header.entry-header img {
	display: none;
}

@media screen and (min-width: 768px) {
	body.trial-register-page #main.page-register article header.entry-header {
		text-align: center;
	}
	body.trial-register-page #main.page-register article header.entry-header .site-branding {
		position: absolute;
		left: 0px;
		top: 10px;
		margin-right: 0;
		padding-bottom: inherit;
	}
	body.trial-register-page #main.page-register article header.entry-header h2 {
		margin-top: inherit;
		margin-bottom: inherit;
	}
	body.trial-register-page #main.page-register article header.entry-header img {
		display: block;
		margin: 0 auto;
	}
}

body.trial-register-page #main.page-register article .register-form-container {
	background-color: #FBFAF7;
	padding-bottom: 80px;
}

body.trial-register-page #main.page-register article .register-form {
	max-width: 680px;
	background-color: #fff;
	-webkit-box-shadow: 3px 0px 6px 0px rgba(0, 0, 0, 0.16);
	box-shadow: 3px 0px 6px 0px rgba(0, 0, 0, 0.16);
	border-radius: 4px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

@media screen and (min-width: 768px) {
	body.trial-register-page #main.page-register article .register-form {
		z-index: 10;
		margin-top: -290px;
	}
}

body.trial-register-page #main.page-register article .register-form header.form-header {
	background-color: #FBFAF7;
	padding-bottom: 30px;
	text-align: center;
}

body.trial-register-page #main.page-register article .register-form header.form-header h1 {
	font-size: 40px;
	color: #333F48;
}

body.trial-register-page #main.page-register article .register-form header.form-header h2 {
	font-size: 16px;
	color: #9AA5AD;
}

body.trial-register-page #main.page-register article .register-form form[data-stage='1'] .stage2 {
	display: none;
}

body.trial-register-page #main.page-register article .register-form form .stage1 > *, body.trial-register-page #main.page-register article .register-form form .stage2 > * {
	padding-left: 40px;
	padding-right: 40px;
}

@media screen and (min-width: 768px) {
	body.trial-register-page #main.page-register article .register-form form .stage1 > *, body.trial-register-page #main.page-register article .register-form form .stage2 > * {
		padding-left: 60px;
		padding-right: 60px;
	}
}

body.trial-register-page #main.page-register article .register-form form .stage1 > :first-child, body.trial-register-page #main.page-register article .register-form form .stage2 > :first-child {
	padding-top: 40px;
}

body.trial-register-page #main.page-register article .register-form form .stage1 > :last-child, body.trial-register-page #main.page-register article .register-form form .stage2 > :last-child {
	padding-bottom: 40px;
}

body.trial-register-page #main.page-register article .register-form form .stage1 .form-inputs, body.trial-register-page #main.page-register article .register-form form .stage2 .form-inputs {
	padding-top: 20px;
}

body.trial-register-page #main.page-register article .register-form form .input-group, body.trial-register-page #main.page-register article .register-form form button, body.trial-register-page #main.page-register article .register-form form .terms {
	max-width: 380px;
	margin-left: auto;
	margin-right: auto;
}

body.trial-register-page #main.page-register article .register-form form .subdomain-input {
	padding-bottom: 25px;
	margin-bottom: 5px;
}

body.trial-register-page #main.page-register article .register-form form .subdomain-input .field-validation-error {
	position: absolute;
	bottom: 0;
}

body.trial-register-page #main.page-register article .register-form form label[for="RegisterTimezone"] {
	width: 80px;
}

@media screen and (min-width: 768px) {
	body.trial-register-page #main.page-register article .register-form form label[for="RegisterTimezone"] {
		width: inherit;
	}
}

body.trial-register-page #main.page-register article .register-form form #RegisterTimezone {
	width: calc(100% - 80px);
	background-position: right 10px top 50%;
}

@media screen and (min-width: 768px) {
	body.trial-register-page #main.page-register article .register-form form #RegisterTimezone {
		width: inherit;
		background-position: right 20px top 50%;
	}
}

body.trial-register-page #main.page-register article .register-form form button {
	display: block;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-top: 30px;
}

body.trial-register-page #main.page-register article .register-form form .terms {
	font-size: 14px;
	color: #47525A;
	margin-top: 20px;
	text-align: center;
}

body.trial-register-page #main.page-register article .register-form form .terms a {
	color: #00AEEF;
}

body.trial-register-page .register-progress-mask {
	display: none;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	position: fixed;
	background: #444F57;
	width: 100%;
	opacity: 0.6;
	z-index: 1005;
}

body.trial-register-page .register-progress-modal {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -70%);
	transform: translate(-50%, -70%);
	z-index: 1006;
	width: 90%;
	max-width: 720px;
	text-align: center;
	max-height: 90vh;
	overflow: scroll;
}

@media screen and (min-width: 768px) {
	body.trial-register-page .register-progress-modal {
		max-height: 100vh;
		overflow: hidden;
	}
}

body.trial-register-page .register-progress-modal .modal-header {
	background-color: #FBFAF7;
	padding: 40px 30px 20px 30px;
}

body.trial-register-page .register-progress-modal .modal-header h2 {
	font-size: 24px;
	color: #333F48;
}

body.trial-register-page .register-progress-modal .modal-header .message {
	font-size: 15px;
	color: #9AA5AD;
}

body.trial-register-page .register-progress-modal .modal-header .progress-bar {
	background-color: #fff;
	border: 4px solid #E8E7E4;
	border-radius: 8px;
	height: 20px;
}

body.trial-register-page .register-progress-modal .modal-header .progress-bar .progress-blob {
	background-color: #00AEEF;
	height: 13px;
	border-radius: 5px;
	width: 0%;
	max-width: 95%;
	min-width: 2%;
	-webkit-transition: width 1000ms linear;
	transition: width 1000ms linear;
}

body.trial-register-page .register-progress-modal .modal-body {
	background-color: #fff;
	padding: 0 50px 0 50px;
}

body.trial-register-page .register-progress-modal .modal-body .testimonials-slider-dots {
	padding: 20px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

body.trial-register-page .register-progress-modal .modal-body .testimonials-slider-dots .slider-dot {
	background-color: #47525A;
	border-radius: 50%;
	width: 10px;
	height: 10px;
	margin: 0 10px;
	position: relative;
	cursor: pointer;
	-webkit-transition: background-color 200ms ease-out;
	transition: background-color 200ms ease-out;
}

body.trial-register-page .register-progress-modal .modal-body .testimonials-slider-dots .slider-dot::before {
	content: ' ';
	opacity: 0;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background-color: transparent;
	border: 1px solid #00AEEF;
	border-radius: 50%;
	width: 16px;
	height: 17px;
	-webkit-transition: opacity 200ms ease-out;
	transition: opacity 200ms ease-out;
}

body.trial-register-page .register-progress-modal .modal-body .testimonials-slider-dots .slider-dot.active {
	background-color: #00AEEF;
}

body.trial-register-page .register-progress-modal .modal-body .testimonials-slider-dots .slider-dot.active::before {
	opacity: 1;
}

body.trial-register-page .register-progress-modal .modal-body .testimonials-slider .slide {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: end;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

@media screen and (min-width: 768px) {
	body.trial-register-page .register-progress-modal .modal-body .testimonials-slider .slide {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}
}

body.trial-register-page .register-progress-modal .modal-body .testimonials-slider .slide .left {
	font-size: 15px;
	text-align: center;
}

@media screen and (min-width: 768px) {
	body.trial-register-page .register-progress-modal .modal-body .testimonials-slider .slide .left {
		margin-right: 20px;
		max-width: 50%;
		text-align: right;
	}
}

body.trial-register-page .register-progress-modal .modal-body .testimonials-slider .slide .left img {
	max-height: 70px;
}

body.trial-register-page .register-progress-modal .modal-body .testimonials-slider .slide .right img {
	display: block;
}

.page-contact .entry-header.wp-block-arlowebsite-container {
	padding-top: 10px;
	padding-bottom: 260px;
	background-image: url("./assets/images/contactus.svg");
	background-repeat: no-repeat;
	background-size: 100% 85%;
	background-position: center bottom;
}

.page-contact form.contact-form {
	content: "";
	display: table;
	table-layout: fixed;
	width: 80%;
	max-width: 700px;
	margin: -250px auto 0px;
	-webkit-box-shadow: 0px 5px 10px 0px rgba(51, 63, 72, 0.15);
	box-shadow: 0px 5px 10px 0px rgba(51, 63, 72, 0.15);
	background-color: #fff;
	padding: 20px;
}

@media screen and (min-width: 768px) {
	.page-contact form.contact-form {
		padding: 80px;
	}
}

.page-contact form.contact-form .field-validation-error {
	margin-bottom: 20px;
}

.isotope-filters {
	text-align: center;
	margin-bottom: 40px;
}

.isotope-filters .filterLabel {
	display: inline-block;
	margin-right: 20px;
}

.isotope-filters select, .isotope-filters input {
	background-color: #ffffff;
	font-size: 15px;
	padding-top: 6px;
	padding-bottom: 6px;
	background-position: right 10px top 50%;
}

.isotope-filters.multi-filter {
	max-width: 80%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-left: auto;
	margin-right: auto;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

@media screen and (min-width: 1200px) {
	.isotope-filters.multi-filter {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}
}

.isotope-filters.multi-filter .filter {
	margin-bottom: 20px;
	width: 100%;
}

@media screen and (min-width: 1200px) {
	.isotope-filters.multi-filter .filter {
		width: auto;
	}
}

.isotope-filters .isotope-search {
	display: inline-block;
	margin-top: 5px;
}

@media screen and (max-width: 1200px) {
	.isotope-filters .isotope-categories {
		margin-top: 10px;
	}
}

.isotope-filters .isotope-categories .filterLabel, .isotope-filters .isotope-categories > select {
	display: none;
}

@media screen and (max-width: 1200px) {
	.isotope-filters .isotope-categories .filterLabel, .isotope-filters .isotope-categories > select {
		display: block;
		margin: 0 auto;
	}
}

.isotope-filters .isotope-categories .isotope_category {
	margin-bottom: 10px;
}

@media screen and (max-width: 1200px) {
	.isotope-filters .isotope-categories .isotope_category {
		display: none;
	}
}

.wp-block-arlowebsite-integrations .isotope-filters, .wp-block-arlowebsite-integrations-featured .isotope-filters, .wp-block-arlowebsite-partners .isotope-filters {
	margin-bottom: 15px;
}

.wp-block-arlowebsite-integrations .isotope-filters .isotope-categories, .wp-block-arlowebsite-integrations .isotope-filters .isotope-search, .wp-block-arlowebsite-integrations-featured .isotope-filters .isotope-categories, .wp-block-arlowebsite-integrations-featured .isotope-filters .isotope-search, .wp-block-arlowebsite-partners .isotope-filters .isotope-categories, .wp-block-arlowebsite-partners .isotope-filters .isotope-search {
	display: none;
}

.wp-block-arlowebsite-integrations .isotope-filters .isotope-search, .wp-block-arlowebsite-integrations-featured .isotope-filters .isotope-search, .wp-block-arlowebsite-partners .isotope-filters .isotope-search {
	margin-left: 0;
}

@media screen and (min-width: 1200px) {
	.wp-block-arlowebsite-integrations .isotope-filters.with-categories .isotope-categories, .wp-block-arlowebsite-integrations-featured .isotope-filters.with-categories .isotope-categories, .wp-block-arlowebsite-partners .isotope-filters.with-categories .isotope-categories {
		display: inline-block;
		margin-top: 20px;
	}
}

.wp-block-arlowebsite-integrations .isotope-filters.with-categories .isotope-categories .integration_category, .wp-block-arlowebsite-integrations-featured .isotope-filters.with-categories .isotope-categories .integration_category, .wp-block-arlowebsite-partners .isotope-filters.with-categories .isotope-categories .integration_category {
	padding-top: 6px;
	padding-bottom: 6px;
}

@media screen and (min-width: 1200px) {
	.wp-block-arlowebsite-integrations .isotope-filters.with-categories .isotope-search, .wp-block-arlowebsite-integrations-featured .isotope-filters.with-categories .isotope-search, .wp-block-arlowebsite-partners .isotope-filters.with-categories .isotope-search {
		margin-top: 0;
	}
}

@media screen and (min-width: 1200px) {
	.wp-block-arlowebsite-integrations .isotope-filters.with-search .isotope-search, .wp-block-arlowebsite-integrations-featured .isotope-filters.with-search .isotope-search, .wp-block-arlowebsite-partners .isotope-filters.with-search .isotope-search {
		display: block;
	}
	.wp-block-arlowebsite-integrations .isotope-filters.with-search .isotope-search input, .wp-block-arlowebsite-integrations-featured .isotope-filters.with-search .isotope-search input, .wp-block-arlowebsite-partners .isotope-filters.with-search .isotope-search input {
		width: 25%;
		padding: 15px 25px;
		margin-right: 0;
	}
}

.wp-block-arlowebsite-integrations .isotope-filters.with-search .isotope-search .filterLabel, .wp-block-arlowebsite-integrations-featured .isotope-filters.with-search .isotope-search .filterLabel, .wp-block-arlowebsite-partners .isotope-filters.with-search .isotope-search .filterLabel {
	display: none;
}

@media screen and (max-width: 1200px) {
	.wp-block-arlowebsite-integrations .isotope-filters .isotope-categories, .wp-block-arlowebsite-integrations .isotope-filters .isotope-search, .wp-block-arlowebsite-integrations-featured .isotope-filters .isotope-categories, .wp-block-arlowebsite-integrations-featured .isotope-filters .isotope-search, .wp-block-arlowebsite-partners .isotope-filters .isotope-categories, .wp-block-arlowebsite-partners .isotope-filters .isotope-search {
		display: block;
	}
	.wp-block-arlowebsite-integrations .isotope-filters .isotope-categories .filterLabel, .wp-block-arlowebsite-integrations .isotope-filters .isotope-search .filterLabel, .wp-block-arlowebsite-integrations-featured .isotope-filters .isotope-categories .filterLabel, .wp-block-arlowebsite-integrations-featured .isotope-filters .isotope-search .filterLabel, .wp-block-arlowebsite-partners .isotope-filters .isotope-categories .filterLabel, .wp-block-arlowebsite-partners .isotope-filters .isotope-search .filterLabel {
		display: block;
	}
}

.wp-block-arlowebsite-integrations .integration, .wp-block-arlowebsite-integrations .partner, .wp-block-arlowebsite-integrations-featured .integration, .wp-block-arlowebsite-integrations-featured .partner, .wp-block-arlowebsite-partners .integration, .wp-block-arlowebsite-partners .partner {
	width: 100%;
	background-color: #FFFFFF;
	border-top: solid 2px;
	position: relative;
	margin-bottom: 20px;
	-webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
	border: solid 1px;
	-webkit-transition: border ease-out 200ms;
	transition: border ease-out 200ms;
}

.wp-block-arlowebsite-integrations .integration .entry-header, .wp-block-arlowebsite-integrations .partner .entry-header, .wp-block-arlowebsite-integrations-featured .integration .entry-header, .wp-block-arlowebsite-integrations-featured .partner .entry-header, .wp-block-arlowebsite-partners .integration .entry-header, .wp-block-arlowebsite-partners .partner .entry-header {
	margin-bottom: 15px;
}

.wp-block-arlowebsite-integrations .integration .category, .wp-block-arlowebsite-integrations .partner .category, .wp-block-arlowebsite-integrations-featured .integration .category, .wp-block-arlowebsite-integrations-featured .partner .category, .wp-block-arlowebsite-partners .integration .category, .wp-block-arlowebsite-partners .partner .category {
	color: #9AA5AD;
	font-size: 13px;
	margin-bottom: 10px;
}

.wp-block-arlowebsite-integrations .integration .learnMore, .wp-block-arlowebsite-integrations .partner .learnMore, .wp-block-arlowebsite-integrations-featured .integration .learnMore, .wp-block-arlowebsite-integrations-featured .partner .learnMore, .wp-block-arlowebsite-partners .integration .learnMore, .wp-block-arlowebsite-partners .partner .learnMore {
	position: absolute;
	bottom: 2px;
	left: 2px;
	right: 2px;
	padding: 20px 0 35px;
	text-align: center;
}

.wp-block-arlowebsite-integrations .integration:not(:hover), .wp-block-arlowebsite-integrations .partner:not(:hover), .wp-block-arlowebsite-integrations-featured .integration:not(:hover), .wp-block-arlowebsite-integrations-featured .partner:not(:hover), .wp-block-arlowebsite-partners .integration:not(:hover), .wp-block-arlowebsite-partners .partner:not(:hover) {
	border-left-color: transparent !important;
	border-right-color: transparent !important;
	border-bottom-color: transparent !important;
}

.wp-block-arlowebsite-integrations:not(.wp-block-arlowebsite-integrations-featured) .integration, .wp-block-arlowebsite-integrations:not(.wp-block-arlowebsite-integrations-featured) .partner, .wp-block-arlowebsite-integrations-featured:not(.wp-block-arlowebsite-integrations-featured) .integration, .wp-block-arlowebsite-integrations-featured:not(.wp-block-arlowebsite-integrations-featured) .partner, .wp-block-arlowebsite-partners:not(.wp-block-arlowebsite-integrations-featured) .integration, .wp-block-arlowebsite-partners:not(.wp-block-arlowebsite-integrations-featured) .partner {
	padding: 30px 30px 80px;
}

.wp-block-arlowebsite-integrations:not(.wp-block-arlowebsite-integrations-featured) .integration .entry-header, .wp-block-arlowebsite-integrations:not(.wp-block-arlowebsite-integrations-featured) .partner .entry-header, .wp-block-arlowebsite-integrations-featured:not(.wp-block-arlowebsite-integrations-featured) .integration .entry-header, .wp-block-arlowebsite-integrations-featured:not(.wp-block-arlowebsite-integrations-featured) .partner .entry-header, .wp-block-arlowebsite-partners:not(.wp-block-arlowebsite-integrations-featured) .integration .entry-header, .wp-block-arlowebsite-partners:not(.wp-block-arlowebsite-integrations-featured) .partner .entry-header {
	text-align: center;
}

.wp-block-arlowebsite-integrations-featured {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: distribute;
	justify-content: space-around;
}

@media screen and (min-width: 768px) {
	.wp-block-arlowebsite-integrations-featured {
		margin-left: -10px;
		margin-right: -10px;
	}
}

.wp-block-arlowebsite-integrations-featured.wp-block-arlowebsite-integrations-featured .integration {
	padding: 40px 30px 80px;
}

.wp-block-arlowebsite-integrations-featured.wp-block-arlowebsite-integrations-featured .integration .entry-header h3 {
	line-height: 1;
}

.wp-block-arlowebsite-integrations-featured.wp-block-arlowebsite-integrations-featured .integration .entry-header h3 a {
	text-decoration: none;
	color: #333F48;
	font-size: 22px;
	font-weight: bold;
}

.wp-block-arlowebsite-integrations-featured.wp-block-arlowebsite-integrations-featured .integration .learnMore {
	padding-left: 30px;
}

@media screen and (min-width: 768px) {
	.wp-block-arlowebsite-integrations-featured.wp-block-arlowebsite-integrations-featured .integration {
		width: calc(50% - 20px);
		margin: 10px;
	}
	.wp-block-arlowebsite-integrations-featured.wp-block-arlowebsite-integrations-featured .integration .entry-header {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		margin-bottom: 30px;
	}
	.wp-block-arlowebsite-integrations-featured.wp-block-arlowebsite-integrations-featured .integration .entry-header .imageWrapper {
		margin-right: 40px;
	}
	.wp-block-arlowebsite-integrations-featured.wp-block-arlowebsite-integrations-featured .integration .entry-header h3 {
		margin: 0;
	}
}

.wp-block-arlowebsite-integrations-featured + .wp-block-arlowebsite-integrations-featured:not(.wp-block-arlowebsite-integrations-featured) {
	margin-top: 120px;
}

@media screen and (min-width: 768px) {
	.wp-block-arlowebsite-integrations-featured:not(.wp-block-arlowebsite-integrations-featured) .integration {
		width: calc(25% - 20px);
	}
}

.wp-block-arlowebsite-partners .filter-list, .wp-block-arlowebsite-website-gallery .filter-list, .wp-block-arlowebsite-integrations .filter-list {
	overflow-y: hidden;
	-webkit-transition: max-height ease-out 500ms;
	transition: max-height ease-out 500ms;
}

@media screen and (min-width: 768px) {
	.wp-block-arlowebsite-partners .filter-list, .wp-block-arlowebsite-website-gallery .filter-list, .wp-block-arlowebsite-integrations .filter-list {
		margin-right: -20px;
	}
}

.wp-block-arlowebsite-partners .filter-list .filter-item, .wp-block-arlowebsite-website-gallery .filter-list .filter-item, .wp-block-arlowebsite-integrations .filter-list .filter-item {
	margin-right: 20px;
}

@media screen and (min-width: 768px) {
	.wp-block-arlowebsite-partners .filter-list .filter-item, .wp-block-arlowebsite-website-gallery .filter-list .filter-item, .wp-block-arlowebsite-integrations .filter-list .filter-item {
		width: calc(25% - 20px);
		overflow: hidden;
	}
	.wp-block-arlowebsite-partners .filter-list .filter-item.case_study, .wp-block-arlowebsite-website-gallery .filter-list .filter-item.case_study, .wp-block-arlowebsite-integrations .filter-list .filter-item.case_study {
		width: calc(33.33% - 20px);
	}
	.wp-block-arlowebsite-partners .filter-list .filter-item .learnMore, .wp-block-arlowebsite-website-gallery .filter-list .filter-item .learnMore, .wp-block-arlowebsite-integrations .filter-list .filter-item .learnMore {
		background-color: #ffffff;
	}
}

.wp-block-arlowebsite-partners .filter-list .filter-item.website, .wp-block-arlowebsite-website-gallery .filter-list .filter-item.website, .wp-block-arlowebsite-integrations .filter-list .filter-item.website {
	text-align: center;
	margin-bottom: 20px;
	-webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
	border: solid 2px transparent;
	-webkit-transition: border ease-out 300ms;
	transition: border ease-out 300ms;
}

.wp-block-arlowebsite-partners .filter-list .filter-item.website .website-title, .wp-block-arlowebsite-website-gallery .filter-list .filter-item.website .website-title, .wp-block-arlowebsite-integrations .filter-list .filter-item.website .website-title {
	margin-top: 30px;
	margin-bottom: 5px;
	font-size: 22px;
	font-weight: bold;
	line-height: 1.2;
}

.wp-block-arlowebsite-partners .filter-list .filter-item.website .category, .wp-block-arlowebsite-website-gallery .filter-list .filter-item.website .category, .wp-block-arlowebsite-integrations .filter-list .filter-item.website .category {
	color: #9AA5AD;
	font-size: 13px;
}

.wp-block-arlowebsite-partners .filter-list .filter-item.website .learnMore, .wp-block-arlowebsite-website-gallery .filter-list .filter-item.website .learnMore, .wp-block-arlowebsite-integrations .filter-list .filter-item.website .learnMore {
	display: block;
	padding: 25px 0px 30px;
}

.wp-block-arlowebsite-partners .filter-list .filter-item.website:hover, .wp-block-arlowebsite-website-gallery .filter-list .filter-item.website:hover, .wp-block-arlowebsite-integrations .filter-list .filter-item.website:hover {
	border: solid 2px #FFD000;
}

@media screen and (min-width: 768px) {
	.wp-block-arlowebsite-partners .filter-list .filter-item.integration, .wp-block-arlowebsite-website-gallery .filter-list .filter-item.integration, .wp-block-arlowebsite-integrations .filter-list .filter-item.integration {
		width: calc(25% - 20px);
	}
}

.wp-block-arlowebsite-partners .filter-list .filter-item .powered-by-zapier--sticker, .wp-block-arlowebsite-website-gallery .filter-list .filter-item .powered-by-zapier--sticker, .wp-block-arlowebsite-integrations .filter-list .filter-item .powered-by-zapier--sticker {
	position: absolute;
	right: 0;
	bottom: 0;
	text-align: right;
	height: 150px;
	z-index: 0;
}

.wp-block-arlowebsite-partners .filter-list .filter-item .powered-by-zapier--sticker .sticker-container, .wp-block-arlowebsite-website-gallery .filter-list .filter-item .powered-by-zapier--sticker .sticker-container, .wp-block-arlowebsite-integrations .filter-list .filter-item .powered-by-zapier--sticker .sticker-container {
	position: absolute;
	bottom: 7px;
	right: 0;
	width: 60%;
	text-align: center;
	color: white;
}

.wp-block-arlowebsite-partners .filter-list .filter-item .powered-by-zapier--sticker .sticker-container span, .wp-block-arlowebsite-website-gallery .filter-list .filter-item .powered-by-zapier--sticker .sticker-container span, .wp-block-arlowebsite-integrations .filter-list .filter-item .powered-by-zapier--sticker .sticker-container span {
	font-size: 10px;
	margin-bottom: 0;
	display: block;
}

.wp-block-arlowebsite-partners .filter-list .filter-item .powered-by-zapier--sticker .sticker-container svg, .wp-block-arlowebsite-website-gallery .filter-list .filter-item .powered-by-zapier--sticker .sticker-container svg, .wp-block-arlowebsite-integrations .filter-list .filter-item .powered-by-zapier--sticker .sticker-container svg {
	width: 74%;
	height: auto;
	display: block;
	margin: 0 auto;
}

.wp-block-arlowebsite-partners .filter-list .filter-item .powered-by-zapier--sticker .sticker-triangle, .wp-block-arlowebsite-website-gallery .filter-list .filter-item .powered-by-zapier--sticker .sticker-triangle, .wp-block-arlowebsite-integrations .filter-list .filter-item .powered-by-zapier--sticker .sticker-triangle {
	border-bottom: 100px solid #d9d9d9;
	border-left: 100px solid transparent;
	height: 100%;
	width: 100px;
}

.wp-block-arlowebsite-partners .isotope-list--none-found, .wp-block-arlowebsite-website-gallery .isotope-list--none-found, .wp-block-arlowebsite-integrations .isotope-list--none-found {
	display: none;
}

.wp-block-arlowebsite-container > .arlo-container > div.filters.wp-block-arlowebsite-website-gallery {
	padding-top: 0 !important;
}

@media screen and (min-width: 768px) {
	.wp-block-arlowebsite-website-gallery .filter-list .filter-item {
		width: calc(33% - 20px);
	}
}

.wp-block-button.button---isotope-show-more {
	margin-top: 40px;
}

.single-videos header.entry-header.wp-block-arlowebsite-container {
	padding-bottom: 20px;
}

@media screen and (min-width: 768px) {
	.single-videos header.entry-header.wp-block-arlowebsite-container {
		background: -webkit-gradient(linear, left top, left bottom, from(#FBFAF7), color-stop(50%, #FBFAF7), color-stop(50%, #000000), color-stop(50%, #FFFFFF), to(#FFFFFF));
		background: linear-gradient(to bottom, #FBFAF7 0%, #FBFAF7 50%, #000000 50%, #FFFFFF 50%, #FFFFFF 100%);
		/* W3C */
		padding-top: 20px;
		padding-bottom: 40px;
	}
}

.single-videos header.entry-header.wp-block-arlowebsite-container .arlo-container .backlink {
	padding-top: 30px;
	padding-bottom: 20px;
}

.single-videos header.entry-header.wp-block-arlowebsite-container .arlo-container .backlink a {
	color: #333F48;
	text-decoration: none;
	font-size: 15px;
}

.single-videos header.entry-header.wp-block-arlowebsite-container .arlo-container .backlink a .arrow {
	display: inline-block;
	margin-right: 10px;
}

.single-videos header.entry-header.wp-block-arlowebsite-container .arlo-container .lead {
	padding-top: 0;
	padding-bottom: 0;
}

@media screen and (min-width: 768px) {
	.single-videos header.entry-header.wp-block-arlowebsite-container .arlo-container .lead {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
}

.single-videos header.entry-header.wp-block-arlowebsite-container .arlo-container .lead h1.entry-title {
	font-size: 28px;
	margin-bottom: 5px;
}

@media screen and (min-width: 768px) {
	.single-videos header.entry-header.wp-block-arlowebsite-container .arlo-container .lead h1.entry-title {
		margin-bottom: 20px;
	}
}

.single-videos header.entry-header.wp-block-arlowebsite-container .arlo-container .lead .category {
	font-size: 13px;
	color: #9AA5AD;
}

.single-videos header.entry-header.wp-block-arlowebsite-container .arlo-container .excerpt {
	padding-top: 0;
	padding-bottom: 20px;
}

@media screen and (min-width: 768px) {
	.single-videos header.entry-header.wp-block-arlowebsite-container .arlo-container .excerpt {
		max-width: 80%;
	}
}

.single-videos header.entry-header.wp-block-arlowebsite-container .arlo-container .excerpt p {
	font-size: 15px;
}

.single-videos .content-wrapper {
	padding-top: 30px;
}

@media screen and (min-width: 768px) {
	.single-videos .content-wrapper {
		padding-top: 40px;
	}
}

@media screen and (min-width: 768px) {
	.single-videos .content-wrapper main {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
}

.single-videos .content-wrapper main .entry-subtitle {
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 0;
	margin: 0;
}

.single-videos .content-wrapper main .entry-content {
	padding-top: 10px !important;
}

.single-videos .content-wrapper main .entry-content p, .single-videos .content-wrapper main .entry-content li {
	font-size: 17px;
}

.single-videos .content-wrapper .related-videos.sidebar {
	padding-top: 0 !important;
}

@media screen and (min-width: 768px) {
	.single-videos .content-wrapper .related-videos.sidebar {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 330px;
		flex: 0 0 330px;
		margin-left: 140px;
	}
}

.single-videos .content-wrapper .related-videos.sidebar h3 {
	margin-top: 0;
	font-size: 22px;
	font-weight: bold;
}

.wp-block-arlowebsite-videos .isotope-filters, .wp-block-arlowebsite-videos-demo .isotope-filters {
	margin-bottom: 25px;
}

.wp-block-arlowebsite-videos .isotope-filters .isotope-categories, .wp-block-arlowebsite-videos .isotope-filters .isotope-search, .wp-block-arlowebsite-videos-demo .isotope-filters .isotope-categories, .wp-block-arlowebsite-videos-demo .isotope-filters .isotope-search {
	display: none;
}

.wp-block-arlowebsite-videos .isotope-filters .isotope-search, .wp-block-arlowebsite-videos-demo .isotope-filters .isotope-search {
	margin-left: 0;
}

@media screen and (min-width: 1200px) {
	.wp-block-arlowebsite-videos .isotope-filters.with-categories .isotope-categories, .wp-block-arlowebsite-videos-demo .isotope-filters.with-categories .isotope-categories {
		display: inline-block;
		margin-top: 20px;
	}
}

.wp-block-arlowebsite-videos .isotope-filters.with-categories .isotope-categories .integration_category, .wp-block-arlowebsite-videos-demo .isotope-filters.with-categories .isotope-categories .integration_category {
	padding-top: 6px;
	padding-bottom: 6px;
}

@media screen and (min-width: 1200px) {
	.wp-block-arlowebsite-videos .isotope-filters.with-categories .isotope-search, .wp-block-arlowebsite-videos-demo .isotope-filters.with-categories .isotope-search {
		margin-top: 0;
	}
}

@media screen and (min-width: 1200px) {
	.wp-block-arlowebsite-videos .isotope-filters.with-search .isotope-search, .wp-block-arlowebsite-videos-demo .isotope-filters.with-search .isotope-search {
		display: block;
	}
	.wp-block-arlowebsite-videos .isotope-filters.with-search .isotope-search input, .wp-block-arlowebsite-videos-demo .isotope-filters.with-search .isotope-search input {
		width: 25%;
		padding: 15px 25px;
		margin-right: 0;
	}
}

.wp-block-arlowebsite-videos .isotope-filters.with-search .isotope-search .filterLabel, .wp-block-arlowebsite-videos-demo .isotope-filters.with-search .isotope-search .filterLabel {
	display: none;
}

@media screen and (max-width: 1200px) {
	.wp-block-arlowebsite-videos .isotope-filters .isotope-categories, .wp-block-arlowebsite-videos .isotope-filters .isotope-search, .wp-block-arlowebsite-videos-demo .isotope-filters .isotope-categories, .wp-block-arlowebsite-videos-demo .isotope-filters .isotope-search {
		display: block;
	}
	.wp-block-arlowebsite-videos .isotope-filters .isotope-categories .filterLabel, .wp-block-arlowebsite-videos .isotope-filters .isotope-search .filterLabel, .wp-block-arlowebsite-videos-demo .isotope-filters .isotope-categories .filterLabel, .wp-block-arlowebsite-videos-demo .isotope-filters .isotope-search .filterLabel {
		display: block;
	}
}

.wp-block-arlowebsite-videos .videos-list, .wp-block-arlowebsite-videos-demo .videos-list {
	overflow-y: hidden;
	-webkit-transition: max-height ease-out 500ms;
	transition: max-height ease-out 500ms;
}

@media screen and (min-width: 768px) {
	.wp-block-arlowebsite-videos .videos-list, .wp-block-arlowebsite-videos-demo .videos-list {
		margin-right: -20px;
	}
}

@media screen and (min-width: 768px) {
	.wp-block-arlowebsite-videos .videos-list .video, .wp-block-arlowebsite-videos-demo .videos-list .video {
		margin-right: 10px;
		width: calc(25% - 10px);
	}
}

.wp-block-arlowebsite-videos .videos-list .isotope-list--none-found, .wp-block-arlowebsite-videos-demo .videos-list .isotope-list--none-found {
	display: none;
}

.wp-block-button.button---isotope-show-more {
	margin-top: 40px;
}

.video-grid-item {
	margin-bottom: 30px;
	display: block;
	text-decoration: none;
	color: #333F48;
	border: solid 2px transparent;
	-webkit-transition: border-color 200ms ease-out;
	transition: border-color 200ms ease-out;
	padding: 5px;
}

.video-grid-item .video-text {
	padding: 10px 10px 15px 10px;
}

.video-grid-item:focus {
	outline: 0;
	color: #333F48;
}

.video-grid-item:hover {
	color: #333F48;
	border-color: #FFD000;
}

.video-grid-item .image {
	margin-top: -5px;
	margin-left: -5px;
	margin-right: -5px;
}

.video-grid-item .image img {
	display: block;
}

.video-grid-item h4 {
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 10px;
}

.video-grid-item .category {
	font-size: 13px;
	color: #9AA5AD;
}

.wp-block-arlowebsite-videos-demo .video {
	margin-bottom: 50px;
}

.wp-block-arlowebsite-videos-demo .video .video-grid-item h5 {
	margin: 4px 0;
}

.wp-block-arlowebsite-videos-demo .video .video-grid-item .chapter-number {
	color: #9AA5AD;
	margin: 5px auto;
	font-size: 13px;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%;
	/* 16:9 */
	height: 0;
	padding-top: 0 !important;
}

.videoWrapper iframe, .videoWrapper .image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.videoWrapper .image {
	cursor: pointer;
	z-index: 2;
}

.wp-block-arlowebsite-cta-video .videoLinks {
	margin-top: 20px;
	text-align: right;
}

.wp-block-arlowebsite-cta-video .videoLinks a {
	color: #333F48;
	text-decoration: none;
	display: inline-block;
	margin-right: 40px;
}

.wp-block-arlowebsite-cta-video .videoLinks a svg {
	vertical-align: sub;
}

.wp-block-arlowebsite-cta-video .videoLinks a span {
	display: inline-block;
	margin-left: 10px;
}

.videos-demo-mask {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	position: fixed;
	background: #000;
	width: 100%;
	opacity: 0.4;
	z-index: 1005;
}

.videos-demo-modal {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 1006;
	width: 90%;
	max-width: 1100px;
}

.videos-demo-modal .close-video {
	position: absolute;
	top: -40px;
	right: 0;
}

.videos-demo-modal .iframe-container {
	overflow: hidden;
	padding-top: 56.25%;
	position: relative;
}

.videos-demo-modal .iframe-container iframe {
	border: 0;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.videos-demo-modal .btn {
	margin: 0 auto;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	margin-top: 25px;
}

.youtube-responsive-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}

.youtube-responsive-container iframe, .youtube-responsive-container object, .youtube-responsive-container embed, .youtube-responsive-container .wp-block-embed__wrapper {
	position: absolute;
	top: 0;
	left: 0;
	width: 90%;
	height: 90%;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

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

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
## Comments and Post Navigation
--------------------------------------------------------------*/
.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/**
 * Custom styling for agreement content
 */
.agreement-content {
	font-size: 11pt;
	line-height: 1.6em;
	margin-bottom: 4em;
}

.agreement-content p,
.agreement-content ul,
.agreement-content li {
	font-size: 11pt;
	text-align: justify;
}

.agreement-content .table-of-contents {
	margin-bottom: 3em;
	padding: 0;
}

.agreement-content .table-of-contents li {
	margin-bottom: 0.5em;
	list-style: none;
}

.agreement-content .indent-level-1 {
	margin-left: 1.5em;
}

.agreement-content .indent-level-1-hanging {
	margin-left: 3.5em;
	position: relative;
}

.agreement-content .indent-level-1-hanging .list-number {
	position: absolute;
	left: -1.5em;
}

.agreement-content .indent-level-2 {
	margin-left: 3.5em;
}

.agreement-content .indent-level-2-hanging {
	margin-left: 5em;
	position: relative;
}

.agreement-content .indent-level-2-hanging .list-number {
	position: absolute;
	left: -1.5em;
}

.agreement-content .indent-level-3 {
	margin-left: 4em;
}

.agreement-content .indent-level-3-hanging {
	margin-left: 6.5em;
	position: relative;
}

.agreement-content .indent-level-3-hanging .list-number {
	position: absolute;
	left: -1.5em;
}

.agreement-content .list-number {
	font-weight: bold;
	display: inline-block;
	min-width: 1.9em;
}

.agreement-content .term {
	font-weight: bold;
}

.agreement-content h1 {
	margin: 1em 0;
	display: block;
	font-size: 2.5em;
	line-height: 1.2em;
	font-weight: bold;
}

.agreement-content h2 {
	margin: 1em 0;
	display: block;
	font-size: 1.5em;
	line-height: 1.2em;
	font-weight: bold;
}

.agreement-content h3 {
	margin: 1em 0;
	display: block;
	font-size: 1em;
	line-height: 1.2em;
	font-weight: bold;
}

.agreement-content h1,
.agreement-content h2,
.agreement-content h3 {
	text-align: left;
	font-family: "proxima-nova", sans-serif;
	color: #2f5496;
}

.agreement-content h3 {
	margin: 1em 0;
	display: block;
	font-size: 1.17em;
	font-weight: bold;
}

.agreement-content p {
	margin: 0;
	margin-bottom: 1em;
}

.agreement-content ul.bullet-list li {
	margin-bottom: 1em;
}

.agreement-content hr {
	margin: 3em 3em;
	border: none;
	border-top: 1px solid #aaaaaa;
}

#cookieconsent {
	position: fixed;
	bottom: 10px;
	border-radius: 50px;
	background-color: #F7F5EF;
	color: #47525A;
	display: none;
	left: 10px;
	right: 10px;
	padding: 20px 20px 0px 20px;
	text-align: center;
	z-index: 999;
}

@media screen and (min-width: 768px) {
	#cookieconsent {
		text-align: left;
		left: 30px;
		right: auto;
		padding: 10px 10px 10px 30px;
	}
}

#cookieconsent .btn {
	font-size: 14px;
	padding-top: 9px;
	padding-bottom: 9px;
}

@media screen and (min-width: 768px) {
	#cookieconsent .btn {
		margin-left: 50px;
	}
}

.platform-login-page header#masthead, .platform-login-page footer.site-footer {
	display: none !important;
}

/**
 * Blocks Styling file.
 * This file is both imported by sass/style.scss and compiled on its own for usage in wp-admin
 */
@font-face {
	font-family: 'Gilroy';
	src: url("./assets/gilroy-medium-webfont.woff2") format("woff2"), url("./assets/gilroy-medium-webfont.woff") format("woff");
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'Gilroy';
	src: url("./assets/gilroy-semibold-webfont.woff2") format("woff2"), url("./assets/gilroy-semibold-webfont.woff") format("woff");
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: 'Gilroy';
	src: url("./assets/gilroy-bold-webfont.woff2") format("woff2"), url("./assets/gilroy-bold-webfont.woff") format("woff");
	font-weight: 700;
	font-style: normal;
}

.wp-block-arlowebsite-block-text-and-image {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

@media screen and (min-width: 768px) {
	.wp-block-arlowebsite-block-text-and-image {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}
}

.wp-block-arlowebsite-block-text-and-image > div {
	width: 100%;
}

@media screen and (min-width: 768px) {
	.wp-block-arlowebsite-block-text-and-image > div {
		width: 50%;
	}
}

@media screen and (min-width: 768px) {
	.wp-block-arlowebsite-block-text-and-image .text {
		padding-right: 100px;
	}
}

.wp-block-arlowebsite-block-text-and-image .image {
	text-align: center;
	-webkit-box-ordinal-group: 0;
	-ms-flex-order: -1;
	order: -1;
}

@media screen and (min-width: 768px) {
	.wp-block-arlowebsite-block-text-and-image .image {
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 0;
		order: 0;
	}
	.wp-block-arlowebsite-block-text-and-image .image img[src$='.svg'] {
		max-width: 600px;
	}
}

@media screen and (min-width: 768px) {
	.wp-block-arlowebsite-block-text-and-image.imageFirst .image {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
	}
	.wp-block-arlowebsite-block-text-and-image.imageFirst .text {
		padding-right: 0;
		padding-left: 100px;
	}
}

@media screen and (min-width: 768px) {
	.wp-block-column .wp-block-arlowebsite-block-text-and-image .text {
		padding-right: 30px;
	}
	.wp-block-column .wp-block-arlowebsite-block-text-and-image.imageFirst .text {
		padding-right: 0;
		padding-left: 30px;
	}
}

/**
 * Shared hero styles
 */
.wp-block-arlowebsite-block-hero h1 .subitle, .wp-block-arlowebsite-hero-center h1 .subitle, .wp-block-arlowebsite-hero-text-only h1 .subitle {
	font-size: 20px;
}

.wp-block-arlowebsite-block-hero h1 .title, .wp-block-arlowebsite-hero-center h1 .title, .wp-block-arlowebsite-hero-text-only h1 .title {
	font-size: 48px;
	font-weight: bold;
	margin-top: 20px;
}

@media screen and (min-width: 768px) {
	.wp-block-arlowebsite-block-hero h1 .title, .wp-block-arlowebsite-hero-center h1 .title, .wp-block-arlowebsite-hero-text-only h1 .title {
		font-size: 80px;
	}
}

.wp-block-arlowebsite-block-hero {
	clear: both;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	font-family: 'Gilroy', sans-serif;
	text-align: center;
}

@media screen and (min-width: 768px) {
	.wp-block-arlowebsite-block-hero {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		text-align: left;
	}
}

.wp-block-arlowebsite-block-hero h1 {
	font-weight: normal;
	font-size: 32px;
	color: #47525A;
	line-height: 1.3;
}

.wp-block-arlowebsite-block-hero h1.no-paragraph-below {
	margin-bottom: 60px;
}

@media screen and (min-width: 1024px) {
	.wp-block-arlowebsite-block-hero h1 {
		font-size: 42px;
		line-height: 51px;
		margin-bottom: 35px;
	}
}

@media screen and (min-width: 1200px) {
	.wp-block-arlowebsite-block-hero h1 {
		font-size: 58px;
		line-height: 65px;
		margin-bottom: 50px;
	}
}

@media screen and (min-width: 1441px) {
	.wp-block-arlowebsite-block-hero h1 {
		font-size: 78px;
		line-height: 76px;
		margin-bottom: 60px;
	}
}

.wp-block-arlowebsite-block-hero h1 strong {
	color: #333F48;
}

.wp-block-arlowebsite-block-hero h2, .wp-block-arlowebsite-block-hero p {
	font-size: 17px;
}

@media screen and (min-width: 768px) {
	.wp-block-arlowebsite-block-hero h2, .wp-block-arlowebsite-block-hero p {
		font-size: 22px;
	}
}

@media screen and (min-width: 768px) {
	.wp-block-arlowebsite-block-hero p {
		margin-bottom: 40px;
	}
}

@media screen and (max-width: 767px) {
	.wp-block-arlowebsite-block-hero > div {
		width: 100% !important;
	}
}

.wp-block-arlowebsite-block-hero > div.hero-right {
	-webkit-box-ordinal-group: 0;
	-ms-flex-order: -1;
	order: -1;
}

@media screen and (min-width: 768px) {
	.wp-block-arlowebsite-block-hero > div.hero-left {
		padding-right: 75px;
	}
	.wp-block-arlowebsite-block-hero > div.hero-right {
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 0;
		order: 0;
	}
}

.wp-block-arlowebsite-block-hero img[src$='.svg'] {
	width: 100%;
}

.wp-block-arlowebsite-block-hero .wp-block-button {
	float: none;
	display: block;
	text-align: center;
	margin-right: 0;
}

@media screen and (min-width: 768px) {
	.wp-block-arlowebsite-block-hero .wp-block-button {
		display: inline-block;
		margin-right: 10px;
		text-align: left;
	}
}

.wp-block-arlowebsite-block-hero .wp-block-button .wp-block-button__link {
	font-weight: bold;
	font-family: 'Gilroy', sans-serif;
	font-size: 15px;
	width: 80%;
}

@media screen and (min-width: 768px) {
	.wp-block-arlowebsite-block-hero .wp-block-button .wp-block-button__link {
		width: auto;
	}
}

.wp-block-arlowebsite-container .wp-block-arlowebsite-block-hero.case_study {
	margin-bottom: -80px;
}

.wp-block-arlowebsite-container .wp-block-arlowebsite-block-hero.case_study .hero-right img {
	display: block;
}

@media screen and (min-width: 768px) {
	.wp-block-arlowebsite-container .wp-block-arlowebsite-block-hero.case_study {
		margin-bottom: -140px;
	}
	.wp-block-arlowebsite-container .wp-block-arlowebsite-block-hero.case_study .hero-left {
		padding-bottom: 20px;
		width: 50%;
	}
	.wp-block-arlowebsite-container .wp-block-arlowebsite-block-hero.case_study .hero-left h1 {
		font-size: 48px;
		line-height: 54px;
	}
	.wp-block-arlowebsite-container .wp-block-arlowebsite-block-hero.case_study .hero-right {
		width: 50%;
	}
	.wp-block-arlowebsite-container .wp-block-arlowebsite-block-hero.case_study .hero-right img {
		margin-left: auto;
	}
}

.wp-block-arlowebsite-block-hero .heroVideoBorderFix {
	width: 100%;
	overflow: hidden;
}

.wp-block-arlowebsite-block-hero .heroVideoBorderFix video {
	display: block;
	margin: 0 auto;
	margin-bottom: -4px;
}

.wp-block-arlowebsite-block-hero video {
	max-width: 100%;
}

.editor-styles-wrapper .wp-block-arlowebsite-block-hero .hero-left > *, .editor-styles-wrapper .wp-block-arlowebsite-block-hero .hero-right img {
	opacity: 1;
}

.wp-block-arlowebsite-hero-center {
	text-align: center;
	margin-top: -70px;
}

.wp-block-arlowebsite-hero-center figure.wp-block-image {
	margin-top: 0;
	margin-bottom: 0;
}

.wp-block-arlowebsite-hero-center img {
	display: block;
	margin: 40px auto -80px;
}

@media screen and (min-width: 768px) {
	.wp-block-arlowebsite-hero-center img {
		margin: 40px auto -140px;
	}
}

.wp-block-arlowebsite-hero-text-only {
	text-align: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.wp-block-arlowebsite-hero-divider {
	text-align: center;
	padding: 15px 0;
}

.wp-block-arlowebsite-hero-divider.is-style-yellow-divider {
	background-color: #FFD000;
}

.wp-block-arlowebsite-block-benefits .imageWrapper {
	text-align: center;
}

.wp-block-arlowebsite-block-benefits .imageWrapper .mobileImage {
	display: inline;
}

.wp-block-arlowebsite-block-benefits .imageWrapper .image {
	display: none;
}

@media screen and (min-width: 768px) {
	.wp-block-arlowebsite-block-benefits .imageWrapper .mobileImage {
		display: none;
	}
	.wp-block-arlowebsite-block-benefits .imageWrapper .image {
		display: inline;
	}
}

.wp-block-arlowebsite-block-benefits .contentWrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 80px;
}

.wp-block-arlowebsite-block-benefits .contentWrapper .first, .wp-block-arlowebsite-block-benefits .contentWrapper .second, .wp-block-arlowebsite-block-benefits .contentWrapper .third {
	width: 100%;
	color: #333F48;
}

@media screen and (min-width: 768px) {
	.wp-block-arlowebsite-block-benefits .contentWrapper .first, .wp-block-arlowebsite-block-benefits .contentWrapper .second, .wp-block-arlowebsite-block-benefits .contentWrapper .third {
		width: 33%;
		padding: 0 40px;
	}
}

.wp-block-arlowebsite-block-benefits .contentWrapper .first h3, .wp-block-arlowebsite-block-benefits .contentWrapper .second h3, .wp-block-arlowebsite-block-benefits .contentWrapper .third h3 {
	font-weight: bold;
	font-size: 28px;
}

.wp-block-arlowebsite-block-benefits .contentWrapper .first p, .wp-block-arlowebsite-block-benefits .contentWrapper .second p, .wp-block-arlowebsite-block-benefits .contentWrapper .third p {
	font-size: 17px;
}

.wp-block-arlowebsite-block-features, .wp-block-arlowebsite-features-detailed, .wp-block-arlowebsite-other-features .other-features-grid, .wp-block-arlowebsite-partners-temp .other-features-grid, .features-card-right, .wp-block-arlowebsite-table-of-contents-visual {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: distribute;
	justify-content: space-around;
}

.wp-block-arlowebsite-block-features h2, .wp-block-arlowebsite-features-detailed h2, .wp-block-arlowebsite-other-features .other-features-grid h2, .wp-block-arlowebsite-partners-temp .other-features-grid h2, .features-card-right h2, .wp-block-arlowebsite-table-of-contents-visual h2 {
	font-size: 75px;
}

.wp-block-arlowebsite-block-features p, .wp-block-arlowebsite-features-detailed p, .wp-block-arlowebsite-other-features .other-features-grid p, .wp-block-arlowebsite-partners-temp .other-features-grid p, .features-card-right p, .wp-block-arlowebsite-table-of-contents-visual p {
	font-size: 20px;
}

.wp-block-arlowebsite-block-features .wp-block-arlowebsite-features-grid-item, .wp-block-arlowebsite-block-features .wp-block-arlowebsite-feature-detailed-grid-item, .wp-block-arlowebsite-block-features .wp-block-arlowebsite-other-features-grid-item, .wp-block-arlowebsite-block-features .wp-block-arlowebsite-table-of-contents-visual-grid-item, .wp-block-arlowebsite-features-detailed .wp-block-arlowebsite-features-grid-item, .wp-block-arlowebsite-features-detailed .wp-block-arlowebsite-feature-detailed-grid-item, .wp-block-arlowebsite-features-detailed .wp-block-arlowebsite-other-features-grid-item, .wp-block-arlowebsite-features-detailed .wp-block-arlowebsite-table-of-contents-visual-grid-item, .wp-block-arlowebsite-other-features .other-features-grid .wp-block-arlowebsite-features-grid-item, .wp-block-arlowebsite-other-features .other-features-grid .wp-block-arlowebsite-feature-detailed-grid-item, .wp-block-arlowebsite-other-features .other-features-grid .wp-block-arlowebsite-other-features-grid-item, .wp-block-arlowebsite-other-features .other-features-grid .wp-block-arlowebsite-table-of-contents-visual-grid-item, .wp-block-arlowebsite-partners-temp .other-features-grid .wp-block-arlowebsite-features-grid-item, .wp-block-arlowebsite-partners-temp .other-features-grid .wp-block-arlowebsite-feature-detailed-grid-item, .wp-block-arlowebsite-partners-temp .other-features-grid .wp-block-arlowebsite-other-features-grid-item, .wp-block-arlowebsite-partners-temp .other-features-grid .wp-block-arlowebsite-table-of-contents-visual-grid-item, .features-card-right .wp-block-arlowebsite-features-grid-item, .features-card-right .wp-block-arlowebsite-feature-detailed-grid-item, .features-card-right .wp-block-arlowebsite-other-features-grid-item, .features-card-right .wp-block-arlowebsite-table-of-contents-visual-grid-item, .wp-block-arlowebsite-table-of-contents-visual .wp-block-arlowebsite-features-grid-item, .wp-block-arlowebsite-table-of-contents-visual .wp-block-arlowebsite-feature-detailed-grid-item, .wp-block-arlowebsite-table-of-contents-visual .wp-block-arlowebsite-other-features-grid-item, .wp-block-arlowebsite-table-of-contents-visual .wp-block-arlowebsite-table-of-contents-visual-grid-item {
	text-align: center;
	width: 50%;
}

@media screen and (min-width: 768px) {
	.wp-block-arlowebsite-block-features .wp-block-arlowebsite-features-grid-item, .wp-block-arlowebsite-block-features .wp-block-arlowebsite-feature-detailed-grid-item, .wp-block-arlowebsite-block-features .wp-block-arlowebsite-other-features-grid-item, .wp-block-arlowebsite-block-features .wp-block-arlowebsite-table-of-contents-visual-grid-item, .wp-block-arlowebsite-features-detailed .wp-block-arlowebsite-features-grid-item, .wp-block-arlowebsite-features-detailed .wp-block-arlowebsite-feature-detailed-grid-item, .wp-block-arlowebsite-features-detailed .wp-block-arlowebsite-other-features-grid-item, .wp-block-arlowebsite-features-detailed .wp-block-arlowebsite-table-of-contents-visual-grid-item, .wp-block-arlowebsite-other-features .other-features-grid .wp-block-arlowebsite-features-grid-item, .wp-block-arlowebsite-other-features .other-features-grid .wp-block-arlowebsite-feature-detailed-grid-item, .wp-block-arlowebsite-other-features .other-features-grid .wp-block-arlowebsite-other-features-grid-item, .wp-block-arlowebsite-other-features .other-features-grid .wp-block-arlowebsite-table-of-contents-visual-grid-item, .wp-block-arlowebsite-partners-temp .other-features-grid .wp-block-arlowebsite-features-grid-item, .wp-block-arlowebsite-partners-temp .other-features-grid .wp-block-arlowebsite-feature-detailed-grid-item, .wp-block-arlowebsite-partners-temp .other-features-grid .wp-block-arlowebsite-other-features-grid-item, .wp-block-arlowebsite-partners-temp .other-features-grid .wp-block-arlowebsite-table-of-contents-visual-grid-item, .features-card-right .wp-block-arlowebsite-features-grid-item, .features-card-right .wp-block-arlowebsite-feature-detailed-grid-item, .features-card-right .wp-block-arlowebsite-other-features-grid-item, .features-card-right .wp-block-arlowebsite-table-of-contents-visual-grid-item, .wp-block-arlowebsite-table-of-contents-visual .wp-block-arlowebsite-features-grid-item, .wp-block-arlowebsite-table-of-contents-visual .wp-block-arlowebsite-feature-detailed-grid-item, .wp-block-arlowebsite-table-of-contents-visual .wp-block-arlowebsite-other-features-grid-item, .wp-block-arlowebsite-table-of-contents-visual .wp-block-arlowebsite-table-of-contents-visual-grid-item {
		width: 25%;
	}
}

@media screen and (min-width: 768px) {
	.wp-block-arlowebsite-block-features.features-10 .wp-block-arlowebsite-features-grid-item, .wp-block-arlowebsite-block-features.features-10 .wp-block-arlowebsite-feature-detailed-grid-item, .wp-block-arlowebsite-block-features.features-10 .wp-block-arlowebsite-other-features-grid-item, .wp-block-arlowebsite-block-features.features-10 .wp-block-arlowebsite-table-of-contents-visual-grid-item, .wp-block-arlowebsite-features-detailed.features-10 .wp-block-arlowebsite-features-grid-item, .wp-block-arlowebsite-features-detailed.features-10 .wp-block-arlowebsite-feature-detailed-grid-item, .wp-block-arlowebsite-features-detailed.features-10 .wp-block-arlowebsite-other-features-grid-item, .wp-block-arlowebsite-features-detailed.features-10 .wp-block-arlowebsite-table-of-contents-visual-grid-item, .wp-block-arlowebsite-other-features .other-features-grid.features-10 .wp-block-arlowebsite-features-grid-item, .wp-block-arlowebsite-other-features .other-features-grid.features-10 .wp-block-arlowebsite-feature-detailed-grid-item, .wp-block-arlowebsite-other-features .other-features-grid.features-10 .wp-block-arlowebsite-other-features-grid-item, .wp-block-arlowebsite-other-features .other-features-grid.features-10 .wp-block-arlowebsite-table-of-contents-visual-grid-item, .wp-block-arlowebsite-partners-temp .other-features-grid.features-10 .wp-block-arlowebsite-features-grid-item, .wp-block-arlowebsite-partners-temp .other-features-grid.features-10 .wp-block-arlowebsite-feature-detailed-grid-item, .wp-block-arlowebsite-partners-temp .other-features-grid.features-10 .wp-block-arlowebsite-other-features-grid-item, .wp-block-arlowebsite-partners-temp .other-features-grid.features-10 .wp-block-arlowebsite-table-of-contents-visual-grid-item, .features-card-right.features-10 .wp-block-arlowebsite-features-grid-item, .features-card-right.features-10 .wp-block-arlowebsite-feature-detailed-grid-item, .features-card-right.features-10 .wp-block-arlowebsite-other-features-grid-item, .features-card-right.features-10 .wp-block-arlowebsite-table-of-contents-visual-grid-item, .wp-block-arlowebsite-table-of-contents-visual.features-10 .wp-block-arlowebsite-features-grid-item, .wp-block-arlowebsite-table-of-contents-visual.features-10 .wp-block-arlowebsite-feature-detailed-grid-item, .wp-block-arlowebsite-table-of-contents-visual.features-10 .wp-block-arlowebsite-other-features-grid-item, .wp-block-arlowebsite-table-of-contents-visual.features-10 .wp-block-arlowebsite-table-of-contents-visual-grid-item {
		width: 20%;
	}
}

.wp-block-arlowebsite-block-features {
	margin-top: 80px;
}

@media screen and (min-width: 768px) {
	.wp-block-arlowebsite-block-features {
		margin-bottom: -25px;
	}
}

.wp-block-arlowebsite-block-features .wp-block-arlowebsite-features-grid-item {
	margin-bottom: 40px;
	padding: 10px;
}

@media screen and (min-width: 768px) {
	.wp-block-arlowebsite-block-features .wp-block-arlowebsite-features-grid-item {
		margin-bottom: 100px;
	}
}

.wp-block-arlowebsite-block-features .wp-block-arlowebsite-features-grid-item h4 {
	font-weight: normal;
	font-size: 20px;
	color: #46555F;
	margin-top: 28px;
}

.wp-block-arlowebsite-features-detailed, .wp-block-arlowebsite-features-card, .wp-block-arlowebsite-table-of-contents-visual {
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}

.wp-block-arlowebsite-features-detailed .wp-block-arlowebsite-feature-detailed-grid-item, .wp-block-arlowebsite-features-detailed .wp-block-arlowebsite-table-of-contents-visual-grid-item, .wp-block-arlowebsite-features-card .wp-block-arlowebsite-feature-detailed-grid-item, .wp-block-arlowebsite-features-card .wp-block-arlowebsite-table-of-contents-visual-grid-item, .wp-block-arlowebsite-table-of-contents-visual .wp-block-arlowebsite-feature-detailed-grid-item, .wp-block-arlowebsite-table-of-contents-visual .wp-block-arlowebsite-table-of-contents-visual-grid-item {
	text-decoration: none;
	color: #333F48;
	padding: 0 10px;
	margin-bottom: 30px;
}

.wp-block-arlowebsite-features-detailed .wp-block-arlowebsite-feature-detailed-grid-item .imageWrapper, .wp-block-arlowebsite-features-detailed .wp-block-arlowebsite-table-of-contents-visual-grid-item .imageWrapper, .wp-block-arlowebsite-features-card .wp-block-arlowebsite-feature-detailed-grid-item .imageWrapper, .wp-block-arlowebsite-features-card .wp-block-arlowebsite-table-of-contents-visual-grid-item .imageWrapper, .wp-block-arlowebsite-table-of-contents-visual .wp-block-arlowebsite-feature-detailed-grid-item .imageWrapper, .wp-block-arlowebsite-table-of-contents-visual .wp-block-arlowebsite-table-of-contents-visual-grid-item .imageWrapper {
	border: 3px solid #FFD000;
	background-color: #F7F5EF;
	padding: 25px;
	border-radius: 50%;
	display: inline-block;
	-webkit-transition: 300ms ease-out;
	transition: 300ms ease-out;
}

.wp-block-arlowebsite-features-detailed .wp-block-arlowebsite-feature-detailed-grid-item .imageWrapper img, .wp-block-arlowebsite-features-detailed .wp-block-arlowebsite-table-of-contents-visual-grid-item .imageWrapper img, .wp-block-arlowebsite-features-card .wp-block-arlowebsite-feature-detailed-grid-item .imageWrapper img, .wp-block-arlowebsite-features-card .wp-block-arlowebsite-table-of-contents-visual-grid-item .imageWrapper img, .wp-block-arlowebsite-table-of-contents-visual .wp-block-arlowebsite-feature-detailed-grid-item .imageWrapper img, .wp-block-arlowebsite-table-of-contents-visual .wp-block-arlowebsite-table-of-contents-visual-grid-item .imageWrapper img {
	height: 50px;
	display: block;
	width: auto;
}

.wp-block-arlowebsite-features-detailed .wp-block-arlowebsite-feature-detailed-grid-item h4.title, .wp-block-arlowebsite-features-detailed .wp-block-arlowebsite-table-of-contents-visual-grid-item h4.title, .wp-block-arlowebsite-features-card .wp-block-arlowebsite-feature-detailed-grid-item h4.title, .wp-block-arlowebsite-features-card .wp-block-arlowebsite-table-of-contents-visual-grid-item h4.title, .wp-block-arlowebsite-table-of-contents-visual .wp-block-arlowebsite-feature-detailed-grid-item h4.title, .wp-block-arlowebsite-table-of-contents-visual .wp-block-arlowebsite-table-of-contents-visual-grid-item h4.title {
	font-size: 18px;
	font-weight: bold;
	color: #333F48;
	margin-top: 10px;
	margin-bottom: 20px;
}

.wp-block-arlowebsite-features-detailed .wp-block-arlowebsite-feature-detailed-grid-item p.description, .wp-block-arlowebsite-features-detailed .wp-block-arlowebsite-table-of-contents-visual-grid-item p.description, .wp-block-arlowebsite-features-card .wp-block-arlowebsite-feature-detailed-grid-item p.description, .wp-block-arlowebsite-features-card .wp-block-arlowebsite-table-of-contents-visual-grid-item p.description, .wp-block-arlowebsite-table-of-contents-visual .wp-block-arlowebsite-feature-detailed-grid-item p.description, .wp-block-arlowebsite-table-of-contents-visual .wp-block-arlowebsite-table-of-contents-visual-grid-item p.description {
	font-size: 15px;
}

.wp-block-arlowebsite-features-detailed .wp-block-arlowebsite-feature-detailed-grid-item:hover .imageWrapper, .wp-block-arlowebsite-features-detailed .wp-block-arlowebsite-table-of-contents-visual-grid-item:hover .imageWrapper, .wp-block-arlowebsite-features-card .wp-block-arlowebsite-feature-detailed-grid-item:hover .imageWrapper, .wp-block-arlowebsite-features-card .wp-block-arlowebsite-table-of-contents-visual-grid-item:hover .imageWrapper, .wp-block-arlowebsite-table-of-contents-visual .wp-block-arlowebsite-feature-detailed-grid-item:hover .imageWrapper, .wp-block-arlowebsite-table-of-contents-visual .wp-block-arlowebsite-table-of-contents-visual-grid-item:hover .imageWrapper {
	background-color: #eae5d6;
}

.wp-block-arlowebsite-features-card .features-card-left {
	-ms-flex-preferred-size: 35%;
	flex-basis: 35%;
}

.wp-block-arlowebsite-features-card .features-card-right {
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-pack: unset;
	-ms-flex-pack: unset;
	justify-content: unset;
	-ms-flex-preferred-size: 65%;
	flex-basis: 65%;
}

.wp-block-arlowebsite-features-card .features-card-right .wp-block-arlowebsite-feature-detailed-grid-item, .wp-block-arlowebsite-features-card .features-card-right .wp-block-arlowebsite-table-of-contents-visual-grid-item {
	width: 50%;
}

@media screen and (min-width: 768px) {
	.wp-block-arlowebsite-features-card .features-card-right .wp-block-arlowebsite-feature-detailed-grid-item, .wp-block-arlowebsite-features-card .features-card-right .wp-block-arlowebsite-table-of-contents-visual-grid-item {
		width: 33.33%;
	}
}

.wp-block-arlowebsite-other-features h2, .wp-block-arlowebsite-partners-temp h2 {
	text-align: center;
}

.wp-block-arlowebsite-other-features .other-features-grid, .wp-block-arlowebsite-partners-temp .other-features-grid {
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}

.wp-block-arlowebsite-other-features .other-features-grid .wp-block-arlowebsite-other-features-grid-item, .wp-block-arlowebsite-other-features .other-features-grid .wp-block-arlowebsite-partners-temp-grid-item, .wp-block-arlowebsite-partners-temp .other-features-grid .wp-block-arlowebsite-other-features-grid-item, .wp-block-arlowebsite-partners-temp .other-features-grid .wp-block-arlowebsite-partners-temp-grid-item {
	padding-bottom: 65px;
	border: solid 1px transparent;
	border-bottom: 2px solid #CFCABB;
	position: relative;
	-webkit-transition: ease-out 300ms;
	transition: ease-out 300ms;
	width: 100%;
	text-decoration: none;
	color: #333F48;
}

@media screen and (min-width: 768px) {
	.wp-block-arlowebsite-other-features .other-features-grid .wp-block-arlowebsite-other-features-grid-item, .wp-block-arlowebsite-other-features .other-features-grid .wp-block-arlowebsite-partners-temp-grid-item, .wp-block-arlowebsite-partners-temp .other-features-grid .wp-block-arlowebsite-other-features-grid-item, .wp-block-arlowebsite-partners-temp .other-features-grid .wp-block-arlowebsite-partners-temp-grid-item {
		width: calc(25% - 40px);
		margin: 20px;
	}
}

.wp-block-arlowebsite-other-features .other-features-grid .wp-block-arlowebsite-other-features-grid-item[href], .wp-block-arlowebsite-other-features .other-features-grid .wp-block-arlowebsite-partners-temp-grid-item[href], .wp-block-arlowebsite-partners-temp .other-features-grid .wp-block-arlowebsite-other-features-grid-item[href], .wp-block-arlowebsite-partners-temp .other-features-grid .wp-block-arlowebsite-partners-temp-grid-item[href] {
	border-bottom: 2px solid #FFD000;
}

.wp-block-arlowebsite-other-features .other-features-grid .wp-block-arlowebsite-other-features-grid-item[href]:hover, .wp-block-arlowebsite-other-features .other-features-grid .wp-block-arlowebsite-partners-temp-grid-item[href]:hover, .wp-block-arlowebsite-partners-temp .other-features-grid .wp-block-arlowebsite-other-features-grid-item[href]:hover, .wp-block-arlowebsite-partners-temp .other-features-grid .wp-block-arlowebsite-partners-temp-grid-item[href]:hover {
	-webkit-transition-delay: unset !important;
	transition-delay: unset !important;
	border-left: solid 1px #FFD000;
	border-right: solid 1px #FFD000;
	border-top: solid 1px #FFD000;
	-webkit-box-shadow: 0 30px 35px -20px rgba(0, 0, 0, 0.5);
	box-shadow: 0 30px 35px -20px rgba(0, 0, 0, 0.5);
}

.wp-block-arlowebsite-other-features .other-features-grid .wp-block-arlowebsite-other-features-grid-item .innerContent, .wp-block-arlowebsite-other-features .other-features-grid .wp-block-arlowebsite-partners-temp-grid-item .innerContent, .wp-block-arlowebsite-partners-temp .other-features-grid .wp-block-arlowebsite-other-features-grid-item .innerContent, .wp-block-arlowebsite-partners-temp .other-features-grid .wp-block-arlowebsite-partners-temp-grid-item .innerContent {
	padding: 20px;
}

.wp-block-arlowebsite-other-features .other-features-grid .wp-block-arlowebsite-other-features-grid-item .innerContent h4, .wp-block-arlowebsite-other-features .other-features-grid .wp-block-arlowebsite-partners-temp-grid-item .innerContent h4, .wp-block-arlowebsite-partners-temp .other-features-grid .wp-block-arlowebsite-other-features-grid-item .innerContent h4, .wp-block-arlowebsite-partners-temp .other-features-grid .wp-block-arlowebsite-partners-temp-grid-item .innerContent h4 {
	font-size: 18px;
	font-weight: bold;
}

.wp-block-arlowebsite-other-features .other-features-grid .wp-block-arlowebsite-other-features-grid-item .innerContent p, .wp-block-arlowebsite-other-features .other-features-grid .wp-block-arlowebsite-partners-temp-grid-item .innerContent p, .wp-block-arlowebsite-partners-temp .other-features-grid .wp-block-arlowebsite-other-features-grid-item .innerContent p, .wp-block-arlowebsite-partners-temp .other-features-grid .wp-block-arlowebsite-partners-temp-grid-item .innerContent p {
	font-size: 17px;
}

.wp-block-arlowebsite-other-features .other-features-grid .wp-block-arlowebsite-other-features-grid-item .learnMore, .wp-block-arlowebsite-other-features .other-features-grid .wp-block-arlowebsite-partners-temp-grid-item .learnMore, .wp-block-arlowebsite-partners-temp .other-features-grid .wp-block-arlowebsite-other-features-grid-item .learnMore, .wp-block-arlowebsite-partners-temp .other-features-grid .wp-block-arlowebsite-partners-temp-grid-item .learnMore {
	position: absolute;
	display: inline-block;
	bottom: 0;
	text-align: center;
	width: 100%;
	left: 0;
	padding: 15px 0;
}

.wp-block-arlowebsite-partners-temp {
	text-align: center;
}

.editor-styles-wrapper .wp-block-arlowebsite-block-features {
	display: block;
}

.editor-styles-wrapper .wp-block-arlowebsite-block-features .wp-block-arlowebsite-features-grid-item {
	width: auto;
}

.editor-styles-wrapper .wp-block-arlowebsite-block-features .editor-block-list__layout {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: distribute;
	justify-content: space-around;
}

.editor-styles-wrapper .wp-block-arlowebsite-block-features .editor-block-list__layout [data-type="arlowebsite/features-grid-item"] {
	width: 25%;
}

.editor-styles-wrapper .wp-block-arlowebsite-other-features .explore-features-grid, .editor-styles-wrapper .wp-block-arlowebsite-other-features .other-features-grid, .editor-styles-wrapper .wp-block-arlowebsite-features-detailed .explore-features-grid, .editor-styles-wrapper .wp-block-arlowebsite-features-detailed .other-features-grid, .editor-styles-wrapper .wp-block-arlowebsite-explore-features .explore-features-grid, .editor-styles-wrapper .wp-block-arlowebsite-explore-features .other-features-grid, .editor-styles-wrapper .wp-block-arlowebsite-partners-temp .explore-features-grid, .editor-styles-wrapper .wp-block-arlowebsite-partners-temp .other-features-grid, .editor-styles-wrapper .wp-block-arlowebsite-table-of-contents-visual .explore-features-grid, .editor-styles-wrapper .wp-block-arlowebsite-table-of-contents-visual .other-features-grid {
	display: block;
}

.editor-styles-wrapper .wp-block-arlowebsite-other-features .other-features-grid .wp-block-arlowebsite-other-features-grid-item,
.editor-styles-wrapper .wp-block-arlowebsite-other-features .explore-features-grid .wp-block-arlowebsite-explore-features-grid-item,
.editor-styles-wrapper .wp-block-arlowebsite-other-features .wp-block-arlowebsite-feature-detailed-grid-item,
.editor-styles-wrapper .wp-block-arlowebsite-other-features .wp-block-arlowebsite-partners-temp-grid-item,
.editor-styles-wrapper .wp-block-arlowebsite-other-features .wp-block-arlowebsite-table-of-contents-visual-grid-item, .editor-styles-wrapper .wp-block-arlowebsite-features-detailed .other-features-grid .wp-block-arlowebsite-other-features-grid-item,
.editor-styles-wrapper .wp-block-arlowebsite-features-detailed .explore-features-grid .wp-block-arlowebsite-explore-features-grid-item,
.editor-styles-wrapper .wp-block-arlowebsite-features-detailed .wp-block-arlowebsite-feature-detailed-grid-item,
.editor-styles-wrapper .wp-block-arlowebsite-features-detailed .wp-block-arlowebsite-partners-temp-grid-item,
.editor-styles-wrapper .wp-block-arlowebsite-features-detailed .wp-block-arlowebsite-table-of-contents-visual-grid-item, .editor-styles-wrapper .wp-block-arlowebsite-explore-features .other-features-grid .wp-block-arlowebsite-other-features-grid-item,
.editor-styles-wrapper .wp-block-arlowebsite-explore-features .explore-features-grid .wp-block-arlowebsite-explore-features-grid-item,
.editor-styles-wrapper .wp-block-arlowebsite-explore-features .wp-block-arlowebsite-feature-detailed-grid-item,
.editor-styles-wrapper .wp-block-arlowebsite-explore-features .wp-block-arlowebsite-partners-temp-grid-item,
.editor-styles-wrapper .wp-block-arlowebsite-explore-features .wp-block-arlowebsite-table-of-contents-visual-grid-item, .editor-styles-wrapper .wp-block-arlowebsite-partners-temp .other-features-grid .wp-block-arlowebsite-other-features-grid-item,
.editor-styles-wrapper .wp-block-arlowebsite-partners-temp .explore-features-grid .wp-block-arlowebsite-explore-features-grid-item,
.editor-styles-wrapper .wp-block-arlowebsite-partners-temp .wp-block-arlowebsite-feature-detailed-grid-item,
.editor-styles-wrapper .wp-block-arlowebsite-partners-temp .wp-block-arlowebsite-partners-temp-grid-item,
.editor-styles-wrapper .wp-block-arlowebsite-partners-temp .wp-block-arlowebsite-table-of-contents-visual-grid-item, .editor-styles-wrapper .wp-block-arlowebsite-table-of-contents-visual .other-features-grid .wp-block-arlowebsite-other-features-grid-item,
.editor-styles-wrapper .wp-block-arlowebsite-table-of-contents-visual .explore-features-grid .wp-block-arlowebsite-explore-features-grid-item,
.editor-styles-wrapper .wp-block-arlowebsite-table-of-contents-visual .wp-block-arlowebsite-feature-detailed-grid-item,
.editor-styles-wrapper .wp-block-arlowebsite-table-of-contents-visual .wp-block-arlowebsite-partners-temp-grid-item,
.editor-styles-wrapper .wp-block-arlowebsite-table-of-contents-visual .wp-block-arlowebsite-table-of-contents-visual-grid-item {
	width: 100%;
	margin: 0;
}

.schema-faq-section .schema-faq-question {
	font-size: 20px;
}

.wp-block-arlowebsite-table-of-contents-visual .title {
	margin-bottom: 0;
}

.wp-block-arlowebsite-table-of-contents-visual .description {
	margin-top: 0;
}

.case_studies_grid .image img, .case_studies_homepage .image img {
	display: block;
	margin: 0 auto;
}

.case_studies_grid {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
}

.case_studies_grid .case_study {
	width: 100%;
	padding: 10px;
	text-align: center;
}

@media screen and (min-width: 768px) {
	.case_studies_grid .case_study {
		width: 33%;
	}
}

.case_studies_grid .case_study .case_study_inner {
	height: 100%;
	padding-bottom: 70px;
}

.case_studies_grid .case_study .case_study_content {
	border: 1px solid #DAE1E1;
	border-color: #DAE1E1;
	padding: 40px 22px 0;
	height: 100%;
	position: relative;
	padding-bottom: 250px;
	-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
	box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
	-webkit-transition: border-color ease-out 200ms, -webkit-box-shadow ease-out 200ms;
	transition: border-color ease-out 200ms, -webkit-box-shadow ease-out 200ms;
	transition: border-color ease-out 200ms, box-shadow ease-out 200ms;
	transition: border-color ease-out 200ms, box-shadow ease-out 200ms, -webkit-box-shadow ease-out 200ms;
}

.case_studies_grid .case_study .case_study_content .logo {
	height: 75px;
}

.case_studies_grid .case_study .case_study_content .logo a {
	display: inline-block;
	line-height: 75px;
}

.case_studies_grid .case_study .case_study_content .logo img {
	vertical-align: middle;
	max-height: 100%;
	width: auto;
}

.case_studies_grid .case_study .case_study_content .summary {
	margin: 35px 0 0;
}

.case_studies_grid .case_study .case_study_content .image {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
}

.case_studies_grid .case_study .case_study_content .image img {
	height: 250px;
	width: auto;
}

.case_studies_grid .case_study:hover:not(.no_link) .case_study_content {
	border-color: #FFD000;
}

.case_studies_grid .case_study:hover .case_study_content {
	-webkit-box-shadow: 2px 4px 10px 0px rgba(51, 63, 72, 0.2);
	box-shadow: 2px 4px 10px 0px rgba(51, 63, 72, 0.2);
}

.case_studies_grid .case_study .learnmore {
	display: block;
	border-bottom: solid 2px #FFD000;
	padding: 20px 0;
	color: #00b5e2;
	text-decoration: none;
	font-weight: bold;
	font-size: 17px;
}

.case_studies_grid.no-links .case_study .case_study_inner {
	padding-bottom: 0;
}

.case_studies_homepage {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

@media screen and (min-width: 768px) {
	.case_studies_homepage {
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}
}

.case_studies_homepage .case_study {
	width: 100%;
	text-align: center;
	margin-bottom: 60px;
}

.case_studies_homepage .case_study:last-child {
	margin-bottom: 0;
}

@media screen and (min-width: 768px) {
	.case_studies_homepage .case_study {
		width: 50%;
		margin-bottom: 0px;
	}
}

.case_studies_homepage .case_study .image {
	border-bottom: 4px solid #FFD000;
	margin: 0 10px;
}

.case_studies_homepage .case_study .quote {
	margin-top: 50px;
	margin-bottom: 25px;
	padding: 0 20px;
}

.case_studies_homepage .case_study .name {
	color: #00AEEF;
	text-decoration: none;
	font-weight: bold;
}

.wp-block-arlowebsite-block-customers {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.wp-block-arlowebsite-block-customers > * {
	margin: 0;
	text-align: center;
	padding: 20px;
}

@media screen and (min-width: 768px) {
	.wp-block-arlowebsite-block-customers > * {
		padding: 40px;
	}
}

.wp-block-arlowebsite-block-customers.customers-1 > * {
	width: 200%;
}

@media screen and (min-width: 768px) {
	.wp-block-arlowebsite-block-customers.customers-1 > * {
		width: 100%;
	}
}

.wp-block-arlowebsite-block-customers.customers-2 > * {
	width: 100%;
}

@media screen and (min-width: 768px) {
	.wp-block-arlowebsite-block-customers.customers-2 > * {
		width: 50%;
	}
}

.wp-block-arlowebsite-block-customers.customers-3 > * {
	width: 66.66667%;
}

@media screen and (min-width: 768px) {
	.wp-block-arlowebsite-block-customers.customers-3 > * {
		width: 33.33333%;
	}
}

.wp-block-arlowebsite-block-customers.customers-4 > * {
	width: 50%;
}

@media screen and (min-width: 768px) {
	.wp-block-arlowebsite-block-customers.customers-4 > * {
		width: 25%;
	}
}

.wp-block-arlowebsite-block-customers.customers-5 > * {
	width: 40%;
}

@media screen and (min-width: 768px) {
	.wp-block-arlowebsite-block-customers.customers-5 > * {
		width: 20%;
	}
}

.wp-block-arlowebsite-block-customers.customers-6 > * {
	width: 33.33333%;
}

@media screen and (min-width: 768px) {
	.wp-block-arlowebsite-block-customers.customers-6 > * {
		width: 16.66667%;
	}
}

.wp-block-arlowebsite-block-customers.customers-7 > * {
	width: 28.57143%;
}

@media screen and (min-width: 768px) {
	.wp-block-arlowebsite-block-customers.customers-7 > * {
		width: 14.28571%;
	}
}

.wp-block-arlowebsite-block-customers.customers-8 > * {
	width: 25%;
}

@media screen and (min-width: 768px) {
	.wp-block-arlowebsite-block-customers.customers-8 > * {
		width: 12.5%;
	}
}

.editor-styles-wrapper .wp-block-arlowebsite-block-customers {
	display: block;
}

.editor-styles-wrapper .wp-block-arlowebsite-block-customers .editor-block-list__layout {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.editor-styles-wrapper .wp-block-arlowebsite-block-customers > * {
	width: auto !important;
	padding: 0;
}

.editor-styles-wrapper .wp-block-arlowebsite-block-customers.customers-1 [data-type="core/image"] {
	width: 200%;
}

@media screen and (min-width: 768px) {
	.editor-styles-wrapper .wp-block-arlowebsite-block-customers.customers-1 [data-type="core/image"] {
		width: 100%;
	}
}

.editor-styles-wrapper .wp-block-arlowebsite-block-customers.customers-2 [data-type="core/image"] {
	width: 100%;
}

@media screen and (min-width: 768px) {
	.editor-styles-wrapper .wp-block-arlowebsite-block-customers.customers-2 [data-type="core/image"] {
		width: 50%;
	}
}

.editor-styles-wrapper .wp-block-arlowebsite-block-customers.customers-3 [data-type="core/image"] {
	width: 66.66667%;
}

@media screen and (min-width: 768px) {
	.editor-styles-wrapper .wp-block-arlowebsite-block-customers.customers-3 [data-type="core/image"] {
		width: 33.33333%;
	}
}

.editor-styles-wrapper .wp-block-arlowebsite-block-customers.customers-4 [data-type="core/image"] {
	width: 50%;
}

@media screen and (min-width: 768px) {
	.editor-styles-wrapper .wp-block-arlowebsite-block-customers.customers-4 [data-type="core/image"] {
		width: 25%;
	}
}

.editor-styles-wrapper .wp-block-arlowebsite-block-customers.customers-5 [data-type="core/image"] {
	width: 40%;
}

@media screen and (min-width: 768px) {
	.editor-styles-wrapper .wp-block-arlowebsite-block-customers.customers-5 [data-type="core/image"] {
		width: 20%;
	}
}

.editor-styles-wrapper .wp-block-arlowebsite-block-customers.customers-6 [data-type="core/image"] {
	width: 33.33333%;
}

@media screen and (min-width: 768px) {
	.editor-styles-wrapper .wp-block-arlowebsite-block-customers.customers-6 [data-type="core/image"] {
		width: 16.66667%;
	}
}

.editor-styles-wrapper .wp-block-arlowebsite-block-customers.customers-7 [data-type="core/image"] {
	width: 28.57143%;
}

@media screen and (min-width: 768px) {
	.editor-styles-wrapper .wp-block-arlowebsite-block-customers.customers-7 [data-type="core/image"] {
		width: 14.28571%;
	}
}

.editor-styles-wrapper .wp-block-arlowebsite-block-customers.customers-8 [data-type="core/image"] {
	width: 25%;
}

@media screen and (min-width: 768px) {
	.editor-styles-wrapper .wp-block-arlowebsite-block-customers.customers-8 [data-type="core/image"] {
		width: 12.5%;
	}
}

.wp-block-arlowebsite-cta-trial, .wp-block-arlowebsite-cta-buttons {
	text-align: center;
}

.wp-block-arlowebsite-cta-trial .title, .wp-block-arlowebsite-cta-trial h2, .wp-block-arlowebsite-cta-trial h3, .wp-block-arlowebsite-cta-trial h4, .wp-block-arlowebsite-cta-trial h5, .wp-block-arlowebsite-cta-buttons .title, .wp-block-arlowebsite-cta-buttons h2, .wp-block-arlowebsite-cta-buttons h3, .wp-block-arlowebsite-cta-buttons h4, .wp-block-arlowebsite-cta-buttons h5 {
	margin-bottom: 40px;
	font-size: 42px;
	line-height: 1.15;
	font-weight: normal;
	color: #47525A;
}

@media screen and (min-width: 768px) {
	.wp-block-arlowebsite-cta-trial .title, .wp-block-arlowebsite-cta-trial h2, .wp-block-arlowebsite-cta-trial h3, .wp-block-arlowebsite-cta-trial h4, .wp-block-arlowebsite-cta-trial h5, .wp-block-arlowebsite-cta-buttons .title, .wp-block-arlowebsite-cta-buttons h2, .wp-block-arlowebsite-cta-buttons h3, .wp-block-arlowebsite-cta-buttons h4, .wp-block-arlowebsite-cta-buttons h5 {
		font-size: 50px;
	}
}

.wp-block-arlowebsite-cta-trial .text, .wp-block-arlowebsite-cta-buttons .text {
	font-size: 20px;
	font-weight: bold;
	color: #333F48;
}

.wp-block-arlowebsite-cta-trial form, .wp-block-arlowebsite-cta-buttons form {
	margin-top: 60px;
}

.wp-block-arlowebsite-cta-trial form input.cta-input, .wp-block-arlowebsite-cta-buttons form input.cta-input {
	max-width: 80%;
	margin-top: 20px;
}

.wp-block-arlowebsite-cta-trial form input.cta-input:first-child, .wp-block-arlowebsite-cta-buttons form input.cta-input:first-child {
	margin-top: 0;
}

@media screen and (min-width: 768px) {
	.wp-block-arlowebsite-cta-trial form input.cta-input, .wp-block-arlowebsite-cta-buttons form input.cta-input {
		margin-top: 0;
		min-width: 300px;
	}
}

.wp-block-arlowebsite-cta-trial form .btn.input-nearby, .wp-block-arlowebsite-cta-buttons form .btn.input-nearby {
	margin-top: 30px;
}

@media screen and (min-width: 768px) {
	.wp-block-arlowebsite-cta-trial form .btn.input-nearby, .wp-block-arlowebsite-cta-buttons form .btn.input-nearby {
		margin-left: 20px;
	}
}

.wp-block-arlowebsite-cta-trial.cta-trial-inset, .wp-block-arlowebsite-cta-buttons.cta-trial-inset {
	margin: 3em 1em;
}

.wp-block-arlowebsite-cta-trial.cta-trial-inset .title, .wp-block-arlowebsite-cta-buttons.cta-trial-inset .title {
	font-size: 30px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.wp-block-arlowebsite-cta-trial.cta-trial-inset .text, .wp-block-arlowebsite-cta-buttons.cta-trial-inset .text {
	font-size: 15px;
	font-weight: normal;
}

.wp-block-arlowebsite-cta-trial.cta-trial-inset form, .wp-block-arlowebsite-cta-buttons.cta-trial-inset form {
	max-width: 380px;
	margin: 0 auto;
	margin-bottom: 1em;
}

.wp-block-arlowebsite-cta-trial.cta-trial-inset form label, .wp-block-arlowebsite-cta-buttons.cta-trial-inset form label {
	display: block;
	text-align: left;
}

.wp-block-arlowebsite-cta-trial.cta-trial-inset form input.cta-input, .wp-block-arlowebsite-cta-buttons.cta-trial-inset form input.cta-input {
	display: block;
	font-size: 15px;
	border-radius: 27.5px;
	padding: 15px 25px;
	border: 0;
	background-color: rgba(71, 82, 90, 0.1);
	border: 2px solid rgba(71, 82, 90, 0.1);
	width: 100%;
	max-width: 380px;
	margin-bottom: 20px;
}

.wp-block-arlowebsite-cta-trial.cta-trial-inset form input.cta-input:focus, .wp-block-arlowebsite-cta-buttons.cta-trial-inset form input.cta-input:focus {
	border: 2px solid #FFD000;
	outline: 0;
}

.wp-block-arlowebsite-cta-trial.cta-trial-inset form input.btn, .wp-block-arlowebsite-cta-buttons.cta-trial-inset form input.btn {
	margin-top: 15px;
	margin-bottom: 15px;
}

.wp-block-arlowebsite-cta-trial.wp-block-arlowebsite-cta-buttons .title, .wp-block-arlowebsite-cta-buttons.wp-block-arlowebsite-cta-buttons .title {
	margin-bottom: 60px;
}

.wp-block-arlowebsite-cta-buttons p {
	margin-bottom: 40px;
}

.wp-block-arlowebsite-cta-buttons .wp-block-button, .wp-block-arlowebsite-cta-buttons [data-type="core/button"] {
	margin: 10px auto;
	display: inline-block;
}

@media screen and (min-width: 768px) {
	.wp-block-arlowebsite-cta-buttons .wp-block-button, .wp-block-arlowebsite-cta-buttons [data-type="core/button"] {
		margin: 0 10px;
	}
}

.wp-block-arlowebsite-cta-trial-stage1 form[data-stage='1'] .stage2 {
	display: none;
}

.wp-block-arlowebsite-cta-trial-stage1 form .form-inputs {
	padding-top: 20px;
}

.wp-block-arlowebsite-cta-trial-stage1 form .input-group, .wp-block-arlowebsite-cta-trial-stage1 form button, .wp-block-arlowebsite-cta-trial-stage1 form .terms {
	max-width: 380px;
	margin-left: auto;
	margin-right: auto;
}

.wp-block-arlowebsite-cta-trial-stage1 form .subdomain-input {
	padding-bottom: 25px;
	margin-bottom: 5px;
}

.wp-block-arlowebsite-cta-trial-stage1 form .subdomain-input .field-validation-error {
	position: absolute;
	bottom: 0;
}

.wp-block-arlowebsite-cta-trial-stage1 form label[for="RegisterTimezone"] {
	width: 80px;
}

@media screen and (min-width: 768px) {
	.wp-block-arlowebsite-cta-trial-stage1 form label[for="RegisterTimezone"] {
		width: inherit;
	}
}

.wp-block-arlowebsite-cta-trial-stage1 form #RegisterTimezone {
	width: calc(100% - 80px);
	background-position: right 10px top 50%;
}

@media screen and (min-width: 768px) {
	.wp-block-arlowebsite-cta-trial-stage1 form #RegisterTimezone {
		width: inherit;
		background-position: right 20px top 50%;
	}
}

.wp-block-arlowebsite-cta-trial-stage1 form button {
	display: block;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-top: 30px;
}

.wp-block-arlowebsite-cta-trial-stage1 form .terms {
	font-size: 14px;
	color: #47525A;
	margin-top: 20px;
	text-align: center;
}

.wp-block-arlowebsite-cta-trial-stage1 form .terms a {
	color: #00AEEF;
}

.wp-block-arlowebsite-cta-banner .cta-banner__form {
	position: relative;
}

.wp-block-arlowebsite-cta-banner .cta-banner__form .cta-banner__bg-img {
	display: none;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: -1;
}

.wp-block-arlowebsite-cta-banner .cta-banner__form .cta-banner__bg-img img.cta-banner__img {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

@media screen and (min-width: 768px) {
	.wp-block-arlowebsite-cta-banner .cta-banner__form .cta-banner__bg-img {
		display: block;
	}
}

.wp-block-arlowebsite-cta-banner .cta-banner__form .mktoForm {
	background: white !important;
}

.wp-block-arlowebsite-cta-banner .cta-banner__content {
	z-index: 2;
	text-align: center;
}

.wp-block-arlowebsite-blunt-text, .wp-block-arlowebsite-blunt-text p {
	font-size: 22px;
	text-align: center;
}

@media screen and (min-width: 768px) {
	.wp-block-arlowebsite-blunt-text, .wp-block-arlowebsite-blunt-text p {
		font-size: 36px;
		padding-left: 60px;
		padding-right: 60px;
	}
}

.editor-styles-wrapper .wp-block-arlowebsite-blunt-text p {
	text-align: center;
	font-size: 36px;
	padding-left: 0;
	padding-right: 0;
}

.wp-block-arlowebsite-text-and-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.wp-block-arlowebsite-text-and-info > * {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
}

@media screen and (min-width: 768px) {
	.wp-block-arlowebsite-text-and-info > * {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%;
	}
}

@media screen and (min-width: 768px) {
	.wp-block-arlowebsite-text-and-info h2 {
		padding-right: 50px;
	}
}

.wp-block-arlowebsite-text-and-info p {
	font-size: 18px;
}

@media screen and (min-width: 768px) {
	.wp-block-arlowebsite-text-and-info p {
		padding-left: 50px;
		font-size: 20px;
	}
}

.wp-block-arlowebsite-stats {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.wp-block-arlowebsite-stats .wp-block-arlowebsite-stats-grid-item {
	width: 50%;
	text-align: left;
	padding: 40px 20px 25px 0px;
	color: #46555F;
	position: relative;
}

.wp-block-arlowebsite-stats .wp-block-arlowebsite-stats-grid-item:nth-child(odd)::after {
	right: 20px;
}

.wp-block-arlowebsite-stats .wp-block-arlowebsite-stats-grid-item .value {
	font-size: 36px;
	font-weight: bold;
	margin-top: 40px;
	margin-bottom: 10px;
}

.wp-block-arlowebsite-stats .wp-block-arlowebsite-stats-grid-item .subtext {
	font-size: 15px;
}

.wp-block-arlowebsite-stats .wp-block-arlowebsite-stats-grid-item .image {
	display: none;
}

.wp-block-arlowebsite-stats .wp-block-arlowebsite-stats-grid-item::after {
	position: absolute;
	content: ' ';
	height: 1px;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #D2D2D2;
}

.wp-block-arlowebsite-stats .wp-block-arlowebsite-stats-grid-item:nth-last-child(2)::after, .wp-block-arlowebsite-stats .wp-block-arlowebsite-stats-grid-item:last-child::after {
	height: 0;
}

@media screen and (min-width: 768px) {
	.wp-block-arlowebsite-stats .wp-block-arlowebsite-stats-grid-item {
		width: 25%;
		padding: 55px 50px 45px;
		text-align: center;
		border-right: solid 1px #D2D2D2;
		border-top: solid 1px transparent;
	}
	.wp-block-arlowebsite-stats .wp-block-arlowebsite-stats-grid-item:nth-child(4n) {
		border-right-color: transparent;
	}
	.wp-block-arlowebsite-stats .wp-block-arlowebsite-stats-grid-item:nth-child(n+5) {
		border-top: solid 1px #D2D2D2;
	}
	.wp-block-arlowebsite-stats .wp-block-arlowebsite-stats-grid-item:nth-child(n+4) {
		padding-bottom: 30px;
	}
	.wp-block-arlowebsite-stats .wp-block-arlowebsite-stats-grid-item::after {
		display: none;
	}
	.wp-block-arlowebsite-stats .wp-block-arlowebsite-stats-grid-item .value {
		font-size: 75px;
		line-height: 1;
		margin-top: 30px;
		margin-bottom: 45px;
	}
}

@media screen and (min-width: 768px) and (max-width: 1400px) {
	.wp-block-arlowebsite-stats .wp-block-arlowebsite-stats-grid-item .value {
		font-size: 55px;
	}
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
	.wp-block-arlowebsite-stats .wp-block-arlowebsite-stats-grid-item .value {
		font-size: 45px;
	}
}

@media screen and (min-width: 768px) and (max-width: 950px) {
	.wp-block-arlowebsite-stats .wp-block-arlowebsite-stats-grid-item .value {
		font-size: 35px;
	}
}

@media screen and (min-width: 768px) {
	.wp-block-arlowebsite-stats .wp-block-arlowebsite-stats-grid-item .subtext {
		font-size: 18px;
	}
	.wp-block-arlowebsite-stats .wp-block-arlowebsite-stats-grid-item .image {
		display: block;
		height: 30px;
	}
}

.editor-styles-wrapper .wp-block-arlowebsite-stats {
	display: block;
}

.editor-styles-wrapper .wp-block-arlowebsite-stats > .editor-inner-blocks > .editor-block-list__layout {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.editor-styles-wrapper .wp-block-arlowebsite-stats > .editor-inner-blocks > .editor-block-list__layout > [data-type="arlowebsite/stats-grid-item"] {
	width: 50%;
}

.editor-styles-wrapper .wp-block-arlowebsite-stats .wp-block-arlowebsite-stats-grid-item {
	width: auto;
}

.wp-block-arlowebsite-explore-features {
	text-align: center;
}

.wp-block-arlowebsite-explore-features .explore-features-grid {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}

.wp-block-arlowebsite-explore-features .explore-features-grid .wp-block-arlowebsite-explore-features-grid-item {
	width: 50%;
	padding: 10px;
}

@media screen and (min-width: 768px) {
	.wp-block-arlowebsite-explore-features .explore-features-grid .wp-block-arlowebsite-explore-features-grid-item {
		width: 16.66667%;
	}
}

.wp-block-arlowebsite-explore-features .explore-features-grid .wp-block-arlowebsite-explore-features-grid-item a {
	display: block;
	border-bottom: solid 2px #FFD000;
	text-decoration: none;
	color: #333F48;
	height: 100%;
	padding: 45px 10px;
	font-weight: 400;
	-webkit-transition: ease-out 300ms;
	transition: ease-out 300ms;
	font-size: 17px;
}

.wp-block-arlowebsite-explore-features .explore-features-grid .wp-block-arlowebsite-explore-features-grid-item a:hover {
	background-color: #F7F5EF;
}

/*
From slick slider
http://kenwheeler.github.io/slick/
 */
/* Slider */
.slick-slider {
	position: relative;
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.slick-track:before, .slick-track:after {
	content: "";
	display: table;
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none;
}

[dir="rtl"] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
	margin: 0 auto;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

/* Slider */
.slick-loading .slick-list {
	background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
	position: absolute;
	display: none !important;
	line-height: 0px;
	font-size: 0px;
	cursor: pointer;
	background: transparent;
	color: transparent;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	padding: 0;
	border: none;
	outline: none;
	z-index: 10;
}

@media (min-width: 768px) {
	.slick-prev,
	.slick-next {
		display: block !important;
	}
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
	outline: none;
	background: transparent;
	color: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
	opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
	opacity: 0.25;
}

.slick-prev {
	-webkit-transform: translate(0, -50%) rotate(180deg);
	transform: translate(0, -50%) rotate(180deg);
	left: -25px;
}

[dir="rtl"] .slick-prev {
	left: auto;
	right: -25px;
}

.slick-prev:before {
	content: "←";
}

[dir="rtl"] .slick-prev:before {
	content: "→";
}

.slick-next {
	right: -25px;
}

[dir="rtl"] .slick-next {
	left: -25px;
	right: auto;
}

.slick-next:before {
	content: "→";
}

[dir="rtl"] .slick-next:before {
	content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
	margin-bottom: 30px;
}

.slick-dots {
	position: absolute;
	bottom: -25px;
	list-style: none;
	display: block;
	text-align: center;
	padding: 0;
	margin: 0;
	width: 100%;
}

.slick-dots li {
	position: relative;
	display: inline-block;
	height: 20px;
	width: 20px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer;
}

.slick-dots li button {
	border: 0;
	background: transparent;
	display: block;
	height: 20px;
	width: 20px;
	outline: none;
	line-height: 0px;
	font-size: 0px;
	color: transparent;
	padding: 5px;
	cursor: pointer;
	border: solid 1px transparent;
	border-radius: 50%;
	-webkit-transition: ease-out 300ms;
	transition: ease-out 300ms;
}

.slick-dots li button:before {
	position: absolute;
	top: 0;
	left: 0;
	content: "•";
	width: 20px;
	height: 20px;
	font-family: "Gilroy";
	font-size: 25px;
	line-height: 20px;
	text-align: center;
	color: black;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transition: ease-out 300ms;
	transition: ease-out 300ms;
}

.slick-dots li.slick-active button {
	border: solid 1px #00b5e2;
}

.slick-dots li.slick-active button:before {
	color: #00b5e2;
}

/**
 * Arlo Block Content
 */
.wp-block-arlowebsite-slideshow.no-arrows .slick-prev,
.wp-block-arlowebsite-slideshow.no-arrows .slick-next {
	display: none !important;
}

.wp-block-arlowebsite-slideshow:not(.style-no-shadow) img {
	-webkit-box-shadow: 0px 5px 20px 1px rgba(155, 155, 155, 0.57);
	box-shadow: 0px 5px 20px 1px rgba(155, 155, 155, 0.57);
	margin-bottom: 5px;
}

.wp-block-arlowebsite-container {
	padding-top: 80px;
	padding-bottom: 80px;
}

@media screen and (min-width: 768px) {
	.wp-block-arlowebsite-container {
		padding-top: 140px;
		padding-bottom: 140px;
	}
}

.wp-block-arlowebsite-container.bg-white {
	background-color: #FFFFFF;
}

.wp-block-arlowebsite-container.bg-spring-wood {
	background-color: #FBFAF7;
}

.wp-block-arlowebsite-container.bg-yellow {
	background-color: #FFD100;
}

.wp-block-arlowebsite-container .wp-block-arlowebsite-block-hero {
	margin-top: -25px;
}

@media screen and (min-width: 768px) {
	.wp-block-arlowebsite-container .wp-block-arlowebsite-block-hero {
		margin-top: -80px;
		margin-bottom: -80px;
	}
}

.wp-block-arlowebsite-container.padding-top-0 {
	padding-top: 0px;
}

.wp-block-arlowebsite-container.padding-top-50 {
	padding-top: 50px;
}

.wp-block-arlowebsite-container.padding-bottom-50 {
	padding-bottom: 50px;
}

.wp-block-arlowebsite-container.container-bottom-50 {
	padding-bottom: 50px;
}

.wp-block-arlowebsite-container > .arlo-container > div:not(:first-child):not(.wp-block-button) {
	padding-top: 40px;
}

@media screen and (min-width: 768px) {
	.wp-block-arlowebsite-container > .arlo-container > div:not(:first-child):not(.wp-block-button) {
		padding-top: 70px;
	}
}

.wp-block-arlowebsite-container > .arlo-container > div:not(:first-child):not(.wp-block-button).padding-top-0 {
	padding-top: 0;
}

.wp-block-arlowebsite-container > .arlo-container > div:not(:last-child):not(.wp-block-button) {
	padding-bottom: 40px;
}

@media screen and (min-width: 768px) {
	.wp-block-arlowebsite-container > .arlo-container > div:not(:last-child):not(.wp-block-button) {
		padding-bottom: 70px;
	}
}

.wp-block-arlowebsite-container > .arlo-container > div:not(:last-child):not(.wp-block-button).padding-bottom-0 {
	padding-bottom: 0;
}

.wp-block-arlowebsite-container > .arlo-container > .wp-block-image {
	margin-bottom: 0;
}

.wp-block-arlowebsite-container > .arlo-container > .wp-block-image > .aligncenter {
	display: block;
	margin: 0 auto;
}

.wp-block-arlowebsite-container > .arlo-container > .wp-block-image > .aligncenter img {
	margin: 0 auto;
	display: block;
}

.editor-styles-wrapper .wp-block-arlowebsite-container .wp-block-arlowebsite-block-hero {
	margin-top: 0;
	margin-bottom: 0;
}

.wp-block-arlowebsite-capterra {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: space-evenly;
	-ms-flex-pack: space-evenly;
	justify-content: space-evenly;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

@media screen and (min-width: 768px) {
	.wp-block-arlowebsite-capterra .capterraLogo {
		margin-top: 100px;
	}
}

.wp-block-arlowebsite-capterra .ratingCircleWrapper {
	text-align: center;
}

.wp-block-arlowebsite-capterra .ratingCircleWrapper .btn {
	margin-top: 60px;
}

@media screen and (min-width: 768px) {
	.wp-block-arlowebsite-capterra .starRatings {
		margin-top: 60px;
	}
}

.wp-block-arlowebsite-capterra .starRatings > div {
	margin-bottom: 25px;
}

.wp-block-arlowebsite-capterra .starRatings .stars {
	display: block;
}

.wp-block-arlowebsite-capterra .starRatings .stars svg {
	fill: #FFD000;
}

.wp-block-image.is-style-desktop-only {
	display: none;
}

.wp-block-image.is-style-mobile-only {
	display: block;
}

.wp-block-image.style-drop-shadow img {
	-webkit-box-shadow: 0px 5px 20px 1px rgba(155, 155, 155, 0.57);
	box-shadow: 0px 5px 20px 1px rgba(155, 155, 155, 0.57);
}

@media screen and (min-width: 768px) {
	.wp-block-image.is-style-desktop-only {
		display: block;
	}
	.wp-block-image.is-style-mobile-only {
		display: none;
	}
}

.wp-block-arlowebsite-fw-image-container .wp-block-image {
	margin-top: 0;
	margin-bottom: 0;
}

.wp-block-arlowebsite-fw-image-container .wp-block-image img {
	display: block;
	margin: 0 auto;
}

.editor-styles-wrapper .wp-block-image:not(.components-placeholder) {
	display: block !important;
}

.editor-styles-wrapper .wp-block-image:not(.components-placeholder).is-style-mobile-only {
	opacity: 0.75;
}

.wp-block-arlowebsite-seo-heading h1 {
	font-weight: normal;
}

.wp-block-arlowebsite-seo-heading h1, .wp-block-arlowebsite-seo-heading h2, .wp-block-arlowebsite-seo-heading h3, .wp-block-arlowebsite-seo-heading h4, .wp-block-arlowebsite-seo-heading h5, .wp-block-arlowebsite-seo-heading h6 {
	line-height: normal;
}

.wp-block-arlowebsite-seo-heading .preHeading, .wp-block-arlowebsite-seo-heading .heading {
	display: block;
}

.wp-block-arlowebsite-seo-heading .preHeading {
	font-size: 18px;
	margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
	.wp-block-arlowebsite-seo-heading .preHeading {
		font-size: 22px;
	}
}

.editor-styles-wrapper .wp-block-arlowebsite-seo-heading h1, .editor-styles-wrapper .wp-block-arlowebsite-seo-heading h2, .editor-styles-wrapper .wp-block-arlowebsite-seo-heading h3, .editor-styles-wrapper .wp-block-arlowebsite-seo-heading h4, .editor-styles-wrapper .wp-block-arlowebsite-seo-heading h5, .editor-styles-wrapper .wp-block-arlowebsite-seo-heading h6 {
	font-weight: normal;
	font-family: "Gilroy", sans-serif;
}

.editor-styles-wrapper .wp-block-arlowebsite-seo-heading h1 {
	font-size: 50px;
}

.editor-styles-wrapper .wp-block-arlowebsite-seo-heading h2 {
	font-size: 40px;
}

.editor-styles-wrapper .wp-block-arlowebsite-seo-heading h3 {
	font-size: 35px;
}

.editor-styles-wrapper .wp-block-arlowebsite-seo-heading h4 {
	font-size: 28px;
}

.editor-styles-wrapper .wp-block-arlowebsite-seo-heading h5 {
	font-size: 22px;
	font-weight: bold;
}

.editor-styles-wrapper .wp-block-arlowebsite-seo-heading .heading.mce-content-body {
	line-height: 1.4;
}

.wp-block-arlowebsite-pricing-preview .pricing-preview-grid .wp-block-arlowebsite-pricing-preview-grid-item {
	margin-bottom: 20px;
	padding: 1px 11px;
	text-align: center;
	-webkit-transition: 300ms ease-out;
	transition: 300ms ease-out;
}

.wp-block-arlowebsite-pricing-preview .pricing-preview-grid .wp-block-arlowebsite-pricing-preview-grid-item .innerContent {
	background-color: #FBFAF7;
	padding: 40px 40px 60px;
	-webkit-box-shadow: 2px 4px 10px 0px rgba(51, 63, 72, 0);
	box-shadow: 2px 4px 10px 0px rgba(51, 63, 72, 0);
	-webkit-transition: 300ms ease-out;
	transition: 300ms ease-out;
	border: 1px solid #DAE1E1;
}

.wp-block-arlowebsite-pricing-preview .pricing-preview-grid .wp-block-arlowebsite-pricing-preview-grid-item .innerContent h4 {
	display: inline-block;
	font-size: 22px;
	font-weight: bold;
	position: relative;
	padding-bottom: 20px;
	margin-bottom: 10px;
}

.wp-block-arlowebsite-pricing-preview .pricing-preview-grid .wp-block-arlowebsite-pricing-preview-grid-item .innerContent h4::after {
	position: absolute;
	content: ' ';
	bottom: 0;
	width: 100%;
	height: 2px;
	left: -100%;
	opacity: 0;
	background-color: #FFD000;
	-webkit-transition: opacity ease-out 200ms, left ease-out 200ms;
	transition: opacity ease-out 200ms, left ease-out 200ms;
}

.wp-block-arlowebsite-pricing-preview .pricing-preview-grid .wp-block-arlowebsite-pricing-preview-grid-item .innerContent h4::after {
	opacity: 1;
	left: 0;
}

.wp-block-arlowebsite-pricing-preview .pricing-preview-grid .wp-block-arlowebsite-pricing-preview-grid-item .innerContent h4::after {
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.wp-block-arlowebsite-pricing-preview .pricing-preview-grid .wp-block-arlowebsite-pricing-preview-grid-item .innerContent p {
	margin-bottom: 60px;
}

.wp-block-arlowebsite-pricing-preview .pricing-preview-grid .wp-block-arlowebsite-pricing-preview-grid-item:hover {
	padding: 0px 10px;
}

.wp-block-arlowebsite-pricing-preview .pricing-preview-grid .wp-block-arlowebsite-pricing-preview-grid-item:hover .innerContent {
	-webkit-box-shadow: 2px 4px 10px 0px rgba(51, 63, 72, 0.2);
	box-shadow: 2px 4px 10px 0px rgba(51, 63, 72, 0.2);
	background-color: #FFFFFF;
	border: 2px solid #FFD000;
}

@media screen and (min-width: 768px) {
	.wp-block-arlowebsite-pricing-preview .pricing-preview-grid {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.wp-block-arlowebsite-pricing-preview .pricing-preview-grid .wp-block-arlowebsite-pricing-preview-grid-item {
		width: 33.33%;
		margin-bottom: 0;
	}
}

.editor-styles-wrapper .wp-block-arlowebsite-pricing-preview .pricing-preview-grid {
	display: block;
}

.editor-styles-wrapper .wp-block-arlowebsite-pricing-preview .pricing-preview-grid .wp-block-arlowebsite-pricing-preview-grid-item {
	width: auto;
}

.arlo-js-controls-inner .arlo {
	position: relative;
	max-width: 1240px;
	width: 100%;
	margin: 0 auto;
	zoom: 1;
}

.arlo-js-controls-inner .arlo .arlo-loading-overlay {
	position: fixed;
	z-index: 999;
	height: 2em;
	width: 2em;
	overflow: show;
	margin: auto;
	bottom: 50%;
	top: 50%;
	left: 50%;
	right: 50%;
}

.arlo-js-controls-inner .arlo .arlo-loading-overlay:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.3);
}

.arlo-js-controls-inner .arlo .arlo-loading-overlay:not(:required) {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0;
}

.arlo-js-controls-inner .arlo .arlo-loading-overlay:not(:required):after {
	content: '';
	display: block;
	font-size: 10px;
	width: 1em;
	height: 1em;
	margin-top: -0.5em;
	-webkit-animation: spinner 1500ms infinite linear;
	animation: spinner 1500ms infinite linear;
	border-radius: 0.5em;
	-webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
	box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
}

.arlo-js-controls-inner .arlo .arlo-h2,
.arlo-js-controls-inner .arlo .arlo-h3 {
	margin-bottom: 5px;
}

.arlo-js-controls-inner .arlo .arlo-h2 {
	font-size: 30px;
	line-height: 34px;
}

.arlo-js-controls-inner .arlo .arlo-h3 {
	font-size: 24px;
	line-height: 30px;
}

.arlo-js-controls-inner .arlo .arlo-bg-color-primary {
	background-color: #FFFDF0;
}

.arlo-js-controls-inner .arlo .arlo-text-color-contrast {
	color: #fff;
}

.arlo-js-controls-inner .arlo .arlo-clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.arlo-js-controls-inner .arlo * html .arlo-clearfix {
	zoom: 1;
}

.arlo-js-controls-inner .arlo * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.arlo-js-controls-inner .arlo *:first-child + html .arlo-clearfix {
	zoom: 1;
}

.arlo-js-controls-inner .arlo .arlo-no-results-found {
	text-align: center;
	font-size: 20px;
}

.arlo-js-controls-inner .arlo .arlo-traversable-breadcrumbs {
	margin-top: 45px;
	margin-bottom: 5px;
	font-size: 20px;
}

.arlo-js-controls-inner .arlo .arlo-category-breadcrumb {
	cursor: pointer;
}

.arlo-js-controls-inner .arlo .arlo-category-breadcrumb:after {
	content: '\00a0\002F\00a0';
	display: inline-block;
	text-decoration: none;
}

.arlo-js-controls-inner .arlo .arlo-category-breadcrumb:last-child {
	font-weight: bold;
	cursor: default;
	pointer-events: none;
	text-decoration: none;
}

.arlo-js-controls-inner .arlo .arlo-category-breadcrumb:last-child:after {
	content: '';
	display: inline-block;
	text-decoration: none;
}

.arlo-js-controls-inner .arlo .arlo-category-breadcrumb:last-child:first-child {
	font-weight: normal;
}

.arlo-js-controls-inner .arlo .arlo-traversable-categories {
	list-style: none;
	margin: 10px 0 20px;
	padding-left: 0;
	clear: both;
}

.arlo-js-controls-inner .arlo .arlo-traversable-category {
	display: inline-block;
	padding-right: 25px;
	cursor: pointer;
}

.arlo-js-controls-inner .arlo .arlo-filters-container {
	margin-bottom: 20px;
	padding: 0 20px 20px;
	border-radius: 0;
	border-right: 1px solid #f2f2f2;
}

.arlo-js-controls-inner .arlo .arlo-filters-container div[id^='filter-'],
.arlo-js-controls-inner .arlo .arlo-filters-container div[id*=' filter-'] {
	display: block !important;
	margin-bottom: 20px;
}

.arlo-js-controls-inner .arlo .arlo-filter-unordered-list {
	display: block;
	padding-left: 0;
	margin: 0;
	list-style: none;
}

.arlo-js-controls-inner .arlo .arlo-filter-unordered-list li {
	margin-bottom: 10px;
	padding: 0;
	background-color: transparent;
	border-radius: 5px;
	font-size: 15px;
	color: #333F48;
	cursor: pointer;
	vertical-align: middle;
}

.arlo-js-controls-inner .arlo .arlo-filter-unordered-list li.selected {
	font-weight: bold;
}

.arlo-js-controls-inner .arlo .arlo-filter-unordered-list li:hover {
	opacity: 0.7;
}

.arlo-js-controls-inner .arlo #arlo-search {
	position: absolute;
	top: -5px;
	right: 0;
	margin-right: 20px;
}

.arlo-js-controls-inner .arlo #arlo-search input.arlo-search {
	border-radius: 15px;
	font-size: 15px;
	border: 1px solid #F5F5F5;
	padding: 10px 20px;
	width: 200px;
}

.arlo-js-controls-inner .arlo #arlo-search input.arlo-search:focus {
	outline-width: 0;
	background-color: #dddddd;
}

.arlo-js-controls-inner .arlo .arlo-eventtemplatelist-container {
	margin-bottom: 10px;
}

.arlo-js-controls-inner .arlo .arlo-eventtemplatecatalogue-list {
	margin-left: 0;
	padding-left: 0;
}

.arlo-js-controls-inner .arlo .arlo-eventtemplatecatalogue-listitem {
	display: inline-block;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-right: 20px;
	padding-bottom: 20px;
	border-top: 0;
	border-right: 0;
	border-bottom: 0;
	font-size: 12px;
	list-style: none;
	text-decoration: none;
	vertical-align: top;
}

.arlo-js-controls-inner .arlo .arlo-eventtemplatecatalogue-listitem::after {
	clear: both;
	content: "";
	display: table;
}

.arlo-js-controls-inner .arlo .listitem-inner {
	padding: 20px;
	background-color: white;
}

.arlo-js-controls-inner .arlo .tag-title,
.arlo-js-controls-inner .arlo .categories-title {
	margin-bottom: 25px;
	font-size: 22px;
}

.arlo-js-controls-inner .arlo .group-title {
	margin: 45px 0 10px;
	font-size: 20px;
	font-weight: bold;
}

.arlo-js-controls-inner .arlo .display-image img {
	display: block;
	width: 408px;
	height: 279px;
	max-width: 100%;
	margin: 0 auto 15px;
}

.arlo-js-controls-inner .arlo .display-name {
	margin-bottom: 5px;
	font-size: 20px;
	font-weight: bold;
}

.arlo-js-controls-inner .arlo .display-summary {
	margin-bottom: 10px;
	font-size: 15px;
}

.arlo-js-controls-inner .arlo .links {
	margin-top: 10px;
	margin-bottom: 10px;
}

.arlo-js-controls-inner .arlo .links a {
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 5px;
	padding: 10px;
	background: #d8d8d8;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: white;
	font-size: 16px;
	text-decoration: none !important;
	text-transform: uppercase;
}

.arlo-js-controls-inner .arlo .links a:hover {
	padding: 10px;
	background: #00b5e2;
}

.arlo-js-controls-inner .arlo .links span a:hover {
	color: white;
}

.arlo-js-controls-inner .arlo .arlo-show-more-container {
	margin-top: 10px;
}

.arlo-js-controls-inner .arlo .arlo-show-more {
	width: 150px;
	margin: 10px auto;
	padding: 10px 20px;
	background: #FFDC40;
	border-radius: 23.4px;
	color: #333F48;
	cursor: pointer;
	font-weight: bold;
	text-align: center;
}

.arlo-js-controls-inner .arlo .arlo-show-more:hover {
	background: #FFD100;
	border-color: #FFD100;
}

.arlo-js-controls-inner .arlo .arlo-eventtemplatecatalogue-list[max-width~="899px"] .arlo-eventtemplatecatalogue-listitem {
	width: 100%;
}

.arlo-js-controls-inner .arlo .arlo-eventtemplatecatalogue-list[min-width~="900px"] .arlo-eventtemplatecatalogue-listitem {
	width: 50%;
}

.arlo-js-controls-inner .arlo .arlo-eventtemplatecatalogue-list[min-width~="1350px"] .arlo-eventtemplatecatalogue-listitem {
	width: 33.333333333%;
}

.arlo-js-controls-inner .arlo .arlo-catalogue-wrapper {
	overflow: hidden;
}

.arlo-js-controls-inner .arlo .arlo-catalogue-wrapper[max-width~="659px"] #arlo-search {
	top: -60px;
	width: 100%;
	margin-right: 0;
	display: block;
	margin-bottom: 20px;
}

.arlo-js-controls-inner .arlo .arlo-catalogue-wrapper[max-width~="659px"] #arlo-search input {
	width: 100%;
}

.arlo-js-controls-inner .arlo .arlo-catalogue-wrapper[max-width~="659px"] .arlo-filters-container {
	float: left;
	display: block;
	width: 100%;
	margin-right: 0;
	padding: 0;
	border-right: none;
}

.arlo-js-controls-inner .arlo .arlo-catalogue-wrapper[max-width~="659px"] .arlo-filters-container .group-title {
	margin-top: 15px;
}

.arlo-js-controls-inner .arlo .arlo-catalogue-wrapper[max-width~="659px"] .arlo-filters-container .arlo-filter-unordered-list li {
	display: inline-block;
	margin-right: 15px;
}

.arlo-js-controls-inner .arlo .arlo-catalogue-wrapper[max-width~="659px"] .arlo-eventtemplatelist-container {
	float: left;
	display: block;
	margin-right: 2.35765%;
	width: 100%;
	margin-right: 0;
}

.arlo-js-controls-inner .arlo .arlo-catalogue-wrapper[max-width~="659px"] .arlo-eventtemplatelist-container .arlo-traversable-breadcrumbs {
	margin-top: 15px;
}

.arlo-js-controls-inner .arlo .arlo-catalogue-wrapper[max-width~="659px"] .arlo-eventtemplatecatalogue-listitem {
	padding-right: 0;
	display: block;
}

.arlo-js-controls-inner .arlo .arlo-catalogue-wrapper[max-width~="659px"] .display-image img {
	height: auto;
}

.arlo-js-controls-inner .arlo .arlo-catalogue-wrapper[min-width~="660px"] .arlo-filters-container {
	float: left;
	display: block;
	margin-right: 4%;
	width: 36%;
}

.arlo-js-controls-inner .arlo .arlo-catalogue-wrapper[min-width~="660px"] .arlo-filters-container:last-child {
	margin-right: 0;
}

.arlo-js-controls-inner .arlo .arlo-catalogue-wrapper[min-width~="660px"] .arlo-eventtemplatelist-container {
	float: left;
	display: block;
	width: 60%;
	margin-right: 0;
}

.arlo-js-controls-inner .arlo .arlo-catalogue-wrapper[min-width~="660px"] .arlo-eventtemplatelist-container:last-child {
	margin-right: 0;
}

.arlo-js-controls-inner .arlo .arlo-catalogue-wrapper[min-width~="993px"] .arlo-filters-container {
	float: left;
	display: block;
	margin-right: 2%;
	width: 28%;
}

.arlo-js-controls-inner .arlo .arlo-catalogue-wrapper[min-width~="993px"] .arlo-filters-container:last-child {
	margin-right: 0;
}

.arlo-js-controls-inner .arlo .arlo-catalogue-wrapper[min-width~="993px"] .arlo-eventtemplatelist-container {
	float: left;
	display: block;
	margin-right: 2%;
	width: 68%;
	margin-right: 0;
}

.arlo-js-controls-inner .arlo .arlo-catalogue-wrapper[min-width~="993px"] .arlo-eventtemplatelist-container:last-child {
	margin-right: 0;
}

.arlo-js-controls-inner .arlo .arlo-catalogue-wrapper[min-width~="1200px"] .arlo-filters-container {
	float: left;
	display: block;
	margin-right: 2.35765%;
	width: 18.96686%;
}

.arlo-js-controls-inner .arlo .arlo-catalogue-wrapper[min-width~="1200px"] .arlo-filters-container:last-child {
	margin-right: 0;
}

.arlo-js-controls-inner .arlo .arlo-catalogue-wrapper[min-width~="1200px"] .arlo-eventtemplatelist-container {
	float: left;
	display: block;
	margin-right: 2.35765%;
	width: 78.67549%;
	margin-right: 0;
}

.arlo-js-controls-inner .arlo .arlo-catalogue-wrapper[min-width~="1200px"] .arlo-eventtemplatelist-container:last-child {
	margin-right: 0;
}

@-webkit-keyframes spinner {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes spinner {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.wp-block-arlowebsite-webcontrols-preview {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

@media screen and (min-width: 1200px) {
	.wp-block-arlowebsite-webcontrols-preview {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}
}

.wp-block-arlowebsite-webcontrols-preview ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.wp-block-arlowebsite-webcontrols-preview ul.wc-list {
	overflow: hidden;
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}

@media screen and (min-width: 1200px) {
	.wp-block-arlowebsite-webcontrols-preview ul.wc-list {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 350px;
		flex: 0 0 350px;
	}
}

@media screen and (min-width: 1200px) {
	.wp-block-arlowebsite-webcontrols-preview ul.wc-list {
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 0;
		order: 0;
	}
}

.wp-block-arlowebsite-webcontrols-preview ul.wc-list > li {
	margin-bottom: 25px;
}

.wp-block-arlowebsite-webcontrols-preview ul.wc-list > li > a {
	font-size: 20px;
	font-weight: bold;
	color: #333F48;
}

.wp-block-arlowebsite-webcontrols-preview ul li {
	margin-top: 5px;
	margin-bottom: 5px;
}

.wp-block-arlowebsite-webcontrols-preview ul li a {
	text-decoration: none;
	color: #47525A;
	font-size: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.wp-block-arlowebsite-webcontrols-preview ul li a.active {
	position: relative;
	font-weight: bold;
}

.wp-block-arlowebsite-webcontrols-preview ul li a.active::after {
	position: absolute;
	content: ' ';
	top: calc( 50% - 2px);
	height: 2px;
	width: 350px;
	left: 120%;
	background-color: #FFD000;
	cursor: default;
}

.wp-block-arlowebsite-webcontrols-preview .wc-slides {
	max-width: 100%;
	opacity: 1;
	-webkit-transition: 200ms ease-out;
	transition: 200ms ease-out;
}

.wp-block-arlowebsite-webcontrols-preview .wc-slides:not(.slick-initialized) {
	opacity: 0;
	max-height: 0;
}

.wp-block-arlowebsite-webcontrols-preview .wc-slides .slick-slide {
	border: 0;
	overflow: hidden;
	opacity: 1;
	-webkit-transition: opacity 100ms ease-out;
	transition: opacity 100ms ease-out;
}

.wp-block-arlowebsite-webcontrols-preview .wc-slides .slick-slide:not(.slick-active) {
	opacity: 0;
}

.wp-block-arlowebsite-webcontrols-preview .wc-slides .slick-slide:focus {
	outline: 0;
}

.wp-block-arlowebsite-webcontrols-preview .wc-slides .slick-slide img {
	-webkit-box-shadow: 0px 10px 25px 1px rgba(155, 155, 155, 0.57);
	box-shadow: 0px 10px 25px 1px rgba(155, 155, 155, 0.57);
	margin-bottom: 35px;
	max-width: 90%;
}

.wp-block-arlowebsite-webcontrols-preview .wc-slides .slick-slide img:not(.mobile) {
	display: none;
}

@media screen and (min-width: 1200px) {
	.wp-block-arlowebsite-webcontrols-preview .wc-slides .slick-slide img:not(.mobile) {
		max-width: 80%;
		display: block;
	}
	.wp-block-arlowebsite-webcontrols-preview .wc-slides .slick-slide img.mobile {
		display: none;
	}
}

.wp-block-arlowebsite-back-arrow {
	display: block;
	margin-bottom: 40px;
	font-size: 15px;
	color: #333F48;
	text-decoration: none;
	margin-top: -60px;
	position: relative;
	z-index: 2;
}

@media screen and (min-width: 768px) {
	.wp-block-arlowebsite-back-arrow {
		margin-top: -100px;
	}
}

.wp-block-arlowebsite-back-arrow .arrow {
	opacity: 0.5;
	display: inline-block;
	margin-right: 10px;
}

.editor-styles-wrapper .wp-block-arlowebsite-back-arrow {
	padding-bottom: 20px;
}

.arlowebsite-tour {
	display: none;
}

@media screen and (min-width: 768px) {
	.arlowebsite-tour {
		display: block;
	}
}

.arlowebsite-tour .innerWrapper {
	position: relative;
}

.arlowebsite-tour .innerWrapper .overlay {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.arlowebsite-tour .innerWrapper .overlay .icon {
	position: absolute;
}

.arlowebsite-tour .innerWrapper .overlay .icon .iconInner {
	border-radius: 50%;
	background-color: #00AEEF;
	width: 44px;
	height: 44px;
	text-align: center;
	line-height: 44px;
	font-size: 30px;
	color: #fff;
	font-weight: 200;
	font-family: initial;
	-webkit-transition: -webkit-transform ease-out 300ms;
	transition: -webkit-transform ease-out 300ms;
	transition: transform ease-out 300ms;
	transition: transform ease-out 300ms, -webkit-transform ease-out 300ms;
	opacity: 0.5;
	-webkit-transform: scale(0) rotate(-120deg);
	transform: scale(0) rotate(-120deg);
}

.arlowebsite-tour .innerWrapper .overlay .icon .tooltip {
	position: absolute;
	-webkit-transform: translate(-50%, -100%);
	transform: translate(-50%, -100%);
	width: 300px;
	left: 50%;
	text-align: center;
	top: 0;
	padding-bottom: 10px;
	pointer-events: none;
}

.arlowebsite-tour .innerWrapper .overlay .icon .tooltip .tooltipInner {
	-webkit-transform: scale(0);
	transform: scale(0);
	background-color: #FFD000;
	border-radius: 2px;
	padding: 10px 20px;
	-webkit-box-shadow: 0 3px 6px 0 rgba(71, 82, 90, 0.35);
	box-shadow: 0 3px 6px 0 rgba(71, 82, 90, 0.35);
	-webkit-transition: 200ms ease-out;
	transition: 200ms ease-out;
	opacity: 0;
}

.arlowebsite-tour .innerWrapper .overlay .icon:nth-child(0) .iconInner {
	-webkit-transition-delay: 400ms;
	transition-delay: 400ms;
}

.arlowebsite-tour .innerWrapper .overlay .icon:nth-child(1) .iconInner {
	-webkit-transition-delay: 475ms;
	transition-delay: 475ms;
}

.arlowebsite-tour .innerWrapper .overlay .icon:nth-child(2) .iconInner {
	-webkit-transition-delay: 550ms;
	transition-delay: 550ms;
}

.arlowebsite-tour .innerWrapper .overlay .icon:nth-child(3) .iconInner {
	-webkit-transition-delay: 625ms;
	transition-delay: 625ms;
}

.arlowebsite-tour .innerWrapper .overlay .icon:nth-child(4) .iconInner {
	-webkit-transition-delay: 700ms;
	transition-delay: 700ms;
}

.arlowebsite-tour .innerWrapper .overlay .icon:nth-child(5) .iconInner {
	-webkit-transition-delay: 775ms;
	transition-delay: 775ms;
}

.arlowebsite-tour .innerWrapper .overlay .icon:nth-child(6) .iconInner {
	-webkit-transition-delay: 850ms;
	transition-delay: 850ms;
}

.arlowebsite-tour .innerWrapper .overlay .icon:nth-child(7) .iconInner {
	-webkit-transition-delay: 925ms;
	transition-delay: 925ms;
}

.arlowebsite-tour.ready .innerWrapper .overlay .icon .iconInner {
	-webkit-transform: scale(1) rotate(0deg);
	transform: scale(1) rotate(0deg);
	-webkit-transition-delay: 0;
	transition-delay: 0;
}

.arlowebsite-tour.ready .innerWrapper .overlay .icon:hover .iconInner {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
	opacity: 1;
}

.arlowebsite-tour.ready .innerWrapper .overlay .icon:hover .tooltip {
	visibility: visible;
	pointer-events: initial;
}

.arlowebsite-tour.ready .innerWrapper .overlay .icon:hover .tooltip .tooltipInner {
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

.wp-block-arlowebsite-roblox video, .wp-block-arlowebsite-roblox img.image-primary, .wp-block-arlowebsite-roblox-image-only video, .wp-block-arlowebsite-roblox-image-only img.image-primary {
	display: none;
}

.wp-block-arlowebsite-roblox img, .wp-block-arlowebsite-roblox img.image-secondary, .wp-block-arlowebsite-roblox-image-only img, .wp-block-arlowebsite-roblox-image-only img.image-secondary {
	display: block;
}

@media screen and (min-width: 768px) {
	.wp-block-arlowebsite-roblox video, .wp-block-arlowebsite-roblox img.image-primary, .wp-block-arlowebsite-roblox-image-only video, .wp-block-arlowebsite-roblox-image-only img.image-primary {
		display: block;
		max-width: 100%;
	}
	.wp-block-arlowebsite-roblox img, .wp-block-arlowebsite-roblox img.image-secondary, .wp-block-arlowebsite-roblox-image-only img, .wp-block-arlowebsite-roblox-image-only img.image-secondary {
		display: none;
	}
}

.related-section.arlo-blog-wrapper .blog-list {
	margin: 0;
}

@media screen and (min-width: 992px) {
	.related-section.arlo-blog-wrapper .blog-list {
		display: grid;
		grid-auto-rows: 1fr;
		grid-template-columns: repeat(3, 1fr);
	}
}

.related-section.arlo-blog-wrapper .blog-list .blog-item--wrapper {
	padding: 15px;
}

.related-section.arlo-blog-wrapper .blog-list .blog-item--wrapper .blog-item {
	max-width: unset;
	margin: 0;
	height: 100%;
}

.schema-faq.accordion {
	padding-left: 0;
}

.schema-faq.accordion .schema-faq-section {
	overflow-y: hidden;
}

.schema-faq.accordion .schema-faq-section .schema-faq-question {
	position: relative;
	display: block;
	width: 100%;
	padding: 1rem 2.5rem 1rem 0;
	border-top: 1px solid rgba(207, 202, 187, 0.25);
	color: #333F48;
	cursor: pointer;
	font-size: 20px;
	text-align: left;
	text-decoration: none;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
	margin: 0 !important;
}

.schema-faq.accordion .schema-faq-section .schema-faq-question:focus {
	outline: none;
}

.schema-faq.accordion .schema-faq-section .schema-faq-question:before, .schema-faq.accordion .schema-faq-section .schema-faq-question:after {
	content: '';
	position: absolute;
	right: 0;
	top: 26px;
	width: 15px;
	height: 2px;
	margin-top: 0;
	background-color: #00aeef;
	transition: -webkit-transform 0.35s cubic-bezier(0.65, 0.05, 0.36, 1);
	-webkit-transition: -webkit-transform 0.35s cubic-bezier(0.65, 0.05, 0.36, 1);
	transition: transform 0.35s cubic-bezier(0.65, 0.05, 0.36, 1);
	transition: transform 0.35s cubic-bezier(0.65, 0.05, 0.36, 1), -webkit-transform 0.35s cubic-bezier(0.65, 0.05, 0.36, 1);
}

@media (min-width: 768px) {
	.schema-faq.accordion .schema-faq-section .schema-faq-question:before, .schema-faq.accordion .schema-faq-section .schema-faq-question:after {
		top: 31px;
	}
}

.schema-faq.accordion .schema-faq-section .schema-faq-question:before {
	-webkit-transform: translate(-10px) rotate(45deg);
	transform: translate(-10px) rotate(45deg);
}

.schema-faq.accordion .schema-faq-section .schema-faq-question:after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.schema-faq.accordion .schema-faq-section .schema-faq-answer {
	margin: 0;
	-webkit-transition-timing-function: ease;
	transition-timing-function: ease;
	-webkit-transition-duration: .35s;
	transition-duration: .35s;
	-webkit-transition-property: height,visibility;
	transition-property: height,visibility;
	font-size: 15px;
}

@media (min-width: 768px) {
	.schema-faq.accordion .schema-faq-section .schema-faq-answer {
		font-size: 18px;
	}
}

.schema-faq.accordion .schema-faq-section .schema-faq-answer:not(.active) {
	height: 0 !important;
}

.schema-faq.accordion .schema-faq-section .schema-faq-answer.collapse.in {
	margin-bottom: 1rem;
}

.schema-faq.accordion .schema-faq-section[aria-expanded='true'] .schema-faq-question {
	border-top-color: #FFD100;
	font-weight: bold;
}

.schema-faq.accordion .schema-faq-section[aria-expanded='true'] .schema-faq-question:before {
	-webkit-transform: translate(-10px) rotate(-45deg);
	transform: translate(-10px) rotate(-45deg);
}

.schema-faq.accordion .schema-faq-section[aria-expanded='true'] .schema-faq-question:after {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.wp-block-arlowebsite-banner {
	background: #FFD000;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 0.5em 0;
}

.wp-block-arlowebsite-banner .banner-icon {
	margin-right: 1em;
}

.wp-block-arlowebsite-banner .banner-icon .banner-icon--image {
	height: 3em;
	width: auto;
}

.wp-block-arlowebsite-banner .banner-text .banner-text--content {
	margin-right: 0.5em;
}

@media screen and (max-width: 992px) {
	.wp-block-arlowebsite-banner {
		padding: 0.5em;
	}
	.wp-block-arlowebsite-banner .banner-icon {
		-ms-flex-preferred-size: calc(25% - 1em);
		flex-basis: calc(25% - 1em);
		text-align: center;
	}
	.wp-block-arlowebsite-banner .banner-text {
		-ms-flex-preferred-size: 75%;
		flex-basis: 75%;
	}
}

.infograph-container {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	-webkit-column-gap: 3rem;
	column-gap: 3rem;
	row-gap: 6em;
}

@media (min-width: 1200px) {
	.infograph-container-1 {
		grid-template-columns: repeat(1, 1fr);
	}
	.infograph-container-2 {
		grid-template-columns: repeat(2, 1fr);
	}
	.infograph-container-3 {
		grid-template-columns: repeat(3, 1fr);
	}
}

.infograph-item {
	display: block;
	width: 100%;
	text-align: left;
	background: white;
	position: relative;
	height: 100%;
	padding: 32px 40px 60px 40px;
	border: 1px solid transparent;
	border-bottom: 2px solid #FFD100;
	-webkit-box-shadow: 0 6px 20px 0 rgba(51, 63, 72, 0.1);
	box-shadow: 0 6px 20px 0 rgba(51, 63, 72, 0.1);
	cursor: pointer;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.infograph-item .infograph-number {
	position: absolute;
	top: 0;
}

@media (max-width: 768px) {
	.infograph-item .infograph-number {
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}
}

.infograph-item .infograph-number img.infograph-number-image {
	width: 100%;
}

.infograph-item--feature-full {
	padding: 0;
	padding-bottom: 60px;
}

.infograph-item--feature-full .infograph-header-image {
	margin-bottom: 1rem;
}

.infograph-item--feature-full .infograph--title,
.infograph-item--feature-full .infograph-body {
	padding-left: 40px;
	padding-right: 40px;
}

.infograph-item--step-left .infograph-number {
	left: 0;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.infograph-item--step-center .infograph-number {
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.infograph-item--step-right .infograph-number {
	right: 0;
	left: unset;
	-webkit-transform: translate(50%, -50%);
	transform: translate(50%, -50%);
}

.infograph-item .infograph-content .infograph-header h3.infograph--title {
	margin: 0;
	font-size: 24px;
	font-weight: bold;
}

@media (max-width: 768px) {
	.infograph-item .infograph-content .infograph-header h3.infograph--title {
		margin: 10px 0;
	}
}

.infograph-item .infograph-content .infograph-body span {
	display: block;
}

.infograph-item .infograph-content .infograph-body p, .infograph-item .infograph-content .infograph-body li {
	font-size: 17px;
}

.infograph-item .infograph-content .infograph-body ul {
	margin: 0;
}

.animationbox--container {
	--final-Y: calc(100% / 2);
	height: var(--final-Y);
	position: absolute;
	left: 33.33%;
	right: 33.33%;
	width: auto;
}

/* We manipulate the width and height of this element to create the animation effect */
.animationbox {
	--blob-width: 20px;
	--blob-height: 20px;
	--animation-timer: 1.5s;
	width: var(--blob-width);
	height: 25%;
	display: block;
	content: "";
	position: relative;
}

/* This is the animating element */
.animationbox:after {
	width: var(--blob-width);
	height: var(--blob-height);
	display: block;
	content: "";
	background: #00b5e2;
	outline: 5px solid rgba(255, 208, 0, 0.5);
	position: absolute;
	right: 0;
	bottom: 0;
	border-radius: 50%;
}

.animationbox.animating {
	-webkit-animation-name: leftright;
	animation-name: leftright;
	-webkit-animation-duration: var(--animation-timer);
	animation-duration: var(--animation-timer);
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}

.animationbox.animating.animating--down {
	-webkit-animation-name: leftright, updown;
	animation-name: leftright, updown;
	-webkit-animation-duration: var(--animation-timer), calc(var(--animation-timer) / 2);
	animation-duration: var(--animation-timer), calc(var(--animation-timer) / 2);
	-webkit-animation-timing-function: linear, ease-in-out;
	animation-timing-function: linear, ease-in-out;
}

.animationbox.animating.animating--up {
	-webkit-animation-name: leftright, downup;
	animation-name: leftright, downup;
	-webkit-animation-duration: var(--animation-timer), calc(var(--animation-timer) / 2);
	animation-duration: var(--animation-timer), calc(var(--animation-timer) / 2);
	-webkit-animation-timing-function: linear, ease-in-out;
	animation-timing-function: linear, ease-in-out;
}

@-webkit-keyframes leftright {
	99% {
		opacity: 1;
	}
	to {
		width: calc(100% + var(--blob-width) + 10px);
		opacity: 0;
	}
}

@keyframes leftright {
	99% {
		opacity: 1;
	}
	to {
		width: calc(100% + var(--blob-width) + 10px);
		opacity: 0;
	}
}

@-webkit-keyframes updown {
	to {
		height: calc(100% - 28px);
	}
}

@keyframes updown {
	to {
		height: calc(100% - 28px);
	}
}

@-webkit-keyframes downup {
	to {
		margin-top: -47.5%;
	}
}

@keyframes downup {
	to {
		margin-top: -47.5%;
	}
}

.animated-section-source {
	display: none;
}

.animated-section-container {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	position: relative;
}

.animated-section-container .animated-section-left-container .animated-section-left {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	border-radius: 25px;
	padding: 1rem 2rem;
	padding-right: 40px;
	background-color: #FBFAF7;
	margin-bottom: 25px;
	min-height: 218px;
	cursor: pointer;
	-webkit-transition: opacity 0.15s cubic-bezier(0.65, 0.05, 0.36, 1);
	transition: opacity 0.15s cubic-bezier(0.65, 0.05, 0.36, 1);
}

.animated-section-container .animated-section-left-container .animated-section-left:not(.active) {
	opacity: 0.5;
}

.animated-section-container .animated-section-left-container .animated-section-left:not(.active):hover {
	opacity: 0.7;
}

.animated-section-container .animated-section-left-container .animated-section-left .animated-section-right {
	display: none;
}

.animated-section-container .animated-section-left-container .animated-section-left .animated-left-image-container {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: #fff;
	position: absolute;
	left: -25px;
}

.animated-section-container .animated-section-left-container .animated-section-left .animated-left-content {
	margin-left: 24px;
}

.animated-section-container .animated-section-left-container .animated-section-left .animated-left-content h4.left_title {
	font-size: 24px;
	margin: 15px 0;
}

@media screen and (max-width: 768px) {
	.animated-section-container .animated-section-left-container .animated-section-left .animated-left-content h4.left_title {
		font-weight: 600;
	}
}

.animated-section-container .animated-section-left-container .animated-section-left:first-child svg {
	position: absolute;
	left: 0;
	right: 0;
	top: 25%;
	height: 75%;
	width: 100%;
}

.animated-section-container .animated-section-left-container .animated-section-left:first-child svg#animator {
	opacity: 0;
}

.animated-section-container .animated-section-left-container .animated-section-left:nth-child(2) {
	position: relative;
}

.animated-section-container .animated-section-left-container .animated-section-left:nth-child(2) .animationbox--container {
	height: 100%;
	width: 100%;
	position: absolute;
	left: 100%;
}

.animated-section-container .animated-section-left-container .animated-section-left:nth-child(2) .animationbox--container svg {
	position: absolute;
	left: 0;
	right: 0;
	width: 100%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.animated-section-container .animated-section-right-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
	background: white;
	margin-left: -32px;
}

.animated-section-container .animated-section-right-container .animated-section-right {
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity ease-in-out 0.25s;
	transition: opacity ease-in-out 0.25s;
	width: 100%;
	background-color: #fff;
	margin-bottom: 25px;
	padding-left: 1em;
}

.animated-section-container .animated-section-right-container .animated-section-right p {
	font-size: 18px;
	opacity: 0;
	-webkit-transition: opacity 0.35s cubic-bezier(0.65, 0.05, 0.36, 1);
	transition: opacity 0.35s cubic-bezier(0.65, 0.05, 0.36, 1);
}

.animated-section-container .animated-section-right-container .animated-section-right h5 {
	font-size: 20px;
}

.animated-section-container .animated-section-right > p {
	display: grid;
	gap: 1em;
	line-height: 1em;
	grid-template-columns: 20px 1fr;
}

.animated-section-container .animated-section-right > p:before {
	display: inline-block;
	content: "";
	width: 20px;
	height: 20px;
	background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='16px' height='16px' viewBox='0 0 16 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3Eicons/check%3C/title%3E%3Cg id='Symbols' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='icons/check'%3E%3Cpath d='M8,0 C9.10417219,0 10.1432243,0.20833125 11.1171875,0.625 C12.0911507,1.04166875 12.9401005,1.61197555 13.6640625,2.3359375 C14.3880245,3.05989945 14.9583313,3.9088493 15.375,4.8828125 C15.7916687,5.8567757 16,6.89582781 16,8 C16,9.10417219 15.7916687,10.1432243 15.375,11.1171875 C14.9583313,12.0911507 14.3880245,12.9401005 13.6640625,13.6640625 C12.9401005,14.3880245 12.0911507,14.9583313 11.1171875,15.375 C10.1432243,15.7916687 9.10417219,16 8,16 C6.89582781,16 5.8567757,15.7916687 4.8828125,15.375 C3.9088493,14.9583313 3.05989945,14.3880245 2.3359375,13.6640625 C1.61197555,12.9401005 1.04166875,12.0911507 0.625,11.1171875 C0.20833125,10.1432243 0,9.10417219 0,8 C0,6.89582781 0.20833125,5.8567757 0.625,4.8828125 C1.04166875,3.9088493 1.61197555,3.05989945 2.3359375,2.3359375 C3.05989945,1.61197555 3.9088493,1.04166875 4.8828125,0.625 C5.8567757,0.20833125 6.89582781,0 8,0 Z' id='Path' fill='%2300AEEF' opacity='0.847353981'%3E%3C/path%3E%3Cpolyline id='Path-2' stroke='%23FFFFFF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' points='4 8 6.5 10.5 11.5 5.5'%3E%3C/polyline%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-size: cover;
}

@media screen and (max-width: 990px) {
	.animated-section-container .animated-section-right > p {
		font-size: 1em;
		grid-template-columns: 16px 1fr;
	}
	.animated-section-container .animated-section-right > p:before {
		width: 16px;
		height: 16px;
	}
	.animated-section-container .animated-section-right > h5 {
		font-size: 18px;
		font-weight: 600;
	}
}

.animated-section-container .animated-section-center-container {
	position: relative;
}

.animated-section-container .animated-section-center-container svg {
	position: absolute;
	left: 0;
	right: 0;
	width: 116px;
	overflow: visible;
}

.animated-section-container .animated-section-center-container svg.animator {
	opacity: 0;
}

.animated-section-container .animated-section-center-container svg.animator.animating {
	opacity: 1;
}

.animated-section-container .animated-section-center-container svg.lineA {
	height: calc(50% - 15%);
	top: 15%;
	bottom: 65%;
}

.animated-section-container .animated-section-center-container svg.lineB {
	top: 47%;
	right: 255px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.animated-section-container .animated-section-center-container svg.lineC {
	bottom: 15%;
	height: calc(50% - 15%);
}

.animated-section-container .animated-section-center-container svg.lineOutput {
	left: calc(50% + 256px/2);
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.animated-section-container .animated-section-center-container video {
	--width: 300px;
	position: absolute;
	top: 50%;
	left: calc(50% - var(--width)/2);
	width: var(--width);
	height: auto;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	border-radius: 50%;
	z-index: 999;
}

@media screen and (max-width: 990px) {
	.animated-section-container .animated-section-center-container video {
		position: static;
		-webkit-transform: none;
		transform: none;
		margin: 0 auto;
		display: block;
	}
}

@media screen and (max-width: 990px) {
	.animated-section-container {
		display: block;
	}
	.animated-section-container .animated-section-right-container, .animated-section-container .animated-section-center-container svg {
		display: none;
	}
	.animated-section-container .animated-section-left .animationbox--container {
		display: none;
	}
	.animated-section-container .animated-section-left-container .animated-section-left:not(.active) {
		opacity: 1;
	}
	.animated-section-container .animated-section-left-container .animated-section-left .animated-left-image-container {
		left: -15px;
	}
	.animated-section-container .animated-section-left-container .animated-section-left .animated-left-image-container img.animated-left-image {
		width: 100%;
		height: auto;
	}
	.animated-section-container .animated-section-left-container .animated-section-left .animated-section-right {
		display: block;
	}
}

@media screen and (min-width: 991px) {
	html.scroll-snapping {
		-ms-scroll-snap-type: y proximity;
		scroll-snap-type: y proximity;
	}
	.arlo-container-animation {
		scroll-padding: 25px;
		min-height: 200vh;
	}
}

@media screen and (min-width: 991px) and (max-height: 1100px) {
	.arlo-container-animation .arlo-container {
		min-height: 200vh;
	}
	.arlo-container-animation .arlo-container .wp-block-arlowebsite-animated-container {
		position: -webkit-sticky;
		position: sticky;
		top: 0;
	}
}

@media screen and (min-width: 991px) and (min-height: 1101px) {
	.arlo-container-animation .arlo-container {
		position: -webkit-sticky;
		position: sticky;
		top: 75px;
	}
}

@media screen and (min-width: 991px) and (max-height: 825px) {
	.arlo-container-animation .animated-section-container {
		padding-top: 0 !important;
	}
}

.wp-block-arlowebsite-homepage-quote-container.quote-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-column-gap: 20px;
	column-gap: 20px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	justify-items: center;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}

@media screen and (max-width: 768px) {
	.wp-block-arlowebsite-homepage-quote-container.quote-container {
		display: grid;
		grid-template-columns: repeat(3, 85%);
		overflow-x: scroll;
		-ms-scroll-snap-type: x mandatory;
		scroll-snap-type: x mandatory;
	}
}

.wp-block-arlowebsite-homepage-quote-container.quote-container .wp-block-arlowebsite-homepage-quote {
	width: auto;
	-webkit-box-flex: 1;
	-ms-flex: 1 0;
	flex: 1 0;
	-webkit-box-shadow: 0 10px 20px 0 rgba(51, 63, 72, 0.1);
	box-shadow: 0 10px 20px 0 rgba(51, 63, 72, 0.1);
	border-radius: 25px;
	padding: 40px 26px 32px 26px;
	text-align: center;
	background: #fff;
	position: relative;
}

@media screen and (max-width: 768px) {
	.wp-block-arlowebsite-homepage-quote-container.quote-container .wp-block-arlowebsite-homepage-quote {
		scroll-snap-align: center;
	}
}

.wp-block-arlowebsite-homepage-quote-container.quote-container .wp-block-arlowebsite-homepage-quote .quote-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 100%;
}

.wp-block-arlowebsite-homepage-quote-container.quote-container .wp-block-arlowebsite-homepage-quote .quote-content .quote-header {
	display: block;
	width: 40px;
	height: 40px;
	position: absolute;
	left: calc(50% - 20px);
	top: calc(0% - 20px);
	border-radius: 50%;
	background: #FFD000;
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iNDZweCIgaGVpZ2h0PSI0NnB4IiB2aWV3Qm94PSIwIDAgNDYgNDYiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+R3JvdXA8L3RpdGxlPgogICAgPGcgaWQ9IkRlc2lnbiIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9IkhvbWUtMS4wLeKAky1EZXNrdG9wIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMjk0LjAwMDAwMCwgLTIyMzguMDAwMDAwKSI+CiAgICAgICAgICAgIDxnIGlkPSJHcm91cC04IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxMjcuMDAwMDAwLCAyMjM4LjAwMDAwMCkiPgogICAgICAgICAgICAgICAgPGcgaWQ9Ikdyb3VwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxNjcuMDAwMDAwLCAwLjAwMDAwMCkiPgogICAgICAgICAgICAgICAgICAgIDxjaXJjbGUgaWQ9Ik92YWwiIGZpbGw9IiNGRkQwMDAiIGN4PSIyMyIgY3k9IjIzIiByPSIyMyI+PC9jaXJjbGU+CiAgICAgICAgICAgICAgICAgICAgPHBhdGggZD0iTTEzLDMxIEwxNy4xNjY2NjY3LDE2IEwyMywxNiBMMjAuNzc3Nzc3OCwzMSBMMTMsMzEgWiBNMjMsMzEgTDI3LjE2NjY2NjcsMTYgTDMzLDE2IEwzMC43Nzc3Nzc4LDMxIEwyMywzMSBaIiBpZD0iU2hhcGUiIGZpbGw9IiNGRkZGRkYiIGZpbGwtcnVsZT0ibm9uemVybyI+PC9wYXRoPgogICAgICAgICAgICAgICAgPC9nPgogICAgICAgICAgICA8L2c+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4=);
	background-position: center;
}

.wp-block-arlowebsite-homepage-quote-container.quote-container .wp-block-arlowebsite-homepage-quote .quote-content .quote-body {
	padding-top: 1em;
	padding-bottom: 1em;
}

.wp-block-arlowebsite-homepage-quote-container.quote-container .wp-block-arlowebsite-homepage-quote .quote-content .quote-footer {
	margin-top: auto;
}

.wp-block-arlowebsite-homepage-quote-container.quote-container .wp-block-arlowebsite-homepage-quote .quote-content .quote-footer .quote--name {
	margin-top: 1em;
	font-weight: bold;
}

.wp-block-arlowebsite-homepage-feature-container {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
}

.wp-block-arlowebsite-homepage-feature-container.feature-container-2 {
	grid-template-columns: repeat(2, 1fr);
}

.wp-block-arlowebsite-homepage-feature-container.feature-container-3 {
	grid-template-columns: repeat(3, 1fr);
}

@media screen and (max-width: 1280px) {
	.wp-block-arlowebsite-homepage-feature-container.feature-container-3 {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media screen and (max-width: 768px) {
	.wp-block-arlowebsite-homepage-feature-container {
		grid-template-columns: repeat(1, 1fr) !important;
	}
}

.wp-block-arlowebsite-homepage-feature-container .wp-block-arlowebsite-homepage-feature {
	margin: 1em 2em;
	padding: 1em;
}

.wp-block-arlowebsite-homepage-feature-container .wp-block-arlowebsite-homepage-feature .feature-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.wp-block-arlowebsite-homepage-feature-container .wp-block-arlowebsite-homepage-feature .feature-content .feature-header {
	width: 15%;
}

.wp-block-arlowebsite-homepage-feature-container .wp-block-arlowebsite-homepage-feature .feature-content .feature-body {
	width: 85%;
	margin-left: 24px;
}

.wp-block-arlowebsite-homepage-feature-container .wp-block-arlowebsite-homepage-feature .feature-content .feature-body .feature--title {
	display: block;
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 24px;
	margin-top: 10px;
}

.wp-block-arlowebsite-homepage-feature-container .wp-block-arlowebsite-homepage-feature-see-all {
	margin: 1em 3em;
	padding: 24px 28px;
	background: #FFD000;
	color: black;
	border-radius: 25px;
	-webkit-box-shadow: 0 10px 20px 0 rgba(51, 63, 72, 0.1);
	box-shadow: 0 10px 20px 0 rgba(51, 63, 72, 0.1);
	height: -webkit-fit-content;
	height: -moz-fit-content;
	height: fit-content;
}

.wp-block-arlowebsite-homepage-feature-container .wp-block-arlowebsite-homepage-feature-see-all .feature-content .feature-body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 100%;
}

.wp-block-arlowebsite-homepage-feature-container .wp-block-arlowebsite-homepage-feature-see-all .feature-content .feature-body .feature--content {
	font-size: 20px;
	margin-bottom: 24px;
}

.wp-block-arlowebsite-homepage-feature-container .wp-block-arlowebsite-homepage-feature-see-all .feature-content .feature-body .feature--link {
	color: black;
	text-decoration: none;
	font-weight: bold;
	position: relative;
}

@media screen and (max-width: 768px) {
	.wp-block-arlowebsite-homepage-feature-container .wp-block-arlowebsite-homepage-feature-see-all .feature-content .feature-body .feature--link {
		margin-top: 2rem;
	}
}

.wp-block-arlowebsite-homepage-feature-container .wp-block-arlowebsite-homepage-feature-see-all .feature-content .feature-body .feature--link:after {
	display: block;
	content: "";
	background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='b385ca18-4b85-46d4-bb4b-571c73a19812' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 30.1 18.2' style='enable-background:new 0 0 30.1 18.2;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%2347525A;%7D%0A%3C/style%3E%3Cpath class='st0' d='M29.9,8.5l-8.2-8.2C21.5,0.1,21.3,0,21.1,0l0,0c-0.2,0-0.4,0.1-0.6,0.2c-0.3,0.3-0.3,0.9,0,1.2c0,0,0,0,0,0 l6.8,6.8H0.9C0.4,8.2,0,8.6,0,9.1c0,0.5,0.4,0.9,0.8,0.9c0,0,0,0,0,0h26.3l-6.8,6.8c-0.3,0.3-0.3,0.9,0,1.2c0.2,0.2,0.4,0.3,0.6,0.3 c0.2,0,0.5-0.1,0.6-0.3l8.2-8.2C30.2,9.4,30.2,8.8,29.9,8.5z'/%3E%3C/svg%3E");
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 25px;
	height: 15px;
}

@media screen and (min-width: 992px) {
	.wp-block-columns.style-border-between .wp-block-column {
		margin-left: 0;
		padding-left: 60px;
	}
	.wp-block-columns.style-border-between .wp-block-column:not(:last-child) {
		margin-right: 60px;
		padding-left: 0;
	}
	.wp-block-columns.style-border-between .wp-block-column:nth-child(even) {
		border-left: solid 1px #CFCABB;
	}
}

@media screen and (max-width: 992px) {
	.wp-block-columns {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.wp-block-columns .wp-block-column {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
	}
	.wp-block-columns .wp-block-column:not(:last-child) {
		margin-right: 0;
	}
	.wp-block-columns .wp-block-column:not(:first-child) {
		margin-left: 0;
	}
}

.wp-block-columns.address-columns {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

.wp-block-columns.address-columns .wp-block-column:first-child {
	-webkit-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	-ms-flex-preferred-size: 40%;
	flex-basis: 40%;
}

.embed-form {
	background: white;
	border-radius: 25px;
}

.embed-form form.mktoForm {
	background: transparent;
	max-width: 100%;
	padding: 0 auto;
}

.embed-form.embed-form--short-top {
	-ms-flex-item-align: start;
	align-self: flex-start;
}

.embed-form.embed-form--short-middle {
	-ms-flex-item-align: center;
	align-self: center;
}

.embed-form.embed-form--short-bottom {
	-ms-flex-item-align: end;
	align-self: flex-end;
}

.wp-block-arlowebsite-button-container {
	text-align: center;
}

.wp-block-arlowebsite-button-container .wp-block-core-button, .wp-block-arlowebsite-button-container .wp-block-button {
	display: inline-block;
}

.wp-block-arlowebsite-button-container .wp-block-core-button:not(:first-child), .wp-block-arlowebsite-button-container .wp-block-button:not(:first-child) {
	margin-left: 10px;
}

#primary.content-single-website .entry-header {
	height: 450px;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

#primary.content-single-website .entry-header::before {
	content: '';
	opacity: 0.5;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: #666;
	z-index: 1;
}

#primary.content-single-website span {
	color: #FFFFFF;
}

#primary.content-single-website .single-website-subtitle {
	font-weight: 500;
	font-size: 15px;
}

#primary.content-single-website .single-website .intro-text {
	width: 100%;
	text-align: center;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 50;
}

#primary.content-single-website .single-website .intro-text h1 {
	color: #FFFFFF;
}

#primary.content-single-website .intro-section-single-website {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

#primary.content-single-website .intro-section-single-website .intro-section-content {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

#primary.content-single-website .intro-section-single-website .intro-section-content h2 {
	margin: 5% 10%;
	font-size: 46px;
}

#primary.content-single-website .intro-section-single-website .info-block-left {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 22%;
	flex: 1 0 22%;
	max-width: 420px;
	background-color: #FBFAF7;
	padding: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

#primary.content-single-website .intro-section-single-website .info-block-left div {
	margin: 32px 16px;
}

#primary.content-single-website .intro-section-single-website .info-block-left div p {
	font-size: 16px;
	color: #9AA5AD;
}

#primary.content-single-website .intro-section-single-website .info-block-left div .value {
	font-weight: bold;
	color: #47525A;
}

#primary.content-single-website .intro-section-single-website .info-block-left a {
	margin: auto;
}

#primary.content-single-website .intro-section-single-website .info-block-left .sidebar p.label {
	opacity: 0.8;
	margin: 0;
}

#primary.content-single-website .intro-section-single-website .info-block-left .sidebar p.value {
	font-weight: bold;
	margin: 0;
}

#primary.content-single-website .website-screenshots {
	margin: 0;
	padding: 32px 32px;
}

#primary.content-single-website .website-screenshots figure {
	border: 1px solid #FBFAF7;
	max-height: 700px;
	-webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
	-webkit-transition: border ease-out 300ms;
	transition: border ease-out 300ms;
}

#primary.content-single-website .wp-block-gallery {
	margin: 0;
}

#primary.content-single-website .arlo-container figure {
	text-align: center;
}

#primary.content-single-website blockquote.single-website-quote {
	border-left: solid 4px #FFD000;
	padding: 20px 60px 20px 40px;
	width: 50%;
	margin: 64px auto;
	overflow: hidden;
}

#primary.content-single-website blockquote.single-website-quote p {
	font-weight: bold;
}

@media screen and (max-width: 768px) {
	#primary.content-single-website .intro-section-single-website {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	#primary.content-single-website blockquote.single-website-quote {
		width: 90%;
	}
	#primary.content-single-website .website-screenshots {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
	}
	#primary.content-single-website .wp-block-gallery .blocks-gallery-image, #primary.content-single-website .wp-block-gallery .blocks-gallery-item {
		width: auto;
	}
	#primary.content-single-website .intro-section-single-website .intro-section-content h2 {
		font-size: 22px;
	}
}

/* Blog Start */
.arlo-blog-wrapper .blog-hero {
	background-color: #47525A;
	color: white;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	font-family: "Gilroy", sans-serif, sans-serif;
	line-height: 1.2;
}

.arlo-blog-wrapper .blog-hero .heading {
	letter-spacing: 2px;
}

.arlo-blog-wrapper .blog-hero .blog-hero-buttons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.arlo-blog-wrapper .blog-hero .blog-hero-buttons .wp-block-button {
	margin-right: 20px;
}

.arlo-blog-wrapper .blog-hero .single-hero-image {
	width: 100%;
}

.arlo-blog-wrapper .content-body > .arlo-blog {
	background: #FBFAF7;
}

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

@media (min-width: 768px) {
	.arlo-blog-wrapper .blog-container {
		width: 750px;
		display: table;
		content: " ";
	}
}

@media (min-width: 992px) {
	.arlo-blog-wrapper .blog-container {
		width: 970px;
	}
}

@media (min-width: 1200px) {
	.arlo-blog-wrapper .blog-container {
		width: 1170px;
	}
}

.arlo-blog-wrapper .blog-reading-width {
	margin: 0 150px;
}

@media (max-width: 1200px) {
	.arlo-blog-wrapper .blog-reading-width {
		margin: 0 10px;
	}
}

.arlo-blog-wrapper h1.blog-page-heading {
	font-size: 50px;
	font-weight: bold;
	text-align: center;
	margin: 20px 0;
}

.arlo-blog-wrapper .blog-categories {
	width: 100%;
	padding: 20px 0;
	border-bottom: 1px #CFCABB solid;
	margin-bottom: 10px;
}

.arlo-blog-wrapper .blog-categories .blog-container .blog-cat-maxheight {
	max-height: 24px;
}

.arlo-blog-wrapper .blog-categories .blog-container .blog-cat-expanded {
	max-height: 300px;
}

.arlo-blog-wrapper .blog-categories a.view-all-tags {
	text-align: center;
	font-size: 16px;
	text-decoration: none;
	color: #00b5e2;
	display: block;
	margin-top: 20px;
	cursor: pointer;
}

.arlo-blog-wrapper .blog-categories ul.blog-category-list {
	list-style-type: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
	overflow: hidden;
	-webkit-transition: max-height ease 0.4s;
	transition: max-height ease 0.4s;
}

.arlo-blog-wrapper .blog-categories ul.blog-category-list li {
	margin: 0 8px;
}

.arlo-blog-wrapper .blog-categories ul.blog-category-list li a {
	font-size: 16px;
	text-decoration: none;
	color: #00b5e2;
	font-weight: bold;
}

.arlo-blog-wrapper .back-to-blog {
	color: #47525A;
	text-decoration: none;
	-webkit-transition: color 0.5s ease;
	transition: color 0.5s ease;
	display: block;
	text-align: left;
	margin-left: 15px;
}

.arlo-blog-wrapper .blog-list {
	list-style-type: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	font-family: "Gilroy", sans-serif, sans-serif;
	line-height: 1.5;
	margin: auto -15px;
	list-style-type: none;
	padding: 0;
}

.arlo-blog-wrapper .blog-list .no-posts {
	text-align: center;
	width: 100%;
}

.arlo-blog-wrapper .blog-list #blog-featured {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 90%;
	flex: 1 0 90%;
	position: relative;
	margin-bottom: 50px;
	max-width: 100%;
	max-height: none;
}

.arlo-blog-wrapper .blog-list #blog-featured::before {
	height: 0;
}

.arlo-blog-wrapper .blog-list #blog-featured .blog-image {
	height: 350px;
}

.arlo-blog-wrapper .blog-list .blog-item {
	margin: 15px;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
	border: solid 2px transparent;
	transition: border ease-out 300ms;
	-webkit-transition: border ease-out 300ms;
	-webkit-box-flex: 1;
	-ms-flex: 1 0 30%;
	flex: 1 0 30%;
	overflow: hidden;
	text-overflow: ellipsis;
	position: relative;
	padding-bottom: 20px;
	max-width: 50%;
	max-height: 500px;
	background: #ffffff;
	border: solid 2px;
	border-color: transparent;
	border-top-color: #FFD000;
}

.arlo-blog-wrapper .blog-list .blog-item:hover {
	border-color: #FFD000 !important;
}

.arlo-blog-wrapper .blog-list .blog-item::before {
	content: "";
	width: 100%;
	height: 60px;
	position: absolute;
	left: 0;
	bottom: 0;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(65%, #fff));
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff 65%);
}

.arlo-blog-wrapper .blog-list .blog-item .blog-content {
	padding: 20px 30px 5px;
	font-size: 15px;
}

.arlo-blog-wrapper .blog-list .blog-item .blog-content .author-meta {
	color: #aaa;
}

.arlo-blog-wrapper .blog-list .blog-item .blog-content h3 {
	font-weight: bold;
	line-height: 1.2;
	font-size: 25px;
	margin-top: 0;
	margin-bottom: 12px;
}

.arlo-blog-wrapper .blog-list .blog-item .blog-content h3 a {
	color: #333F48;
	text-transform: none;
	text-decoration: none;
	-webkit-transition: color ease 0.2s;
	transition: color ease 0.2s;
}

.arlo-blog-wrapper .blog-list .blog-item .blog-content h3 a:hover {
	color: #00b5e2;
}

.arlo-blog-wrapper .blog-list .blog-item .blog-content .blog-excerpt p {
	white-space: pre-line;
	overflow: hidden;
	text-overflow: ellipsis;
	max-height: 100%;
	font-size: 16px;
	margin: 0;
}

.arlo-blog-wrapper .blog-list .blog-item .blog-content .blog-author {
	position: absolute;
	bottom: 10px;
	color: #47525A;
	font-size: 13px;
}

.arlo-blog-wrapper .blog-list .blog-item .blog-image {
	height: 200px;
	width: 100%;
	text-align: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding-top: 40%;
}

.arlo-blog-wrapper .blog-pagination .pagination-numbers {
	text-align: center;
}

.arlo-blog-wrapper .blog-pagination .nav-links {
	padding: 20px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.arlo-blog-wrapper .blog-pagination .nav-links .nav-previous,
.arlo-blog-wrapper .blog-pagination .nav-links .nav-next {
	text-decoration: none;
	float: none;
	width: initial;
}

.arlo-blog-wrapper .blog-pagination .nav-links .nav-previous .post-title,
.arlo-blog-wrapper .blog-pagination .nav-links .nav-next .post-title {
	font-size: 16px;
}

.arlo-blog-wrapper .blog-pagination .nav-links a {
	border-radius: 30px;
	border: solid 1px #47525A;
	padding: 13px 16px;
	color: #333F48;
	-webkit-transition: all ease 0.2s;
	transition: all ease 0.2s;
	font-weight: bold;
	text-decoration: none;
}

.arlo-blog-wrapper .blog-pagination .nav-links a:hover {
	background-color: #F7F5EF;
}

.arlo-blog-wrapper .single-blog-post .single-blog-hero {
	min-height: 500px;
	margin-bottom: 55px;
	color: #333F48;
}

.arlo-blog-wrapper .single-blog-post .single-blog-hero h2.blog-hero-heading {
	display: block;
}

.arlo-blog-wrapper .single-blog-post .single-blog-hero .single-hero-image {
	height: auto;
	max-height: 600px;
	text-align: center;
	margin-bottom: -110px;
}

.arlo-blog-wrapper .single-blog-post .single-blog-hero p {
	font-size: 16px;
}

.arlo-blog-wrapper .single-blog-post .single-blog-hero h2 {
	margin-bottom: 10px;
	margin-top: 15px;
}

.arlo-blog-wrapper .single-blog-post .single-blog-hero .blog-intro {
	margin-bottom: 30px;
	width: 100%;
}

.arlo-blog-wrapper .single-blog-post .single-blog-hero .blog-intro h1.blog-title {
	font-size: 50px;
	font-weight: bold;
	margin: 50px 0;
	text-align: center;
}

.arlo-blog-wrapper .single-blog-post article.arlo-blog {
	margin-top: 20px;
}

.arlo-blog-wrapper .single-blog-post article.arlo-blog h2 {
	font-size: 30px;
	margin-top: 50px;
	margin-bottom: 20px;
}

.arlo-blog-wrapper .single-blog-post article.arlo-blog h3 {
	font-size: 26px;
	margin-top: 40px;
}

.arlo-blog-wrapper .single-blog-post article.arlo-blog h4 {
	font-size: 24px;
	margin-top: 40px;
}

.arlo-blog-wrapper .single-blog-post article.arlo-blog blockquote {
	padding-left: 46px;
	border-left: 5px solid;
	border-color: #FFD000;
}

.arlo-blog-wrapper .single-blog-post article.arlo-blog p,
.arlo-blog-wrapper .single-blog-post article.arlo-blog li {
	font-size: 20px;
	margin-bottom: 20px;
	line-height: 1.5;
	color: #333F48;
}

.arlo-blog-wrapper .single-blog-post article.arlo-blog ul, .arlo-blog-wrapper .single-blog-post article.arlo-blog ol {
	margin-left: 25px;
}

.arlo-blog-wrapper .single-blog-post article.arlo-blog .schema-faq-question {
	clear: both;
	margin-top: 20px;
	margin-bottom: 20px;
	font-weight: normal;
}

@media only screen and (max-width: 992px) {
	.arlo-blog-wrapper .single-blog-post article.arlo-blog .schema-faq-question {
		font-size: 25px;
	}
}

.arlo-blog-wrapper .single-blog-post article.arlo-blog .single-post-meta {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

@media only screen and (max-width: 992px) {
	.arlo-blog-wrapper .single-blog-post article.arlo-blog .single-post-meta {
		display: block;
	}
}

.arlo-blog-wrapper .single-blog-post article.arlo-blog .single-post-meta .tag-list {
	text-align: right;
	padding: 20px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.arlo-blog-wrapper .single-blog-post article.arlo-blog .single-post-meta .tag-list a {
	border: 1px #CFCABB solid;
	border-radius: 30px;
	padding: 5px 10px;
	text-decoration: none;
	font-size: 16px;
}

@media only screen and (max-width: 992px) {
	.arlo-blog-wrapper .single-blog-post article.arlo-blog .single-post-meta .tag-list a {
		margin-top: 5px;
	}
}

.arlo-blog-wrapper .single-blog-post article.arlo-blog .single-post-meta .tag-list a:not(:last-child) {
	margin-right: 10px;
}

.arlo-blog-wrapper .single-blog-post article.arlo-blog .single-post-meta .tag-list a:hover {
	background-color: #F7F5EF;
	color: royalblue;
}

.arlo-blog-wrapper .single-blog-post article.arlo-blog .single-post-meta .single-author-info {
	margin: 30px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border-radius: 30px;
	max-width: 250px;
	/*Fix for Edge*/
	max-width: -webkit-fit-content;
	max-width: -moz-fit-content;
	max-width: fit-content;
	background-color: #F7F5EF;
	padding-right: 10px;
}

.arlo-blog-wrapper .single-blog-post article.arlo-blog .single-post-meta .single-author-info .author-meta {
	font-size: 13px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	height: -webkit-fit-content;
	height: -moz-fit-content;
	height: fit-content;
	padding: 7px 15px;
	text-align: left;
}

.arlo-blog-wrapper .single-blog-post article.arlo-blog .single-post-meta .single-author-info .author-meta .posted-by {
	font-size: 15px;
	width: 100%;
}

.arlo-blog-wrapper .single-blog-post article.arlo-blog .single-post-meta .single-author-info .author-meta .date {
	color: #aaa;
}

.arlo-blog-wrapper .single-blog-post article.arlo-blog .single-post-meta .single-author-info .author-image {
	height: 55px;
	width: 55px;
	border-radius: 150px;
	background-size: contain;
	background-repeat: no-repeat;
	overflow: hidden;
	border: 2px #FFD000 solid;
}

@media only screen and (max-width: 768px) {
	.arlo-blog-wrapper .single-blog-post article.arlo-blog .single-post-meta {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.arlo-blog-wrapper .single-blog-post article.arlo-blog .single-post-meta .tag-list {
		text-align: left;
		padding: 0;
		margin-top: 0;
		margin-bottom: 30px;
	}
}

.arlo-blog-wrapper .single-blog-post article.arlo-blog .nav-links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 30px 0;
	font-size: 20px;
}

.arlo-blog-wrapper .single-blog-post article.arlo-blog .comment-section {
	border-top: 2px #CFCABB solid;
	margin-top: 60px;
}

.arlo-blog-wrapper .single-blog-post article.arlo-blog .comment-section .comments-title {
	font-size: 24px;
}

.arlo-blog-wrapper .single-blog-post article.arlo-blog .comment-section .comment-respond .comment-notes {
	font-size: 16px;
	color: #aaa;
	margin-top: 0;
}

.arlo-blog-wrapper .single-blog-post article.arlo-blog .comment-section .comment-respond .comment-reply-title {
	font-size: 22px;
	margin-top: 20px;
	margin-bottom: 0;
}

.arlo-blog-wrapper .single-blog-post article.arlo-blog .comment-section .comment-respond #submit {
	display: block;
	max-width: 250px;
	padding: 14px 35px;
	border-radius: 26px;
	font-weight: bold;
	font-size: 15px;
	text-decoration: none;
	text-align: center;
	cursor: pointer;
	-webkit-transition: ease-out 300ms;
	transition: ease-out 300ms;
	background-color: #ffdc40;
	border-color: #ffdc40;
	color: #333F48;
}

.arlo-blog-wrapper .single-blog-post article.arlo-blog .comment-section .comment-respond #submit:hover {
	background-color: #FFD000;
	border-collapse: #FFD000;
}

.arlo-blog-wrapper .single-blog-post article.arlo-blog .comment-section .comment-respond p.comment-form-author,
.arlo-blog-wrapper .single-blog-post article.arlo-blog .comment-section .comment-respond p.comment-form-url,
.arlo-blog-wrapper .single-blog-post article.arlo-blog .comment-section .comment-respond p.comment-form-email {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.arlo-blog-wrapper .single-blog-post article.arlo-blog .comment-section .comment-respond p.comment-form-author input,
.arlo-blog-wrapper .single-blog-post article.arlo-blog .comment-section .comment-respond p.comment-form-url input,
.arlo-blog-wrapper .single-blog-post article.arlo-blog .comment-section .comment-respond p.comment-form-email input {
	margin-right: 0;
	padding: 8px 25px;
}

.arlo-blog-wrapper .single-blog-post article.arlo-blog .comment-section .comment-respond p.logged-in-as a {
	color: #47525A;
	text-decoration: none;
	font-size: 13px;
}

.arlo-blog-wrapper .single-blog-post article.arlo-blog .comment-section .comment-respond label {
	font-size: 16px;
	font-weight: bold;
}

.arlo-blog-wrapper .single-blog-post article.arlo-blog .comment-section .comment-respond textarea {
	border-radius: 8px;
}

.arlo-blog-wrapper .single-blog-post article.arlo-blog .comment-section ol.comment-list {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.arlo-blog-wrapper .single-blog-post article.arlo-blog .comment-section ol.comment-list li.comment {
	border: 2px solid #CFCABB;
	padding: 15px 25px;
	margin-bottom: 10px;
	position: relative;
	border-radius: 8px;
}

.arlo-blog-wrapper .single-blog-post article.arlo-blog .comment-section ol.comment-list li.comment .reply {
	margin-bottom: 10px;
}

.arlo-blog-wrapper .single-blog-post article.arlo-blog .comment-section ol.comment-list li.comment .reply a {
	text-decoration: none;
}

.arlo-blog-wrapper .single-blog-post article.arlo-blog .comment-section ol.comment-list li.comment .comment-author {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.arlo-blog-wrapper .single-blog-post article.arlo-blog .comment-section ol.comment-list li.comment .comment-author img {
	border-radius: 100px;
	margin-right: 10px;
}

.arlo-blog-wrapper .single-blog-post article.arlo-blog .comment-section ol.comment-list li.comment .comment-author b,
.arlo-blog-wrapper .single-blog-post article.arlo-blog .comment-section ol.comment-list li.comment .comment-author span {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-right: 3px;
}

.arlo-blog-wrapper .single-blog-post article.arlo-blog .comment-section ol.comment-list li.comment .comment-metadata a {
	color: #aaa;
	font-size: 13px;
	text-decoration: none;
}

.arlo-blog-wrapper .single-blog-post article.arlo-blog .comment-section ol.comment-list li.comment .comment-metadata a.comment-edit-link {
	position: absolute;
	right: 10px;
	top: 5px;
}

.arlo-blog-wrapper .single-blog-post article.arlo-blog .comment-section ol.comment-list li.comment .children {
	margin: 0;
	padding: 0;
}

.arlo-blog-wrapper .single-blog-post article.arlo-blog .comment-section ol.comment-list li.comment .children li.comment {
	border: none;
	border-left: 2px solid #CFCABB;
	border-radius: 0;
}

.arlo-blog-wrapper .single-blog-post article.arlo-blog .comment-section .nav-links {
	border-top: 2px #CFCABB solid;
	padding-top: 20px;
}

.arlo-blog-wrapper .single-blog-post article.arlo-blog .comment-section .nav-links .meta-nav {
	font-weight: bold;
	display: block;
}

.arlo-blog-wrapper .single-blog-post article.arlo-blog .comment-section .nav-links div {
	width: 30%;
}

@media only screen and (max-width: 768px) {
	.arlo-blog-wrapper .single-blog-post article.arlo-blog .comment-section .nav-links div {
		width: 50%;
	}
}

.arlo-blog-wrapper .single-blog-post article.arlo-blog .comment-section .nav-links a {
	color: #333F48;
	text-decoration: none;
	-webkit-transition: color ease 0.2s;
	transition: color ease 0.2s;
}

.arlo-blog-wrapper .single-blog-post article.arlo-blog .comment-section .nav-links a:hover {
	color: #00b5e2;
}

@media only screen and (max-width: 768px) {
	.arlo-blog-wrapper .blog-reading-width {
		margin: 0 10px;
	}
	.arlo-blog-wrapper .blog-container {
		padding: 0 5px;
	}
	.arlo-blog-wrapper .blog-hero {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.arlo-blog-wrapper .blog-hero .blog-hero-buttons {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.arlo-blog-wrapper .blog-hero .blog-hero-buttons .wp-block-button {
		margin: 0;
	}
	.arlo-blog-wrapper .blog-hero .blog-hero-image {
		width: 100%;
	}
	.arlo-blog-wrapper .blog-hero .blog-hero-heading {
		font-size: 40px;
		max-width: 100%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}
	.arlo-blog-wrapper .blog-categories ul.blog-category-list {
		margin: 0 10px;
	}
	.arlo-blog-wrapper .blog-list #blog-featured {
		max-width: 90%;
	}
	.arlo-blog-wrapper .blog-list .blog-item {
		-webkit-box-flex: 1;
		-ms-flex: 1 0 90%;
		flex: 1 0 90%;
		margin: 10px auto;
		max-width: 90%;
	}
	.arlo-blog-wrapper .blog-list .blog-item .blog-content h3 {
		font-size: 25px;
	}
	.arlo-blog-wrapper .blog-list .blog-item .blog-content .blog-excerpt p {
		font-size: 14px;
	}
	.arlo-blog-wrapper .single-blog-post .single-blog-hero {
		position: relative;
		margin-bottom: 60px;
	}
}

@media only screen and (max-width: 768px) and (max-width: 550px) {
	.arlo-blog-wrapper .single-blog-post .single-blog-hero {
		min-height: 350px;
	}
}

@media only screen and (max-width: 768px) {
	.arlo-blog-wrapper .single-blog-post .single-blog-hero .single-hero-image {
		position: absolute;
		bottom: 90px;
		left: 50%;
		-webkit-transform: translate(-50%, 0);
		transform: translate(-50%, 0);
		width: 90%;
	}
	.arlo-blog-wrapper .single-blog-post .single-blog-hero .blog-intro {
		margin-bottom: 30px;
	}
	.arlo-blog-wrapper .single-blog-post .single-blog-hero .blog-intro h1.blog-title {
		font-size: 30px;
		margin: 20px 0;
		margin-bottom: 50%;
	}
	.arlo-blog-wrapper .single-blog-post article.arlo-blog ol,
	.arlo-blog-wrapper .single-blog-post article.arlo-blog ul {
		margin: initial;
	}
	.arlo-blog-wrapper .single-blog-post article.arlo-blog p,
	.arlo-blog-wrapper .single-blog-post article.arlo-blog li {
		font-size: 16px;
	}
}

.wp-block-arlowebsite-container.toc-floating {
	position: fixed;
	left: 100px;
	top: 76px;
	width: 15%;
	padding: 1rem;
	z-index: 999;
	-webkit-transition: opacity ease-out 200ms;
	transition: opacity ease-out 200ms;
	opacity: 0;
	pointer-events: none;
}

.wp-block-arlowebsite-container.toc-floating .arlo-container {
	width: 100%;
}

.wp-block-arlowebsite-container.toc-floating .yoast-table-of-contents > ul > li {
	margin-bottom: 1rem;
}

.wp-block-arlowebsite-container.toc-floating .yoast-table-of-contents ul {
	margin: 0;
	padding-left: 0;
	list-style: none;
}

.wp-block-arlowebsite-container.toc-floating .yoast-table-of-contents ul li {
	font-size: 14px;
	overflow: hidden;
}

@media screen and (min-width: 1551px) {
	.wp-block-arlowebsite-container.toc-floating .yoast-table-of-contents ul li {
		font-size: 15px;
	}
}

.wp-block-arlowebsite-container.toc-floating .yoast-table-of-contents ul li a {
	color: #333F48;
	text-decoration: none;
}

.wp-block-arlowebsite-container.toc-floating .yoast-table-of-contents ul li > ul {
	max-height: 0px;
	margin: 0;
	-webkit-transition: ease max-height 0.5s;
	transition: ease max-height 0.5s;
}

.wp-block-arlowebsite-container.toc-floating .yoast-table-of-contents ul li.active > a {
	font-weight: bold;
}

.wp-block-arlowebsite-container.toc-floating .yoast-table-of-contents ul li.active > ul {
	max-height: 200px;
}

.wp-block-arlowebsite-container.toc-floating .yoast-table-of-contents ul ul {
	padding-left: 20px;
}

.wp-block-arlowebsite-container.toc-floating.toc-floating--show {
	pointer-events: all;
	opacity: 1;
}

@media screen and (max-width: 1550px) {
	.wp-block-arlowebsite-container.toc-floating {
		left: 0;
	}
}

@media screen and (max-width: 1280px) {
	.wp-block-arlowebsite-container.toc-floating {
		display: none;
	}
}

.wp-block-arlowebsite-toc-chapter, .wp-block-arlowebsite-toc-section {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

.wp-block-arlowebsite-toc-chapter > .arlo-container, .wp-block-arlowebsite-toc-section > .arlo-container {
	max-width: 100%;
	width: 100%;
}

.wp-block-arlowebsite-table-of-contents-visual .wp-block-arlowebsite-table-of-contents-visual-grid-item {
	width: 33.33%;
}

@media screen and (max-width: 768px) {
	.wp-block-arlowebsite-table-of-contents-visual .wp-block-arlowebsite-table-of-contents-visual-grid-item {
		width: 50%;
	}
}

.wp-block-arlowebsite-table-of-contents-visual .wp-block-arlowebsite-table-of-contents-visual-grid-item .imageWrapper img {
	height: 100px;
}

@media screen and (max-width: 768px) {
	.wp-block-arlowebsite-table-of-contents-visual .wp-block-arlowebsite-table-of-contents-visual-grid-item .imageWrapper img {
		height: 50px;
	}
}

.wp-block-arlowebsite-table-of-contents-visual .wp-block-arlowebsite-table-of-contents-visual-grid-item .description {
	margin-bottom: 0;
}

.wp-block-arlowebsite-table-of-contents-visual .wp-block-arlowebsite-table-of-contents-visual-grid-item .title {
	margin-top: 0 !important;
}

.wp-block-arlowebsite-table-of-contents-visual .wp-block-arlowebsite-table-of-contents-visual-grid-item .link {
	text-decoration: underline;
	font-size: 18px;
	cursor: pointer;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

[data-aos][data-aos][data-aos-duration="50"], body[data-aos-duration="50"] [data-aos] {
	-webkit-transition-duration: 50ms;
	transition-duration: 50ms;
}

[data-aos][data-aos][data-aos-delay="50"], body[data-aos-delay="50"] [data-aos] {
	-webkit-transition-delay: 0;
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="50"].aos-animate, body[data-aos-delay="50"] [data-aos].aos-animate {
	-webkit-transition-delay: 50ms;
	transition-delay: 50ms;
}

[data-aos][data-aos][data-aos-duration="100"], body[data-aos-duration="100"] [data-aos] {
	-webkit-transition-duration: .1s;
	transition-duration: .1s;
}

[data-aos][data-aos][data-aos-delay="100"], body[data-aos-delay="100"] [data-aos] {
	-webkit-transition-delay: 0;
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="100"].aos-animate, body[data-aos-delay="100"] [data-aos].aos-animate {
	-webkit-transition-delay: .1s;
	transition-delay: .1s;
}

[data-aos][data-aos][data-aos-duration="150"], body[data-aos-duration="150"] [data-aos] {
	-webkit-transition-duration: .15s;
	transition-duration: .15s;
}

[data-aos][data-aos][data-aos-delay="150"], body[data-aos-delay="150"] [data-aos] {
	-webkit-transition-delay: 0;
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="150"].aos-animate, body[data-aos-delay="150"] [data-aos].aos-animate {
	-webkit-transition-delay: .15s;
	transition-delay: .15s;
}

[data-aos][data-aos][data-aos-duration="200"], body[data-aos-duration="200"] [data-aos] {
	-webkit-transition-duration: .2s;
	transition-duration: .2s;
}

[data-aos][data-aos][data-aos-delay="200"], body[data-aos-delay="200"] [data-aos] {
	-webkit-transition-delay: 0;
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="200"].aos-animate, body[data-aos-delay="200"] [data-aos].aos-animate {
	-webkit-transition-delay: .2s;
	transition-delay: .2s;
}

[data-aos][data-aos][data-aos-duration="250"], body[data-aos-duration="250"] [data-aos] {
	-webkit-transition-duration: .25s;
	transition-duration: .25s;
}

[data-aos][data-aos][data-aos-delay="250"], body[data-aos-delay="250"] [data-aos] {
	-webkit-transition-delay: 0;
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="250"].aos-animate, body[data-aos-delay="250"] [data-aos].aos-animate {
	-webkit-transition-delay: .25s;
	transition-delay: .25s;
}

[data-aos][data-aos][data-aos-duration="300"], body[data-aos-duration="300"] [data-aos] {
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
}

[data-aos][data-aos][data-aos-delay="300"], body[data-aos-delay="300"] [data-aos] {
	-webkit-transition-delay: 0;
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="300"].aos-animate, body[data-aos-delay="300"] [data-aos].aos-animate {
	-webkit-transition-delay: .3s;
	transition-delay: .3s;
}

[data-aos][data-aos][data-aos-duration="350"], body[data-aos-duration="350"] [data-aos] {
	-webkit-transition-duration: .35s;
	transition-duration: .35s;
}

[data-aos][data-aos][data-aos-delay="350"], body[data-aos-delay="350"] [data-aos] {
	-webkit-transition-delay: 0;
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="350"].aos-animate, body[data-aos-delay="350"] [data-aos].aos-animate {
	-webkit-transition-delay: .35s;
	transition-delay: .35s;
}

[data-aos][data-aos][data-aos-duration="400"], body[data-aos-duration="400"] [data-aos] {
	-webkit-transition-duration: .4s;
	transition-duration: .4s;
}

[data-aos][data-aos][data-aos-delay="400"], body[data-aos-delay="400"] [data-aos] {
	-webkit-transition-delay: 0;
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="400"].aos-animate, body[data-aos-delay="400"] [data-aos].aos-animate {
	-webkit-transition-delay: .4s;
	transition-delay: .4s;
}

[data-aos][data-aos][data-aos-duration="450"], body[data-aos-duration="450"] [data-aos] {
	-webkit-transition-duration: .45s;
	transition-duration: .45s;
}

[data-aos][data-aos][data-aos-delay="450"], body[data-aos-delay="450"] [data-aos] {
	-webkit-transition-delay: 0;
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="450"].aos-animate, body[data-aos-delay="450"] [data-aos].aos-animate {
	-webkit-transition-delay: .45s;
	transition-delay: .45s;
}

[data-aos][data-aos][data-aos-duration="500"], body[data-aos-duration="500"] [data-aos] {
	-webkit-transition-duration: .5s;
	transition-duration: .5s;
}

[data-aos][data-aos][data-aos-delay="500"], body[data-aos-delay="500"] [data-aos] {
	-webkit-transition-delay: 0;
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="500"].aos-animate, body[data-aos-delay="500"] [data-aos].aos-animate {
	-webkit-transition-delay: .5s;
	transition-delay: .5s;
}

[data-aos][data-aos][data-aos-duration="550"], body[data-aos-duration="550"] [data-aos] {
	-webkit-transition-duration: .55s;
	transition-duration: .55s;
}

[data-aos][data-aos][data-aos-delay="550"], body[data-aos-delay="550"] [data-aos] {
	-webkit-transition-delay: 0;
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="550"].aos-animate, body[data-aos-delay="550"] [data-aos].aos-animate {
	-webkit-transition-delay: .55s;
	transition-delay: .55s;
}

[data-aos][data-aos][data-aos-duration="600"], body[data-aos-duration="600"] [data-aos] {
	-webkit-transition-duration: .6s;
	transition-duration: .6s;
}

[data-aos][data-aos][data-aos-delay="600"], body[data-aos-delay="600"] [data-aos] {
	-webkit-transition-delay: 0;
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="600"].aos-animate, body[data-aos-delay="600"] [data-aos].aos-animate {
	-webkit-transition-delay: .6s;
	transition-delay: .6s;
}

[data-aos][data-aos][data-aos-duration="650"], body[data-aos-duration="650"] [data-aos] {
	-webkit-transition-duration: .65s;
	transition-duration: .65s;
}

[data-aos][data-aos][data-aos-delay="650"], body[data-aos-delay="650"] [data-aos] {
	-webkit-transition-delay: 0;
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="650"].aos-animate, body[data-aos-delay="650"] [data-aos].aos-animate {
	-webkit-transition-delay: .65s;
	transition-delay: .65s;
}

[data-aos][data-aos][data-aos-duration="700"], body[data-aos-duration="700"] [data-aos] {
	-webkit-transition-duration: .7s;
	transition-duration: .7s;
}

[data-aos][data-aos][data-aos-delay="700"], body[data-aos-delay="700"] [data-aos] {
	-webkit-transition-delay: 0;
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="700"].aos-animate, body[data-aos-delay="700"] [data-aos].aos-animate {
	-webkit-transition-delay: .7s;
	transition-delay: .7s;
}

[data-aos][data-aos][data-aos-duration="750"], body[data-aos-duration="750"] [data-aos] {
	-webkit-transition-duration: .75s;
	transition-duration: .75s;
}

[data-aos][data-aos][data-aos-delay="750"], body[data-aos-delay="750"] [data-aos] {
	-webkit-transition-delay: 0;
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="750"].aos-animate, body[data-aos-delay="750"] [data-aos].aos-animate {
	-webkit-transition-delay: .75s;
	transition-delay: .75s;
}

[data-aos][data-aos][data-aos-duration="800"], body[data-aos-duration="800"] [data-aos] {
	-webkit-transition-duration: .8s;
	transition-duration: .8s;
}

[data-aos][data-aos][data-aos-delay="800"], body[data-aos-delay="800"] [data-aos] {
	-webkit-transition-delay: 0;
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="800"].aos-animate, body[data-aos-delay="800"] [data-aos].aos-animate {
	-webkit-transition-delay: .8s;
	transition-delay: .8s;
}

[data-aos][data-aos][data-aos-duration="850"], body[data-aos-duration="850"] [data-aos] {
	-webkit-transition-duration: .85s;
	transition-duration: .85s;
}

[data-aos][data-aos][data-aos-delay="850"], body[data-aos-delay="850"] [data-aos] {
	-webkit-transition-delay: 0;
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="850"].aos-animate, body[data-aos-delay="850"] [data-aos].aos-animate {
	-webkit-transition-delay: .85s;
	transition-delay: .85s;
}

[data-aos][data-aos][data-aos-duration="900"], body[data-aos-duration="900"] [data-aos] {
	-webkit-transition-duration: .9s;
	transition-duration: .9s;
}

[data-aos][data-aos][data-aos-delay="900"], body[data-aos-delay="900"] [data-aos] {
	-webkit-transition-delay: 0;
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="900"].aos-animate, body[data-aos-delay="900"] [data-aos].aos-animate {
	-webkit-transition-delay: .9s;
	transition-delay: .9s;
}

[data-aos][data-aos][data-aos-duration="950"], body[data-aos-duration="950"] [data-aos] {
	-webkit-transition-duration: .95s;
	transition-duration: .95s;
}

[data-aos][data-aos][data-aos-delay="950"], body[data-aos-delay="950"] [data-aos] {
	-webkit-transition-delay: 0;
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="950"].aos-animate, body[data-aos-delay="950"] [data-aos].aos-animate {
	-webkit-transition-delay: .95s;
	transition-delay: .95s;
}

[data-aos][data-aos][data-aos-duration="1000"], body[data-aos-duration="1000"] [data-aos] {
	-webkit-transition-duration: 1s;
	transition-duration: 1s;
}

[data-aos][data-aos][data-aos-delay="1000"], body[data-aos-delay="1000"] [data-aos] {
	-webkit-transition-delay: 0;
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1000"].aos-animate, body[data-aos-delay="1000"] [data-aos].aos-animate {
	-webkit-transition-delay: 1s;
	transition-delay: 1s;
}

[data-aos][data-aos][data-aos-duration="1050"], body[data-aos-duration="1050"] [data-aos] {
	-webkit-transition-duration: 1.05s;
	transition-duration: 1.05s;
}

[data-aos][data-aos][data-aos-delay="1050"], body[data-aos-delay="1050"] [data-aos] {
	-webkit-transition-delay: 0;
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1050"].aos-animate, body[data-aos-delay="1050"] [data-aos].aos-animate {
	-webkit-transition-delay: 1.05s;
	transition-delay: 1.05s;
}

[data-aos][data-aos][data-aos-duration="1100"], body[data-aos-duration="1100"] [data-aos] {
	-webkit-transition-duration: 1.1s;
	transition-duration: 1.1s;
}

[data-aos][data-aos][data-aos-delay="1100"], body[data-aos-delay="1100"] [data-aos] {
	-webkit-transition-delay: 0;
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1100"].aos-animate, body[data-aos-delay="1100"] [data-aos].aos-animate {
	-webkit-transition-delay: 1.1s;
	transition-delay: 1.1s;
}

[data-aos][data-aos][data-aos-duration="1150"], body[data-aos-duration="1150"] [data-aos] {
	-webkit-transition-duration: 1.15s;
	transition-duration: 1.15s;
}

[data-aos][data-aos][data-aos-delay="1150"], body[data-aos-delay="1150"] [data-aos] {
	-webkit-transition-delay: 0;
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1150"].aos-animate, body[data-aos-delay="1150"] [data-aos].aos-animate {
	-webkit-transition-delay: 1.15s;
	transition-delay: 1.15s;
}

[data-aos][data-aos][data-aos-duration="1200"], body[data-aos-duration="1200"] [data-aos] {
	-webkit-transition-duration: 1.2s;
	transition-duration: 1.2s;
}

[data-aos][data-aos][data-aos-delay="1200"], body[data-aos-delay="1200"] [data-aos] {
	-webkit-transition-delay: 0;
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1200"].aos-animate, body[data-aos-delay="1200"] [data-aos].aos-animate {
	-webkit-transition-delay: 1.2s;
	transition-delay: 1.2s;
}

[data-aos][data-aos][data-aos-duration="1250"], body[data-aos-duration="1250"] [data-aos] {
	-webkit-transition-duration: 1.25s;
	transition-duration: 1.25s;
}

[data-aos][data-aos][data-aos-delay="1250"], body[data-aos-delay="1250"] [data-aos] {
	-webkit-transition-delay: 0;
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1250"].aos-animate, body[data-aos-delay="1250"] [data-aos].aos-animate {
	-webkit-transition-delay: 1.25s;
	transition-delay: 1.25s;
}

[data-aos][data-aos][data-aos-duration="1300"], body[data-aos-duration="1300"] [data-aos] {
	-webkit-transition-duration: 1.3s;
	transition-duration: 1.3s;
}

[data-aos][data-aos][data-aos-delay="1300"], body[data-aos-delay="1300"] [data-aos] {
	-webkit-transition-delay: 0;
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1300"].aos-animate, body[data-aos-delay="1300"] [data-aos].aos-animate {
	-webkit-transition-delay: 1.3s;
	transition-delay: 1.3s;
}

[data-aos][data-aos][data-aos-duration="1350"], body[data-aos-duration="1350"] [data-aos] {
	-webkit-transition-duration: 1.35s;
	transition-duration: 1.35s;
}

[data-aos][data-aos][data-aos-delay="1350"], body[data-aos-delay="1350"] [data-aos] {
	-webkit-transition-delay: 0;
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1350"].aos-animate, body[data-aos-delay="1350"] [data-aos].aos-animate {
	-webkit-transition-delay: 1.35s;
	transition-delay: 1.35s;
}

[data-aos][data-aos][data-aos-duration="1400"], body[data-aos-duration="1400"] [data-aos] {
	-webkit-transition-duration: 1.4s;
	transition-duration: 1.4s;
}

[data-aos][data-aos][data-aos-delay="1400"], body[data-aos-delay="1400"] [data-aos] {
	-webkit-transition-delay: 0;
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1400"].aos-animate, body[data-aos-delay="1400"] [data-aos].aos-animate {
	-webkit-transition-delay: 1.4s;
	transition-delay: 1.4s;
}

[data-aos][data-aos][data-aos-duration="1450"], body[data-aos-duration="1450"] [data-aos] {
	-webkit-transition-duration: 1.45s;
	transition-duration: 1.45s;
}

[data-aos][data-aos][data-aos-delay="1450"], body[data-aos-delay="1450"] [data-aos] {
	-webkit-transition-delay: 0;
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1450"].aos-animate, body[data-aos-delay="1450"] [data-aos].aos-animate {
	-webkit-transition-delay: 1.45s;
	transition-delay: 1.45s;
}

[data-aos][data-aos][data-aos-duration="1500"], body[data-aos-duration="1500"] [data-aos] {
	-webkit-transition-duration: 1.5s;
	transition-duration: 1.5s;
}

[data-aos][data-aos][data-aos-delay="1500"], body[data-aos-delay="1500"] [data-aos] {
	-webkit-transition-delay: 0;
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1500"].aos-animate, body[data-aos-delay="1500"] [data-aos].aos-animate {
	-webkit-transition-delay: 1.5s;
	transition-delay: 1.5s;
}

[data-aos][data-aos][data-aos-duration="1550"], body[data-aos-duration="1550"] [data-aos] {
	-webkit-transition-duration: 1.55s;
	transition-duration: 1.55s;
}

[data-aos][data-aos][data-aos-delay="1550"], body[data-aos-delay="1550"] [data-aos] {
	-webkit-transition-delay: 0;
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1550"].aos-animate, body[data-aos-delay="1550"] [data-aos].aos-animate {
	-webkit-transition-delay: 1.55s;
	transition-delay: 1.55s;
}

[data-aos][data-aos][data-aos-duration="1600"], body[data-aos-duration="1600"] [data-aos] {
	-webkit-transition-duration: 1.6s;
	transition-duration: 1.6s;
}

[data-aos][data-aos][data-aos-delay="1600"], body[data-aos-delay="1600"] [data-aos] {
	-webkit-transition-delay: 0;
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1600"].aos-animate, body[data-aos-delay="1600"] [data-aos].aos-animate {
	-webkit-transition-delay: 1.6s;
	transition-delay: 1.6s;
}

[data-aos][data-aos][data-aos-duration="1650"], body[data-aos-duration="1650"] [data-aos] {
	-webkit-transition-duration: 1.65s;
	transition-duration: 1.65s;
}

[data-aos][data-aos][data-aos-delay="1650"], body[data-aos-delay="1650"] [data-aos] {
	-webkit-transition-delay: 0;
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1650"].aos-animate, body[data-aos-delay="1650"] [data-aos].aos-animate {
	-webkit-transition-delay: 1.65s;
	transition-delay: 1.65s;
}

[data-aos][data-aos][data-aos-duration="1700"], body[data-aos-duration="1700"] [data-aos] {
	-webkit-transition-duration: 1.7s;
	transition-duration: 1.7s;
}

[data-aos][data-aos][data-aos-delay="1700"], body[data-aos-delay="1700"] [data-aos] {
	-webkit-transition-delay: 0;
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1700"].aos-animate, body[data-aos-delay="1700"] [data-aos].aos-animate {
	-webkit-transition-delay: 1.7s;
	transition-delay: 1.7s;
}

[data-aos][data-aos][data-aos-duration="1750"], body[data-aos-duration="1750"] [data-aos] {
	-webkit-transition-duration: 1.75s;
	transition-duration: 1.75s;
}

[data-aos][data-aos][data-aos-delay="1750"], body[data-aos-delay="1750"] [data-aos] {
	-webkit-transition-delay: 0;
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1750"].aos-animate, body[data-aos-delay="1750"] [data-aos].aos-animate {
	-webkit-transition-delay: 1.75s;
	transition-delay: 1.75s;
}

[data-aos][data-aos][data-aos-duration="1800"], body[data-aos-duration="1800"] [data-aos] {
	-webkit-transition-duration: 1.8s;
	transition-duration: 1.8s;
}

[data-aos][data-aos][data-aos-delay="1800"], body[data-aos-delay="1800"] [data-aos] {
	-webkit-transition-delay: 0;
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1800"].aos-animate, body[data-aos-delay="1800"] [data-aos].aos-animate {
	-webkit-transition-delay: 1.8s;
	transition-delay: 1.8s;
}

[data-aos][data-aos][data-aos-duration="1850"], body[data-aos-duration="1850"] [data-aos] {
	-webkit-transition-duration: 1.85s;
	transition-duration: 1.85s;
}

[data-aos][data-aos][data-aos-delay="1850"], body[data-aos-delay="1850"] [data-aos] {
	-webkit-transition-delay: 0;
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1850"].aos-animate, body[data-aos-delay="1850"] [data-aos].aos-animate {
	-webkit-transition-delay: 1.85s;
	transition-delay: 1.85s;
}

[data-aos][data-aos][data-aos-duration="1900"], body[data-aos-duration="1900"] [data-aos] {
	-webkit-transition-duration: 1.9s;
	transition-duration: 1.9s;
}

[data-aos][data-aos][data-aos-delay="1900"], body[data-aos-delay="1900"] [data-aos] {
	-webkit-transition-delay: 0;
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1900"].aos-animate, body[data-aos-delay="1900"] [data-aos].aos-animate {
	-webkit-transition-delay: 1.9s;
	transition-delay: 1.9s;
}

[data-aos][data-aos][data-aos-duration="1950"], body[data-aos-duration="1950"] [data-aos] {
	-webkit-transition-duration: 1.95s;
	transition-duration: 1.95s;
}

[data-aos][data-aos][data-aos-delay="1950"], body[data-aos-delay="1950"] [data-aos] {
	-webkit-transition-delay: 0;
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1950"].aos-animate, body[data-aos-delay="1950"] [data-aos].aos-animate {
	-webkit-transition-delay: 1.95s;
	transition-delay: 1.95s;
}

[data-aos][data-aos][data-aos-duration="2000"], body[data-aos-duration="2000"] [data-aos] {
	-webkit-transition-duration: 2s;
	transition-duration: 2s;
}

[data-aos][data-aos][data-aos-delay="2000"], body[data-aos-delay="2000"] [data-aos] {
	-webkit-transition-delay: 0;
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2000"].aos-animate, body[data-aos-delay="2000"] [data-aos].aos-animate {
	-webkit-transition-delay: 2s;
	transition-delay: 2s;
}

[data-aos][data-aos][data-aos-duration="2050"], body[data-aos-duration="2050"] [data-aos] {
	-webkit-transition-duration: 2.05s;
	transition-duration: 2.05s;
}

[data-aos][data-aos][data-aos-delay="2050"], body[data-aos-delay="2050"] [data-aos] {
	-webkit-transition-delay: 0;
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2050"].aos-animate, body[data-aos-delay="2050"] [data-aos].aos-animate {
	-webkit-transition-delay: 2.05s;
	transition-delay: 2.05s;
}

[data-aos][data-aos][data-aos-duration="2100"], body[data-aos-duration="2100"] [data-aos] {
	-webkit-transition-duration: 2.1s;
	transition-duration: 2.1s;
}

[data-aos][data-aos][data-aos-delay="2100"], body[data-aos-delay="2100"] [data-aos] {
	-webkit-transition-delay: 0;
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2100"].aos-animate, body[data-aos-delay="2100"] [data-aos].aos-animate {
	-webkit-transition-delay: 2.1s;
	transition-delay: 2.1s;
}

[data-aos][data-aos][data-aos-duration="2150"], body[data-aos-duration="2150"] [data-aos] {
	-webkit-transition-duration: 2.15s;
	transition-duration: 2.15s;
}

[data-aos][data-aos][data-aos-delay="2150"], body[data-aos-delay="2150"] [data-aos] {
	-webkit-transition-delay: 0;
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2150"].aos-animate, body[data-aos-delay="2150"] [data-aos].aos-animate {
	-webkit-transition-delay: 2.15s;
	transition-delay: 2.15s;
}

[data-aos][data-aos][data-aos-duration="2200"], body[data-aos-duration="2200"] [data-aos] {
	-webkit-transition-duration: 2.2s;
	transition-duration: 2.2s;
}

[data-aos][data-aos][data-aos-delay="2200"], body[data-aos-delay="2200"] [data-aos] {
	-webkit-transition-delay: 0;
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2200"].aos-animate, body[data-aos-delay="2200"] [data-aos].aos-animate {
	-webkit-transition-delay: 2.2s;
	transition-delay: 2.2s;
}

[data-aos][data-aos][data-aos-duration="2250"], body[data-aos-duration="2250"] [data-aos] {
	-webkit-transition-duration: 2.25s;
	transition-duration: 2.25s;
}

[data-aos][data-aos][data-aos-delay="2250"], body[data-aos-delay="2250"] [data-aos] {
	-webkit-transition-delay: 0;
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2250"].aos-animate, body[data-aos-delay="2250"] [data-aos].aos-animate {
	-webkit-transition-delay: 2.25s;
	transition-delay: 2.25s;
}

[data-aos][data-aos][data-aos-duration="2300"], body[data-aos-duration="2300"] [data-aos] {
	-webkit-transition-duration: 2.3s;
	transition-duration: 2.3s;
}

[data-aos][data-aos][data-aos-delay="2300"], body[data-aos-delay="2300"] [data-aos] {
	-webkit-transition-delay: 0;
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2300"].aos-animate, body[data-aos-delay="2300"] [data-aos].aos-animate {
	-webkit-transition-delay: 2.3s;
	transition-delay: 2.3s;
}

[data-aos][data-aos][data-aos-duration="2350"], body[data-aos-duration="2350"] [data-aos] {
	-webkit-transition-duration: 2.35s;
	transition-duration: 2.35s;
}

[data-aos][data-aos][data-aos-delay="2350"], body[data-aos-delay="2350"] [data-aos] {
	-webkit-transition-delay: 0;
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2350"].aos-animate, body[data-aos-delay="2350"] [data-aos].aos-animate {
	-webkit-transition-delay: 2.35s;
	transition-delay: 2.35s;
}

[data-aos][data-aos][data-aos-duration="2400"], body[data-aos-duration="2400"] [data-aos] {
	-webkit-transition-duration: 2.4s;
	transition-duration: 2.4s;
}

[data-aos][data-aos][data-aos-delay="2400"], body[data-aos-delay="2400"] [data-aos] {
	-webkit-transition-delay: 0;
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2400"].aos-animate, body[data-aos-delay="2400"] [data-aos].aos-animate {
	-webkit-transition-delay: 2.4s;
	transition-delay: 2.4s;
}

[data-aos][data-aos][data-aos-duration="2450"], body[data-aos-duration="2450"] [data-aos] {
	-webkit-transition-duration: 2.45s;
	transition-duration: 2.45s;
}

[data-aos][data-aos][data-aos-delay="2450"], body[data-aos-delay="2450"] [data-aos] {
	-webkit-transition-delay: 0;
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2450"].aos-animate, body[data-aos-delay="2450"] [data-aos].aos-animate {
	-webkit-transition-delay: 2.45s;
	transition-delay: 2.45s;
}

[data-aos][data-aos][data-aos-duration="2500"], body[data-aos-duration="2500"] [data-aos] {
	-webkit-transition-duration: 2.5s;
	transition-duration: 2.5s;
}

[data-aos][data-aos][data-aos-delay="2500"], body[data-aos-delay="2500"] [data-aos] {
	-webkit-transition-delay: 0;
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2500"].aos-animate, body[data-aos-delay="2500"] [data-aos].aos-animate {
	-webkit-transition-delay: 2.5s;
	transition-delay: 2.5s;
}

[data-aos][data-aos][data-aos-duration="2550"], body[data-aos-duration="2550"] [data-aos] {
	-webkit-transition-duration: 2.55s;
	transition-duration: 2.55s;
}

[data-aos][data-aos][data-aos-delay="2550"], body[data-aos-delay="2550"] [data-aos] {
	-webkit-transition-delay: 0;
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2550"].aos-animate, body[data-aos-delay="2550"] [data-aos].aos-animate {
	-webkit-transition-delay: 2.55s;
	transition-delay: 2.55s;
}

[data-aos][data-aos][data-aos-duration="2600"], body[data-aos-duration="2600"] [data-aos] {
	-webkit-transition-duration: 2.6s;
	transition-duration: 2.6s;
}

[data-aos][data-aos][data-aos-delay="2600"], body[data-aos-delay="2600"] [data-aos] {
	-webkit-transition-delay: 0;
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2600"].aos-animate, body[data-aos-delay="2600"] [data-aos].aos-animate {
	-webkit-transition-delay: 2.6s;
	transition-delay: 2.6s;
}

[data-aos][data-aos][data-aos-duration="2650"], body[data-aos-duration="2650"] [data-aos] {
	-webkit-transition-duration: 2.65s;
	transition-duration: 2.65s;
}

[data-aos][data-aos][data-aos-delay="2650"], body[data-aos-delay="2650"] [data-aos] {
	-webkit-transition-delay: 0;
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2650"].aos-animate, body[data-aos-delay="2650"] [data-aos].aos-animate {
	-webkit-transition-delay: 2.65s;
	transition-delay: 2.65s;
}

[data-aos][data-aos][data-aos-duration="2700"], body[data-aos-duration="2700"] [data-aos] {
	-webkit-transition-duration: 2.7s;
	transition-duration: 2.7s;
}

[data-aos][data-aos][data-aos-delay="2700"], body[data-aos-delay="2700"] [data-aos] {
	-webkit-transition-delay: 0;
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2700"].aos-animate, body[data-aos-delay="2700"] [data-aos].aos-animate {
	-webkit-transition-delay: 2.7s;
	transition-delay: 2.7s;
}

[data-aos][data-aos][data-aos-duration="2750"], body[data-aos-duration="2750"] [data-aos] {
	-webkit-transition-duration: 2.75s;
	transition-duration: 2.75s;
}

[data-aos][data-aos][data-aos-delay="2750"], body[data-aos-delay="2750"] [data-aos] {
	-webkit-transition-delay: 0;
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2750"].aos-animate, body[data-aos-delay="2750"] [data-aos].aos-animate {
	-webkit-transition-delay: 2.75s;
	transition-delay: 2.75s;
}

[data-aos][data-aos][data-aos-duration="2800"], body[data-aos-duration="2800"] [data-aos] {
	-webkit-transition-duration: 2.8s;
	transition-duration: 2.8s;
}

[data-aos][data-aos][data-aos-delay="2800"], body[data-aos-delay="2800"] [data-aos] {
	-webkit-transition-delay: 0;
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2800"].aos-animate, body[data-aos-delay="2800"] [data-aos].aos-animate {
	-webkit-transition-delay: 2.8s;
	transition-delay: 2.8s;
}

[data-aos][data-aos][data-aos-duration="2850"], body[data-aos-duration="2850"] [data-aos] {
	-webkit-transition-duration: 2.85s;
	transition-duration: 2.85s;
}

[data-aos][data-aos][data-aos-delay="2850"], body[data-aos-delay="2850"] [data-aos] {
	-webkit-transition-delay: 0;
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2850"].aos-animate, body[data-aos-delay="2850"] [data-aos].aos-animate {
	-webkit-transition-delay: 2.85s;
	transition-delay: 2.85s;
}

[data-aos][data-aos][data-aos-duration="2900"], body[data-aos-duration="2900"] [data-aos] {
	-webkit-transition-duration: 2.9s;
	transition-duration: 2.9s;
}

[data-aos][data-aos][data-aos-delay="2900"], body[data-aos-delay="2900"] [data-aos] {
	-webkit-transition-delay: 0;
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2900"].aos-animate, body[data-aos-delay="2900"] [data-aos].aos-animate {
	-webkit-transition-delay: 2.9s;
	transition-delay: 2.9s;
}

[data-aos][data-aos][data-aos-duration="2950"], body[data-aos-duration="2950"] [data-aos] {
	-webkit-transition-duration: 2.95s;
	transition-duration: 2.95s;
}

[data-aos][data-aos][data-aos-delay="2950"], body[data-aos-delay="2950"] [data-aos] {
	-webkit-transition-delay: 0;
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2950"].aos-animate, body[data-aos-delay="2950"] [data-aos].aos-animate {
	-webkit-transition-delay: 2.95s;
	transition-delay: 2.95s;
}

[data-aos][data-aos][data-aos-duration="3000"], body[data-aos-duration="3000"] [data-aos] {
	-webkit-transition-duration: 3s;
	transition-duration: 3s;
}

[data-aos][data-aos][data-aos-delay="3000"], body[data-aos-delay="3000"] [data-aos] {
	-webkit-transition-delay: 0;
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="3000"].aos-animate, body[data-aos-delay="3000"] [data-aos].aos-animate {
	-webkit-transition-delay: 3s;
	transition-delay: 3s;
}

[data-aos][data-aos][data-aos-easing=linear], body[data-aos-easing=linear] [data-aos] {
	-webkit-transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
	transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
}

[data-aos][data-aos][data-aos-easing=ease], body[data-aos-easing=ease] [data-aos] {
	-webkit-transition-timing-function: ease;
	transition-timing-function: ease;
}

[data-aos][data-aos][data-aos-easing=ease-in], body[data-aos-easing=ease-in] [data-aos] {
	-webkit-transition-timing-function: ease-in;
	transition-timing-function: ease-in;
}

[data-aos][data-aos][data-aos-easing=ease-out], body[data-aos-easing=ease-out] [data-aos] {
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

[data-aos][data-aos][data-aos-easing=ease-in-out], body[data-aos-easing=ease-in-out] [data-aos] {
	-webkit-transition-timing-function: ease-in-out;
	transition-timing-function: ease-in-out;
}

[data-aos][data-aos][data-aos-easing=ease-in-back], body[data-aos-easing=ease-in-back] [data-aos] {
	-webkit-transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
	transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}

[data-aos][data-aos][data-aos-easing=ease-out-back], body[data-aos-easing=ease-out-back] [data-aos] {
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
	transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-back], body[data-aos-easing=ease-in-out-back] [data-aos] {
	-webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
	transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

[data-aos][data-aos][data-aos-easing=ease-in-sine], body[data-aos-easing=ease-in-sine] [data-aos] {
	-webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
	transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}

[data-aos][data-aos][data-aos-easing=ease-out-sine], body[data-aos-easing=ease-out-sine] [data-aos] {
	-webkit-transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
	transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-sine], body[data-aos-easing=ease-in-out-sine] [data-aos] {
	-webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
	transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

[data-aos][data-aos][data-aos-easing=ease-in-quad], body[data-aos-easing=ease-in-quad] [data-aos] {
	-webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
	transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-quad], body[data-aos-easing=ease-out-quad] [data-aos] {
	-webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
	transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quad], body[data-aos-easing=ease-in-out-quad] [data-aos] {
	-webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
	transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos][data-aos][data-aos-easing=ease-in-cubic], body[data-aos-easing=ease-in-cubic] [data-aos] {
	-webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
	transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-cubic], body[data-aos-easing=ease-out-cubic] [data-aos] {
	-webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
	transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-cubic], body[data-aos-easing=ease-in-out-cubic] [data-aos] {
	-webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
	transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos][data-aos][data-aos-easing=ease-in-quart], body[data-aos-easing=ease-in-quart] [data-aos] {
	-webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
	transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-quart], body[data-aos-easing=ease-out-quart] [data-aos] {
	-webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
	transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quart], body[data-aos-easing=ease-in-out-quart] [data-aos] {
	-webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
	transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos^=fade][data-aos^=fade] {
	opacity: 0;
	-webkit-transition-property: opacity,-webkit-transform;
	transition-property: opacity,-webkit-transform;
	transition-property: opacity,transform;
	transition-property: opacity,transform,-webkit-transform;
}

[data-aos^=fade][data-aos^=fade].aos-animate {
	opacity: 1;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}

[data-aos=fade-up] {
	-webkit-transform: translate3d(0, 100px, 0);
	transform: translate3d(0, 100px, 0);
}

[data-aos=fade-down] {
	-webkit-transform: translate3d(0, -100px, 0);
	transform: translate3d(0, -100px, 0);
}

[data-aos=fade-right] {
	-webkit-transform: translate3d(-100px, 0, 0);
	transform: translate3d(-100px, 0, 0);
}

[data-aos=fade-left] {
	-webkit-transform: translate3d(100px, 0, 0);
	transform: translate3d(100px, 0, 0);
}

[data-aos=fade-up-right] {
	-webkit-transform: translate3d(-100px, 100px, 0);
	transform: translate3d(-100px, 100px, 0);
}

[data-aos=fade-up-left] {
	-webkit-transform: translate3d(100px, 100px, 0);
	transform: translate3d(100px, 100px, 0);
}

[data-aos=fade-down-right] {
	-webkit-transform: translate3d(-100px, -100px, 0);
	transform: translate3d(-100px, -100px, 0);
}

[data-aos=fade-down-left] {
	-webkit-transform: translate3d(100px, -100px, 0);
	transform: translate3d(100px, -100px, 0);
}

[data-aos^=zoom][data-aos^=zoom] {
	opacity: 0;
	-webkit-transition-property: opacity,-webkit-transform;
	transition-property: opacity,-webkit-transform;
	transition-property: opacity,transform;
	transition-property: opacity,transform,-webkit-transform;
}

[data-aos^=zoom][data-aos^=zoom].aos-animate {
	opacity: 1;
	-webkit-transform: translateZ(0) scale(1);
	transform: translateZ(0) scale(1);
}

[data-aos=zoom-in] {
	-webkit-transform: scale(0.6);
	transform: scale(0.6);
}

[data-aos=zoom-in-up] {
	-webkit-transform: translate3d(0, 100px, 0) scale(0.6);
	transform: translate3d(0, 100px, 0) scale(0.6);
}

[data-aos=zoom-in-down] {
	-webkit-transform: translate3d(0, -100px, 0) scale(0.6);
	transform: translate3d(0, -100px, 0) scale(0.6);
}

[data-aos=zoom-in-right] {
	-webkit-transform: translate3d(-100px, 0, 0) scale(0.6);
	transform: translate3d(-100px, 0, 0) scale(0.6);
}

[data-aos=zoom-in-left] {
	-webkit-transform: translate3d(100px, 0, 0) scale(0.6);
	transform: translate3d(100px, 0, 0) scale(0.6);
}

[data-aos=zoom-out] {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}

[data-aos=zoom-out-up] {
	-webkit-transform: translate3d(0, 100px, 0) scale(1.2);
	transform: translate3d(0, 100px, 0) scale(1.2);
}

[data-aos=zoom-out-down] {
	-webkit-transform: translate3d(0, -100px, 0) scale(1.2);
	transform: translate3d(0, -100px, 0) scale(1.2);
}

[data-aos=zoom-out-right] {
	-webkit-transform: translate3d(-100px, 0, 0) scale(1.2);
	transform: translate3d(-100px, 0, 0) scale(1.2);
}

[data-aos=zoom-out-left] {
	-webkit-transform: translate3d(100px, 0, 0) scale(1.2);
	transform: translate3d(100px, 0, 0) scale(1.2);
}

[data-aos^=slide][data-aos^=slide] {
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
}

[data-aos^=slide][data-aos^=slide].aos-animate {
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}

[data-aos=slide-up] {
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
}

[data-aos=slide-down] {
	-webkit-transform: translate3d(0, -100%, 0);
	transform: translate3d(0, -100%, 0);
}

[data-aos=slide-right] {
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}

[data-aos=slide-left] {
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
}

[data-aos^=flip][data-aos^=flip] {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
}

[data-aos=flip-left] {
	-webkit-transform: perspective(2500px) rotateY(-100deg);
	transform: perspective(2500px) rotateY(-100deg);
}

[data-aos=flip-left].aos-animate {
	-webkit-transform: perspective(2500px) rotateY(0);
	transform: perspective(2500px) rotateY(0);
}

[data-aos=flip-right] {
	-webkit-transform: perspective(2500px) rotateY(100deg);
	transform: perspective(2500px) rotateY(100deg);
}

[data-aos=flip-right].aos-animate {
	-webkit-transform: perspective(2500px) rotateY(0);
	transform: perspective(2500px) rotateY(0);
}

[data-aos=flip-up] {
	-webkit-transform: perspective(2500px) rotateX(-100deg);
	transform: perspective(2500px) rotateX(-100deg);
}

[data-aos=flip-up].aos-animate {
	-webkit-transform: perspective(2500px) rotateX(0);
	transform: perspective(2500px) rotateX(0);
}

[data-aos=flip-down] {
	-webkit-transform: perspective(2500px) rotateX(100deg);
	transform: perspective(2500px) rotateX(100deg);
}

[data-aos=flip-down].aos-animate {
	-webkit-transform: perspective(2500px) rotateX(0);
	transform: perspective(2500px) rotateX(0);
}

/*--------------------------------------------------------------
# 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 embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

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

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

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Onetrust popup
--------------------------------------------------------------*/
#onetrust-consent-sdk #onetrust-banner-sdk {
	max-width: 800px !important;
}

#onetrust-consent-sdk #onetrust-banner-sdk.ot-bottom-left {
	max-width: 450px !important;
}

#onetrust-consent-sdk #onetrust-banner-sdk.ot-bottom-left .ot-sdk-row #onetrust-button-group {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

#onetrust-consent-sdk #onetrust-banner-sdk.ot-bottom-left .ot-sdk-row #onetrust-button-group .banner-actions-container {
	-webkit-box-ordinal-group: 1;
	-ms-flex-order: 0;
	order: 0;
}

#onetrust-consent-sdk .ot-sdk-row #onetrust-group-container #onetrust-policy #onetrust-policy-text {
	font-family: inherit;
	font-size: 15px;
	text-align: center;
}

#onetrust-consent-sdk .ot-sdk-row #onetrust-button-group-parent {
	padding: 0px 40px !important;
	padding-bottom: 40px !important;
}

#onetrust-consent-sdk .ot-sdk-row #onetrust-button-group {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}

@media screen and (max-width: 1024px) {
	#onetrust-consent-sdk .ot-sdk-row #onetrust-button-group {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

#onetrust-consent-sdk .ot-sdk-row #onetrust-button-group > * {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 100%;
	flex: 1 1 100%;
}

#onetrust-consent-sdk .ot-sdk-row #onetrust-button-group .banner-actions-container {
	width: auto !important;
	display: inline-block;
	max-width: 100%;
	float: none;
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}

#onetrust-consent-sdk .ot-sdk-row #onetrust-button-group #onetrust-reject-all-handler {
	display: none !important;
}

#onetrust-consent-sdk .ot-sdk-row #onetrust-button-group button {
	display: block !important;
	background: #ffdc40 !important;
	border-bottom-left-radius: 30px !important;
	border-bottom-right-radius: 30px !important;
	border-bottom-width: 0px !important;
	border-color: rgba(0, 0, 0, 0.35) !important;
	border-left-width: 0px !important;
	border-right-width: 0px !important;
	border-style: none !important;
	border-top-left-radius: 30px !important;
	border-top-right-radius: 30px !important;
	border-top-width: 0px !important;
	-webkit-box-shadow: 0px 0px 0px 0px #ffffff !important;
	box-shadow: 0px 0px 0px 0px #ffffff !important;
	color: #47525A !important;
	font-family: inherit !important;
	font-size: 18px !important;
	font-weight: 600 !important;
	-webkit-letter-spacing: normal !important;
	-moz-letter-spacing: normal !important;
	-ms-letter-spacing: normal !important;
	letter-spacing: normal !important;
	line-height: 1 !important;
	margin: 0 !important;
	margin-bottom: 11px !important;
	max-width: 100% !important;
	padding-bottom: 20px !important;
	padding-left: 24px !important;
	padding-right: 24px !important;
	padding-top: 20px !important;
	text-transform: none !important;
	-webkit-text-decoration: none !important;
	text-decoration: none !important;
	font-style: initial !important;
	cursor: pointer;
	float: none !important;
	text-align: center !important;
	width: 100% !important;
}

#onetrust-consent-sdk .ot-sdk-row #onetrust-button-group button.cookie-setting-link {
	background-color: white !important;
	display: inline-block !important;
	width: auto !important;
}

#onetrust-banner-sdk #onetrust-button-group-parent:not(.has-reject-all-button) #onetrust-button-group {
	text-align: center !important;
}

#onetrust-consent-sdk #onetrust-pc-sdk button:not(#clear-filters-handler):not(.ot-close-icon):not(#filter-btn-handler):not(.ot-remove-objection-handler):not(.ot-obj-leg-btn-handler):not([aria-expanded]):not(.ot-link-btn), #onetrust-consent-sdk #onetrust-pc-sdk .ot-leg-btn-container .ot-active-leg-btn {
	background-color: #ffdc40 !important;
	border-color: #ffdc40 !important;
	color: #47525A !important;
	border-radius: 26px;
}

#onetrust-consent-sdk #onetrust-pc-sdk .ot-active-menu {
	border-color: #ffdc40 !important;
}

#onetrust-pc-sdk .ot-pc-footer-logo {
	display: none !important;
}

#onetrust-banner-sdk #onetrust-policy-text, #onetrust-banner-sdk .ot-b-addl-desc, #onetrust-banner-sdk .ot-gv-list-handler {
	margin: 40px !important;
}

#ot-sdk-btn-floating, .otCenterRounded .banner-close-button {
	display: none !important;
}

/**
 * Custom classes for Admins to modify things
 */
.no-margin {
	margin: 0 !important;
}

.wp-block-arlowebsite-container.padding-bottom-0 {
	padding-bottom: 0;
}

.wp-block-arlowebsite-container.padding-bottom-0 .wp-block-arlowebsite-hero-center img {
	margin-bottom: 0;
}

@media (min-width: 768px) {
	#post-462 .wp-block-arlowebsite-seo-heading h1 {
		font-size: 60px;
	}
}

.wp-block-arlowebsite-container.bg-white .btn-transparent:hover {
	background-color: #F7F5EF;
}

/* Heading size fix for remote training pages */
@media (min-width: 768px) {
	h1.remote-training {
		font-size: 68px;
		line-height: normal;
		font-weight: normal;
	}
}

.full-width:not(.has-media-on-the-right) .wp-block-media-text__media {
	padding-left: 0;
	margin-left: 0;
	text-align: left;
}

.full-width:not(.has-media-on-the-right) .wp-block-media-text__content {
	padding-right: 0;
	margin-right: 0;
}

.full-width.has-media-on-the-right .wp-block-media-text__media {
	padding-right: 0;
	margin-right: 0;
	text-align: right;
}

.full-width.has-media-on-the-right .wp-block-media-text__content {
	padding-left: 0;
	margin-left: 0;
	text-align: left;
}

.wp-block-media-text > figure > img {
	max-width: 100%;
}
