/*!
Theme Name: Aether
Theme URI: http://underscores.me/
Author: Creativeans
Author URI: https://www.creativeans.com/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: aether
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.

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html {
	box-sizing: border-box;
}

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

/* Typography
--------------------------------------------- */
@font-face {
    font-family: 'Noto Sans';
    src: url('fonts/NotoSans-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
	font-display: swap;
}

@font-face {
    font-family: 'Noto Sans';
    src: url('fonts/NotoSans-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
	font-display: swap;
}

@font-face {
    font-family: 'Noto Sans';
    src: url('fonts/NotoSans-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
	font-display: swap;
}

@font-face {
    font-family: 'Noto Sans';
    src: url('fonts/NotoSans-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
	font-display: swap;
}

@font-face {
    font-family: 'Noto Sans';
    src: url('fonts/NotoSans-Italic.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
	font-display: swap;
}

@font-face {
    font-family: 'Orbitron';
    src: url('fonts/Orbitron-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
	font-display: swap;
}

body,
button,
input,
select,
optgroup,
textarea {
	color: #FFFFFF;
/* 	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; */
	font-family: "Noto Sans", sans-serif;
	font-weight: 500;
/* 	font-size: 1rem; */
	font-size: clamp(14px, 1.05vw, 26px);
	line-height: 1.5;
}

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

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

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

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

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

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

big {
	font-size: 125%;
}

.section-heading {
	font-family: "Orbitron", sans-serif;
	font-weight: 700;
	font-size: clamp(20px, 1.7vw, 64px);
	color: #00C2FF;
	line-height: 1.4;
}

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

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

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

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

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
	border: 1px solid #FFFFFF;
	border-collapse: collapse;
}

table td {
	border: 1px solid #FFFFFF;
	padding: clamp(10px, 1.2vw, 20px);
}

table td ul {
	margin: 0;
	padding-left: 20px;
}

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

a:visited {
	color: #800080;
}

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

a:focus {
	outline: thin dotted;
} */

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

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

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

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

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

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

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

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

.page ol,
.page ul {
	margin-left: 0;
	padding-left: clamp(10px, 10%, 65px);
}

.page .entry-header,
section.section.single-news .single-news-container {
	padding-top: clamp(40px, 4vw, 80px);
}

body {
	position: relative;
	overflow-x: hidden;
	background-color: #000000;
}

section.section {
	padding: 40px 5%;
}

@media screen and (min-width: 750px) {
	section.section {
		padding: 80px 10%;
	}
}

@media screen and (min-width: 1800px) {
	section.section {
		padding: 120px 10%;
	}
}

.owl-stage {
	display: flex;
}

.owl-stage .owl-item {
	height: fit-content;
}

.flex-section {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.flex-section .section-heading-container,
.flex-section .flex-section-main {
	width: 100%;
}

.flex-section .section-heading,
.flex-section .section-heading p {
	margin-top: 0;
}

@media screen and (min-width: 750px) {
	.flex-section .section-heading-container {
		width: 31%;
	}
	
	.flex-section .section-heading-container .section-heading {
		width: 80%;
	}

	.flex-section .flex-section-main {
		width: 65%;
	}
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
.button-container-center {
	display: flex;
	justify-content: center;
}

.button-container .button {
	position: relative;
	display: flex;
	width: fit-content;
	text-decoration: none;
	font-weight: 700;
	border: 1px solid #D9D9D9;
	border-radius: clamp(10px, 0.65vw, 20px);
	color: #FFFFFF;
	background-color: rgba(0, 0, 0, 0.3);
	box-shadow: inset 0px 3px 6px rgba(0, 0, 0, 0.16);
	padding: clamp(8px, 0.5vw, 12px) clamp(15px, 0.85vw, 20px);
	transition: color 0.5s ease, background-color 0.5s ease;
}

.button-container .button:hover {
	background-color: rgba(0, 0, 0, 0.5);
	box-shadow: 0px 2px 7px rgba(255, 255, 255, 0.4);
}

.aether-gradient-container {
	position: relative;
	overflow: hidden;
}

.aether-gradient-container:before {
	content: "";
	position: absolute;
	z-index: 2;
	bottom: 0;
	left: 0;
	width: 100vw;
	height: 100%;
	background-image: url("images/aether-gradient.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top;
	transform: translate(0, -5%);
}

.aether-gradient-container:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100vw;
	height: 100%;
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.2) 10%, rgba(0,0,0,0.5) 20%, rgba(0,0,0,0.9) 45%, rgba(0,0,0,0.9) 60%, rgba(0,0,0,0.8) 95%, rgba(0,0,0,0) 100%);
	z-index: 3;
}

.post-type-archive-newsroom .aether-gradient-container:before,
.single-newsroom .aether-gradient-container:before {
	content: "";
	position: absolute;
	z-index: 2;
	bottom: 0;
	left: 0;
	width: 100vw;
	height: 100%;
	background-image: url("images/aether-gradient.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 0% 85%;
	transform: translate(0, -5%);
}

.post-type-archive-newsroom .aether-gradient-container:after,
.single-newsroom .aether-gradient-container:after {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.9) 10%, rgba(0, 0, 0, 0.8) 20%, rgba(0, 0, 0, 0.7) 45%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.5) 95%, rgba(0, 0, 0, 0) 100%);
}

.single-newsroom .aether-gradient-container:after {
	background: linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.8) 10%, rgba(0, 0, 0, 0.7) 20%, rgba(0, 0, 0, 1) 45%, rgba(0, 0, 0, 0.8) 50%, rgba(0, 0, 0, 0.8) 95%, rgba(0, 0, 0, 0) 100%);
}

.aether-gradient-container > section {
	position: relative;
	z-index: 4;
}

.home-banner {
	padding: 0;
	padding-top: 100px;
	position: relative;
	height: 100vh;
	display: flex;
	align-items: flex-end;
	z-index: 1;
}

.banner-text-group {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
	padding: 0 5%;
}

.banner-text-group.active {
    opacity: 1;
	transition: opacity 1s ease;
    position: relative;
}

.banner-text-group .banner-text strong {
	font-weight: 900;
}

.banner-text-group .image-container {
	width: 85%;
	margin: 0 auto;
	padding: 1em 0;
}

.banner-text-group .image-container img {
	width: 100%;
	object-fit: contain;
}

@media screen and (min-width: 600px) {
	.banner-text-group .image-container {
		width: 35%;
	}
}

.banner-rotating-text {
    position: relative;
    height: auto;
}

.home-banner .banner-button-container .button,
.button.button-arrow {
	display: flex;
	align-items: center;
}

.home-banner .banner-button-container .button:after,
.button.button-arrow:after {
	content: "";
	width: clamp(14px, 1vw, 28px);
    height: clamp(14px, 1vw, 28px);
	background-image: url('images/aether-caret-right-white.svg');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center right;
	margin-left: 10px;
}

.banner-image-container,
.banner-video-container {
	position: absolute;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 70%;
	z-index: -1;
}

.banner-video-container video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.home-banner .video-wrapper {
	width: 100%;
	display: flex;
	position: relative;
	z-index: 2;
	overflow: hidden;
	border-radius: clamp(15px, 2.5vw, 50px);
	transform: scale(0.5);
}

.home-banner .video-wrapper video {
	width: 100%;
	object-fit: cover;
}

.home-banner .banner-slides .owl-stage-outer {
	border-radius: clamp(15px, 2vw, 25px);
}

.home-banner .banner-slides .banner-slide {
	padding-top: 75%;
	position: relative;
	overflow: hidden;
	border-radius: clamp(15px, 2vw, 25px);
}

.home-banner .banner-slides .owl-dots,
.testimonials .testimonials-slides .owl-dots {
	position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    bottom: 5%;
}

.testimonials .testimonials-slides .owl-dots {
	bottom: unset;
	top: 105%;
}

.home-banner .banner-slides .owl-dots button,
.testimonials .testimonials-slides .owl-dots button {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: #EBF6FF;
	margin: 5px;
	transition: background-color 0.5s ease;
}

.home-banner .banner-slides .owl-dots button.active,
.testimonials .testimonials-slides .owl-dots button.active{
	background-color: #00C2FF;
}

@media screen and (min-width: 750px) {
	.home-banner .banner-slides .banner-slide {
		padding-top: 35%;
	}
	
	.testimonials .testimonials-slides .owl-dots {
		top: 110%;
	}
}

.home-banner .banner-slides .banner-slide .banner-slide-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.home-banner .banner-slides .banner-slide .banner-slide-text-container {
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	height: 100%;
	background: linear-gradient(to right, #FFFFFF 0%, rgba(255,255,255,0.75) 75%, rgba(255, 255, 255, 0) 100%);
	display: flex;
	align-items: center;
	padding: 40px clamp(15px, 5%, 50px);
}

.home-banner .banner-slides .banner-slide .banner-slide-heading {
	font-weight: 600;
	font-size: clamp(22px, 2.82vw, 72px);
	color: #3981FC;
	margin: 0.8em 0;
}

.home-banner .banner-main-content {
	text-align: center;
	padding: 0;
	position: relative;
	z-index: 2;
	width: 100%;
	text-align: center;
	padding: clamp(50px, 3.6vw, 100px) 0;
}

.home-banner .banner-main-content:before {
	content: "";
	width: 100vw;
	height: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	background-image: url("images/aether-curve.png");
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	z-index: -1;
}

.home-banner .banner-main-content .banner-heading {
	font-family: "Orbitron", sans-serif;
	font-weight: 700;
	font-size: clamp(20px, 2.605vw, 65px);
	margin: 0;
	margin-top: 0.5em;
	line-height: 1.4;
}

.home-banner .banner-main-content .banner-text p {
	margin-top: 0.3em;
	font-size: clamp(14px, 1.25vw, 32px);
	line-height: 1.2;
}

@media screen and (min-width: 750px) {
	.home-banner {
		padding: 0;
		padding-top: 80px;
	}

}

@media screen and (min-width: 1800px) {
	.home-banner {
		padding: 0;
		padding-top: 120px;
	}
}

.tabbing-information .tabbing-information-container {
	padding: clamp(30px, 3.5%, 50px) clamp(20px, 7%, 150px);
	border-radius: clamp(15px, 2.5vw, 50px);
	position: relative;
	margin-right: 5%;
}


@media screen and (min-width: 750px) {
	section.section.tabbing-information {
		padding: 80px 10%;
		padding-top: 0;
	}
	
	.tabbing-information .tabbing-information-container {
		margin-right: 0;
	}
}

@media screen and (min-width: 1800px) {
	section.section.tabbing-information {
		padding: 120px 10%;
		padding-top: 0;
	}
}

section.section.tabbing-information {
	padding-right: 0;
	background-image: url("images/blocks.png");
	background-blend-mode: screen;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	z-index: 5;
}

.tabbing-information .tabbing-information-container:before {
	content: "";
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.4));
	-webkit-filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.4));
	border-radius: clamp(15px, 1.5vw, 35px);
	border: 1px solid #B8B8B8;
	position: absolute;
	top: 0;
	left: 0;
}

