/*!
Theme Name: Ciptamata SG
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 URI: LICENSE
Text Domain: ciptamata_sg
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.

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html {
	box-sizing: border-box;
}

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

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #333E48;
	line-height: 1.5;
	font-family: "Schibsted Grotesk", sans-serif;
	font-size: clamp(14px, 1.25vw, 32px);
	font-optical-sizing: auto;
}

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%;
}

.text-blue {
	color: #0C57B8;
}

.text-red {
	color: #EF3742;
}

.text-white {
	color: #FFFFFF;
}

.uppercase {
	text-transform: uppercase;
}

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

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

a:visited {
	color: #800080;
}

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

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

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

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

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

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

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

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

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

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

section.section.default-page {
	padding-top: clamp(80px, 7vw, 200px);
	padding-bottom: clamp(150px, 12vw, 350px);
}

.default-page .entry-content ul {
	margin-left: 0;
}

.banner {
	min-height: 100vh;
	position: relative;
	padding: clamp(100px, 9vw, 200px) 7% clamp(90px, 7vw, 150px) 7%;
	display: flex;
	align-items: flex-end;
}

.banner.banner-resources {
	display: flex;
	align-items: flex-end;
}

.banner.banner-single-resources {
	position: relative;
}

@media screen and (orientation: portrait) {
	.banner.banner-single-resources {
		min-height: 50vh;
	}
}

.banner.banner-single-resources:after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.2) 40%, rgba(0,0,0,1) 100%);
}

.banner.banner-single-resources img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.banner.banner-gradient:before {
	content: "";
	width: 70%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: linear-gradient(to right, rgba(51, 62, 72, 1) 0%, rgba(51, 62, 72, 0.6) 45%, rgba(51, 62, 72, 0) 100%);
	z-index: 1;
}

.banner-content {
	position: relative;
	width: 100%;
	height: 100%;
	display: flex;
	flex-flow: column;
	justify-content: space-between;
	z-index: 2;
}

.banner.banner-resources .banner-content {
	height: fit-content;
}

.banner.banner-resources .banner-content .banner-text-container {
	width: 100%;
}

@media screen and (min-width: 750px) {
	.banner.banner-resources .banner-content .banner-text-container {
		width: 55%;
	}
}

.banner.banner-resources .banner-content h1 {
	margin: 0;
	font-size: clamp(26px, 3.65vw, 86px);
	line-height: 1.2;
}

.banner .banner-text-container {
	width: 100%;
	color: #FFFFFF;
}

.banner .banner-heading {
	font-size: clamp(24px, 2.5vw, 72px);
	line-height: 1.4;
}

.banner .banner-subheading {
	margin: 0;
	font-size: clamp(14px, 1.25vw, 32px);
	font-weight: 700;
}

.banner.banner-about-us {
	z-index: 2;
}

span.highlight {
	position: relative;
	display: inline-block;
	margin: 0 0.3em;
}

span.highlight:before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #EF3742;
	border-radius: clamp(10px, 0.7vw, 15px);
	transform: scaleY(1.05) scaleX(1.05);
}

span.highlight span {
	position: relative;
	padding: 0 0.3em;
	color: #FFFFFF;
}

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

@media screen and (min-width: 750px) {
	.banner .banner-text-container {
		width: 45%;
	}
	
	.banner .banner-text {
		width: 85%;
	}
	
	.banner.banner-market-entry .banner-text {
		width: 90%;
	}
	
/* 	.banner.banner-resources .banner-content .banner-text-container {
		width: 100%;
	} */
}

section.section {
	padding: clamp(40px, 5.2vw, 120px) 7%;
}

.grid-2 {
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: clamp(15px, 2vw, 40px);
}

.grid-3 {
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: clamp(15px, 1.5vw, 30px);
}

.grid-4 {
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: clamp(15px, 1.5vw, 30px);
}

.grid-layout {
	margin-top: clamp(30px, 3.5vw, 80px);
}

.grid-layout .item,
.grid-layout > article,
.grid-layout .single-resource-card-wrapper {
	grid-column: span 1;
	background-color: rgba(255,255,255,0.80);
	box-shadow: 0px 3px 6px rgba(0,0,0,0.16);
	backdrop-filter: blur(6px);
	-webkit-backdrop-filter: blur(6px);
	border-radius: clamp(15px, 1.5vw, 30px);
	padding: clamp(20px, 1.5vw, 50px);
}

.grid-layout > article,
.grid-layout .single-resource-card-wrapper {
	padding: 0;
	position: relative;
	overflow: hidden;
}

.grid-layout > article .text-container,
.grid-layout .single-resource-card-wrapper .text-container {
	padding: clamp(20px, 1.5vw, 50px);
}

.grid-layout .item.item-blue {
		background-color: rgba(203, 241, 254, 0.80);
	box-shadow: 0px 3px 6px rgba(255,255,255,1) inset;
}

@media screen and (min-width: 750px) {
	.grid-2 {
		grid-template-columns: repeat(2, 1fr);
	}
	.grid-3 {
		grid-template-columns: repeat(3, 1fr);
	}
	
	.grid-4 {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media screen and (min-width: 900px) {
	.grid-4 {
		grid-template-columns: repeat(4, 1fr);
	}
}

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

.section-heading-center-container {
	text-align: center;
}

@media screen and (min-width: 750px) {
	.section-heading-container:not(.section-heading-center-container) {
		width: 70%;
	}
}

.small-heading {
	margin: 0;
	text-transform: uppercase;
	color: #707070;
	font-weight: 700;
	font-size: clamp(14px, 1.05vw, 22px);
}

.section-heading {
	font-size: clamp(26px, 3.65vw, 86px);
	margin: clamp(10px, 1vw, 15px) 0;
	line-height: 1.2;
}

.section-heading-small {
	font-size: clamp(24px, 2.1vw, 48px);
	margin: clamp(10px, 1vw, 15px) 0;
	line-height: 1.2;
}
.section-subheading {
	font-size: clamp(20px, 2.1vw, 48px);
	margin: clamp(10px, 1vw, 15px) 0;
	line-height: 1.2;
}

.section-subheading-small {
	font-size: clamp(18px, 1.46vw, 36px);
	margin: clamp(10px, 1vw, 15px) 0;
	line-height: 1.2;
}

.section-heading .highlight span {
	color: #FFFFFF;
}

.button-container.button-container-center {
	display: flex;
	justify-content: center;
}

.button {
	display: flex;
    justify-content: center;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    font-size: clamp(14px, 0.835vw, 16px);
	font-weight: 700;
    border-radius: 5vw;
    width: fit-content;
    padding: 8px 20px;
    background-color: transparent;
    transition: background-color 0.5s ease, color 0.5s ease, border 0.5s ease;
	letter-spacing: 1px;
	cursor: pointer;
}

.button.button-white {
	border: 1px solid #FFFFFF;
	color: #FFFFFF;
}

.button.button-blue {
	border: 1px solid #0C57B8;
	color: #0C57B8;
}

.button.button-hover-red:hover {
	background-color: #EF3742;
	color: #FFFFFF;
	border: 1px solid #EF3742;
}

.button.button-hover-blue:hover {
	background-color: #0C57B8;
	color: #FFFFFF;
	border: 1px solid #0C57B8;
}

.button.button-hover-white:hover {
	background-color: #FFFFFF;
	color: #EF3742;
	border: 1px solid #FFFFFF;
}

.button.button-hover-white2:hover {
	background-color: #FFFFFF;
	color: #0C57B8;
	border: 1px solid #FFFFFF;
}

.fade-in,
.from-left,
.from-right {
	opacity: 0;
}

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

.banner-video {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	object-fit: cover;
}

.banner.banner-mra-grant .banner-image {
	object-position: 70%;
}

.banner.banner-partner-network .banner-image {
	object-position: 90%;
}

.banner.banner-expand-your-business .banner-image {
	object-position: 65%;
}

.banner.banner-market-promotion .banner-image {
	object-position: 70%;
}

.banner.banner-business-development .banner-image {
	object-position: 60%;
}

.banner.banner-market-setup .banner-image {
	object-position: 75%;
}

.banner-scroll-container {
	display: flex;
	justify-content: center;
	margin-top: clamp(40px, 3vw, 60px);
}

.banner-scroll {
	display: flex;
    justify-content: center;
	position: relative;
}

.banner-scroll .banner-scroll-text {
    display: flex;
    justify-content: center;
    width: 90%;
	margin-bottom: 15px;
    text-align: center;
	text-transform: uppercase;
    font-size: clamp(12px, 0.835vw, 20px);
	font-weight: 700;
	color: #FFFFFF;
}

.banner-scroll:before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	top: 100%;
	width: 1px;
	height: 60px;
	background-color: rgba(255,255,255,0.5);
}

.banner-scroll:after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	top: 100%;
	width: 1px;
	height: 60px;
	background-color: #FFFFFF;
	transform-origin: top; /* Start growing from the top */
	animation: reappear 1.6s ease-out infinite; /* Continuous animation */
	box-shadow: 0px 3px 6px #FFFFFF;
}

@keyframes reappear {
  0% {
    transform: scaleY(0); /* Start collapsed at the top */
    transform-origin: top; /* Origin is at the top for growing */
  }
  50% {
    transform: scaleY(1); /* Fully extended downwards */
    transform-origin: top; /* Line grows down from the top */
  }
  51% {
    transform-origin: bottom; /* Switch origin to bottom for shrinking */
  }
  100% {
    transform: scaleY(0); /* Line shrinks towards the bottom */
    transform-origin: bottom; /* Shrinking towards the bottom */
  }
}

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

.about .about-flex .gallery-slider-container,
.about .about-flex .text-container {
	width: 100%;
}

.about .about-flex .gallery-slider-container {
	margin-bottom: 20px;
}

.about .about-flex .gallery-slider-container .owl-stage-outer {
	border-radius: clamp(15px, 1.5vw, 30px);
}

.about .about-flex .gallery-slider-container .owl-dots {
	display: flex;
	justify-content: center;
	margin-top: clamp(15px, 1.5vw, 30px);
}

.about .about-flex .gallery-slider-container .owl-dots button.owl-dot {
	flex-shrink: 0;
	width: 11px;
	height: 11px;
	border-radius: 50%;
	background-color: rgba(112, 112, 112, 0.37);
	transition: background-color 0.5s ease;
	margin: 5px;
}

.about .about-flex .gallery-slider-container .owl-dots button.owl-dot.active {
	background-color: #707070;
}

.about .about-flex .gallery-slider-container .slide {
	display: flex;
	flex-wrap: wrap;
}

.about .about-flex .gallery-slider-container .slide .slide-left {
	width: 50%;
}
.about .about-flex .gallery-slider-container .slide .slide-right {
	width: 50%;
}

.about .about-flex .gallery-slider-container .slide .image1-container,
.about .about-flex .gallery-slider-container .slide .image2-container,
.about .about-flex .gallery-slider-container .slide .image3-container {
	width: 100%;
	position: relative;
	overflow: hidden;
}

.about .about-flex .gallery-slider-container .slide .image1-container {
	padding-top: 100%;
	height: 100%;
}

.about .about-flex .gallery-slider-container .slide .image2-container,
.about .about-flex .gallery-slider-container .slide .image3-container {
	padding-top: 61.11%;
}

.about .about-flex .gallery-slider-container .slide img {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
	top: 0;
	left: 0;
}

.about .about-flex .text-container .text-content {
	margin-bottom: clamp(20px, 2vw, 40px);
}

@media screen and (min-width: 750px) {
	
	.about .about-flex .gallery-slider-container,
	.about .about-flex .text-container {
		width: 48%;
	}
	
	.about .about-flex .gallery-slider-container {
		margin-bottom: 0;
	}
	
	.about .about-flex .gallery-slider-container .slide .slide-left {
		width: 55%;
	}
	.about .about-flex .gallery-slider-container .slide .slide-right {
		width: 45%;
	}
	
	.about .about-flex .gallery-slider-container .slide .image1-container {
		height: unset;
	}
	
	.about .about-flex .text-container .section-heading-container {
		width: 100%;
	}
}

@media screen and (min-width: 1000px) {
	.about .about-flex .gallery-slider-container {
		width: 58%;
	}
	.about .about-flex .text-container {
		width: 38%;
	}
}

.site-main:not(.overflow-visible) {
	position: relative;
	overflow: hidden;
}

section.section.built-for {
	position: relative;
	padding-top: clamp(40px, 7vw, 200px);
	padding-bottom: clamp(40px, 7vw, 200px);
}

.built-for .section-heading-container {
	position: relative;
}

.built-for .batik {
	position: absolute;
}

.built-for .batik.batik1 {
    width: 60vw;
    left: 0;
/*     transform: translate(-60%, 10%) rotate(-15deg); */
    top: 0;
}