.tabbing-information .tabbing-nav-container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	position: relative;
/* 	overflow: hidden; */
	width: 100%;
	margin: 0 auto;
	margin-bottom: clamp(25px, 2.5vw, 50px);
}

.tabbing-information .tabbing-nav-container .tabbing-nav-group {
	background-color: rgba(0, 0, 0, 0.3);
	border: 1px solid #B8B8B8;
	border-radius: clamp(10px, 1vw, 20px) 0 0 clamp(10px, 1vw, 20px);
	padding: 0;
	width: 100%;
	margin: 0 auto;
	margin-bottom: 0;
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
    filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.4));
    -webkit-filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.4));
}

.tabbing-information .tabbing-nav-container .tabbing-nav-group-inner {
	width: 100%;
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    flex-wrap: nowrap;
	gap: 10px;
	/* Hide scrollbar */
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.tabbing-information .tabbing-nav-container .tabbing-nav-group::-webkit-scrollbar {
    display: none;
}

@media screen and (min-width: 750px) {
	.tabbing-information .tabbing-nav-container .tabbing-nav-group {
		justify-content: space-between;
	}
	
	.tabbing-information .tabbing-nav-container .tabbing-nav-group-inner {
		justify-content: space-between;
	}
	
	.tabbing-information .tabbing-nav-container .tabbing-nav-group {
		border-radius: clamp(10px, 1vw, 20px);
	}
}

@media screen and (min-width: 1000px) {
	.tabbing-information .tabbing-nav-container {
		width: 85%;
	}
}

@media screen and (max-width: 749px) {
	.tabbing-information .tabbing-nav-container .tabbing-nav-group button {
		flex: 0 0 auto;
		min-width: 45vw;
		scroll-snap-align: start;
	}
}

.tabbing-information .tabbing-nav-container button,
.tabbing-section-mobile-button .tabbing-nav-item-last-container .tabbing-nav-item-last {
	background-color: transparent;
	border: 1px solid transparent;
	cursor: pointer;
	font-size: clamp(16px, 1.15vw, 36px);
	font-weight: 500;
	padding: clamp(14px, 1.2vw, 25px) clamp(15px, 2vw, 40px);
	border-radius: clamp(10px, 1vw, 20px);
	white-space: nowrap;
	color: #FFFFFF;
	transition: background-color 0.5s ease, color 0.5s ease;
}

.tabbing-information .tabbing-nav-container button.active {
	background-color: rgba(0, 0, 0, 0.3);
	border: 1px solid #D9D9D9;
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.4));
	-webkit-filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.4));
	box-shadow: inset 0px 3px 6px rgba(0, 0, 0, 0.16);
	font-weight: 800;
	color: #00C2FF;
}

.tabbing-section-mobile-button {
	display: flex;
	justify-content: center;
	padding: 40px 0 20px 0;
}

.tabbing-information .tabbing-nav-container .tabbing-nav-item-last-container,
.tabbing-section-mobile-button .tabbing-nav-item-last-container {
	padding: clamp(10px, 1vw, 25px) 0;
	display: flex;
	justify-content: center;
	width: 100%;
	margin-right: 5%;
}

.tabbing-information .tabbing-nav-container .tabbing-nav-item-last-container {
	display: none;
}

.tabbing-information .tabbing-nav-container .tabbing-nav-item-last,
.tabbing-section-mobile-button .tabbing-nav-item-last-container .tabbing-nav-item-last {
	border: 1px solid #00C2FF;
	border-radius: clamp(10px, 0.65vw, 20px);
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: clamp(18px, 2.8vw, 28px);
	width: 100%;
	flex-shrink: 0;
	margin: 0 auto;
	padding: clamp(8px, 0.5vw, 12px) clamp(15px, 0.85vw, 20px);
	background-color: rgba(0, 0, 0, 0.3);
	box-shadow: inset 0px 3px 6px rgba(0, 0, 0, 0.16);
	opacity: 1;
	transition: background-color 0.5s ease, color 0.5s ease, box-shadow 0.5s ease;
	color: #FFFFFF;
	text-decoration: none;
}

.tabbing-information .tabbing-nav-container .tabbing-nav-item-last:hover,
.tabbing-section-mobile-button .tabbing-nav-item-last-container .tabbing-nav-item-last:hover {
	background-color: rgba(0, 0, 0, 0.5);
	box-shadow: 0px 2px 7px rgba(255, 255, 255, 0.4);
	color: #00C2FF;
}

.tabbing-information .tabbing-nav-container .tabbing-nav-item-last:before,
.tabbing-section-mobile-button .tabbing-nav-item-last-container .tabbing-nav-item-last:before {
	content: "";
	width: clamp(20px, 2.5vw, 50px);
	height: clamp(20px, 2.5vw, 50px);
	background-image: url( 'images/aether-shopping-icon.svg' );
	background-size: 100% 100%;
	background-repeat: no-repeat;
	margin-right: 10px;
	filter: none;
	transition: filter 0.1s ease;
	flex-shrink: 0;
	display: none;
}

@media screen and (min-width: 600px) {
	.tabbing-information .tabbing-nav-container .tabbing-nav-item-last {
		width: fit-content;
		font-size: clamp(14px, 0.94vw, 28px);
	}
	
	.tabbing-information .tabbing-nav-container .tabbing-nav-item-last:before {
		width: clamp(15px, 1.5vw, 50px);
		height: clamp(15px, 1.5vw, 50px);
	}
}

@media screen and (min-width: 750px) {
	.tabbing-information .tabbing-nav-container .tabbing-nav-item-last-container {
		margin-right: 0;
	}
	
	.tabbing-section-mobile-button .tabbing-nav-item-last-container {
		margin-right: 0;
	}
}

@media screen and (min-width: 1000px) {
	
}

@media screen and (min-width: 1350px) {
	.tabbing-information .tabbing-nav-container {
		display: flex;
		justify-content: space-between;
		align-items: center;
		flex-wrap: wrap;
		position: relative;
/* 		overflow: hidden; */
		background-color: rgba(0, 0, 0, 0.3);
		border: 1px solid #B8B8B8;
		border-radius: clamp(10px, 1vw, 20px);
		padding: 0;
/* 		width: 60%; */
		width: 75%;
		margin: 0 auto;
		margin-bottom: clamp(25px, 2.5vw, 50px);
		backdrop-filter: blur(10px);
		-webkit-backdrop-filter: blur(10px);
		filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.4));
		-webkit-filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.4));
	}
	
	.tabbing-information .tabbing-nav-container .tabbing-nav-group {
/* 		width: 75%; */
		width: 82%;
/* 		width: 100%; */
		backdrop-filter: none;
		-webkit-backdrop-filter: none;
		filter: none;
		-webkit-filter: none;
		background-color: transparent;
		border: none;
		margin-bottom: 0;
		margin: 0;
	}
	
	.tabbing-information .tabbing-nav-container .tabbing-nav-item-last-container {
		display: flex;
	}
	
	.tabbing-section-mobile-button {
		display: none;
	}
	
	.tabbing-information .tabbing-nav-container .tabbing-nav-item-last-container {
		width: fit-content;
		margin: unset;
		margin-top: unset;
		padding: 0 clamp(10px, 0.5vw, 25px);
	}
}

.tabbing-information .tabbing-information-slides {
	position: relative;
}

.tabbing-information .tabbing-information-slides .tab {
	transition: opacity 0.5s ease;
	  opacity: 0;
	  visibility: hidden;
	position: absolute;
	top: 0;
}

.tabbing-information .tabbing-information-slides .tab.active {
	opacity: 1;
  visibility: visible;
	position: relative;
}

.overview-container .overview-top {
	padding: clamp(15px, 1.5vw, 35px) 0;
}

.overview-container .overview-bottom {
	padding-bottom: clamp(15px, 1.5vw, 35px);
}

.overview-container .overview-top .overview-heading {
	text-align: center;
	margin-bottom: 2.2em;
}

.overview-container .overview-top .overview-heading h2,
.overview-container .overview-bottom .overview-bottom-heading {
	font-size: clamp(20px, 2.1vw, 64px);
	margin-bottom: 0;
	margin-top: 0;
}

.overview-container .overview-bottom .overview-bottom-heading {
	text-align: center;
	font-size: clamp(20px, 2.1vw, 64px);
	margin-top: 0;
	margin-bottom: 0.8em;
}

.overview-container .overview-top .overview-subheading {
	font-size: clamp(16px, 1.305vw, 36px);
	margin-top: 0.5em;
}