.built-for .batik.batik2 {
    width: 60vw;
    top: 45%;
    left: 0;
/*     transform: translate(-50%, 0); */
}

.built-for .batik.batik3 {
    width: 70vw;
    bottom: 0;
    left: 0;
/*     transform: translate(-50%, 0%); */
}

.built-for .batik.batik4 {
    width: 75vw;
    top: 0;
    right: 0;
/*     transform: translate(60%, 32%) rotate(7deg); */
}

.built-for .batik.batik5 {
    width: 60vw;
    bottom: 0;
    right: 0;
/*     transform: translate(55%, 20%); */
}

.built-for .batik.batik6 {
    width: 60vw;
    bottom: 50%;
    right: 0%;
/*     transform: translate(10%, 0); */
}

@media screen and (min-width: 750px) {
	.built-for .batik.batik1 {
		width: 33vw;
		left: 0;
/* 		transform: translate(-40%, 0) rotate(-15deg); */
		top: 0;
	}

	.built-for .batik.batik2 {
		width: 25vw;
		top: 30%;
		left: 0;
/* 		transform: translate(-50%, 0); */
	}

	.built-for .batik.batik3 {
		width: 30vw;
		bottom: 0;
		left: 0;
/* 		transform: translate(-50%, 10%); */
	}

	.built-for .batik.batik4 {
		width: 45vw;
		top: 0;
		right: 0;
/* 		transform: translate(70%, -15%) rotate(7deg); */
	}

	.built-for .batik.batik5 {
		width: 35vw;
		bottom: 0;
		right: 0;
/* 		transform: translate(55%, 32%); */
	}
	
	.built-for .batik.batik6 {
		width: 25vw;
		bottom: 0;
		right: 10%;
/* 	    transform: translate(10%, 50%); */
	}
}

.built-for .item .image-container {
	display: flex;
	justify-content: center;
}

.built-for .item .image-container img {
	aspect-ratio: 1/1;
	width: 55%;
	object-fit: contain;
}

.built-for .item .text-container {
	text-align: center;
}

.built-for .item .text-container .item-title {
	margin-bottom: 0;
}

.unlock .item .title {
	font-weight: 700;
}

.unlock .item ul {
	margin-left: 0;
	padding: 0;
	list-style: none;
}

.unlock .item ul li {
	margin: 0.5em 0;
	display: flex;
}

.unlock .item ul li:before {
	content: "";
	width: clamp(18px, 1.5vw, 30px);
	height: clamp(18px, 1.5vw, 30px);
	background-image: url('images/checkmark-green.svg');
	background-size: 100% 100%;
	background-repeat: no-repeat;
	flex-shrink: 0;
	margin-right: clamp(15px, 1.5vw, 30px);
	margin-top: 5px;
}

.mra-cover .item .item-top {
	text-align: center;
}

.mra-cover .item .item-top .image-container {
	display: flex;
	justify-content: center;
}

.mra-cover .item .item-top .image-container img {
	width: 45%;
}

.mra-cover .item .item-top .title {
	font-size: clamp(18px, 1.46vw, 36px);
	line-height: 1.2;
}

.mra-cover .item .item-top .cap .cap-text {
	margin-bottom: 0;
	line-height: 1.2;
}

.mra-cover .item .item-top .cap .cap-amount {
	font-size: clamp(28px, 2.5vw, 56px);
	font-weight: 700;
	margin: 0;
}

.mra-cover .item .text-container ul {
	margin-left: 0;
	padding: 0;
	list-style: none;
}

.mra-cover .item .text-container ul li {
	margin: 0.5em 0;
	display: flex;
}

.mra-cover .item .text-container ul li:before {
	content: "";
	width: clamp(18px, 1.5vw, 30px);
	height: clamp(18px, 1.5vw, 30px);
	background-image: url('images/checkmark-green.svg');
	background-size: 100% 100%;
	background-repeat: no-repeat;
	flex-shrink: 0;
	margin-right: clamp(15px, 1.5vw, 30px);
	margin-top: 5px;
}

.mra-activities .text-container {
	text-align: center;
	width: 100%;
}

.mra-activities-grid {
	margin-top: clamp(20px, 2.5vw, 60px);
}

.mra-activities-grid .activities-title {
	font-weight: 400;
	font-size: clamp(14px, 1.25vw, 32px);
	margin-top: 3.5em;
}

.mra-activities-grid .activity-item {
	padding: clamp(15px, 1.25vw, 30px) 0;
}

.mra-activities-grid .activity-item .title {
	margin: 10px 0;
}

.mra-activities-grid .activity-item .text p {
	margin: 10px 0;
}

.mra-activities-grid .activity-item .icon-container {
	width: 30%;
}

.mra-activities-grid .activity-item .icon-container img {
	width: 100%;
	object-fit: contain;
}

@media screen and (min-width: 750px) {
	
	.mra-activities .text-container {
		width: 70%;
		margin: 0 auto;
	}
	.mra-activities-grid {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
/* 		grid-gap: clamp(15px, 1.5vw, 30px); */
	}
	
	.mra-activities-grid .activities-title {
		grid-row: 1;
		padding: clamp(15px, 1.25vw, 30px) clamp(20px, 2vw, 40px);
	}
	
	.mra-activities-grid > .activity-item.column-2 {
		border-left: 1px solid #707070;
  		border-right: 1px solid #707070;
	}
	
	.mra-activities-grid .activity-item {
		padding: clamp(15px, 1.25vw, 30px) clamp(20px, 2vw, 40px);
	}
	
	.mra-activities-grid .row-2 {
		grid-row: 2 / span 1;
	}
	
	.mra-activities-grid .row-3 {
		grid-row: 3 / span 1;
	}
	
	.mra-activities-grid .row-4 {
		grid-row: 4 / span 1;
	}
	
	.mra-activities-grid .column-1 {
		grid-column: 1 / span 1;
	}
	
	.mra-activities-grid .column-2 {
		grid-column: 2 / span 1;
	}
	
	.mra-activities-grid .column-3 {
		grid-column: 3 / span 1;
	}
	
	.mra-activities-grid .activity-item .title {
		width: 75%;
	}
}

section.section.eligibility {
	padding-bottom: clamp(80px, 8vw, 200px);
}

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

.eligibility .eligibility-slider,
.eligibility .text-container {
	width: 100%;
}

.eligibility .eligibility-slider .owl-stage-outer {
	border-radius: clamp(15px, 1.5vw, 30px);
}

.eligibility .eligibility-slider .owl-dots {
	display: flex;
	justify-content: center;
	margin-top: clamp(15px, 1.5vw, 30px);
}

.eligibility .eligibility-slider .owl-dots button.owl-dot {
	flex-shrink: 0;
	width: 11px;
	height: 11px;
	border-radius: 50%;
	background-color: rgba(112, 112, 112, 0.37);
	transition: background-color 0.5s ease;
	margin: 5px;
}

.eligibility .eligibility-slider .owl-dots button.owl-dot.active {
	background-color: #707070;
}

.eligibility .eligibility-slider .image-container {
	display: flex;
	position: relative;
	padding-top: 90%;
}

.eligibility .eligibility-slider .image-container img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.eligibility .text-container .section-subheading-small {
	margin-top: 0;
}

.eligibility .content ul {
	margin-left: 0;
    padding: 0;
    list-style: none;
}

.eligibility .content ul li {
	margin: 0.5em 0;
    display: flex;
}

.eligibility .content ul li:before {
	content: "";
    width: clamp(18px, 1.5vw, 30px);
    height: clamp(18px, 1.5vw, 30px);
    background-image: url('images/checkmark-green.svg');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    flex-shrink: 0;
    margin-right: clamp(15px, 1.5vw, 30px);
    margin-top: 5px;
}

@media screen and (min-width: 750px) {
	
	.eligibility .eligibility-slider {
		width: 30%;
	}
	
	.eligibility .text-container {
		width: 64%;
	}
}

.partners-main .text-container {
	font-size: clamp(18px, 1.46vw, 36px);
	font-weight: 700;
    margin: clamp(10px, 1vw, 15px) 0;
    text-align: center;
}

.partners-slider-container {
	padding-bottom: clamp(40px, 5.2vw, 120px);
}

.partners-slider .partner-thumbnail {
	width: 100%;
	padding-top: 40%;
	position: relative;
}

.partners-slider .partner-thumbnail img {
	position: absolute;
	max-height: 100%;
	max-width: 80%;
	object-fit: contain;
	top: 50%;
	transform: translate(0, -50%);
	margin: 0 auto;
}

.partners-image-gallery-container {
	padding: 0 7%;
	padding-bottom: clamp(80px, 8vw, 200px);
}

.partners-image-gallery-container .partners-gallery-slider {
	width: 100%;
}

.partners-image-gallery-container .partners-gallery-slider .owl-dots {
	display: flex;
	justify-content: center;
	margin-top: clamp(15px, 1.5vw, 30px);
}

.partners-image-gallery-container .partners-gallery-slider .owl-dots button.owl-dot {
	flex-shrink: 0;
	width: 11px;
	height: 11px;
	border-radius: 50%;
	background-color: rgba(112, 112, 112, 0.37);
	transition: background-color 0.5s ease;
	margin: 5px;
}

.partners-image-gallery-container .partners-gallery-slider .owl-dots button.owl-dot.active {
	background-color: #707070;
}

.partners-image-gallery-container .partners-gallery-slider .owl-stage-outer {
	border-radius: clamp(15px, 1.5vw, 30px);
}

.partners-image-gallery-container .partners-gallery-slider .slide {
	display: flex;
	flex-wrap: wrap;
}

.partners-image-gallery-container .partners-gallery-slider .slide .slide-left {
	width: 50%;
}
.partners-image-gallery-container .partners-gallery-slider .slide .slide-right {
	width: 50%;
}

.partners-image-gallery-container .partners-gallery-slider .slide .image1-container,
.partners-image-gallery-container .partners-gallery-slider .slide .image2-container,
.partners-image-gallery-container .partners-gallery-slider .slide .image3-container {
	width: 100%;
	position: relative;
	overflow: hidden;
}

.partners-image-gallery-container .partners-gallery-slider .slide .image1-container {
	padding-top: 100%;
	height: 100%;
}

.partners-image-gallery-container .partners-gallery-slider .slide .image2-container,
.partners-image-gallery-container .partners-gallery-slider .slide .image3-container {
	padding-top: 61.11%;
}

.partners-image-gallery-container .partners-gallery-slider .slide img {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
	top: 0;
	left: 0;
}

@media screen and (min-width: 750px) {
	
	.partners-image-gallery-container .partners-gallery-slider .slide .slide-left {
		width: 55%;
	}
	.partners-image-gallery-container .partners-gallery-slider .slide .slide-right {
		width: 45%;
	}
	
	.partners-image-gallery-container .partners-gallery-slider .slide .image1-container {
		height: unset;
	}
	
	.partners-image-gallery-container .partners-gallery-slider {
		width: 70%;
		margin: 0 auto;
	}
}

@media screen and (min-width: 750px) {
	.partners-main .text-container {
		width: 90%;
		margin: 0 auto;
	}
}

section.section.cta {
	position: relative;
	z-index: 3;
	color: #FFFFFF;
}

section.section.cta:not(.cta-container) {
	padding-top: 0;
	padding-bottom: 0;
}

.cta.cta-container {
	display: flex;
	justify-content: center;
	align-items: center;
}

.cta.cta-container .cta-inner {
	background: linear-gradient(to bottom, rgba(234, 245, 245, 0) 0%, rgba(12, 87, 184, 0.2) 100%);
	backdrop-filter: blur(12px) brightness(1.3);
	-webkit-backdrop-filter: blur(12px) brightness(1.3);
	padding: clamp(20px, 1.5vw, 30px) clamp(20px, 3vw, 60px);
	padding-bottom: clamp(30px, 2.5vw, 50px);
	border-radius: clamp(15px, 1vw, 20px);
}

.cta .button-container {
	margin-top: clamp(15px, 1vw, 40px);
}

section.section.contact-form {
	padding-top: clamp(80px, 8vw, 150px);
	padding-bottom: 0;
}

.contact-form .text-container {
	width: 100%;
	text-align: center;
}

@media screen and (min-width: 750px) {
	.contact-form .text-container {
		width: 80%;
		margin: 0 auto;
	}
}

.contact-form-container {
	padding-top: clamp(30px, 6vw, 120px);
}

.wpcf7 form .wpcf7-response-output {
	margin-left: 0;
	margin-right: 0;
	border: none;
	padding: 0;
	text-align: center;
}

.contact-form .contact-form-heading {
	text-align: center;
	color: #0C57B8;
	font-size: clamp(32px, 3.65vw, 96px);
}

.contact-form .contact-form-heading span.highlight {
	color: #FFFFFF;
}

.contact-form .form-flex {
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: clamp(15px, 1.5vw, 30px);
}

.contact-form .form-flex .form-field {
	border-bottom: 1px solid #0C57B8;
	grid-column: span 1;
	grid-row: span 1;
}

.contact-form .form-flex .form-field.form-field-2 {
	grid-row: span 2;
}

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

	.contact-form .form-flex {
		grid-template-columns: repeat(2, 1fr);
	}
	
	.contact-form .form-flex .form-field.form-field-col-2 {
		grid-column: 2 / span 1;
	}

	.contact-form .form-flex .form-field.form-field-row-1 {
		grid-row: 1 / span 1;
	}

	.contact-form .form-flex .form-field.form-field-row-2 {
		grid-row: 2 / span 2;
	}
}

.contact-form label {
	font-weight: 700;
}

.contact-form p {
	margin: 0;
	position: relative;
}

.contact-form p input,
.contact-form p textarea,
.contact-form p select {
	background-color: transparent;
    border: none;
	border-radius: 0;
	width: 100%;
	padding: clamp(15px, 1vw, 25px) 10px;
    font-size: clamp(14px, 1.05vw, 24px);
	appearance: none;
}

.contact-form .form-field-select {
	width: 100%;
	position: relative;
}

.contact-form .form-field-select .wpcf7-form-control-wrap:after {
	content: "";
	width: clamp(15px, 1.5vw, 20px);
	height: clamp(8px, 0.75vw, 11px);
	background-image: url('images/caret-down-blue.svg');
	background-size: 100% 100%;
	background-repeat: no-repeat;
	position: absolute;
	right: 0;
	top: 50%;
	z-index: 1;
}

.contact-form p input:focus,
.contact-form p textarea:focus,
.contact-form p select:focus,
.contact-form p input:focus-visible,
.contact-form p textarea:focus-visible,
.contact-form p select:focus-visible,
.contact-form p input:focus-within,
.contact-form p textarea:focus-within,
.contact-form p select:focus-within {
	outline: 0;
	border: none;
	border-bottom: none;
}

.contact-form p select option {
	color: #0C57B8;
	font-weight: 700;
	background-color: rgba(255, 255, 255, 0.8);
	backdrop-filter: blur(30px) brightness(15%);
	-webkit-backdrop-filter: blur(30px) brightness(15%);
}

.contact-form .form-submit p {
	display: flex;
    flex-flow: column;
    justify-content: flex-end;
    align-items: flex-end;
	margin-top: clamp(15px, 1.5vw, 30px);
}

.contact-form .form-submit p:after {
	display: none;
}

.contact-form .form-submit p input {
	display: flex;
	justify-content: center;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	font-size: clamp(10px, 0.835vw, 24px);
	font-weight: 700;
	color: #0C57B8;
    border: 1px solid #0C57B8;
    border-radius: 5vw;
    width: clamp(150px, 10vw, 300px);
    padding: 8px;
	background-color: transparent;
	transition: background-color 0.5s ease, color 0.5s ease;
	cursor: pointer;
}

.contact-form .form-submit p input:hover {
	color: #FFFFFF;
	background-color: #0C57B8;
}

.guide-items .content {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: clamp(30px, 3vw, 80px) 0;
}

.guide-items .content h5,
.guide-items .content strong {
	font-size: clamp(14px, 1.25vw, 32px);
	color: #0C57B8;
	margin-bottom: 0;
}

.guide-items .content .text-container,
.guide-items .content .image-container {
	width: 100%;
}

.guide .guide-items {
	position: relative;
	overflow: visible;
	padding-top: clamp(30px, 3vw, 80px);
}

.guide .guide-items .sticky-group {
	position: relative;
}

.guide.market-entry-guide .guide-items {
	padding-bottom: clamp(150px, 14vw, 300px);
}

.guide .guide-items .title-container {
	position: sticky;
/* 	top: 120px; */
	background-color: #FFFFFF;
	padding: clamp(15px, 1.5vw, 30px) 0;
	border-bottom: 1px solid #0C57B8;
	z-index: 3;
}

.guide .guide-items .title-container .title {
	margin: 0;
	font-size: clamp(18px, 1.46vw, 36px);
}

.guide-items .content .image-container .image-container-inner {
	display: flex;
	width: 100%;
	position: relative;
	overflow: hidden;
	border-radius: clamp(15px, 1.5vw, 30px);
}

.guide-items .content .image-container .image-container-inner img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.guide-items .content .text-container ul {
	margin-left: 0;
	padding: 0;
	list-style: none;
}

.guide-items .content .text-container ul li {
	margin: 0.5em 0;
	display: flex;
}

.guide-items .content .text-container ul li:before {
	content: "";
	width: clamp(18px, 1.5vw, 30px);
	height: clamp(18px, 1.5vw, 30px);
	background-image: url('images/checkmark-green.svg');
	background-size: 100% 100%;
	background-repeat: no-repeat;
	flex-shrink: 0;
	margin-right: clamp(15px, 1.5vw, 30px);
	margin-top: 5px;
}

@media screen and (min-width: 750px) {
	.guide-items .content .text-container {
		width: 70%;
	}
	.guide-items .content .image-container {
		width: 25%;
	}
}

section.section.directory {
	padding-top: 0;
}

.directory {
/* 	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(12,87,184,0.24) 35%, rgba(255,255,255,1) 70%, rgba(255,255,255,0) 100%); */
}

.directory .section-subheading-small {
	width: 100%;
}

.directory .grid-layout .item {
	position: relative;
	border-radius: clamp(15px, 1vw, 25px);
	overflow: hidden;
}

.directory .grid-layout .item:before {
	content: "";
	width: 100%;
	height: 100%;
	background-color: rgba(51, 62, 72, 0);
	transition: background-color 0.5s ease;
	position: absolute;
	top: 0;
	left: 0;
}

.directory .grid-layout .item:hover:before {
	background-color: rgba(51, 62, 72, 0.7);
}

.directory .grid-layout .item img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center right;
	z-index: -1;
}

.directory .grid-layout .item .content-container {
	position: relative;
}

.directory .grid-layout .item .content-container .title {
	position: absolute;
	font-size: clamp(24px, 2.1vw, 48px);
	color: #FFFFFF;
	margin: 0;
    line-height: 1.2;
    width: 77%;
	opacity: 1;
	transition: opacity 0.5s ease;
}

.directory .grid-layout .item:hover .content-container .title {
	opacity: 0;
	pointer-events: none;
}

.directory .grid-layout .item .content-container .hover-content {
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.5s ease;
	color: #FFFFFF;
}

.directory .grid-layout .item:hover .content-container .hover-content {
	opacity: 1;
	pointer-events: auto;
}

.directory .grid-layout .item .content-container .hover-content .text-container {
	line-height: 1.4;
}

@media screen and (min-width: 750px) {
	.directory .section-subheading-small {
		width: 70%;
		margin: 0 auto;
	}
}

/* .gateway {
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(12, 87, 184, 0.24) 50%, rgba(255,255,255,1) 100%);
} */

.gateway .gateway-flex {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: clamp(25px, 4vw, 80px);
}

.gateway > .text-container {
	font-size: clamp(18px, 1.46vw, 36px);
    font-weight: 700;
    margin: clamp(10px, 1vw, 15px) 0;
    text-align: center;
	width: 100%;
}

@media screen and (min-width: 750px) {
	.gateway > .text-container {
		width: 90%;
		margin: 0 auto;
	}
}

.gateway .gateway-flex .gateway-slider-container,
.gateway .gateway-flex .gateway-items {
	width: 100%;
}

.gateway .gateway-flex .gateway-items .item {
	background-color: #FFFFFF;
	box-shadow: 0px 3px 6px rgba(0,0,0,0.16);
	border-radius: clamp(15px, 1.5vw, 30px);
	margin-bottom: clamp(15px, 1.5vw, 30px);
	padding: clamp(15px, 1.25vw, 30px);
	transition: background-color 0.5s ease;
}

.gateway .gateway-flex .gateway-items .item:hover {
	background-color: #CBF1FE;
}

.gateway .gateway-flex .gateway-items .item .title {
	transition: color 0.5s ease;
}

.gateway .gateway-flex .gateway-items .item:hover .title {
	color: #333E48;
}

.gateway .gateway-flex .gateway-items .item.item-accordion {
	cursor: pointer;
}

.gateway .gateway-flex .gateway-items .item .icon-container {
	width: clamp(50px, 4vw, 90px);
	height: clamp(40px, 3vw, 60px);
	display: flex;
}

.gateway .gateway-flex .gateway-items .item .icon-container img {
	width: 100%;
	object-fit: contain;
}

.gateway .gateway-flex .gateway-items .item .title {
	margin: 0.5em 0;
	font-size: clamp(18px, 1.46vw, 36px);
	display: flex;
	justify-content: space-between;
}

.gateway .gateway-flex .gateway-items .item .title .title-text {
	width: 80%;
}

.gateway .gateway-flex .gateway-items .item.item-accordion .title:after {
	content: "";
	flex-shrink: 0;
	width: clamp(18px, 1.5vw, 30px);
    height: clamp(18px, 1.5vw, 30px);
    background-image: url(images/caret-blue.svg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
	transform: rotate(90deg);
	transition: transform 0.5s ease;
}

.gateway .gateway-flex .gateway-items .item.expanded .title:after {
	transform: rotate(270deg);
}

.gateway .gateway-flex .gateway-items .item .text p {
	margin-top: 0;
	margin-bottom: 0;
	max-height: 4.5em;
	transition: max-height 0.5s ease;
	position: relative;
	overflow: hidden;
}

.gateway .gateway-flex .gateway-items .item .text p strong {
  display: none;
	font-weight: 400;
}

.gateway .gateway-flex .gateway-items .item.expanded .text p {
  max-height: 100vh;
}

.gateway .gateway-flex .gateway-items .item.expanded .text p strong {
  display: inline;
}

.read-more-toggle {
  display: inline-block;
}

.gateway .gateway-flex .gateway-slider-container {
	margin-bottom: 20px;
}

.gateway .gateway-flex .gateway-slider .image-container {
	padding-top: 100%;
	position: relative;
	overflow: hidden;
}

.gateway .gateway-flex .gateway-slider .image-container img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	object-fit: cover;
}

.gateway .gateway-flex .gateway-slider .owl-stage-outer {
	border-radius: clamp(15px, 1.5vw, 30px);
}

.gateway .gateway-flex .gateway-slider .owl-dots {
	display: flex;
	justify-content: center;
	margin-top: clamp(15px, 1.5vw, 30px);
}

.gateway .gateway-flex .gateway-slider .owl-dots button.owl-dot {
	flex-shrink: 0;
	width: 11px;
	height: 11px;
	border-radius: 50%;
	background-color: rgba(112, 112, 112, 0.37);
	transition: background-color 0.5s ease;
	margin: 5px;
}

.gateway .gateway-flex .gateway-slider .owl-dots button.owl-dot.active {
	background-color: #707070;
}

@media screen and (min-width: 750px) {
	
	.gateway .gateway-flex .gateway-slider-container,
	.gateway .gateway-flex .gateway-items {
		width: 49%;
	}
	
	.gateway .gateway-flex .gateway-slider-container {
		margin-bottom: 0;
	}
}

.succeed .succeed-bar {
	padding: clamp(20px, 1.5vw, 30px) 7%;
	margin: clamp(20px, 2.5vw, 50px) 0;
}

.succeed .section-heading-container {
	padding: 0 7%;
}

.succeed .succeed-bar:not(.succeed-bar-alternate) {
	background: linear-gradient(80deg, rgba(234, 245, 245, 1) 0%, rgba(72, 130, 201, 1) 20%, rgba(12, 87, 184, 1) 100%);
}

.succeed .succeed-bar .succeed-bar-items {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.succeed .succeed-bar .succeed-bar-items .item {
	width: 100%;
}

.succeed .succeed-bar:not(.succeed-bar-alternate) .succeed-bar-items .item {
	display: flex;
	align-items: center;
}

.succeed .succeed-bar .succeed-bar-items .item .image-container {
	display: flex;
	flex-shrink: 0;
	width: clamp(80px, 6vw, 100px);
	margin-right: clamp(10px, 1.5vw, 30px);
}

.succeed .succeed-bar .succeed-bar-items .item .image-container img {
	width: 100%;
	object-fit: contain;
}

.succeed .succeed-bar.succeed-bar-alternate .succeed-bar-items .item {
	text-align: center;
}

.succeed .succeed-bar.succeed-bar-alternate .succeed-bar-items .item .image-container {
	margin: 0 auto;
}

.succeed .succeed-bar .succeed-bar-items .item .text {
	line-height: 1.2;
	font-size: clamp(16px, 1.25vw, 32px);
}

@media screen and (min-width: 750px) {
	.succeed .succeed-bar .succeed-bar-items .item {
		width: 30%;
	}
}

.grant.grant-gradient {
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(12, 87, 184, 0.24) 25%, rgba(255,255,255,1) 70%, rgba(255,255,255,0) 100%);
}