.overview-container .overview-top .overview-items {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.overview-container .overview-top .overview-items .overview-item {
	width: 100%;
	margin: 15px 0;
}

.overview-container .overview-top .overview-items .overview-item .overview-item-icon-container {
	position: relative;
	border-bottom: 2px solid #B8B8B8;
	display: flex;
	justify-content: center;
	padding-bottom: clamp(28px, 1.5vw, 40px);
}

.overview-container .overview-top .overview-item .overview-item-icon-container .icon-container {
	display: flex;
	box-shadow: inset 0px 3px 6px rgba(0, 0, 0, 0.16);
	background-color: rgba(255,255,255,0.3);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	border-radius: 5px;
}

.overview-container .overview-top .overview-items .overview-item:last-child .overview-item-icon-container:after {
	display: none;
}

.overview-container .overview-top .overview-items .overview-item .overview-item-number-container {
	display: flex;
    justify-content: center;
    align-items: center;
	position: absolute;
    z-index: 2;
	top: 100%;
    transform: translate(0, -50%);
    background-color: #B8B8B8;
    height: clamp(28px, 1.7vw, 52px);
    width: clamp(28px, 1.7vw, 52px);
    border-radius: 50%;
    border: 1px solid #B8B8B8;
}

.overview-container .overview-top .overview-items .overview-item .overview-item-number-container span {
	font-size: clamp(16px, 1.15vw, 36px);
    font-weight: 700;
    color: #000000;
}

.overview-container .overview-top .overview-items .overview-item-icon,
.overview-container .overview-bottom .overview-bottom-item-icon {
	width: clamp(70px, 4.64vw, 100px);
	aspect-ratio: 1/1;
}

.overview-container .overview-top .overview-items .overview-item-text-container {
	text-align: center;
}

.overview-container .overview-top .overview-item .overview-item-title {
	margin: 0;
    margin-top: 1.5em;
	color: #00C2FF;
	font-size: clamp(16px, 1.565vw, 42px);
	line-height: 1.2;
}

.overview-container .overview-top .overview-item .overview-item-text {
	font-weight: 500;
}

.overview-container .overview-bottom .overview-bottom-items {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.overview-container .overview-bottom .overview-bottom-items .overview-bottom-item {
	width: 100%;
	margin: 15px 0;
}

.overview-container .overview-bottom .overview-bottom-items .overview-bottom-item-icon-container {
	display: flex;
	justify-content: center;
	flex-shrink: 0;
}

.overview-container .overview-bottom .overview-bottom-items .overview-bottom-item-text {
	margin: 1em 0;
	text-align: center;
}

@media screen and (min-width: 550px) {
	.overview-container .overview-bottom .overview-bottom-items .overview-bottom-item {
		width: 48%;
		margin: 0;
	}
}

@media screen and (min-width: 750px) {
	
	.overview-container .overview-top .overview-items .overview-item {
		width: 30%;
	}
	
	.overview-container .overview-top .overview-items .overview-item .overview-item-icon-container:after {
		content: "";
		width: 1vw;
		height: 1vw;
		background-image: url('images/aether-caret-right-white.svg');
		background-size: 100% 100%;
		background-repeat: no-repeat;
		opacity: 0.7;
		position: absolute;
		bottom: 0;
		left: 105%;
		transform: translate(0, 50%);
	}
	
	.overview-container .overview-bottom .overview-bottom-items .overview-bottom-item {
		display: flex;
		justify-content: center;
		align-items: center;
	}
	
	.overview-container .overview-bottom .overview-bottom-items .overview-bottom-item-text {
		margin-left: 20px;
		text-align: left;
	}
	
	section.section.tabbing-information {
		padding-right: 10%;
	}
}

@media screen and (min-width: 800px) {
	.overview-container .overview-bottom .overview-bottom-items .overview-bottom-item-text {
		max-width: 55%;
	}
}

.tab-2-modules .cards {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.tab-2-modules .cards .card {
	width: 100%;
	margin: 15px 0;
	border: 1px solid #D9D9D9;
	border-radius: clamp(15px, 1.5vw, 30px);
	position: relative;
	overflow: hidden;
}

.tab-2-modules .cards .card .thumbnail-container {
	width: 100%;
	padding-top: 65%;
	position: relative;
	overflow: hidden;
}

.tab-2-modules .cards .card .thumbnail-container img.thumbnail-bg {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
	top: 0;
	left: 0;
}

.tab-2-modules .cards .card .thumbnail-container img.thumbnail {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
	top: 0;
	left: 0;
	transform: none;
	cursor: pointer;
	transition: transform 0.5s ease;
}

.tab-2-modules .cards .card .thumbnail-container img.thumbnail:hover {
	transform: scale(1.4);
}

.tab-2-modules .cards .card .text-container {
	padding: clamp(15px, 1.5vw, 30px);
}

.tab-2-modules .cards .card .text-container .title-price {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	color: #00C2FF;
	margin: 0;
}

.tab-2-modules .cards .card .text-container .title {
	font-family: "Orbitron", sans-serif;
	font-size: clamp(16px, 1.565vw, 42px);
	font-weight: 700;
	margin: 0;
}

.tab-2-modules .cards .card .text-container .title sup {
	font-size: 60%;
}

.tab-2-modules .cards .card .text-container .price {
	margin: 0.5em 0;
}

.tab-2-modules .inner-tabs > div {
	display: none;
	position: relative;
}
.tab-2-modules .close-inner-tab {
	position: absolute;
	top: -30px;
	right: -10px;
	cursor: pointer;
	border: none;
	background: transparent;
	padding: 0;
	font-size: clamp(25px, 1.825vw, 35px);
}

.button-container .button.aether-plus-brochure-button {
	display: block;
}


@media screen and (min-width: 750px) {
	.tab-2-modules .cards .card {
		width: 48%;
	}
}

.modules-container {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 1em;
}

.modules-container .module-item {
	width: 100%;
	margin: 15px 0;
}

.modules-container .module-item .module-item-title-container {
	display: flex;
	align-items: center;
	border-bottom: 2px solid #B8B8B8;
	position: relative;
	padding-bottom: 10px;
}

.modules-container .module-item:last-child .module-item-title-container:after {
	display: none;
}

.modules-container .module-item .module-item-title-container .module-number-container {
	margin-right: 10px;
	width: clamp(22px, 2.2vw, 56px);
    height: clamp(22px, 2.2vw, 56px);
    display: flex;
    justify-content: center;
    align-items: center;
	background-color: #B8B8B8;
	border: 1px solid #B8B8B8;
	border-radius: 50%;
	flex-shrink: 0;
}

.modules-container .module-item .module-item-title-container .module-number {
	display: flex;
	font-size: clamp(16px, 1.25vw, 36px);
	font-weight: 700;
	color: #000000;
}

.modules-container .module-item .module-item-title-container .module-title {
	font-size: clamp(18px, 1.25vw, 42px);
	font-weight: 700;
	color: #00C2FF;
	margin: 10px 0;
}

.modules-container .module-item-features-list .features-list-item {
	display: flex;
	align-items: center;
	margin: 20px 0;
}

@media screen and (min-width: 750px) {
	.modules-container .module-item-features-list .features-list-item {
		align-items: flex-start;
	}
}

.modules-container .module-item-features-list .features-list-item-icon-container {
    display: flex;
    width: clamp(25px, 1.825vw, 40px);
    height: clamp(25px, 1.825vw, 40px);
    flex-shrink: 0;
    margin-right: 15px;
    box-shadow: inset 0px 3px 6px rgba(0, 0, 0, 0.16);
    background-color: rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 5px;
}

.modules-container .module-item-features-list .features-list-item-icon-container img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.modules-container .module-item-features-list .features-list-item-text {
	margin: 0.15em 0;
}

.modules-container .module-item .module-item-benefits-title {
	color: #00C2FF;
	font-weight: 700;
	font-size: clamp(16px, 1.15vw, 36px);
}

.modules-container .module-item .module-item-benefits-content ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.modules-container .module-item .module-item-benefits-content ul li {
	position: relative;
	display: flex;
	margin: 10px 0;
}

.modules-container .module-item .module-item-benefits-content ul li:before {
	content: "";
	height: clamp(16px, 1.25vw, 36px);
	width: clamp(16px, 1.25vw, 36px);
	background-image: url( 'images/icon-checkmark-white.svg' );
	background-size: 100% 100%;
	background-repeat: no-repeat;
	flex-shrink: 0;
	margin-right: 10px;
}

@media screen and (min-width: 750px) {
	.modules-container .module-item {
		width: 30%;
		display: flex;
		flex-flow: column;
	}
	
	.modules-container .module-item .module-item-content-container {
		display: flex;
		flex-flow: column;
		flex: 1;
	}
	
	.modules-container .module-item .module-item-benefits {
		margin-top: auto;
	}
	
	.modules-container .module-item .module-item-title-container:after {
		content: "";
		width: 1vw;
        height: 1vw;
        background-image: url(images/aether-caret-right-white.svg);
        background-size: 100% 100%;
        background-repeat: no-repeat;
        opacity: 0.7;
		position: absolute;
		bottom: 0;
		left: 105%;
		transform: translate(0, 50%);
	}
}

.modules-aether-container .aether-heading,
.aether-plus-container .aether-plus-heading {
	text-align: center;
    font-family: "Orbitron", sans-serif;
    font-size: clamp(16px, 1.565vw, 42px);
	font-weight: 700;
}

.aether-plus-container .aether-plus-heading .small-text {
	font-family: "Noto Sans", sans-serif;
    font-weight: 500;
    font-size: clamp(14px, 1.05vw, 26px);
    line-height: 1.5;
}

.aether-plus-container .aether-plus-items {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.aether-plus-container .aether-plus-items .aether-plus-item {
	margin: 15px 0;
	width: 100%;
}

.aether-plus-container .aether-plus-item .aether-plus-item-heading-container {
	display: flex;
    align-items: center;
    border-bottom: 2px solid #B8B8B8;
    position: relative;
    padding-bottom: 10px;
}

.aether-plus-container .aether-plus-item .aether-plus-item-heading-container .number-container {
	margin-right: 10px;
    width: clamp(22px, 2.2vw, 56px);
    height: clamp(22px, 2.2vw, 56px);
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #B8B8B8;
    border: 1px solid #B8B8B8;
    border-radius: 50%;
    flex-shrink: 0;
}

.aether-plus-container .aether-plus-item .aether-plus-item-heading-container .number-container .number {
	display: flex;
    font-size: clamp(16px, 1.25vw, 36px);
    font-weight: 700;
    color: #000000;
}

.aether-plus-container .aether-plus-item .aether-plus-item-heading-container .title {
	font-size: clamp(18px, 1.25vw, 42px);
    font-weight: 700;
    color: #00C2FF;
    margin: 10px 0;
}

.aether-plus-container .aether-plus-item .aether-plus-feature-items {
	margin: 20px 0;
}

.aether-plus-container .aether-plus-item .aether-plus-feature-item {
	display: flex;
	align-items: flex-start;
	margin: 15px 0;
}

.aether-plus-container .aether-plus-item .aether-plus-feature-item .icon-container {
	flex-shrink: 0;
/* 	width: clamp(35px, 2.5vw, 64px);
	height: clamp(35px, 2.5vw, 64px); */
	width: clamp(25px, 1.825vw, 40px);
	height: clamp(25px, 1.825vw, 40px);
	display: flex;
	margin-right: 15px;
    box-shadow: inset 0px 3px 6px rgba(0, 0, 0, 0.16);
    background-color: rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: clamp(2px, 0.25vw, 5px);
}

.aether-plus-container .aether-plus-item .aether-plus-feature-item .icon-container img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.aether-plus-container .aether-plus-item .aether-plus-feature-item .aether-plus-feature-item-title {
	margin: clamp(3px, 0.1vw, 10px) 0 clamp(7px, 0.6vw, 10px) 0;
}

.aether-plus-container .aether-plus-item .aether-plus-feature-item .details p {
	margin-top: 0;
}

@media screen and (min-width: 750px) {
	.aether-plus-container .aether-plus-items .aether-plus-item {
		width: 48%;
	}
}

.technology-container {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: flex-start;
}

.technology-container .technology-item {
	width: 100%;
	border: 1px solid transparent;
	border-radius: clamp(15px, 2vw, 30px);
	padding: 0;
	margin: 15px 0;
	filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, 0.13));
	-webkit-filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, 0.13));
	display: flex;
	flex-flow: column;
	justify-content: space-between;
}

.technology-container .technology-item-inner {
  position: relative;
  overflow: hidden;
  transition: max-height 0.5s ease;
  max-height: clamp(200px, 20vw, 500px);
}

.technology-container .technology-item .technology-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 120px;
  background: linear-gradient(to bottom, rgba(255,255,255,0), rgba(0,0,0,0.8));
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 1rem;
  transition: opacity 0.3s ease;
  pointer-events: none;
}

.more-info-btn {
	line-height: 1.4;
	margin: 15px 0;
	cursor: pointer;
}

/* .technology-container .technology-item-inner.expanded .technology-overlay {
  opacity: 0;
  visibility: hidden;
} */

.technology-container .technology-item .technology-item-flex {
	padding-bottom: 1vw;
}

.technology-details .technology-item .button-container-center {
	margin-top: clamp(15px, 1vw, 25px);
}

.technology-item .technology-item-text-container,
.technology-item .technology-grid {
	width: 100%;
	display: flex;
	flex-flow: column;
	justify-content: space-between;
}

.technology-details.technology-item ul {
	margin-left: 0;
	padding-inline-start: 20px;
}

.technology-details .technology-item ul li {
	margin: 5px 0;
}

.technology-details .technology-item .technology-item-text-container h2 {
	font-size: clamp(16px, 1.565vw, 42px);
	margin: 10px 0;
}

.technology-item .technology-item-logo-container-flex {
	display: flex;
	align-items: center;
	aspect-ratio: 8/1;
}

.technology-item .technology-item-subheading {
	margin-bottom: 0;
    font-size: clamp(14px, 1.05vw, 26px);
    font-weight: 800;
}

.technology-item .technology-item-logo-container {
	width: 85%;
	padding-top: 10%;
/* 	min-width: 240px;
	max-width: 1000px; */
	display: flex;
	position: relative;
/* 	margin: 15px 0; */
}

.technology-item .technology-item-logo-container:nth-child(2) {
	margin-left: 15px;
}

.technology-item .technology-item-logo-container img {
	height: 100%;
	width: auto;
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	left: 0;
	object-fit: contain;
	cursor: pointer;
}

.technology-item .technology-grid {
	margin-top: 30px;
}

.technology-item .technology-grid-main {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	grid-gap: 15px;
	margin-top: 1em;
	margin-bottom: 1.5em;
}

/* .technology-container .technology-item .technology-grid .button-container {
	display: flex;
	justify-content: flex-end;
} */

.technology-item .technology-grid .box {
	background-color: rgba(255,255,255,0.19);
	backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.4));
    -webkit-filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.4));
    border-radius: clamp(15px, 1.5vw, 35px);
    border: 2px solid rgba(184,184,184,0.4);
	padding: clamp(15px, 1.5vw, 30px);
}

.technology-item .technology-grid .box1 {
	grid-column: span 5;
}

.technology-item .technology-grid .box1 .box1-title {
	font-size: clamp(14px, 0.835vw, 20px);
    color: #00C2FF;
    text-align: center;
	margin-top: 0;
	line-height: 1.3;
}

.technology-item .technology-grid .box1 .box1-images {
	display: flex;
	justify-content: space-evenly;
}

.technology-item .technology-grid .box1 .box1-images .image-container {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50%;
	aspect-ratio: 3/2;
}

.technology-item .technology-grid .box1 .box1-images .image-container img {
	max-height: 90%;
/* 	max-width: 70%; */
	object-fit: contain;
}

.technology-item .technology-grid .box-bottom {
	grid-column: span 5;
	display: grid;
	grid-template-columns: repeat(5, 1fr);
}

.technology-item .technology-grid .box2 {
	grid-column: span 3;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}

.technology-item .technology-grid .box2 .box2-text {
	text-transform: uppercase;
	font-size: clamp(12px, 0.88vw, 20px);
	line-height: 1.2;
	margin: 0;
}

.technology-item .technology-grid .box2 .box2-text .highlight {
	font-family: "Orbitron", sans-serif;
	font-size: clamp(36px, 3.39vw, 86px);
	color: #00C2FF;
}

.technology-item .technology-grid .box3 {
	grid-column: span 2;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 clamp(7.5px, 7.5vw, 15px);
}

.technology-item .technology-grid .box3 img {
	width: 85%;
}

.technology-item .countries .countries-text {
	font-weight: 600;
}

/* .technology-container .technology-item .flags {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	grid-gap: clamp(7px, 0.75vw, 20px);
	margin-bottom: 1.5em;
}

.technology-container .technology-item .flags .flag {
	width: 100%;
	object-fit: contain;
} */

.tab-3-technology .technology-item .technology-item-heading {
    font-family: "Orbitron", sans-serif;
    font-size: clamp(20px, 1.565vw, 42px);
    font-weight: 700;
	color: #00C2FF;
	margin-top: 0;
	max-width: 90%;
}

.tab-3-technology .technology-item .technology-item-flex {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.tab-3-technology .technology-details > .technology-item-details {
	display: none;
	position: relative;
	padding: 0.75em 0;
}

.tab-3-technology .close-technology-details {
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
	border: none;
	background: transparent;
	padding: 0;
	font-size: clamp(25px, 1.825vw, 35px);
}

.technology-item .technology-subitems .techitem {
	display: flex;
	align-items: flex-start;
}

.technology-item .technology-subitems .techitem .icon-container {
	flex-shrink: 0;
/*     width: clamp(35px, 2.5vw, 64px);
    height: clamp(35px, 2.5vw, 64px); */
	width: clamp(25px, 1.825vw, 40px);
	height: clamp(25px, 1.825vw, 40px);
    display: flex;
    margin-right: 15px;
    box-shadow: inset 0px 3px 6px rgba(0, 0, 0, 0.16);
    background-color: rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 5px;
}

.technology-item .technology-subitems .techitem .icon-container img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.technology-item .technology-subitems .techitem .title {
	margin: clamp(3px, 0.1vw, 10px) 0 clamp(7px, 0.6vw, 10px) 0;
	font-weight: 800;
}

.technology-item .technology-subitems .techitem .text p {
	margin-top: 0;
}

.technology-item .tech-countries .map-container {
	width: 100%;
	padding-top: 60%;
	border-radius: clamp(15px, 1vw, 30px);
	position: relative;
	overflow: hidden;
}

.technology-item .tech-countries .map-container img {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 80%;
}

@media screen and (min-width: 750px) {
	.tab-3-technology .technology-item .technology-item-flex {
		flex-wrap: nowrap;
	}
	.technology-container .technology-item {
		width: 47%;
	}
	
	.technology-details .technology-item .technology-item-logo-container {
		width: 40%;
		padding-top: 8%;
	}
	
	.technology-details .technology-item .technology-item-text-container {
		width: 55%;
	}
	.technology-details .technology-item .technology-grid {
		width: 40%;
		margin-top: 15px;
	}
	
	.technology-details .technology-item .tech-countries {
		width: 55%;
        margin-left: 5%;
	}
	
	.technology-item .technology-item-logo-container-flex {
		aspect-ratio: 15/1;
	}
}

.addons-container {
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 15px;
}

.addons-container .addon-card {
	grid-column: span 1;
	border: 1px solid transparent;
	border-radius: clamp(15px, 2vw, 30px);
/* 	padding: clamp(20px, 2.19vw, 48px); */
	margin: 15px 0;
	filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, 0.13));
	-webkit-filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, 0.13));
	display: flex;
	flex-flow: column;
	justify-content: space-between;
}