.grant .grant-inner,
.eligibility-criteria .eligibility-criteria-inner {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	background-color: #CBF1FE;
	box-shadow: 0px 3px 6px rgba(255,255,255,1) inset;
	border-radius: clamp(15px, 1.5vw, 30px);
	padding: clamp(20px, 2.5vw, 50px);
}

.grant .content-container,
.grant .funding-container,
.eligibility-criteria .eligibility-criteria-left,
.eligibility-criteria .items {
	width: 100%;
}

.grant .funding-container {
	text-align: center;
}

.grant .funding-container .image-container img {
	width: 55%;
	min-width: 150px;
}

.grant .funding-container .funding-text {
	margin: 0;
}

.grant .funding-container .funding-text .text1 {
	font-weight: 400;
	font-size: clamp(14px, 1.25vw, 32px);
	margin-bottom: 0;
    line-height: 1.2;
}

.grant .funding-container .funding-text .text2 {
	font-size: clamp(28px, 2.5vw, 56px);
    font-weight: 700;
    margin: 0;
}

.grant .content-container .title {
	font-size: clamp(18px, 1.46vw, 36px);
}

.grant .content-container .text-container ul {
	margin-left: 0;
    padding: 0;
    list-style: none;
}

.grant .content-container .text-container ul li {
	margin: 0.5em 0;
    display: flex;
}

.grant .content-container .text-container ul li:before {
	content: "";
    width: clamp(18px, 1.5vw, 30px);
    height: clamp(18px, 1.5vw, 30px);
    background-image: url('images/checkmark-green.svg');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    flex-shrink: 0;
    margin-right: clamp(15px, 1.5vw, 30px);
    margin-top: 5px;
}

.eligibility-criteria .section-heading-container:not(.section-heading-center-container) {
	width: 85%;
}

.eligibility-criteria .items .item-title {
	font-size: clamp(16px, 1.25vw, 32px);
	margin-bottom: 0;
	margin-top: 0;
}

.eligibility-criteria .items .item p {
	margin-top: 0;
}

.eligibility-criteria .items .item:last-child p {
	margin-bottom: 0;
}

.eligibility-criteria .items .item {
	position: relative;
	display: flex;
	margin: 0.5em 0;
}

.eligibility-criteria .items .item:before {
	content: "";
	width: clamp(18px, 1.5vw, 30px);
	height: clamp(18px, 1.5vw, 30px);
	background-image: url('images/checkmark-green.svg');
	background-size: 100% 100%;
	background-repeat: no-repeat;
	flex-shrink: 0;
	margin-right: clamp(15px, 1.5vw, 30px);
	margin-top: 5px;
}

@media screen and (min-width: 750px) {
	.grant .grant-inner {
		flex-flow: row-reverse;
	}
	
	.grant .funding-container,
	.eligibility-criteria .eligibility-criteria-left {
		width: 30%;
	}
	
	.grant .content-container,
	.eligibility-criteria .items {
		width: 65%;
	}
}

.grant-claim {
	padding: clamp(40px, 5.2vw, 120px) 0;
}

.grant-claim .grant-claim-inner {
	width: 100%;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
}

.grant-claim .grant-claim-items {
	margin-top: clamp(25px, 3.5vw, 80px);
}

.grant-claim .grant-claim-items .step-wrapper {
	padding-top: clamp(15px, 1vw, 25px);
	position: relative;
}

.grant-claim .grant-claim-items .step-wrapper:first-child {
	padding-top: 0;
}

.grant-claim .grant-claim-items .step-wrapper:after {
	content: "";
	height: clamp(15px, 1vw, 25px);
	width: clamp(12px, 1.25vw, 30px);
	border-left: 3px solid #707070;
	position: absolute;
	top: 0;
	left: 5%;
	transform: translate(calc(50% - 1.5px),0);
}

.grant-claim .grant-claim-items .step-wrapper:first-child:after {
	display: none;
}

.grant-claim .grant-claim-items .step {
	position: relative;
	padding: clamp(25px, 1vw, 30px) 10%;
	margin: 0;
	padding-left: clamp(50px, 10%, 120px);
	border-radius: clamp(20px, 1.5vw, 30px);
	cursor: pointer;
	box-shadow: none;
	transition: background-color 0.5s ease, box-shadow 0.5s ease;
}

.grant-claim .grant-claim-items .step:hover {
	box-shadow: 0px 3px 6px rgba(0,0,0,0.16);
}

.grant-claim .grant-claim-items .step:before {
	content: "";
	width: clamp(12px, 1.25vw, 30px);
	height: clamp(12px, 1.25vw, 30px);
	border-radius: 50%;
	position: absolute;
	top: clamp(25px, 1vw, 30px);
	left: 5%;
	background-color: #707070;
	transform: scale(1);
	transition: background-color 0.5s ease, transform 0.5s ease;
}

.grant-claim .grant-claim-items .step.active:before {
	transform: scale(1.2);
	background-color: #FFFFFF;
}

.grant-claim .grant-claim-items .step:after {
	content: "";
	height: 100%;
	width: clamp(12px, 1.25vw, 30px);
	border-left: 3px solid #707070;
	position: absolute;
	top: 0;
	left: 5%;
	transform: translate(calc(50% - 1.5px),0);
	transition: border-left 0.5s ease;
}

.grant-claim .grant-claim-items .step.active:after {
	border-left: 3px solid #FFFFFF;
}

.grant-claim .grant-claim-items .step-wrapper:first-child .step:after {
	height: calc(100% - clamp(25px, 1vw, 30px));
	top: clamp(25px, 1vw, 30px);
}

.grant-claim .grant-claim-items .step-wrapper:last-child .step:after {
	height: clamp(25px, 1vw, 30px);
	top: 0;
	bottom: unset;
}

.grant-claim .grant-claim-items .step .step-number,
.grant-claim .grant-claim-items .step .step-details p {
	margin: 0;
}

.grant-claim .grant-claim-items .step .step-number {
	color: #707070;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 1;
/* 	transition: color 0.5s ease; */
}

.grant-claim .grant-claim-items .step .step-details p {
	color: transparent;
/* 	transition: color 0.5s ease; */
	display: none;
}

.grant-claim .grant-claim-items .step .step-title {
	margin: 0.5em 0;
	color: #0C57B8;
	font-size: clamp(18px, 1.46vw, 36px);
/* 	transition: color 0.5s ease; */
}

.grant-claim .grant-claim-items .step.active {
	background-color: #0C57B8;
	box-shadow: 0px 3px 6px rgba(0,0,0,0.16);
}

.grant-claim .grant-claim-items .step.active .step-number,
.grant-claim .grant-claim-items .step.active .step-title,
.grant-claim .grant-claim-items .step.active .step-details p {
	color: #FFFFFF;
	display: block;
}

@media screen and (min-width: 750px) {
	.grant-claim .grant-claim-inner {
		width: 75%;
	}
}

@media screen and (min-width: 900px) {
	.grant-claim .grant-claim-inner {
		width: 65%;
	}
}

.packages-overview .packages-overview-text-container {
	text-align: center;
	font-size: clamp(18px, 1.46vw, 36px);
    margin: clamp(10px, 1vw, 15px) auto;
	width: 100%;
}

.packages-overview .grid-layout .item {
	padding: clamp(20px, 2.5vw, 60px);
}

.packages-overview .grid-layout .item:nth-child(2) {
	background-color: #F4FAF3;
}

.packages-overview .grid-layout .item:nth-child(3) {
	background-color: #F7F3FA;
}

.packages-overview .grid-layout .item.launching-soon {
	text-align: center;
	background-color: rgba(112,112,112,0.09);
}

.packages-overview .grid-layout .item.launching-soon .launching-icon img {
	width: 55%;
}

.packages-overview .grid-layout .item.launching-soon .launching-text {
	font-weight: 700;
}

.packages-overview .grid-layout .item:not(.launching-soon) .launching-text {
	display: none;
}

.packages-overview .grid-layout .item {
	display: flex;
	flex-flow: column;
	justify-content: space-between;
}

.packages-overview .grid-layout .item .item-bottom {
	display: flex;
	flex-flow: column;
	justify-content: space-between;
}

.packages-overview .grid-layout .item:not(.launching-soon) .item-bottom {
	height: 100%;
}