.addons-container .addon-card .addon-title,
.addons-container .addon-card-popup .addon-title {
	color: #00C2FF;
	font-size: clamp(18px, 1.25vw, 54px);
	font-weight: 700;
	margin-top: 0;
	margin-bottom: 15px;
}

.addons-container .addon-card .addon-buttons {
	display: flex;
	flex-wrap: wrap;
}

.addons-container .addon-card .addon-buttons button {
	width: 100%;
	margin: 5px 0;
    border-radius: clamp(10px, 0.65vw, 20px);
    position: relative;
    display: flex;
	justify-content: center;
    align-items: center;
/* 	padding: clamp(10px, 0.85vw, 20px) clamp(15px, 1.2vw, 40px); */
	padding: clamp(8px, 0.5vw, 12px) clamp(15px, 0.85vw, 20px);
	cursor: pointer;
	font-weight: 700;
	border: 1px solid #D9D9D9;
    border-radius: clamp(10px, 0.5vw, 15px);
    color: #FFFFFF;
    background-color: rgba(0, 0, 0, 0.3);
	transition: background-color 0.5s ease, color 0.5s ease;
}

.addons-container .addon-card .addon-buttons button:hover {
	color: #FFFFFF;
	background-color: rgba(0, 0, 0, 0.5);
	box-shadow: 0px 2px 7px rgba(255, 255, 255, 0.4);
}

.addons-container .addon-card .addon-buttons button.open-addon-popup:before {
	content: "";
	width: clamp(16px, 1.15vw, 50px);
	height: clamp(16px, 1.15vw, 50px);
	background-image: url( 'images/icon-arrow-down-white.svg' );
	background-size: 100% 100%;
	background-repeat: no-repeat;
	margin-right: 10px;
	filter: none;
	transition: filter 0.1s ease;
}

.addons-container .addon-card .addon-buttons button.add-to-cart:before {
	content: "";
	width: clamp(16px, 1.15vw, 50px);
	height: clamp(16px, 1.15vw, 50px);
	background-image: url( 'images/aether-shopping-icon.svg' );
	background-size: 100% 100%;
	background-repeat: no-repeat;
	margin-right: 10px;
	filter: none;
	transition: filter 0.1s ease;
}

.addons-container .addon-card-popup {
	visibility: hidden;
	position: fixed;
	z-index: 2;
	bottom: 0;
	left: 0;
	width: 100vw;
	min-height: 50vh;
	background-color: rgba(0, 0, 0, 0.85);
/* 	background-color: rgba(247, 228, 217, 0.95); */
    filter: drop-shadow(0px 5px 10px rgba(0, 0, 0, 0.13));
    -webkit-filter: drop-shadow(0px 5px 10px rgba(0, 0, 0, 0.13));
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
    border-radius: clamp(15px, 2.5vw, 50px) clamp(15px, 2.5vw, 50px) 0 0;
	padding: 40px 5%;
	transform: translate(0, 110%);
	transition: transform 0.5s ease, visibility 0.5s ease;
}

.addons-container .addon-card-popup .addon-card-popup-text {
	font-size: clamp(14px, 1.05vw, 28px);
}

.addons-container .addon-card-popup .close-addon-popup-container {
	display: flex;
	justify-content: flex-end;
}

.addons-container .addon-card-popup button.close-addon-popup {
	background-color: transparent;
	border: none;
	cursor: pointer;
}

.addons-container .addon-card-popup.active {
	display: block;
	transform: none;
	visibility: visible;
}

@media screen and (min-width: 750px) {
	.addons-container {
		grid-template-columns: repeat(3, 1fr);
		grid-gap: clamp(15px, 2.5vw, 54px);
	}
	
	.addons-container .addon-card-popup {
		padding: 40px 10%;
	}
}

.faq-accordion {
    margin: 20px 0;
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 0;
}

.faq-item {
    border-bottom: 1px solid #707070;
    padding: 0;
	grid-column: span 1;
}

/* Hide the checkbox */
.faq-item input[type="checkbox"] {
    display: none;
}

/* Style for the accordion title (question) */
.faq-title {
    display: flex;
	justify-content: space-between;
    width: 100%;
    padding: clamp(15px, 2vw, 25px);
	padding-left: 0;
	padding-right: 0;
    font-size: clamp(18px, 1.25vw, 42px);
	font-weight: 400;
    cursor: pointer;
	position: relative;
}

.faq-title:after {
	content: "";
	width: clamp(20px, 1.5vw, 25px);
	height: clamp(20px, 1.5vw, 25px);
	background-image: url( 'images/plus-blue.svg' );
	background-size: 100% 100%;
	background-repeat: no-repeat;
	transform: rotate(0);
	transition: transform 0.5s ease;
	flex-shrink: 0;
	margin-left: 15px;
}

/* Content area that will expand/collapse */
.faq-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-in-out;
    padding: 0;
	width: 100%;
}

@media screen and (min-width: 850px) {
	.faq-content {
		width: calc(100% - clamp(15px, 2vw, 25px));
	}
}

@media screen and (min-width: 850px) {
	.faq-accordion {
		grid-template-columns: repeat(2, 1fr);
		grid-gap: 0 clamp(20px, 1vw, 30px);
	}
	
	.faq-title {
		padding-right: clamp(15px, 2vw, 25px);
	}
}

.faq-content ul:not(:last-child) {
	margin-bottom: 0;
}

.faq-content ul {
	padding: 0 1em;
}
.faq-content ol {
	padding: 0 2em;
	margin: 0.5em 0;
}

.faq-content p {
	margin-top: 0;
}

/* When the checkbox is checked, expand the content */
.faq-item input[type="checkbox"]:checked + .faq-title + .faq-content {
    max-height: 200vh; /* This can be adjusted based on your content size */
/*     padding: 10px; */
}

.faq-item input[type="checkbox"]:checked + .faq-title:after {
	transform: rotate(45deg);
}

.faq-content h3 {
	font-size: clamp(14px, 1.05vw, 26px);
	font-weight: 700;
	color: #00C2FF;
	margin: 0.5em 0;
}

.faq-content .comparison-table {
	margin-bottom: 2em;
}

.faq-content .comparison-table .header h3 {
	font-size: clamp(12px, 0.9vw, 26px);
}

.faq-content .comparison-table .row {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: clamp(5px, 0.6vw, 10px);
}

.faq-content .comparison-table .row:not(.row-1):not(:last-child) {
	border-bottom: 1px solid #707070;
	padding-bottom: 0.8em;
}

.faq-content .comparison-table .feature {
	grid-column: 1 / span 2;
}

.faq-content .comparison-table .aether {
	grid-column: 3 / span 1;
	display: flex;
	align-items: center;
	justify-content: center;
}

.faq-content .comparison-table .aether-plus {
	grid-column: 4 / span 1;
	display: flex;
	align-items: center;
	justify-content: center;
}

.faq-content .comparison-table p {
	font-size: clamp(12px, 0.94vw, 22px);
	margin-bottom: 0;
}

@media screen and (min-width: 750px) {
	.faq-content .comparison-table .row {
		grid-template-columns: repeat(5, 1fr);
	}
	
	.faq-content .comparison-table .feature {
		grid-column: 1 / span 3;
	}
	
	.faq-content .comparison-table .aether {
		grid-column: 4 / span 1;
	}
	
	.faq-content .comparison-table .aether-plus {
		grid-column: 5 / span 1;
	}
}

.grant-section {
	margin-top: clamp(50px, 4vw, 120px);
	display: flex;
	justify-content: center;
	padding-right: 5%;
}

.grant-section .grant-image-container {
	width: 100%;
	display: flex;
}

.grant-section .grant-image-container img {
	width: 100%;
	object-fit: contain;
}

@media screen and (min-width: 750px) {
	.grant-section {
		padding-right: 0;
	}
	.grant-section .grant-image-container {
		width: 70%;
	}
}

section.st-engineering {
	padding-right: 0;
}

section.st-engineering .st-engineering-logo {
	height: clamp(25px, 2.2vw, 64px);
	object-fit: contain;
    transform: translate(0, 35%);
    margin-bottom: 20px;
}

section.st-engineering .owl-item {
	padding: 0 5px;
}

.st-engineering .st-engineering-slide {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	flex-wrap: wrap;
}

.st-engineering .st-engineering-slide .st-engineering-slide-image-container,
.st-engineering .st-engineering-slide .st-engineering-slide-text-container {
	width: 100%;
}

.st-engineering .st-engineering-slide .st-engineering-slide-image-container-inner {
	width: 100%;
	padding-top: 80%;
	border-radius: clamp(10px, 0.9vw, 15px);
	position: relative;
	overflow: hidden;
}

.st-engineering .st-engineering-slide .st-engineering-slide-image-container-inner img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.st-engineering .st-engineering-slide .slide-title {
	font-weight: 800;
	font-size: clamp(18px, 1.88vw, 54px);
	line-height: 1.2;
	margin-bottom: 0.5em;
}

.st-engineering .st-engineering-slide .slide-text p {
	margin-bottom: 0;
	margin-top: 0;
}

@media screen and (min-width: 750px) {
	.flex-section.st-engineering .section-heading-container,
	.flex-section.preview-newsroom .section-heading-container {
		width: 27.5%;
	}

	.flex-section.st-engineering .flex-section-main,
	.flex-section.preview-newsroom .flex-section-main {
		width: 68.5%;
	}
}

/* @media screen and (min-width: 800px) {
	
	.st-engineering .st-engineering-slide .st-engineering-slide-image-container {
		padding-right: 10px;
	}
	
	.st-engineering .st-engineering-slide .st-engineering-slide-text-container {
		padding-left: 10px;
	}
} */

@media screen and (min-width: 1000px) {
	.st-engineering .st-engineering-slide .st-engineering-slide-image-container,
	.st-engineering .st-engineering-slide .st-engineering-slide-text-container {
		width: 50%;
	}
	
	.st-engineering .st-engineering-slide .st-engineering-slide-image-container {
		padding-right: 20px;
	}
	
	.st-engineering .st-engineering-slide .st-engineering-slide-text-container {
		padding-left: 20px;
	}
}

section.preview-newsroom {
	padding-right: 0;
}

section.preview-newsroom .section-heading-container {
	margin-bottom: 15px;
}

section.preview-newsroom .newsroom-post {
	color: #FFFFFF;
	text-decoration: none;
}

section.preview-newsroom .newsroom-thumbnail {
	width: 100%;
    padding-top: 80%;
    border-radius: clamp(10px, 0.9vw, 15px);
    position: relative;
    overflow: hidden;
}

section.preview-newsroom .newsroom-thumbnail img {
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

section.preview-newsroom .newsroom-date,
.newsroom-listing .newsroom-date,
.latest-newsroom .newsroom-date {
	font-size: clamp(12px, 0.89vw, 20px);
	margin: 1.5em 0 0 0;
}

section.preview-newsroom .newsroom-title,
.newsroom-listing .newsroom-title {
	font-size: clamp(16px, 1.565vw, 42px);
	font-weight: 800;
	line-height: 1.3;
	margin: 0;
}

.newsroom-listing .newsroom-title {
	font-size: clamp(20px, 1.88vw, 54px);
}

section.preview-newsroom .owl-item {
	padding: 0 5px;
}

.search-form-container {
	width: 100%;
	margin-top: 15px;
}

.search-form-container form {
	width: 100%;
	border: 1px solid #FFFFFF;
	border-radius: clamp(5px, 0.5vw, 10px);
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.search-form-container form input {
	background-color: transparent;
	color: #FFFFFF!important;
	border: none;
	border-right: 1px solid #FFFFFF;
	border-radius: 0px;
	width: calc(100% - clamp(35px, 2.2vw, 45px));
	padding: 10px 15px;
	font-size: clamp(12px, 0.785vw, 18px);
	border-radius: clamp(5px, 0.5vw, 10px) 0 0 clamp(5px, 0.5vw, 10px);
}

.search-form-container form input:focus-visible {
	outline: none;
	border: none;
	border-right: 1px solid #FFFFFF;
	background-color: rgba(255, 255, 255, 0.2);
    box-shadow: 0 1px 2px 0 rgba(255, 255, 255, 0.5);
}

.search-form-container form input::-webkit-input-placeholder {
  color: #FFFFFF;
	font-size: clamp(12px, 0.785vw, 18px);
}

.search-form-container form input:-ms-input-placeholder {
  color: #FFFFFF;
	font-size: clamp(12px, 0.785vw, 18px);
}

.search-form-container form input:-moz-placeholder {
  color: #FFFFFF;
	font-size: clamp(12px, 0.785vw, 18px);
}

.search-form-container form input::-moz-placeholder {
  color: #FFFFFF;
	font-size: clamp(12px, 0.785vw, 18px);
}

.search-form-container form button {
	background: transparent;
	background-color: transparent;
	border: none;
	padding: 0;
	width: clamp(35px, 2.2vw, 45px);
/* 	height: clamp(35px, 2.2vw, 45px); */
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}

.search-form-container form button img {
	width: 75%;
	object-fit: contain;
	transform: translate(-5%, -5%)
}

.testimonials {
	margin-bottom: 35px;
}

.testimonials .owl-item {
	padding: 0 5px;
}

.testimonials .testimonial-item {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}

.testimonials .testimonial-item .featured-image-container,
.testimonials .testimonial-item .testimonial-text-container,
.testimonials .testimonial-item .testimonial-text-container-inner {
	width: 100%;
}

.testimonials .testimonial-item .featured-image-container-inner {
	width: 100%;
	padding-top: 45%;
	border-radius: clamp(10px, 0.9vw, 15px);
	position: relative;
	overflow: hidden;
}

.testimonials .testimonial-item .featured-image-container-inner img {
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	width: 50%;
	max-height: 80%;
	height: auto;
	object-fit: contain;
}

.testimonials .testimonial-item .testimonial-title {
	font-family: "Orbitron", sans-serif;
	font-size: clamp(20px, 1.7vw, 64px);
	font-weight: 700;
	color: #00C2FF;
	margin-bottom: 15px;
}

.testimonials .testimonial-item .testimonial-content {
	margin-bottom: 20px;
}

.testimonials .testimonial-item .testimonial-content p em {
	  font-weight: 400;
	  font-style: italic;
}

.testimonials .testimonial-item .testimonial-content p:last-child,
.testimonials .testimonial-item .testimonial-content p:nth-last-child(2) {
	margin: 0;
	line-height: 1.6;
}

@media screen and (min-width: 750px) {
	.testimonials .testimonial-item .testimonial-title {
		margin-top: 0;
	}
}

.site-main .owl-carousel .owl-nav {
	position: absolute;
	left: 0;
/* 	bottom: 0; */
	top: 105%;
	display: flex;
}

.site-main .owl-carousel .owl-nav button span {
	display: none;
}

.site-main .owl-carousel .owl-nav button {
	width: clamp(35px, 2.5vw, 64px);
	height: clamp(35px, 2.5vw, 64px);
	margin-right: 10px;
}

.site-main .owl-carousel .owl-nav button.owl-prev {
	background-image: url( 'images/slider-arrow-prev.svg' );
	background-size: 100% 100%;
	background-repeat: no-repeat;
}

.site-main .owl-carousel .owl-nav button.owl-next {
	background-image: url( 'images/slider-arrow-next.svg' );
	background-size: 100% 100%;
	background-repeat: no-repeat;
}

@media screen and (min-width: 750px) {

	.testimonials .testimonial-item .featured-image-container {
		width: 31%;
	}

	.testimonials .testimonial-item .testimonial-text-container {
		width: 65%;
	}
	
	.site-main .owl-carousel .owl-nav {
		left: 35%;
	}
}

@media screen and (min-width: 850px) {
	.testimonials .testimonial-item .testimonial-text-container-inner {
		width: 80%;
	}
}

.contact-form.flex-section section {
	width: 100%;
}

.contact-form.flex-section section:first-child p {
	font-family: "Orbitron", sans-serif;
	margin-top: 0;
	font-weight: 700;
	font-size: clamp(20px, 1.7vw, 64px);
	color: #00C2FF;
	line-height: 1.4;
}

@media screen and (min-width: 750px) {
	.contact-form.flex-section section:first-child {
		width: 31%;
	}
	
	.contact-form.flex-section section:first-child p {
		width: 90%;
	}

	.contact-form.flex-section section:nth-child(2) {
		width: 65%;
	}
}

.contact-form .widget_block p:first-child {
	margin: 0;
}

.contact-form form label,
.contact-form form br {
	display: none;
}

.contact-form form .form-field-flex {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.contact-form form .form-field {
	width: 100%;
	margin: 10px 0;
}

.contact-form form .form-field input,
.contact-form form .form-field textarea,
.contact-form form .form-field select {
	width: 100%;
	padding: 10px 15px;
	background-color: transparent;
	border: 1px solid #FFFFFF;
	border-radius: clamp(5px, 0.5vw, 10px);
	color: #FFFFFF;
	font-size: clamp(12px, 0.785vw, 18px);
	filter: drop-shadow(1px 2px 1px rgba(120, 120, 120, 0.13));
	-webkit-filter: drop-shadow(1px 2px 1px rgba(120, 120, 120, 0.13));
	-webkit-appearance: none;
}

.contact-form form .form-field select option {
	background-color: #000000;
}

.contact-form form .form-field input::placeholder,
.contact-form form .form-field textarea::placeholder,
.contact-form form .form-field select::placeholder {
	color: #FFFFFF;
	font-size: clamp(12px, 0.785vw, 18px);
	line-height: 1;
}

.contact-form form .form-field input:focus-visible,
.contact-form form .form-field textarea:focus-visible,
.contact-form form .form-field select:focus-visible,
.contact-form form .form-field select:focus,
.contact-form form .form-field select:focus-within {
	border: 1px solid #EBF6FF;
	outline: none;
	background-color: rgba(255,255,255,0.2);
	box-shadow: 0 1px 2px 0 rgba(255,255,255,0.5);
}

.contact-form form .form-field p {
	margin: 0;
}

.contact-form form .form-field-submit button {
	display: flex;
    width: fit-content;
    text-decoration: none;
    font-weight: 700;
    color: #FFFFFF;
    background-color: rgba(0, 0, 0, 0.3);
    border: 1px solid #D9D9D9;
    border-radius: clamp(10px, 0.5vw, 15px);
    padding: clamp(10px, 0.65vw, 20px) clamp(15px, 1.2vw, 40px);
	box-shadow: inset 0px 3px 6px rgba(0, 0, 0, 0.16);
    transition: color 0.5s ease, background-color 0.5s ease;
	cursor: pointer;
	position: relative;
}

.contact-form form .form-field-submit button:hover {
	color: #FFFFFF;
	background-color: rgba(0, 0, 0, 0.5);
	box-shadow: 0px 2px 7px rgba(255, 255, 255, 0.4);
}

.contact-form form .form-field-submit button img.form-button-arrow {
    width: clamp(14px, 1vw, 28px);
    height: clamp(14px, 1vw, 28px);
    margin-left: 10px;
	object-fit: contain;
	object-position: right;
}

.site-main .wpcf7 form .wpcf7-response-output {
	margin-left: 0;
	margin-right: 0;
	padding: 0;
    font-size: clamp(14px, 0.9vw, 22px);
    line-height: 1.2;
	border-color: transparent;
}

@media screen and (min-width: 750px) {
	.contact-form form .form-field-flex .form-field {
		width: 49%;
	}
}

.newsroom-banner {
	padding: 0 5%;
	padding-top: clamp(100px, 10vw, 200px);
}

.newsroom-back-button {
	display: flex;
	align-items: center;
	color: #FFFFFF;
	position: relative;
	text-decoration: none;
	margin-bottom: 20px;
}

.newsroom-back-button:before {
	content: "";
    width: clamp(14px, 1.05vw, 26px);
    height: clamp(14px, 1.05vw, 26px);
    background-image: url(images/aether-caret-left-white.svg);
    background-size: contain;
    background-repeat: no-repeat;
	margin-right: 10px;
}

.newsroom-banner .newsroom-banner-flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-end;
}

.newsroom-banner .newsroom-banner-text {
	width: 100%;
}

.newsroom-banner .newsroom-heading {
	font-size: clamp(32px, 1.88vw, 64px);
	margin: 5px 0;
	margin-right: 3vw;
	line-height: 1.2;
}

.newsroom-banner .newsroom-subheading {
	font-size: clamp(14px, 1.05vw, 26px);
    font-weight: 500;
	margin: 5px 0;
	line-height: 1.4;
}

section.section.newsroom-listing {
	padding-top: 25px;
}

section.section.newsroom-listing .type-newsroom {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	border-top: 1.5px solid #C2C2C2;
	padding: clamp(25px, 1.5vw, 40px) 0;
	text-decoration: none;
	position: relative;
}

section.section.newsroom-listing .type-newsroom .newsroom-listing-thumbnail-container {
	width: 100%;
	flex-shrink: 0;
}

section.section.newsroom-listing .type-newsroom .newsroom-listing-thumbnail-container-inner {
	width: 100%;
	padding-top: 85%;
	border-radius: clamp(10px, 0.9vw, 15px);
	position: relative;
	overflow: hidden;
}

section.section.newsroom-listing .type-newsroom .newsroom-listing-thumbnail-container img {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	top: 0;
	left: 0;
}

section.section.newsroom-listing .type-newsroom .newsroom-listing-text-container {
	color: #FFFFFF;
	width: 100%;
}

section.newsroom-listing .pagination-wrapper {
	display: flex;
	justify-content: center;
	margin-top: 45px;
}

section.newsroom-listing .pagination-wrapper .nav-links {
	display: flex;
}

section.newsroom-listing .pagination-wrapper .page-numbers {
	color: #FFFFFF;
	text-decoration: none;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 10px;
	position: relative;
}

section.newsroom-listing .pagination-wrapper .current {
	font-weight: 700;
	text-decoration: underline;
	text-underline-offset: 3px;
}

section.newsroom-listing .pagination-wrapper .page-numbers.next:before {
	content: "";
	width: clamp(14px, 1.05vw, 26px);
	height: clamp(14px, 1.05vw, 26px);
	background-image: url('images/aether-caret-right-white.svg');
	background-size: contain;
	background-repeat: no-repeat;
}

section.newsroom-listing .pagination-wrapper .page-numbers.prev:before {
	content: "";
	width: clamp(14px, 1.05vw, 26px);
	height: clamp(14px, 1.05vw, 26px);
	background-image: url('images/aether-caret-left-white.svg');
	background-size: contain;
	background-repeat: no-repeat;
}

@media screen and (min-width: 600px) {
	section.section.newsroom-listing .type-newsroom .newsroom-listing-thumbnail-container {
		width: clamp(195px, 11.5vw, 400px);
		margin-right: 3vw;
	}
	
	section.section.newsroom-listing .type-newsroom .newsroom-listing-text-container {
		width: calc(100% - clamp(195px, 11.5vw, 400px) - 3vw);
	}
	
	section.section.newsroom-listing .type-newsroom .newsroom-listing-title-container {
		position: relative;
	}
	
	section.section.newsroom-listing .type-newsroom .newsroom-listing-title-container .newsroom-title{
		width: 75%;	
	}
	
	section.section.newsroom-listing .type-newsroom .newsroom-listing-title-container:after {
		content: "";
		width: clamp(30px, 2vw, 80px);
		height: clamp(30px, 2vw, 80px);
		background-image: url('images/aether-caret-right-white.svg');
		background-size: contain;
		background-repeat: no-repeat;
		display: flex;
		position: absolute;
		right: 0;
		top: 50%;
        transform: translate(0, -50%);
	}
}

@media screen and (min-width: 750px) {
	.newsroom-banner {
		padding: 0 10%;
		padding-top: clamp(100px, 10vw, 200px);
	}
	
	.newsroom-banner .newsroom-banner-text {
		width: 65%;
		display: flex;
		align-items: flex-end;
	}
	
	.search-form-container {
		width: 30%;
		margin-top: 0;
	}
}

section.section.single-news article {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

section.section.single-news .single-news-container .newsroom-date {
	margin: 30px 0 10px 0;
}

section.section.single-news .single-news-container .latest-newsroom .newsroom-date {
	margin: 10px 0;
}

section.section.single-news article .single-news-main,
section.section.single-news article .latest-newsroom {
	width: 100%;
}

section.section.single-news article .single-news-main a {
	color: #FFFFFF;
}

section.section.single-news article .single-news-main .entry-header {
	font-weight: 700;
    font-size: clamp(22px, 2.19vw, 56px);
    line-height: 1.4;
	margin-top: 0;
}

section.section.single-news article .single-news-main .post-thumbnail {
	width: 100%;
    padding-top: 60%;
    position: relative;
    overflow: hidden;
    border-radius: clamp(15px, 1.5vw, 30px);
    margin: 25px 0;
}

section.section.single-news article .single-news-main .post-thumbnail img {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

section.section.single-news article h2,
section.section.single-news article h3 {
	font-size: clamp(16px, 1.565vw, 42px);
}

section.section.single-news article ol,
section.section.single-news article ul {
	margin-left: 0;
}

section.section.single-news .latest-newsroom .latest-newsroom-heading {
	font-size: clamp(20px, 1.565vw, 42px);
	font-weight: 500;
	margin-top: 0;
}

section.section.single-news article .latest-newsroom {
	margin-top: 40px;
}

.latest-newsroom ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.latest-newsroom ul li {
	border-bottom: 2px solid #707070;
}

.latest-newsroom ul li:last-child {
	border-bottom: none;
}

.latest-newsroom ul li a {
	color: #FFFFFF;
	text-decoration: none;
}

.latest-newsroom ul li a .newsroom-title {
	font-size: clamp(16px, 1.25vw, 36px);
    margin: 0;
    margin-bottom: 20px;
}

@media screen and (min-width: 750px) {
	section.section.single-news article .single-news-main {
		width: 65%;
	}
	section.section.single-news article .latest-newsroom {
		width: 28%;
		margin-top: 0;
	}
}

.site-footer {
	padding: 80px 5%;
	position: relative;
}

.site-footer:before {
	content: "";
	height: 190%;
	width: 100%;
	position: absolute;
	z-index: -1;
	bottom: 0;
	left: 0;
	background-image: url( 'images/aether-footer-before.png' );
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.site-footer .footer-columns {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.site-footer .footer-columns .footer-column {
	width: 100%;
	margin: 20px 0;
}

.site-footer .footer-columns .footer-column:nth-child(2) {
	order: 3;
}

.site-footer .footer-columns .footer-column:last-child {
	order: 2;
}

.site-footer .footer-newsletter-container section:first-child {
	margin: 0;
}

.site-footer .footer-newsletter-container section:first-child .wp-block-heading {
	color: #FFFFFF;
	font-size: clamp(18px, 1.305vw, 32px);
	font-weight: 500;
	margin: 0;
}

.site-footer .footer-newsletter-container section:last-child > p:first-child {
	display: none;
}

.site-footer .footer-newsletter-container .widget_text {
	margin-bottom: 0.5em;
}

.site-footer .footer-newsletter-container .widget_text p {
	margin-top: 5px;
	margin-bottom: 0.5em;
}

.site-footer .footer-newsletter-container form {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.site-footer .footer-newsletter-container form label {
	display: none;
}

.site-footer .footer-newsletter-container form .newsletter-email {
	width: calc(100% - 60px);
}

.site-footer .footer-newsletter-container form .newsletter-email input {
	width: 100%;
	padding: 10px 0;
	background-color: transparent;
	color: #FFFFFF;
	border: none;
	border-bottom: 2px solid #D9D9D9;
	-webkit-appearance: none;
	border-radius: 0;
	transition: border-bottom 0.5s ease;
}

.site-footer .footer-newsletter-container form .newsletter-email input:focus-visible {
	border: none;
	border-bottom: 2px solid #00C2FF;
	outline: none;
}

.site-footer .footer-newsletter-container form .newsletter-email input::placeholder {
	color: #FFFFFF;
	font-size: clamp(12px, 0.785vw, 18px);
}

.site-footer .footer-newsletter-container form p {
	margin: 0;
}

.site-footer .footer-newsletter-container form br {
	display: none;
}
.site-footer .footer-newsletter-container form .newsletter-submit {
	width: clamp(35px, 2.5vw, 50px);
	display: flex;
	align-items: flex-end;
}

.site-footer .footer-newsletter-container form .newsletter-submit button {
	display: flex;
	padding: 0;
	background-color: transparent;
	border: none;
	width: clamp(25px, 1.7vw, 50px);
	height: clamp(25px, 1.7vw, 50px);
	cursor: pointer;
}

.site-footer .footer-newsletter-container form .newsletter-submit button img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.site-footer .wpcf7 form .wpcf7-response-output {
	margin-left: 0;
	margin-right: 0;
	padding: 0;
    font-size: clamp(14px, 0.9vw, 22px);
    line-height: 1.2;
	border: none;
}

.site-footer .footer-columns .footer-column .footer-logo-container section:first-child {
	display: flex;
	justify-content: center;
	margin-bottom: 0;
}

.site-footer .footer-columns .footer-column .footer-logo-container figure {
	width: clamp(200px, 16vw, 450px);
	margin-top: 0;
	margin-bottom: 0;
}

.site-footer .footer-columns .footer-column .footer-logo-container figure img {
	width: 100%;
	object-fit: contain;
}

.site-footer .footer-columns .footer-column:nth-child(2) section:nth-child(2) {
	text-align: center;
	margin: 0;
}

.site-footer .footer-columns .footer-column:nth-child(2) section:nth-child(2) p {
	margin: 0;
	font-size: clamp(12px, 0.785vw, 18px);
}

.site-footer .footer-columns .footer-column .menu {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
}

.site-footer .footer-columns .footer-column .menu li {
	margin-bottom: 1em;
}

.site-footer .footer-columns .footer-column .menu li a {
/* 	font-size: clamp(14px, 0.94vw, 26px); */
	text-decoration: none;
	color: #FFFFFF;
}

.site-footer .footer-columns .footer-column .footer-navigation-container {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.site-footer .footer-columns .footer-column .footer-navigation-container section {
	width: 100%;
	display: flex;
	justify-content: center;
	margin-bottom: 0;
}

.site-footer .footer-socials-container {
	display: flex;
	justify-content: center;
	display: none;
}

.site-footer .footer-socials-container section {
	margin-right: 10px;
}

.site-footer .footer-socials-container section figure {
	width: clamp(30px, 2vw, 50px);
	height: clamp(30px, 2vw, 50px);
}

.site-footer .footer-socials-container section figure img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	filter: grayscale(1) brightness(5);
	-webkit-filter: grayscale(1) brightness(5);
}

@media screen and (min-width: 750px) {
	.site-footer {
		padding: 100px 10%;
	}
	
	.site-footer .footer-columns .footer-column {
		width: 45%;
	}
	
	.site-footer .footer-columns .footer-column:nth-child(2) {
		width: 100%;
	}
	
/* 	.site-footer .footer-columns .footer-column:last-child .menu-footer-container {
		display: flex;
		justify-content: flex-end;
	}
	
	.site-footer .footer-columns .footer-column:last-child .menu-footer-container ul#menu-footer {
		width: fit-content;
	} */
	
	.site-footer .footer-columns .footer-column .menu {
		text-align: left;
	}
	
/* 	.site-footer .footer-columns .footer-column:first-child {
		width: 30%;
	}
	
	.site-footer .footer-columns .footer-column:nth-child(2) {
		width: fit-content;
	}
	
	.site-footer .footer-columns .footer-column:last-child {
		width: fit-content;
	} */
	
	.site-footer .footer-columns .footer-column .footer-navigation-container {
		justify-content: flex-end;
	}
	
	.site-footer .footer-columns .footer-column .footer-navigation-container section {
		width: 50%;
		display: flex;
		justify-content: flex-end;
		margin-bottom: 1.5em;
	}
	
	.site-footer .footer-columns .footer-column .footer-navigation-container section:first-child {
		justify-content: center;
	}
}

@media screen and (min-width: 1024px) {
	.site-footer .footer-columns .footer-column,
	.site-footer .footer-columns .footer-column:nth-child(2) {
		width: 30%;
		margin: 0;
	}
	
	.site-footer .footer-columns .footer-column:nth-child(2) {
		order: 2;
	}
	
	.site-footer .footer-columns .footer-column:last-child {
		order: 3;
	}
}

/* Navigation
--------------------------------------------- */

/*
 .navigation-container {
	display: flex;
	justify-content: center;
}

.customer-menu-wrapper #customer-menu {
	display: flex;
	align-items: center;
	list-style: none;
	margin: 0;
	padding: 0;
}

.customer-menu-wrapper #customer-menu li {
	flex-shrink: 0;
}

.main-navigation {
	display: flex;
	justify-content: space-between;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding: 25px 5%;
}

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

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

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

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

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

.navigation-container li {
	position: relative;
	margin: 0;
}

.navigation-container li.header-cart .cart-count {
	position: absolute;
	right: 0;
	top: 0;
	font-size: 10px;
    line-height: 1;
    width: 15px;
    height: 15px;
    background-color: #00C2FF;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFFFFF;
	transform: translate(0, -40%);
}

.navigation-container li.header-cart img,
.navigation-container li.header-login img {
	height: clamp(16px, 1vw, 28px);
	object-fit: contain;
}

.navigation-container li.header-cart:hover img,
.navigation-container li.header-login:hover img {
	filter: drop-shadow(0px 2px 7px rgba(255, 255, 255, 0.4));
}

.navigation-container a {
	display: flex;
	text-decoration: none;
	color: #FFFFFF;
	white-space: nowrap;
	transition: color 0.5s ease;
	font-family: "Noto Sans", sans-serif;
    font-weight: 500;
    font-size: clamp(14px, 1.05vw, 26px);
    line-height: 1.5;
}

.navigation-container a:hover {
	color: #00C2FF;
}

.navigation-container .menu-menu-1-container a {
	margin: 0 clamp(5px, 1.45vw, 80px);
}

.navigation-container .customer-menu-wrapper li:not(:first-child) a {
	margin-left: 10px;
}

@media screen and (min-width: 750px) {
	.navigation-container .menu-menu-1-container {
		padding-left: clamp(10px, 2.9vw, 160px);
		padding-right: clamp(10px, 2.9vw, 160px);
	}
	
	.navigation-container .menu-menu-1-container li:first-child a {
		margin-left: 0;
	}
	
	.navigation-container .menu-menu-1-container li:last-child a {
		margin-right: 0;
	}
}

@media screen and (min-width: 800px) {
	.navigation-container .menu-menu-1-container a {
		margin: 0 clamp(5px, 1.75vw, 80px);
	}
	
	.navigation-container .menu-menu-1-container {
		padding-left: clamp(10px, 3.5vw, 160px);
		padding-right: clamp(10px, 3.5vw, 160px);
	}

}

@media screen and (min-width: 990px) {
	.navigation-container .menu-menu-1-container a {
		margin: 0 clamp(5px, 3vw, 80px);
	}
	
	.navigation-container .menu-menu-1-container {
		padding-left: clamp(10px, 6vw, 160px);
		padding-right: clamp(10px, 6vw, 160px);
	}

}

@media screen and (min-width: 1200px) {
	
	.navigation-container .menu-menu-1-container {
		padding-left: clamp(10px, 6vw, 160px);
		padding-right: clamp(10px, 7vw, 160px);
	}
}

.menu-toggle,
.main-navigation.toggled ul {
	display: flex;
	flex-wrap: wrap;
}

.main-navigation ul li {
	width: 100%;
	margin: 10px 0;
}

button.menu-toggle {
	background: transparent;
	border: none;
	padding: 0;
	flex-flow: column;
	justify-content: center;
	height: 100%;
}

.menu-toggle div {
	width: 20px;
	height: 3px;
	background-color: #3981FC;
	border-radius: 5px;
}

.menu-toggle div:first-child {
	margin-bottom: 0;
	transform: rotate(0);
	transition: all .3s;
}

.menu-toggle div:last-child {
	margin-top: 0;
	transform: rotate(0);
	transition: all .3s;
}

.menu-toggle div:nth-child(2) {
	margin: 3px 0;
	transform: rotate(0);
	opacity: 1;
	transition: all .3s;
}

.menu-primary-menu-container {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100vw;
	background: rgba(255, 255, 255, 0.50);
	-webkit-backdrop-filter: blur(17.5px);
    backdrop-filter: blur(17.5px);
}

.main-navigation.toggled .menu-toggle div:first-child {
	margin-bottom: -6px;
	transform: rotate(-45deg);
}

.main-navigation.toggled .menu-toggle div:last-child {
	margin-top: -6px;
	transform: rotate(45deg);
}

.main-navigation.toggled .menu-toggle div:nth-child(2) {
	opacity: 0;
	transform: rotate(270deg);
}

header .menu-menu-1-container {
	position: absolute;
    top: 99%;
    width: 100%;
    left: 0;
}

.customer-menu-wrapper #customer-menu {
	margin-left: 10px;
}

@media screen and (min-width: 750px) {

	.menu-toggle {
		display: none;
	}
	
	.main-navigation {
		flex-grow: 1;
		width: calc(100% - clamp(16px, 1vw, 28px));
	}

	.main-navigation ul {
		display: flex;
		align-items: center;
		justify-content: space-around;
		padding: 0;
		padding-left: 0;
	}
	
	.main-navigation ul li {
		width: fit-content;
		margin: 0;
	}
	
	header .menu-menu-1-container {
		position: relative;
		top: unset;
		left: unset;
		width: 100%;
		background-color: transparent;
	}
	
	.customer-menu-wrapper #customer-menu {
		margin-left: 0;
	}
}
 */
.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

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

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

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

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

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

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

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

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

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

.bypostauthor {
	display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gallery-caption {
	display: block;
}

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

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

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

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

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

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

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

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

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

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

	/*rtl:ignore*/
	float: left;

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

.alignright {

	/*rtl:ignore*/
	float: right;

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

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