.packages-overview .grid-layout .item ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.packages-overview .grid-layout .item ul li {
	border-bottom: 1px solid #333E48;
	font-weight: 700;
	padding: clamp(20px, 1.5vw, 30px) 0;
	cursor: pointer;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.packages-overview .grid-layout .item ul li:after {
	content: "";
	width: clamp(18px, 1.5vw, 30px);
	height: clamp(18px, 1.5vw, 30px);
	background-image: url('images/caret-right-black.svg');
	background-size: 100% 100%;
	background-repeat: no-repeat;
	transform: translate(-10px, 0);
	transition: transform 0.5s ease;
}

.packages-overview .grid-layout .item ul li .navigation-inner {
	display: flex;
	align-items: center;
}

.packages-overview .grid-layout .item ul li .navigation-inner .icon-container {
    width: clamp(32px, 2.8vw, 50px);
    height: clamp(32px, 2.8vw, 50px);
    flex-shrink: 0;
    margin-right: clamp(10px, 0.75vw, 30px);
}

.packages-overview .grid-layout .item ul li .navigation-inner .icon-container img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.packages-overview .grid-layout .item ul li:hover:after {
	transform: translate(0,0);
}

.packages-overview .grid-layout .item ul li:last-child {
	border-bottom: none;
}

@media screen and (min-width: 750px) {
	.packages-overview .packages-overview-text-container {
		width: 80%;
	}
}

.packages {
	position: relative;
/* 	overflow: hidden; */
}

.packages .package-navigation {
    margin-bottom: 0;
	padding: clamp(40px, 5.2vw, 120px) 7% 0 7%;
	position: relative;
	z-index: 1;
}

.packages .package-navigation-inner {
	display: flex;
	gap: 10px;
	justify-content: space-between;
	position: relative;
	padding-bottom: 15px;
}

.packages .package-navigation-inner:after {
	content: "";
	height: 2px;
	width: 100%;
	position: absolute;
	left: 0;
	top: 100%;
	border-radius: 20px;
	background-color: #C1C1C1;
}

.packages .package-tab-btn {
    padding: 10px 5px;
    cursor: pointer;
	background-color: transparent;
	color: #707070;
    border: none;
	width: 32%;
	text-align: center;
	line-height: 1.2;
	font-size: clamp(14px, 1.46vw, 36px);
	transition: background-color 0.5s ease, color 0.5s ease;
}

.packages .package-tab-btn.active {
	font-weight: 700;
	background-color: #0C57B8;
	color: #FFFFFF;
}

.packages .package-content-wrapper {
/* 	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(12,87,184,0.24) 50%, rgba(255,255,255,1) 100%); */
	position: relative;
/* 	overflow: hidden; */
/* 	padding-left: 0;
	padding-right: 0; */
}

.ribbon-container {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	display: none;
}

.ribbon {
	--ribbon-width: clamp(50px, 5.7vw, 120px);
	--triangle-depth: calc( var(--ribbon-width) / 2) ;
	position: absolute;
	width: clamp(50px, 5.7vw, 120px);
	height: 100%;
	background-image: url('images/ulos-ribbon.png');
	background-repeat: repeat-y;
	background-size: 100% auto;
	z-index: 1;
	clip-path: polygon(
    0% var(--triangle-depth),               /* top-left */
    50% 0%,                                 /* top-center (sharp point) */
    100% var(--triangle-depth),             /* top-right */
    100% calc(100% - var(--triangle-depth)),/* bottom-right */
    50% 100%,                               /* bottom-center (sharp point) */
    0% calc(100% - var(--triangle-depth))   /* bottom-left */
  );
}

.ribbon-left {
  left: 2%;
  bottom: -100vh;
}

.ribbon-right {
  right: 2%;
  bottom: 100%;
}

@media screen and (min-width: 750px) {
	.ribbon-left {
		left: 5%;
	}
	
	.ribbon-right {
		right: 5%;
	}
}

.packages .package-content {
   	position: absolute;
    top: clamp(40px, 5.2vw, 120px);
    left: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s ease, visibility 0.4s ease;
    z-index: -1;
	max-height: 100%;
	overflow: hidden;
}

.packages .package-content.active {
   opacity: 1;
    visibility: visible;
    position: relative;
	overflow: visible;
    z-index: 1;
	top: 0;
}

.packages .package-content .campaign-group {
	position: relative;
	margin-bottom: clamp(30px, 7vw, 120px);
}

.packages .package-content .campaign-group .cta.cta-container .cta-inner {
	width: 100%;
	background: #CBF1FE;
	background-color: #CBF1FE;
/* 	backdrop-filter: blur(12px) brightness(1.15);
	-webkit-backdrop-filter: blur(12px) brightness(1.15); */
}

/* .packages .package-content .campaign-group .campaign-text-container,
.packages .package-content .campaign-group .cta-container {
	padding-left: 7%;
	padding-right: 7%;
} */

.packages .package-content .campaign-group .cta.cta-container .cta-inner .text-center {
	text-align: center;
	margin: 0.5em 0;
}

.packages .package-content .campaign-group .campaign-group-text {
	text-align: center;
	width: 80%;
	margin: 0 auto;
}

.packages .package-content .campaign-group .section-heading-container * {
	width: 80%;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
}

.packages .package-content .campaign-group .cta.cta-container .cta-inner .section-heading-container *{
	width: unset;
	text-transform: unset;
}

.packages .package-content .campaign-group .section-heading-container .icon-container {
	width: fit-content;
}

.packages .package-content .campaign-group .section-heading-container .icon-container img {
	width: clamp(50px, 6vw, 120px);
	object-fit: contain;
}

.packages .package-content .campaign-group .section-heading-small {
	text-transform: uppercase;
}

/* .packages .package-content .campaign-grid-wrapper {
	position: relative;
	overflow-x: auto;
  overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
	width: 100%;
	scrollbar-width: none; 
  -ms-overflow-style: none; 
}

.campaign-grid-wrapper::-webkit-scrollbar {
  display: none;
} */


.packages .package-content .campaign-grid {
	display: grid;
	grid-template-columns: 2fr;
	grid-gap: clamp(15px, 1.5vw, 30px);
	margin: clamp(30px, 3.5vw, 80px) 0;
}

/* .packages .package-content .campaign-grid {
	display: flex;
	gap: clamp(15px, 1.5vw, 30px);
	width: fit-content;
	padding: 0 7%;
} */

.packages .package-content .campaign-grid .campaign {
	grid-column: span 2;
	background-color: #FFFFFF;
	border-radius: clamp(15px, 1.5vw, 30px);
	padding: clamp(20px, 2.5vw, 50px);
	height: fit-content;
	box-shadow: 0px 3px 6px rgba(0,0,0,0.16);
/* 	position: relative; */
	overflow: hidden;
	position: sticky;
	top: clamp(85px, 15vw, 100px);
	opacity: 1;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	transform-origin: center;
}

/* .packages .package-content .campaign-grid .campaign {
	width: 320px;
	flex-shrink: 0;
} */

.packages .package-content .campaign-grid .campaign .label-container {
	position: absolute;
	right: 0;
	top: 0;
	font-size: clamp(10px, 3.15vw, 36px);
	font-weight: 800;
	text-transform: uppercase;
	width: 40%;
    transform: rotate(45deg) translate(10%, -70%);
    text-align: center;
    padding: 22% 10px 5px 10px;
}

@media screen and (min-width: 750px) {
	.packages .package-content .campaign-grid .campaign .label-container {
		font-size: clamp(12px, 1vw, 24px);
	}
}

.packages .package-content .campaign-grid .campaign .label-container.starter {
	background-color: #CBF1FE;
	color: #0C57B8;
}

.packages .package-content .campaign-grid .campaign .label-container.plus {
	background-color: #0C57B8;
	color: #FFFFFF;
}

.packages .package-content .campaign-grid .campaign .label-container.pro {
	background-color: #000000;
	color: #FFFFFF;
}

.packages .package-content .campaign-grid .campaign .label-container.full {
	background-color: #FF0088;
	color: #FFFFFF;
}

.packages .package-content .campaign-grid .campaign .title {
	font-size: clamp(18px, 1.46vw, 36px);
	margin-top: 0;
	width: 75%;
}

@media screen and (min-width: 500px) and (max-width: 749px) {
	.packages .package-content .campaign-grid .campaign .top-container .text {
		width: 85%;
	}
}

@media screen and (min-width: 2000px) {
	.packages .package-content .campaign-grid .campaign .top-container .text {
		width: 95%;
	}
}

.packages .package-content .campaign-grid .campaign .pricing-container .pricing-text {
	margin: 1em 0;
}

.packages .package-content .campaign-grid .campaign .pricing-container .pricing-text .previous-price {
	font-weight: 700;
}

.packages .package-content .campaign-grid .campaign .pricing-container .pricing-text .previous-price .previous-price-text {
	text-decoration: line-through;
}

.packages .package-content .campaign-grid .campaign .pricing-container p {
	margin: 0;
}

.packages .package-content .campaign-grid .campaign .pricing-container p.price {
	font-weight: 700;
	line-height: 1.4;
}

.packages .package-content .campaign-grid .campaign .pricing-container p.price .large-text {
	font-size: clamp(24px, 2.1vw, 48px);
}

.packages .package-content .campaign-grid .campaign .pricing-container p.start-from-additional {
	font-size: clamp(12px, 1.05vw, 24px);
}

.packages .package-content .campaign-grid .campaign .details-container {
	margin-top: 1.5em;
}

.packages .package-content .campaign-grid .campaign .details-container ul {
	margin-left: 0;
	margin-bottom: 1em;
	padding: 0;
	list-style: none;
}

.packages .package-content .campaign-grid .campaign .details-container ul li {
	margin: 0.5em 0;
	display: flex;
}

.packages .package-content .campaign-grid .campaign .details-container ul li:before {
	content: "";
	width: clamp(18px, 1.5vw, 30px);
	height: clamp(18px, 1.5vw, 30px);
	background-image: url('images/checkmark-green.svg');
	background-size: 100% 100%;
	background-repeat: no-repeat;
	flex-shrink: 0;
	margin-right: clamp(15px, 1.5vw, 30px);
	margin-top: 5px;
}

.packages .package-content .campaign-grid .campaign .details-container ul li.exclude:before {
	background-image: url('images/cross-red.svg');
}

.packages .package-content .campaign-grid .campaign .assist-text {
	font-weight: 700;
	font-style: italic;
	font-size: clamp(14px, 0.94vw, 24px);
	color: #707070;
	margin: 1em 0;
}

.form-popup {
	display: none;
	position: fixed;
	inset: 0;
	background-color: rgba(0, 0, 0, 0.6);
	z-index: 9999;
	justify-content: center;
	align-items: center;
	transition: opacity 0.3s ease;
}

.form-popup .wpcf7-not-valid-tip {
	font-size: clamp(12px, 0.835vw, 18px);
}

.form-popup form .form-field-submit p {
	display: flex;
	flex-flow: row-reverse;
	align-items: center;
}

.form-popup .wpcf7 form .wpcf7-response-output {
	margin-top: 0;
    font-size: clamp(14px, 0.835vw, 18px);
}

.form-popup form input {
	width: 100%;
	font-size: clamp(14px, 0.835vw, 18px);
	border: none;
	border-bottom: 1px solid #0C57B8;
	border-radius: 0;
}

.form-popup form input:focus,
.form-popup form input:focus-visible,
.form-popup form input:focus-within {
	outline: 0;
	border: none;
	border-bottom: 1px solid #0C57B8;
}

.form-popup form label {
	font-weight: 700;
}

.form-popup form label .required {
	color: #EF3742;
}

.form-popup form p {
	margin: 0.5em 0;
}

.form-popup form .wpcf7-radio .wpcf7-list-item {
	margin: 0.2em 0;
	font-size: clamp(14px, 0.835vw, 18px);
}

.form-popup [type="radio"] {
	width: fit-content;
}

.form-popup.active {
	display: flex;
	animation: fadeIn 0.3s ease;
}

.close-popup {
	position: absolute;
	top: clamp(20px, 2.5vw, 40px);
	right: clamp(20px, 2.5vw, 40px);
	padding: 0;
	height: clamp(18px, 1.5vw, 30px);
	width: clamp(18px, 1.5vw, 30px);
	background-image: url('images/cross-blue.svg');
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-color: transparent;
	border: none;
	line-height: 1;
	cursor: pointer;
	z-index: 1;
}

.form-popup form .form-field-submit {
	display: flex;
	justify-content: flex-end;
}

.form-popup form .form-field-submit input {
	display: flex;
    justify-content: center;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    font-size: clamp(14px, 0.835vw, 16px);
	font-weight: 700;
    border-radius: 5vw;
    width: fit-content;
    padding: 8px 20px;
    background-color: transparent;
	border: 1px solid #0C57B8;
	color: #0C57B8;
    transition: background-color 0.5s ease, color 0.5s ease, border 0.5s ease;
	letter-spacing: 1px;
	cursor: pointer;
}

.form-popup form .form-field-submit input:hover {
	color: #FFFFFF;
	background-color: #0C57B8;
}


/* Fade-in animation */
@keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

/* Inner form styling */
.form-popup .form-container {
	background: #fff;
	width: 90%;
	padding: clamp(20px, 2.5vw, 40px);
	border-radius: clamp(15px, 1vw, 30px);
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
	position: relative;
}

@media screen and (min-width: 750px) {
	.form-popup .form-container {
		width: 45%;
	}
	
	.packages .package-content .campaign-group .cta.cta-container .cta-inner {
		width: 45%;
	}
}

@media screen and (min-width: 900px) {
	.form-popup .form-container {
		width: 30%;
	}
}


@media screen and (min-width: 750px) {
	.ribbon-container {
		display: block;
	}
	.packages .package-navigation {
		padding: clamp(40px, 5.2vw, 120px) 10% 0 10%;
	}
	
	.packages .package-content .campaign-grid-wrapper {
		position: relative;
/* 		overflow: hidden; */
	}
	
	.packages .package-content .campaign-grid {
/* 		display: grid;
		grid-gap: clamp(15px, 1.5vw, 30px); */
		grid-template-columns: repeat(6, 1fr);
/* 		padding: 0; */
	}
	
/* 	.packages .package-content-wrapper {
		padding-left: 7%;
		padding-right: 7%;
	}
	
	.packages .package-content .campaign-grid .campaign {
		width: unset;
		grid-column: span 2;
	}
	
	.packages .package-content .campaign-group .campaign-text-container,
	.packages .package-content .campaign-group .cta-container {
		padding-left: 0;
		padding-right: 0;
	} */
	
	.packages .package-content .campaign-grid .campaign {
		position: relative;
		top: 0;
	}
	
	.packages .package-content .campaign-group .campaign-grid.count-2 .campaign:first-child,
	.packages .package-content .campaign-group .campaign-grid.count-4 .campaign:nth-child(odd) {
		grid-column: 2 / span 2;
	}
	
	
	.packages .package-tab-btn.active {
		color: #0C57B8;
		background-color: transparent;
	}
	
	.packages .package-content .campaign-grid .campaign .label-container {
		width: clamp(100px, 22vw, 250px);
		transform: rotate(45deg) translate(18.5%, -85%);
	}
	
	.packages .package-content .campaign-group:last-child .campaign-grid .campaign .label-container {
		transform: rotate(45deg) translate(21%, -85%);
	}
}

@media screen and (min-width: 1024px) {
	.packages .package-content .campaign-group:last-child .campaign-grid {
		grid-template-columns: repeat(4, 1fr);
	}
	
	.packages .package-content .campaign-group .campaign-grid.count-4 .campaign:nth-child(odd) {
		grid-column: span 1;
	}
	
	.packages .package-content .campaign-group:last-child .campaign-grid .campaign {
		grid-column: span 1;
		padding: clamp(20px, 1.5vw, 30px);
		padding-top: clamp(20px, 2.5vw, 40px);
	}
	
	.packages .package-content .campaign-grid .campaign .label-container {
		width: clamp(100px, 18vw, 450px);
	}
}

@media screen and (min-width: 1500px) {
/* 	.packages .package-content .campaign-grid .campaign .label-container {
		transform: rotate(45deg) translate(20%, -100%);
	} */
	
	.packages .package-content .campaign-group:last-child .campaign-grid .campaign .label-container {
		transform: rotate(45deg) translate(22%, -100%);
	}
}

section.section.market-success {
	padding-bottom: 0;
	position: relative;
}

.about-grid .about-grid-wrapper {
	width: 100%;
}

.about-grid .grid-layout {
	margin-top: 0;
}

.about-grid .grid-layout .item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}

.about-grid .grid-layout .item .icon-container {
	width: 30%;
	padding-top: 30%;
	position: relative;
}

.about-grid .grid-layout .item .icon-container img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate(0, -50%);
}

.about-grid .grid-layout .item .item-title {
	width: 65%;
	font-size: clamp(24px, 2.1vw, 48px);
	margin: 0.5em 0;
    line-height: 1.2;
}

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

	.about-grid .grid-layout .item .icon-container {
		width: 50%;
		padding-top: 50%;
	}
	
	.about-grid .grid-layout .item .item-title {
		width: 100%;
	}
}


@media screen and (min-width: 1024px) {
	.about-grid .about-grid-wrapper {
		width: 75%;
	}
}

.market-success .megamendung {
	position: absolute;
	display: none;
}

.market-success .megamendung.megamendung1 {
	width: clamp(200px, 20vw, 500px);
}

.market-success .megamendung.megamendung2 {
	width: clamp(50px, 9.5vw, 250px);
}

.market-success .megamendung.megamendung3 {
	width: clamp(120px, 15vw, 400px);
}

.market-success .megamendung.megamendung4 {
	width: clamp(250px, 24vw, 600px);
}

.market-success .market-success-text-container {
	width: 100%;
	margin-top: clamp(40px, 5.2vw, 100px);
}

@media screen and (min-width: 750px) {
	.market-success {
		margin-top: 50px;
	}
	.market-success .market-success-text-container {
		width: 48%;
	}
	.market-success .section-heading-container:not(.section-heading-center-container) {
		width: 100%;
	}
	
	.market-success .megamendung {
		display: block;
	}
	
	.market-success .megamendung.megamendung1 {
		left: 50%;
		top: 0;
	}

	.market-success .megamendung.megamendung2 {
		left: 65%;
		top: 10%;
	}

	.market-success .megamendung.megamendung3 {
		right: 10%;
		top: 40%;
	}

	.market-success .megamendung.megamendung4 {
		top: 60%;
		left: 60%;
	}
}

.grow .items .item {
	display: flex;
	flex-flow: column;
	justify-content: space-between;
}

.testimonials,
.start-today {
	background-color: #0C57B8;
	margin-bottom: clamp(80px, 8vw, 200px);
}

.testimonials .owl-stage {
	display: flex;
}

.testimonials .owl-stage .owl-item {
	height: auto;
}

.testimonials .owl-stage .owl-item .testimonial {
	height: 100%;
}

.testimonials .testimonial,
.start-today .start-today-flex {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: clamp(40px, 5.2vw, 120px) 7%;
}

.testimonials .testimonial .photo-container,
.testimonials .testimonial .main-testimony-container,
.start-today .image-container,
.start-today .text-container {
	width: 100%;
}

.testimonials .testimonial .main-testimony-container,
.start-today .text-container {
	margin-top: 20px;
}

.start-today .text-container {
	display: flex;
	flex-flow: column;
	justify-content: center;
}

.testimonials .testimonial .photo-container-inner,
.start-today .image-container-inner {
	display: flex;
	width: 100%;
	height: 100%;
	padding-top: 65%;
	position: relative;
	overflow: hidden;
	border-radius: clamp(15px, 1.5vw, 30px);
}

.testimonials .testimonial .photo-container-inner img,
.start-today .image-container-inner img {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
	top: 0;
	left: 0;
}

.testimonials .testimonial .logo-container {
	width: 25%;
	min-width: 120px;
}

.testimonials .testimonial .logo-container .logo-container-inner {
	width: 100%;
	display: flex;
}

.testimonials .testimonial .logo-container .logo-container-inner img {
	height: clamp(50px, 5vw, 130px);
	object-fit: contain;
}

.testimonials .testimonial .text-container,
.start-today .text-container {
	color: #FFFFFF;
	font-size: clamp(18px, 1.46vw, 36px);
	line-height: 1.2;
}

.testimonials .testimonial .text-container .testimony-author p:not(:last-child) {
	margin: 0;
}

.testimonials .testimonial .text-container .testimony-author p:last-child {
	margin-top: 0;
}

.testimonials .testimonial .text-container .testimony-title {
	margin-bottom: 0;
}

.testimonials .testimonial .text-container .testimony-text p {
	margin: 0.5em 0;
}

.testimonials .testimonial .text-container .testimony-title,
.testimonials .testimonial .text-container .testimony-name,
.start-today .section-heading-small,
.start-today .section-subheading-small {
	font-weight: 700;
}

@media screen and (min-width: 750px) {
	.testimonials .testimonial,
	.start-today .start-today-flex {
		padding: 0;
	}
	
	.testimonials .testimonial .photo-container,
	.start-today .image-container {
		width: 35%;
	}
	.testimonials .testimonial .main-testimony-container,
	.start-today .text-container {
		width: 65%;
		padding: clamp(20px, 1.5vw, 30px) 7% clamp(20px, 1.5vw, 30px) 3%;
		margin-top: 0;
	}
	
	.testimonials .testimonial .photo-container-inner,
	.start-today .image-container-inner {
		overflow: visible;
		border-radius: 0;
	}
}

section.section.resources-listing {
    position: relative;
	z-index: 2;
	margin-top: 0;
}

.single-resource-card .thumbnail-container {
	width: 100%;
	padding-top: 60%;
	position: relative;
	overflow: hidden;
}

.single-resource-card .text-container .category {
	text-transform: uppercase;
	font-weight: 700;
	color: #707070;
	font-size: clamp(14px, 1.05vw, 24px);
	margin: 0;
}

.single-resource-card .text-container .post-title {
	font-size: clamp(18px, 1.46vw, 36px);
	margin: 0.5em 0;
}

.single-resource-card .text-container .post-excerpt {
	margin-bottom: 1em;
}

.single-resource-card .thumbnail-container img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.single-resources-banner-text {
	position: relative;
	z-index: 2;
	color: #FFFFFF;
}

.single-resources-banner-text .category {
	text-transform: uppercase;
	font-size: clamp(14px, 1.05vw, 24px);
	font-weight: 700;
	margin: 0;
	letter-spacing: 1px;
}

.single-resources-banner-text .post-heading {
	font-size: clamp(26px, 3.65vw, 86px);
	margin: 0.5em 0 0 0;
	line-height: 1.2;
}

.post .resource-wrapper {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.post .resource-wrapper .resource-sticky-wrapper,
.post .resource-wrapper .entry-content {
	width: 100%;
}

.post .resource-sticky .table-of-contents {
	background-color: #F1F1F1;
	border-radius: clamp(15px, 1.5vw, 30px);
	padding: clamp(15px, 1.05vw, 30px);
	box-shadow: 0px 3px 6px rgba(0,0,0,0.16);
}

.post .resource-sticky .table-of-contents .toc-title {
	text-align: center;
	font-size: clamp(24px, 2.1vw, 48px);
	font-weight: 700;
	margin: 0.25em 0;
}

.post .resource-sticky .table-of-contents .toc-list {
	margin: 0;
}

.post .resource-sticky .table-of-contents .toc-list li {
	color: #333E48;
	font-size: clamp(14px, 0.94vw, 24px);
	font-weight: 400;
	margin: 0.5em 0;
	transition: color 0.5s ease, font-weight 0.5s ease;
}

.post .resource-sticky .table-of-contents .toc-list li strong {
	font-weight: 400;
}

.post .resource-sticky .table-of-contents .toc-list li:hover,
.post .resource-sticky .table-of-contents .toc-list li:has(a.active),
.post .resource-sticky .table-of-contents .toc-list li:hover strong,
.post .resource-sticky .table-of-contents .toc-list li:has(a.active) strong {
	font-weight: 700;
	color: #0C57B8;
}

.post .resource-sticky .table-of-contents .toc-list li a {
	text-decoration: none;
	color: inherit;
}

.post .resource-wrapper .entry-content ul,
.post .resource-wrapper .entry-content ol {
	margin: 0;
}

.post .resource-wrapper .entry-content a {
	color: #333E48;
}

.progress-bar {
  margin-top: clamp(25px, 2vw, 50px);
  height: 4px;
  width: 100%;
  background-color: #F1F1F1;
}
.progress-bar-fill {
  height: 100%;
  width: 0%;
  background-color: #0C57B8; /* Or your brand color */
  transform-origin: left center;
}

.post .entry-content h2 {
	font-size: clamp(24px, 2.1vw, 48px);
	line-height: 1.2;
	margin: 2.5em 0 0.5em 0;
}

.post .entry-content h2:first-child {
	margin-top: 0;
}

section.section.recommended-resources {
	padding-top: 0;
}

.recommended-resources .recommended-resources-title {
	margin-bottom: 0;
	font-weight: 700;
}

.recommended-resources .recommended-resources-wrapper {
	margin-top: clamp(20px, 2vw, 40px);
}

@media screen and (min-width: 750px) {
	.post .resource-wrapper {
		flex-flow: row-reverse;
	}
	
	.post .resource-wrapper .resource-sticky-wrapper {
		width: 32%;
	}
	
	.post .resource-wrapper .resource-sticky {
		position: sticky;
		top: clamp(80px, 8vw, 150px);
	}
	.post .resource-wrapper .entry-content {
		width: 60%;
		margin-top: 0;
	}
}

section.section.return-container {
	padding-bottom: clamp(20px, 2.5vw, 60px);
}

.return-container .return-button {
	display: flex;
	align-items: center;
	text-decoration: none;
    color: #333E48;
	position: relative;
	width: fit-content;
}

.return-container .return-button:before {
	content: "";
	width: clamp(18px, 1.5vw, 30px);
	height: clamp(18px, 1.5vw, 30px);
	background-image: url('images/caret-left-blue.svg');
	background-size: 100% 100%;
	background-repeat: no-repeat;
	margin-right: 2em;
	transform: none;
	transition: transform 0.5s ease;
}

.return-container .return-button:hover:before {
	transform: translate(-10px, 0);
}

.return-container .return-button .text-blue {
	font-weight: 700;
}

.reasons .reasons-flex {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: clamp(30px, 3.5vw, 80px);
}

.reasons .reasons-flex .image-container,
.reasons .reasons-flex .text-container {
	width: 100%;
}

.reasons .reasons-flex .text-container h3 {
	font-size: clamp(18px, 1.46vw, 36px);
}

.reasons .reasons-flex .image-container {
	position: relative;
	padding-top: 60%;
	overflow: hidden;
}

.reasons .reasons-flex .image-container img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: clamp(15px, 1.5vw, 30px);
}

@media screen and (min-width: 750px) {
	.reasons .reasons-flex .image-container {
		width: 60%;
		padding-top: 0;
	}
	.reasons .reasons-flex .text-container {
		width: 34%;
	}
	
	.reasons .reasons-flex .text-container p:first-child {
		margin-top: 0;
	}
}

.benefits .main-text-container {
	text-align: center;
}

.benefits .grid-layout .item {
	padding: 0;
	position: relative;
	overflow: hidden;
}

.benefits .grid-layout .item .icon-container {
	width: 100%;
	padding-top: 60%;
	position: relative;
}

.benefits .grid-layout .item .icon-container img {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
	top: 0;
	right: 0;
}

.benefits .grid-layout .item .text-container {
	text-align: center;
	padding: clamp(20px, 1.5vw, 50px);
}

.benefits .grid-layout .item .item-title {
	font-size: clamp(16px, 1.25vw, 32px);
	margin-bottom: 0.5em;
}

section.section.market-setup-steps {
	padding-left: 0;
	padding-right: 0;
}

.market-setup-steps .steps-navigation {
	display: flex;
/* 	padding: 0 7%; */
}

.market-setup-steps .steps-navigation .owl-item {
	display: flex;
	justify-content: center;
}

.market-setup-steps .steps-navigation .step-nav {
	flex-shrink: 0;
	width: 100%;
	white-space: nowrap;
	background: transparent;
	border: none;
	padding-top: 15px;
	padding-bottom: calc(15px + clamp(14px, 0.94vw, 20px));
	cursor: pointer;
	font-size: clamp(18px, 1.46vw, 36px);
	font-weight: 400;
	color: #707070;
	transition: color 0.5s ease, font-weight 0.5s ease;
	position: relative;
	z-index: 2;
}

.market-setup-steps .steps-navigation .owl-stage {
	padding: 15px 0;
}

.market-setup-steps .steps-navigation .owl-item:last-child .step-nav .progress-line {
	display: none;
}

.market-setup-steps .steps-navigation .owl-item:not(:last-child) .step-nav .progress-line {
	height: 3px;
	width: 100%;
	background-color: #707070;
	position: absolute;
	left: 0;
	bottom: 0;
	transform: translate(50%, 50%);
	z-index: -1;
}

/* .market-setup-steps .steps-navigation .owl-item:not(:first-child) .step-nav .progress-line:after {
	content: "";
	height: 3px;
	width: 0;
	background-color: #0C57B8;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: -1;
	transition: width 0.5s ease;
}

.market-setup-steps .steps-navigation .owl-item:not(:first-child) .step-nav.completed .progress-line:after {
	width: 100%;
}
 */
.market-setup-steps .steps-navigation .step-nav:after {
	content: "";
	width: clamp(14px, 0.94vw, 20px);
	height: clamp(14px, 0.94vw, 20px);
	border-radius: 50%;
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	background-color: #707070;
	transform: scale(1) translate(0, -55%);
	transition: background-color 0.5s ease, transform 0.5s ease;
	z-index: 2;
}

.market-setup-steps .steps-navigation .step-nav.active:after {
	background-color: #0C57B8;
	transform: scale(1.4) translate(0, -40%);
}

.market-setup-steps .steps-navigation .step-nav.active {
	color: #0C57B8;
	font-weight: 700;
}

.market-setup-steps .steps-items {
	position: relative;
	padding: 0 7%;
}

.market-setup-steps .step {
   	position: absolute;
    top: clamp(40px, 5.2vw, 120px);
    left: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
	margin-top: clamp(30px, 5.2vw, 100px);
}

.market-setup-steps .step.active {
   opacity: 1;
    visibility: visible;
    position: relative;
    z-index: 1;
	top: 0;
	transition: opacity 0.4s ease, visibility 0.4s ease;
}

.step.gateway > .text-container {
	font-weight: 400;
	font-size: clamp(14px, 1.25vw, 32px);
	margin-bottom: clamp(20px, 3vw, 60px);
}

.step.gateway .gateway-flex {
	margin-top: clamp(12px, 2vw, 40px)
}

.step.gateway .section-subheading-small {
	margin: 0;
	text-align: center;
}

.step.gateway .step-number {
	font-size: clamp(18px, 1.46vw, 36px);
	font-weight: 700;
	margin: 0.5em 0;
}

@media screen and (min-width: 750px) {
	.market-setup-steps .steps-navigation {
		padding: 0 7%;
		justify-content: space-between;
	}
	
	.market-setup-steps .steps-navigation .step-nav {
		width: calc(100% / 6);
	}
	.step.gateway .gateway-flex .gateway-slider-container {
		position: relative;
	}
	.step.gateway .gateway-flex .gateway-slider-container .gateway-slider,
	.step.gateway .gateway-flex .gateway-slider-container .owl-stage-outer,
	.step.gateway .gateway-flex .gateway-slider-container .owl-stage,
	.step.gateway .gateway-flex .gateway-slider-container .owl-item,
	.step.gateway .gateway-flex .gateway-slider-container .image-container {
		height: 100%;
	}
	.step.gateway .gateway-flex .gateway-slider .image-container {
		padding-top: unset;
	}
	
	.market-setup-steps .steps-navigation .step-nav:not(:last-child) .progress-line {
		height: 3px;
		width: 100%;
		background-color: #707070;
		position: absolute;
		left: 0;
		bottom: 0;
		transform: translate(50%, 50%);
		z-index: -1;
		width: 100%;
		transition: width 0.5s ease;
	}
	
	
/* 	.market-setup-steps .steps-navigation .step-nav.completed .progress-line:after {
		content: "";
		height: 3px;
		width: 0;
		background-color: #0C57B8;
		position: absolute;
		left: 0;
		bottom: 0;
		z-index: -1;
		transition: width 0.5s ease;
	}
	
	.market-setup-steps .steps-navigation .step-nav:not(:first-child).completed .progress-line:after {
		width: 100%;
	} */
}

.strategic .top-container .text-container {
	text-align: center;
}

.strategic .items {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: clamp(15px, 2.5vw, 65px);
}

.strategic .items .item {
	flex-shrink: 0;
	background-color: rgba(255,255,255,0.80);
	box-shadow: 0px 3px 6px rgba(0,0,0,0.16);
	backdrop-filter: blur(6px);
	-webkit-backdrop-filter: blur(6px);
	border-radius: clamp(15px, 1.5vw, 30px);
	padding: clamp(20px, 1.5vw, 50px);
	width: 100%;
	transition: width 0.5s ease, background-color 0.5s ease;
	margin: 10px 0;
	display: flex;
	flex-flow: column;
	justify-content: space-between;
}

.strategic .items .item:last-child {
	z-index: 0;
}

.strategic .items .item:nth-last-child(2) {
	z-index: 1;
}

.strategic .items .item:nth-last-child(3) {
	z-index: 2;
}

.strategic .items .item:nth-last-child(4) {
	z-index: 3;
}

.strategic .items .item:nth-last-child(5) {
	z-index: 4;
}

.strategic .items:has(.active) .item.active {
	background-color: #CBF1FE;
}

.strategic .items:has(.active) .item.active .button-container {
	display: none;
}


.strategic .items .item .item-content {
	position: relative;
	overflow: hidden;
}

.strategic .items .item .item-content .icon-container {
	width: 30%;
}

.strategic .items .item .item-content .icon-container-inner {
	width: 100%;
	padding-top: 100%;
	position: relative;
	overflow: hidden;
}

.strategic .items .item .item-content .icon-container-inner img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.strategic .items .item .item-content .item-title {
	font-size: clamp(14px, 1.25vw, 32px);
	line-height: 1.4;
}

.strategic .items .item .item-content .text {
	max-height: 0px;
	opacity: 0;
	font-size: clamp(14px, 0.94vw, 24px);
	position: relative;
	overflow: hidden;
}

.strategic .items:has(.active) .item.active .item-content .text-container .text {
	max-height: 100vh;
	opacity: 1;
	transition: max-height 2s ease, opacity 0.5s ease;
}

.strategic .items .item .item-content .text p {
	margin: 0.5em 0;
}

@media screen and (min-width: 600px) {
	.strategic .items .item .item-content {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	
	.strategic .items .item .item-content .icon-container {
		width: 27%;
	}
	
	.strategic .items .item .item-content .text-container {
		width: 68%;
	}
	
	.strategic .items .item .button-container {
		display: flex;
		justify-content: flex-end;
	}
}

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

}

@media screen and (min-width: 1300px) {
	.strategic .items .item {
		width: 19%;
	}
	
	.strategic .items .item .item-content .icon-container {
/* 		width: 70%; */
		width: 27%;
/* 		min-width: 100px; */
		min-width: 6vw;
	}
	.strategic .items .item .button-container {
		justify-content: flex-start;
	}

	.strategic .items:has(.active) .item {
		width: 14%;
	}

	.strategic .items:has(.active) .item.active {
		width: 42%;
	}
	
	.strategic .items .item .item-content .text-container {
		width: 100%;
	}
	
	.strategic .items:has(.active) .item.active .item-content .icon-container {
		width: 27%;
	}
	
	.strategic .items:has(.active) .item.active .item-content .text-container {
		width: 68%;
	}
	
	.strategic .items:has(.active) .item.active .item-content .text-container .item-title {
		margin: 0.5em 0;
		width: 70%;
	}
	
	.strategic .items:has(.active) .item:not(.active) .button-container {
		display: flex;
		align-items: center;

		position: absolute;
		right: 0;
		top: 50%;
		transform: translate(50%, -50%);
		background-color: #FFFFFF;
		width: clamp(35px, 2.25vw, 60px);
		height: clamp(35px, 2.25vw, 60px);
		box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
		z-index: 5;
		border-radius: 50%;
	}
	
	.strategic .items:has(.active) .item:not(.active) .button-container .button {
		padding: 0;
		border: none;
		position: relative;
		width: 100%;
		display: flex;
/* 		justify-content: flex-end; */
		justify-content: center;
	}
	
	.strategic .items:has(.active) .item:not(.active) .button-container .button:hover {
		background-color: transparent;
	}
	
	.strategic .items:has(.active) .item:not(.active) .button-container .button:after {
		content: "";
		width: clamp(18px, 1.5vw, 30px);
		height: clamp(18px, 1.5vw, 30px);
		background-image: url(images/caret-blue.svg);
		background-size: 100% 100%;
		background-repeat: no-repeat;
	}
	
	.strategic .items:has(.active) .item:not(.active) .button-container .button .button-text {
		display: none;
	}


}

section.testimonials.testimonials-padding {
	margin-bottom: clamp(80px, 25vw, 800px);
}

.locations .locations-list {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	grid-gap: clamp(15px, 1.5vw, 30px);
	margin-top: clamp(30px, 3.5vw, 80px);
}

.locations .locations-list .location {
	grid-column: span 6;
	grid-row: span 1;
}

.locations .locations-list .location .image-container {
	width: 100%;
	padding-top: 65%;
	position: relative;
	overflow: hidden;
	border-radius: clamp(15px, 1.5vw, 30px);
}

.locations .locations-list .location .image-container img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.locations .locations-list .location .text-container {
	text-align: center;
    width: 70%;
    margin: 0 auto;
}

@media screen and (min-width: 600px) {
	.locations .locations-list .location {
		grid-column: span 3;
	}
}

@media screen and (min-width: 990px) {
	.locations .locations-list .location {
		grid-column: span 2;
	}
	
	.locations .locations-list .location:first-child {
		grid-column: 2 / span 2;
	}
}

footer {
	position: relative;
}

footer:before {
	content: "";
	width: 100%;
	height: 180%;
	background-image: url('images/footer-bg.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	position: absolute;
	z-index: -2;
	bottom: 0;
	left: 0;
}

footer:after {
	content: "";
	width: 100%;
	height: 180%;
	background: linear-gradient(to bottom,rgba(255,255,255,1) 0%, rgba(255,255,255,1) 5%, rgba(255,255,255,0) 60%, rgba(255,255,255,0) 100%);
	position: absolute;
	z-index: -1;
	bottom: 0;
	left: 0;
	transform: translate(0, -5px);
/* 	backdrop-filter: brightness(1.5);
	-webkit-backdrop-filter: brightness(1.5); */
}

footer .footer-flex {
	position: relative;
	z-index: 2;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: clamp(40px, 5.2vw, 80px) 7%;
}

footer .footer-flex:before {
	content: "";
	width: 100%;
	height: 110%;
	background: linear-gradient( to bottom, rgba(12, 87, 184, 0) 0%, rgba(12, 87, 184, 0.7) 30%, rgba(12, 87, 184, 1) 100%);
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
}

footer .footer-flex .footer-left,
footer .footer-flex .footer-right {
	width: 100%;
}

footer .footer-flex .footer-left {
	display: flex;
	flex-flow: column-reverse;
	justify-content: space-between;
}

footer .footer-branding {
	margin: clamp(15px, 2vw, 40px) 0;
}

footer .footer-branding .site-tagline {
	color: #FFFFFF;
	font-size: clamp(14px, 1.05vw, 24px);
	margin: 0.4em 0;
}

footer .custom-logo-container {
	width: 15.5vw;
	min-width: 200px;
}

footer .custom-logo-container a {
	display: flex;
	width: 100%;
}
footer .custom-logo-container img {
	width: 100%;
	object-fit: contain;
}

footer .footer-right .indonesia .snapshot-container {
	width: 100%;
	padding-top: 55%;
	position: relative;
	overflow: hidden;
	border-radius: clamp(15px, 1.5vw, 30px);
	box-shadow: 0px 3px 6px rgba(0,0,0,0.16);
}

footer .footer-right .indonesia .snapshot-container:after {
	content: "";
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	background: linear-gradient(to right, rgba(45, 41, 110, 0.5) 0%, rgba(45, 41, 110, 0) 100%);
}

footer .footer-right .indonesia .snapshot-container img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

footer .footer-right .indonesia .snapshot-container .snapshot-text {
	position: absolute;
    z-index: 2;
    top: 50%;
    transform: translate(0, -50%);
    margin: 0;
    left: 7%;
    color: #FFFFFF;
    font-weight: 700;
    font-size: clamp(24px, 5vw, 56px);
    line-height: 1.2;
}

@media screen and (min-width: 750px) {
	footer .footer-right .indonesia .snapshot-container .snapshot-text {
		 font-size: clamp(18px, 1.46vw, 36px);
	}
}

footer .footer-right .indonesia .indonesia-link-container {
	text-decoration: none;
}

footer .footer-right .indonesia .indonesia-link {
	text-decoration: none;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: clamp(15px, 1.5vw, 30px);
	margin-top: 5px;
}

footer .footer-right .indonesia .indonesia-link:after {
	content: "";
	width: 9px;
	height: clamp(14px, 0.835vw, 18px);
	background-image: url('images/caret-white.svg');
	background-size: 100% 100%;
	background-repeat: no-repeat;
	transform: translate(-100%, 0);
	transition: transform 0.5s ease;
}

footer .footer-right .indonesia .indonesia-link-container:hover .indonesia-link:after {
	transform: translate(0, 0);
}

footer .footer-right .indonesia .indonesia-link .link-main {
	display: flex;
	align-items: center;
	flex-shrink: 0;
}

footer .footer-right .indonesia .indonesia-link .link-text {
	text-transform: uppercase;
	font-size: clamp(14px, 1.05vw, 24px);
	color: #FFFFFF;
	letter-spacing: 1px;
}

footer .footer-right .indonesia .indonesia-link .flag {
	width: clamp(25px, 1.6vw, 35px);
	height: clamp(25px, 1.6vw, 35px);
	flex-shrink: 0;
	margin-right: 10px;
}

footer .footer-right .copyright-container {
	margin-top: clamp(20px, 1.5vw, 30px);
	text-align: center;
}

footer .footer-right .copyright-container,
footer .footer-right .copyright-container a {
	color: #FFFFFF;
	font-size: clamp(10px, 0.625vw, 16px);
}

footer .footer-right .copyright-container a {
	white-space: nowrap;
	text-decoration: none;
}

footer .footer-right .copyright-container a .text {
	text-decoration: underline;
	text-underline-offset: 2px;
}

.footer-navigation ul.sub-menu {
	display: block;
	column-count: 1;
	margin-bottom: 0;
}

@media screen and (min-width: 750px) {
	footer .footer-flex .footer-left {
		width: 60%;
		flex-flow: column;
	}
	
	footer .footer-branding {
		margin-bottom: 0;
	}
	
	footer .footer-flex .footer-right {
		width: 38%;
	}
	
	footer:before {
		height: 250%;
	}

	footer:after {
		height: 250%;
	}
}

@media screen and (min-width: 850px) {
	.footer-navigation ul {
		column-count: 2;
	}
}

@media screen and (min-width: 1000px) {
	footer .footer-flex .footer-right {
		width: 27%;
	}
}

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

.site-header {
	position: fixed;
	background-color: transparent;
	transition: background-color 0.5s ease;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	z-index: 5;
	padding: 20px 7%;
}

.site-header:hover,
.site-header.scrolled,
.page-id-160 .site-header,
.page-id-3 .site-header {
	background-color: #0C57B8;
}

.site-branding {
	width: 15vw;
	min-width: 150px;
	display: flex;
	align-self: center;
}

.site-branding .custom-logo-link {
	width: 100%;
}

@media screen and (min-width: 320px) {
	.site-branding {
		min-width: 170px;
	}
}

/* @media screen and (min-width: 340px) {
	.site-branding {
		min-width: 200px;
	}
} */

.custom-logo {
	width: 100%;
	object-fit: contain;
}

.main-navigation {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	width: 100%;
}

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

.main-navigation.toggled .menu-menu-1-container {
	padding: 20px 7%;
	background-color: #0C57B8;
}

.main-navigation.toggled .menu-menu-1-container ul li {
	margin: 5px 0;
}

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

.main-navigation ul#menu-countries {
	display: block;
	margin-left: clamp(10px, 0.5vw, 25px);
	margin-right: 0;
}

.footer-navigation ul {
	list-style: none;
	margin: 0;
	margin-bottom: clamp(20px, 1.5vw, 30px);
	padding-left: 0;
}

.main-navigation ul ul {
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
	border-radius: 5px;
	overflow: hidden;
}

.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;
	background-color: rgba(234, 245, 245, 0.7);
	backdrop-filter: blur(6px);
	-webkit-backdrop-filter: blur(6px);
	border-radius: 5px;
	overflow: hidden;
	display: block;
}

.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;
}

/* .main-navigation ul ul a {
	width: 200px;
} */

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

.main-navigation .menu-menu-1-container ul ul {
	position: relative;
	height: 0;
    left: 0;
    background-color: transparent;
    box-shadow: none;
	backdrop-filter: none;
	-webkit-backdrop-filter: none;
}

/* .main-navigation .menu-menu-1-container ul li:hover ul, */
.main-navigation .menu-menu-1-container ul li.focus ul{
	height: fit-content;
}

.main-navigation .menu-menu-1-container ul.sub-menu li a {
	text-align: left;
	padding: clamp(5px, 0.4vw, 10px) clamp(20px, 1.5vw, 40px);
}

.main-navigation .menu-menu-1-container ul.sub-menu li a:after {
	display: none;
}

.main-navigation li,
.footer-navigation ul li {
	position: relative;
}

.site-header .main-navigation .menu-menu-1-container #primary-menu > li:last-child {
	display: none;
}

.footer-navigation ul li {
	padding: 5px 0;
}

.footer-navigation ul li:first-child {
	min-width: calc(20ch + 10px);
}

.footer-navigation ul#footer-primary-menu > li:first-child {
	padding-bottom: 0;
}

.footer-navigation ul li.header-sg {
	display: none;
}

.main-navigation a,
.footer-navigation ul li a {
	display: block;
	text-decoration: none;
	color: #FFFFFF;
	text-transform: uppercase;
	font-size: clamp(14px, 0.835vw, 16px);
	font-weight: 400;
	position: relative;
	padding: 5px 0;
	transition: font-weight 0.5s ease;
	width: fit-content;
	letter-spacing: 1px;
}

.main-navigation .menu-menu-1-container ul li.menu-item-has-children > a {
	display: flex;
	align-items: center;
}

.main-navigation a {
	text-align: center;
}

.footer-navigation ul li a {
	font-size: clamp(14px, 1.05vw, 24px);
}

.main-navigation .menu-menu-1-container a:before,
.footer-navigation .menu-menu-1-container ul li a:before {
	content: "";
	height: 1px;
	width: 100%;
	background-color: #FFFFFF;
	position: absolute;
	left: 0;
	bottom: 0;
	transform: scaleX(0);
	transition: transform 0.5s ease;
}

.main-navigation .menu-menu-1-container ul ul a:before {
	display: none;
}

.main-navigation a:hover,
.main-navigation li.hovered > a,
.main-navigation li.current-menu-item > a,
.footer-navigation ul li a:hover {
	font-weight: 700;
}

.main-navigation .menu-menu-1-container a:hover:before,
.main-navigation .menu-menu-1-container li.hovered a:before,
.main-navigation .menu-menu-1-container li.current-menu-item a:before,
.footer-navigation .menu-menu-1-container ul li a:hover:before {
	transform: scaleX(1);
}

.main-navigation li.header-sg > a {
	display: flex;
	align-items: center;
}

.main-navigation li.menu-item-has-children > a:after {
	content: "";
	width: clamp(12px, 0.8vw, 16px);
	height: clamp(6px, 0.5vw, 11px);
	background-color: transparent;
	background-image: url( 'images/polygon-down-white.svg' );
	background-size: 100% 100%;
	background-repeat: no-repeat;
	display: block;
	position: relative;
	transform: scale(1);
	flex-shrink: 0;
	margin-left: clamp(5px, 0.5vw, 10px);
}

.main-navigation li.menu-item-has-children > a:hover:after {
	transform: scale(1);
}

.main-navigation li.header-sg > a:before {
	content: "";
	width: clamp(20px, 1.5vw, 35px);
	height: clamp(20px, 1.5vw, 35px);
	background-image: url('images/singapore-flag.png');
	background-size: 100% 100%;
	background-repeat: contain;
	margin-right: clamp(5px, 0.5vw, 10px);
}

.main-navigation li.header-id > a {
	display: flex;
	align-items: center;
}

.main-navigation li.header-id > a:before {
	content: "";
	width: clamp(20px, 1.5vw, 35px);
	height: clamp(20px, 1.5vw, 35px);
	background-image: url('images/indonesia-flag.png');
	background-size: 100% 100%;
	background-repeat: contain;
	margin-right: clamp(5px, 0.5vw, 10px);
}

.main-navigation .sub-menu li > a:before {
	filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.36));
	-webkit-filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.36));
}

.main-navigation .sub-menu li {
	margin: 0;
}

.main-navigation .sub-menu li a {
	padding: clamp(5px, 0.4vw, 10px) clamp(10px, 1vw, 25px);
	background-color: transparent;
	transition: background-color 0.5s ease;
	width: 100%;
}

.main-navigation #menu-countries .sub-menu li a:hover {
	font-weight: 400;
	background-color: #FFFFFF;
}

.main-navigation .sub-menu li a:after {
	content: "";
    height: 1px;
    width: 70%;
    background-color: #FFFFFF;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    transform: scale(1);
}

.main-navigation .sub-menu li:last-child a:after {
	display: none;
}

.main-navigation ul#menu-countries li:hover > ul,
.main-navigation ul#menu-countries li.focus > ul {
	display: block;
	left: 0;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

button.menu-toggle {
	background: transparent;
	border: none;
	padding: 0;
	flex-flow: column;
	justify-content: center;
	height: 100%;
	transform: scale(1.25);
	transform-origin: right;
	margin-right: 0.3em;
}

.menu-toggle div {
	width: 20px;
	height: 3px;
	background-color: #FFFFFF;
	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);
}

.mega-submenu-container {
	display: none!important;
}

.site-header .site-header-main {
    display: flex;
    justify-content: space-between;
    align-items: center;
	width: 100%;
}

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

	.menu-toggle {
		display: none;
	}
	
	.main-navigation a, .footer-navigation ul li a {
		font-size: clamp(12px, 0.835vw, 16px);
	}

	
	.main-navigation {
		width: fit-content;
	}

	.main-navigation ul,
	.main-navigation.toggled ul {
		display: flex;
		align-items: center;
	}
	
	.main-navigation li,
	.main-navigation.toggled .menu-menu-1-container ul li {
		margin: 0 clamp(10px, 1vw, 20px);
	}
	
	.main-navigation .sub-menu li,
	.main-navigation.toggled .menu-menu-1-container .sub-menu li {
		margin: 0;
	}
	
	.main-navigation.toggled .menu-menu-1-container,
	.main-navigation .menu-menu-1-container {
		position: relative;
		width: fit-content;
		padding: 0;
		background-color: unset;
	}
	
	.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;
		background-color: rgba(234, 245, 245, 0.7);
		backdrop-filter: blur(6px);
		-webkit-backdrop-filter: blur(6px);
		border-radius: 5px;
		overflow: hidden;
		display: block;
	}
	
	.main-navigation ul li:hover > ul,
	.main-navigation ul li.focus > ul,
	.main-navigation.toggled ul ul {
		display: block;
		position: absolute;
	}
	
	.main-navigation ul#menu-countries li:hover > ul,
	.main-navigation ul#menu-countries li.focus > ul {
		display: block;
		left: 0;
	}
	
	.main-navigation .sub-menu li a {
		color: #707070;
	}
	
	.main-navigation .sub-menu li a:after {
		background-color: #707070;
	}
	
	header .menu-menu-1-container ul ul.sub-menu {
	  display: none!important;
	}
	
	.mega-submenu-container {
		position: absolute;
		top: 100%;
		left: 0;
		width: 100%;
		background-color: rgba(255,255,255,0.8);
	}
	
	.mega-submenu-container.visible {
	  display: block!important;
	}

	.mega-submenu {
	  display: none;
	  padding: 3rem 7%;
	}

	.mega-submenu.active {
	  display: block;
	}
	
	.mega-submenu .submenu-container {
		display: flex;
	}
	
	.mega-submenu .submenu-container .submenu-item {
		width: clamp(150px, 14vw, 350px);
		flex-shrink: 0;
		margin-left: clamp(15px, 1vw, 30px);
		display: flex;
	}
	
	.mega-submenu .submenu-container .submenu-item-inner {
		width: 100%;
		padding-top: 60%;
		position: relative;
		overflow: hidden;
		border-radius: clamp(10px, 1vw, 20px);
	}
	
	.mega-submenu .submenu-container .submenu-item-inner:after {
		content: "";
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background: linear-gradient(to right, rgba(51, 62, 72, 1) 0%, rgba(51, 62, 71, 0) 100%);
	}
	
	.mega-submenu .submenu-container .submenu-item-inner img {
		position: absolute;
		top: 0;
		right: 0;
		width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: center right;
		transform: none;
		transition: transform 0.5s ease;
		will-change: transform;
		backface-visibility: hidden;
	}
	
	.mega-submenu .submenu-container .submenu-item:hover .submenu-item-inner img {
		transform: scale(1.2);
		transform-origin: center right;
	}
	
	.mega-submenu .submenu-container .submenu-item-inner .submenu-text {
		position: absolute;
		margin: 0;
		top: 50%;
		transform: translate(0, -50%);
		left: 7%;
		color: #FFFFFF;
		font-size: clamp(18px, 1.46vw, 36px);
		font-weight: 700;
		line-height: 1.2;
		z-index: 2;
	}
}

.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: flex;
}

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