/*!
Theme Name: gpi-theme
Theme URI: http://underscores.me/
Author: Petar Markovic
Author URI: https://petars.world
Description: GPI theme
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: gpi
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.

gpi-theme 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

--------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap");
.col-1 {
	flex: 0 0 8.33333%;
	max-width: 8.33333%;
	padding-left: calc(32px / 2);
	padding-right: calc(32px / 2);
	box-sizing: border-box;
}

.col-2 {
	flex: 0 0 16.66667%;
	max-width: 16.66667%;
	padding-left: calc(32px / 2);
	padding-right: calc(32px / 2);
	box-sizing: border-box;
}

.col-3 {
	flex: 0 0 25%;
	max-width: 25%;
	padding-left: calc(32px / 2);
	padding-right: calc(32px / 2);
	box-sizing: border-box;
}

.col-4 {
	flex: 0 0 33.33333%;
	max-width: 33.33333%;
	padding-left: calc(32px / 2);
	padding-right: calc(32px / 2);
	box-sizing: border-box;
}

.col-5 {
	flex: 0 0 41.66667%;
	max-width: 41.66667%;
	padding-left: calc(32px / 2);
	padding-right: calc(32px / 2);
	box-sizing: border-box;
}

.col-6 {
	flex: 0 0 50%;
	max-width: 50%;
	padding-left: calc(32px / 2);
	padding-right: calc(32px / 2);
	box-sizing: border-box;
}

.col-7 {
	flex: 0 0 58.33333%;
	max-width: 58.33333%;
	padding-left: calc(32px / 2);
	padding-right: calc(32px / 2);
	box-sizing: border-box;
}

.col-8 {
	flex: 0 0 66.66667%;
	max-width: 66.66667%;
	padding-left: calc(32px / 2);
	padding-right: calc(32px / 2);
	box-sizing: border-box;
}

.col-9 {
	flex: 0 0 75%;
	max-width: 75%;
	padding-left: calc(32px / 2);
	padding-right: calc(32px / 2);
	box-sizing: border-box;
}

.col-10 {
	flex: 0 0 83.33333%;
	max-width: 83.33333%;
	padding-left: calc(32px / 2);
	padding-right: calc(32px / 2);
	box-sizing: border-box;
}

.col-11 {
	flex: 0 0 91.66667%;
	max-width: 91.66667%;
	padding-left: calc(32px / 2);
	padding-right: calc(32px / 2);
	box-sizing: border-box;
}

.col-12 {
	flex: 0 0 100%;
	max-width: 100%;
	padding-left: calc(32px / 2);
	padding-right: calc(32px / 2);
	box-sizing: border-box;
}

.container {
	width: 100%;
	max-width: 1440px;
	margin: 80px auto;
	padding-left: calc(32px / 2);
	padding-right: calc(32px / 2);
}

.row {
	display: flex;
	flex-wrap: wrap;
	margin-left: calc(-32px / 2);
	margin-right: calc(-32px / 2);
}

/* Example HTML Structure

<div class="container">
  <div class="row">
    <div class="col-12 col-md-6 col-lg-4">
      // Content here
    </div>
    <div class="col-12 col-md-6 col-lg-8">
      // Content here
    </div>
  </div>
</div>

*/
.wrapper {
	max-width: 1440px;
	margin: 0 auto;
	padding-left: 24px;
	padding-right: 24px;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-column-gap: 24px;
}

@media (min-width: 601px) {
	.wrapper {
		padding-left: 80px;
		padding-right: 80px;
		grid-template-columns: repeat(12, 1fr);
		grid-column-gap: 32px;
	}
}

.wrapper article,
.wrapper section {
	grid-column: 1 / -1;
}

.wrapper--full {
	max-width: unset;
}

.container1 {
	max-width: 1440px;
	margin: 0 auto;
	padding: 80px;
}

.col-1 {
	flex: 0 0 8.33333%;
	max-width: 8.33333%;
	padding-left: calc(32px / 2);
	padding-right: calc(32px / 2);
	box-sizing: border-box;
}

.col-2 {
	flex: 0 0 16.66667%;
	max-width: 16.66667%;
	padding-left: calc(32px / 2);
	padding-right: calc(32px / 2);
	box-sizing: border-box;
}

.col-3 {
	flex: 0 0 25%;
	max-width: 25%;
	padding-left: calc(32px / 2);
	padding-right: calc(32px / 2);
	box-sizing: border-box;
}

.col-4 {
	flex: 0 0 33.33333%;
	max-width: 33.33333%;
	padding-left: calc(32px / 2);
	padding-right: calc(32px / 2);
	box-sizing: border-box;
}

.col-5 {
	flex: 0 0 41.66667%;
	max-width: 41.66667%;
	padding-left: calc(32px / 2);
	padding-right: calc(32px / 2);
	box-sizing: border-box;
}

.col-6 {
	flex: 0 0 50%;
	max-width: 50%;
	padding-left: calc(32px / 2);
	padding-right: calc(32px / 2);
	box-sizing: border-box;
}

.col-7 {
	flex: 0 0 58.33333%;
	max-width: 58.33333%;
	padding-left: calc(32px / 2);
	padding-right: calc(32px / 2);
	box-sizing: border-box;
}

.col-8 {
	flex: 0 0 66.66667%;
	max-width: 66.66667%;
	padding-left: calc(32px / 2);
	padding-right: calc(32px / 2);
	box-sizing: border-box;
}

.col-9 {
	flex: 0 0 75%;
	max-width: 75%;
	padding-left: calc(32px / 2);
	padding-right: calc(32px / 2);
	box-sizing: border-box;
}

.col-10 {
	flex: 0 0 83.33333%;
	max-width: 83.33333%;
	padding-left: calc(32px / 2);
	padding-right: calc(32px / 2);
	box-sizing: border-box;
}

.col-11 {
	flex: 0 0 91.66667%;
	max-width: 91.66667%;
	padding-left: calc(32px / 2);
	padding-right: calc(32px / 2);
	box-sizing: border-box;
}

.col-12 {
	flex: 0 0 100%;
	max-width: 100%;
	padding-left: calc(32px / 2);
	padding-right: calc(32px / 2);
	box-sizing: border-box;
}

.container {
	width: 100%;
	max-width: 1440px;
	margin: 80px auto;
	padding-left: calc(32px / 2);
	padding-right: calc(32px / 2);
}

.row {
	display: flex;
	flex-wrap: wrap;
	margin-left: calc(-32px / 2);
	margin-right: calc(-32px / 2);
}

/* Example HTML Structure

<div class="container">
  <div class="row">
    <div class="col-12 col-md-6 col-lg-4">
      // Content here
    </div>
    <div class="col-12 col-md-6 col-lg-8">
      // Content here
    </div>
  </div>
</div>

*/
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: "Poppins", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

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

mark {
	background: linear-gradient(304.8deg, #CE982D 37.22%, #E9AA4A 55.04%);
	-webkit-text-fill-color: transparent;
	background-clip: text;
	-webkit-background-clip: text;
}

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

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

big {
	font-size: 125%;
}

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

body.menu-toggled {
	overflow: hidden;
}

html {
	scroll-behavior: smooth;
}

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

.button {
	padding: 20px 24px;
	border-radius: 100px;
	font-size: 14px;
	font-weight: 500;
	height: 52px;
}

.button:hover {
	background-color: #ffffff51;
	/* Darker shade on hover */
	cursor: pointer;
}

.button--primary {
	border: 1px solid #fff;
	background-color: #fff;
	padding: 6px 6px 6px 24px;
	color: #061022;
}

.button--primary span {
	color: #061022;
}

.button--primary img {
	background-color: #061022;
	border-radius: 100%;
	transition: 0.2s ease;
}

.button--primary:hover {
	background-color: #fff !important;
}

.button--primary:hover img {
	rotate: 45deg;
	transition: 0.2s ease;
}

.button--secondary {
	color: #fff;
	padding: 20px 24px;
	border: 1px solid #fff;
	background-color: #80808040;
	backdrop-filter: blur(6px) saturate(180%);
}

.button--secondary:hover {
	color: #fff;
}

.button--secondary:visited {
	color: white;
}

.button--secondary:focus {
	color: #fff;
}

.button--tertiary {
	color: #000000;
	border: 1px solid #000000;
	backdrop-filter: blur(6px) saturate(180%);
	background-color: #fff;
}

.button--quaternary {
	color: #fff;
	border: 1px solid #061022;
	background-color: #061022;
	padding: 6px 6px 6px 24px;
}

.button--quaternary img {
	background-color: #FFFFFF;
	border-radius: 100%;
	border: 1px solid #061022;
	transition: 0.2s ease;
}

.button--quaternary:hover {
	background-color: #061022;
}

.button--quaternary:hover img {
	rotate: 45deg;
	transition: 0.2s ease;
}

.button--quaternary:focus {
	color: #fff;
}

.cta-wrapper {
	display: flex;
	gap: 20px;
	justify-content: center;
	align-items: center;
	margin-top: 20px;
}

.cta-wrapper a {
	display: flex;
	align-items: center;
	text-decoration: none;
	font-family: Poppins;
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	border-radius: 100px;
	/* Example background color */
	transition: background-color 0.3s ease;
}

.cta-wrapper a:hover {
	background-color: #ffffff51;
}

.cta-wrapper a .cta-icon-wrapper {
	margin-left: 12px;
}

.cta-wrapper a .cta-icon-wrapper .cta-icon {
	padding: 10px;
	vertical-align: middle;
}

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

/*--------------------------------------------------------------
# header
--------------------------------------------------------------*/
.site-header {
	position: absolute;
	top: 0;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	z-index: 999;
	padding: 16px 24px;
}

@media (min-width: 601px) {
	.site-header {
		padding: 30px 40px;
	}
}

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

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

.site-header .header-cta {
	display: none;
}

@media (min-width: 1024px) {
	.site-header .header-cta {
		display: block;
	}
}

.site-header .header-cta a {
	padding: 12px 20px;
	border-radius: 100px;
	font-size: 14px;
	font-weight: 500;
	border: 1px solid #fff;
	background-color: #80808040;
	backdrop-filter: blur(6px) saturate(180%);
	text-decoration: none;
	color: #fff;
}

.site-header.inverted nav li a {
	color: black;
}

.site-header.inverted nav li a:visited {
	color: black !important;
}

nav#site-navigation.not-inverted ul li a {
	color: #fff;
}

nav#site-navigation.not-inverted ul li a:visited {
	color: #fff !important;
}

#site-navigation.toggled ul#primary-menu\ meni {
	position: absolute;
	background-color: #212020a3;
	width: 100%;
	left: 0;
	top: 0;
	padding: 0 24px 24px 24px;
	z-index: -1;
	backdrop-filter: blur(7px) saturate(2);
	height: 100dvh;
	opacity: 1;
	display: flex;
	flex-direction: column;
	gap: 1rem;
	justify-content: center;
	transition: opacity .3s ease, display .3s ease allow-discrete;
}

@starting-style {
	#site-navigation.toggled ul#primary-menu\ meni {
		opacity: 0;
	}
}

#site-navigation.toggled ul#primary-menu\ meni li a {
	font-size: 2rem;
	font-weight: 700;
}

body ~ #site-navigation.toggled {
	overflow: hidden;
}

nav#site-navigation button.menu-toggle {
	padding: 0;
	margin: 0;
	background-color: transparent;
	outline: 0;
	border: 0;
}

nav#site-navigation button.menu-toggle .hamburger {
	display: block;
	height: 100%;
	position: relative;
	transform: translateX(-50%, -50%);
	cursor: pointer;
	padding: 12px;
	width: 50px;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	background-color: 1px solid rgba(255, 255, 255, 0.270588);
	backdrop-filter: blur(6px);
	background-color: #21202069;
}

nav#site-navigation button.menu-toggle .hamburger span {
	max-width: 20px;
}

nav#site-navigation button.menu-toggle .hamburger span.line-1 {
	position: relative;
	display: block;
	width: 100%;
	height: 2px;
	background: #ffffff;
	top: 0;
	margin-bottom: 6px;
	transition: 0.3s;
	border: none;
	margin-left: auto;
	margin-right: auto;
}

nav#site-navigation button.menu-toggle .hamburger span.line-2 {
	position: relative;
	display: block;
	width: 100%;
	height: 2px;
	background: #fff;
	top: 0;
	margin-bottom: 6px;
	transition: 0.3s;
	border: none;
	margin-left: auto;
	margin-right: auto;
}

nav#site-navigation button.menu-toggle .hamburger span.line-3 {
	position: relative;
	display: block;
	width: 100%;
	height: 2px;
	background: #fff;
	top: 0;
	transition: 0.3s;
	border: none;
	margin-left: auto;
	margin-right: auto;
}

nav#site-navigation button.menu-toggle .hamburger .cross {
	position: absolute;
	width: 0;
	height: 2px;
	background: white;
	top: 50%;
	left: 50%;
	transition: 0.3s;
	transform: translate(-50%, -50%) rotate(45deg);
	transition-delay: 0.2s;
}

nav#site-navigation button.menu-toggle .hamburger .cross:after {
	content: "";
	transform: translate(-50%, -50%) rotate(90deg);
	transition-delay: 0.1s;
	position: absolute;
	width: 0;
	height: 2px;
	background: white;
	top: 50%;
	left: 50%;
	transition: 0.3s;
}

#site-navigation.toggled button.menu-toggle .hamburger .line-1 {
	width: 0;
	transition-delay: 0.1s;
}

#site-navigation.toggled button.menu-toggle .hamburger .line-2 {
	width: 0;
	transition-delay: 0.3s;
}

#site-navigation.toggled button.menu-toggle .hamburger .line-3 {
	width: 0;
	transition-delay: 0.4s;
}

#site-navigation.toggled button.menu-toggle .hamburger .cross {
	width: 25px;
}

#site-navigation.toggled button.menu-toggle .hamburger .cross:after {
	width: 25px;
	transition-delay: 0.6s;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
footer {
	background-color: #061022;
}

footer .site-info {
	display: flex;
	align-items: center;
	gap: 32px;
	margin: 0 0 100px 0;
	color: #fff;
	opacity: 50%;
	justify-content: space-between;
	flex-direction: column-reverse;
	text-align: center;
}

@media (min-width: 768px) {
	footer .site-info {
		flex-direction: row;
		gap: 0.5rem;
		text-align: unset;
	}
}

footer .site-info .left {
	display: flex;
	gap: 1rem;
	font-family: Poppins;
	font-weight: 500;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0%;
	vertical-align: middle;
}

footer .site-info .right {
	display: flex;
}

footer .site-info .right ul.footer-privacy {
	display: flex;
	padding: 0;
	margin: 0;
	gap: 32px;
	flex-direction: column;
}

@media (min-width: 768px) {
	footer .site-info .right ul.footer-privacy {
		flex-direction: row;
	}
}

footer .site-info .right ul.footer-privacy li {
	list-style-type: none;
}

footer .site-info .right ul.footer-privacy li a {
	font-family: Poppins;
	font-weight: 500;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0%;
	vertical-align: middle;
	color: #fff;
	text-decoration: none;
}

footer .site-info .right ul.footer-privacy li a:hover {
	text-decoration: underline;
}

footer .site-info p {
	margin: 0;
}

footer ul.footer-links {
	display: flex;
	justify-content: center;
	gap: 40px;
	list-style-type: none;
	padding: 24px 0 0 0;
	margin: 0 0 32px 0;
}

@media (min-width: 768px) {
	footer ul.footer-links {
		justify-content: unset;
	}
}

footer ul.footer-links li a {
	text-decoration: none;
	color: #fff;
	font-family: Poppins;
	font-weight: 500;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0%;
	vertical-align: middle;
}

footer ul.footer-links li a:hover {
	text-decoration: underline;
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: auto;
}

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

@media (min-width: 601px) {
	.main-navigation ul {
		opacity: 1;
	}
}

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

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

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

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

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

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
	color: #fff;
	color: inherit;
}

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

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: flex;
		justify-content: center;
		gap: 67px;
	}
}

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

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

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

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

.bypostauthor {
	display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gallery-caption {
	display: block;
}

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

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

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

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

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

/* Alignments
--------------------------------------------- */
.alignleft {
	/*rtl:ignore*/
	float: left;
	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {
	/*rtl:ignore*/
	float: right;
	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

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

/* Animations
--------------------------------------------- */
@keyframes scroll {
	0% {
		transform: translateX(0);
	}
	100% {
		transform: translatex(-1000%);
	}
}

.block-1 {
	width: 100%;
	margin: 0 auto;
}

.slide-track {
	display: flex;
	justify-content: center;
	gap: 52px;
	width: 100%;
	height: 80px;
	overflow: hidden;
	max-width: 1440px;
	margin: 0 auto;
	display: flex;
}

.block-wrapper {
	background-color: whitesmoke;
}

.swiper.marquee-swiper {
	background-color: #fff;
	mask-image: linear-gradient(to right, transparent 0%, white 10%, white 90%, transparent 100%);
}

.swiper-wrapper.marquee-swiper {
	transition-timing-function: linear;
	align-items: center;
	height: 80px;
	display: flex;
}

.swiper-slide.marquee-swiper {
	width: 12rem;
	display: flex;
	align-items: center;
	justify-content: center;
}

.swiper-slide.marquee-swiper img {
	height: 78px;
	object-fit: contain;
}

.block-2 {
	width: 100%;
	height: 660px;
	overflow: hidden;
	object-fit: cover;
	position: relative;
}

@media (min-width: 601px) {
	.block-2 {
		height: 900px;
	}
}

.block-2-info {
	display: flex;
	flex-direction: column;
	gap: 47px;
	text-align: center;
	max-width: 860px;
	width: 100%;
	padding: 24px 24px 0 24px;
}

.block-2-info h2,
.block-2-info p {
	margin: 0;
	color: #fff;
}

.block-2-info h2 {
	font-family: Poppins;
	font-weight: 500;
	font-size: 40px;
	line-height: 48px;
	letter-spacing: 0%;
	text-align: center;
	margin-bottom: 4px;
	text-align: center;
}

@media (min-width: 601px) {
	.block-2-info h2 {
		margin-bottom: 4px;
		font-family: Poppins;
		font-weight: 500;
		font-size: 52px;
		line-height: 64px;
		letter-spacing: 0%;
	}
}

.block-2-info p.subtitle {
	font-family: Poppins;
	font-weight: 400;
	font-size: 18px;
	line-height: 150%;
	letter-spacing: 0%;
	text-align: center;
}

.block-2-wrapper {
	position: relative;
	height: 100%;
}

.block-2-wrapper video.bg-video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.block-2 .overlay {
	background-color: #121212;
	width: 100%;
	height: 100%;
	z-index: 8;
	opacity: 0.5;
	position: absolute;
}

.block-2 .cta-wrapper {
	margin-top: 0;
	flex-wrap: wrap;
	gap: 1rem;
}

.center-absolute {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	/* Centers it */
	z-index: 222;
	display: flex;
	align-items: center;
	justify-content: center;
}

.block-3-wrapper {
	grid-row-gap: 80px;
	padding-block: 100px;
}

.block-3-wrapper .item-one {
	grid-column: 1/-1;
}

.block-3-wrapper .item-one .col1 {
	width: 50%;
}

.block-3-wrapper .item-one .col2 {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.block-3-wrapper .item-one .col2 .title {
	color: #061022;
	width: 100%;
	font-family: Poppins;
	font-weight: 500;
	font-size: 32px;
	line-height: 140%;
	letter-spacing: 0%;
	margin: 0;
}

@media (min-width: 768px) {
	.block-3-wrapper .item-one .col2 .title {
		width: 65%;
	}
}

.block-3-wrapper .item-one .col2 .cta-wrapper {
	display: none;
	margin-top: 0;
}

@media (min-width: 768px) {
	.block-3-wrapper .item-one .col2 .cta-wrapper {
		display: flex;
	}
}

.block-3-wrapper .item-one p.top-subtitle {
	margin: 0;
	font-family: Poppins;
	font-weight: 500;
	font-size: 16px;
	line-height: 150%;
	letter-spacing: 1%;
	vertical-align: middle;
	margin-bottom: 8px;
}

.block-3-wrapper .item-two {
	grid-column: 1 / -1;
	display: flex;
	align-items: center;
	gap: 20px;
}

.block-3-wrapper .item-two .col2 h4,
.block-3-wrapper .item-two .col2 p {
	margin: 0;
}

.block-3-wrapper .item-two .col2 h4 {
	color: #061022;
	font-family: Poppins;
	font-weight: 500;
	font-size: 24px;
	line-height: 100%;
	letter-spacing: 0%;
	vertical-align: middle;
	margin-bottom: 4px;
}

.block-3-wrapper .item-two .col2 p {
	font-family: Poppins;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0%;
	vertical-align: middle;
	color: #828790;
}

.block-3-wrapper .item-three {
	grid-column: 1/-1;
	display: flex;
	flex-direction: column;
	gap: 32px;
}

@media (min-width: 768px) {
	.block-3-wrapper .item-three {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		grid-gap: 32px;
	}
}

.block-3-wrapper .item-three-card .icon {
	margin-bottom: 8px;
}

.block-3-wrapper .item-three-card h4 {
	color: #061022;
	font-family: Poppins;
	font-weight: 500;
	font-size: 24px;
	line-height: 100%;
	letter-spacing: 0%;
	vertical-align: middle;
	margin: 0 0 4px 0;
}

.block-3-wrapper .item-three-card p {
	font-family: Poppins;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0%;
	vertical-align: middle;
	color: #444C59;
	margin: 0;
}

.block-4-wrapper {
	grid-column: 1/-1;
	grid-gap: 40px;
}

@media (min-width: 768px) {
	.block-4-wrapper {
		grid-gap: 70px;
	}
}

.block-4-wrapper .item-top {
	grid-column: 1 / -1;
	display: flex;
	flex-direction: column;
	gap: 8px;
}

@media (min-width: 768px) {
	.block-4-wrapper .item-top {
		align-items: flex-end;
		flex-direction: row;
	}
}

.block-4-wrapper .item-top .title,
.block-4-wrapper .item-top .subtitle {
	flex: 1 1 0;
	margin: 0;
}

.block-4-wrapper .item-top .title {
	font-family: Poppins;
	font-weight: 500;
	font-size: 40px;
	line-height: 48px;
	color: #061022;
}

@media (min-width: 768px) {
	.block-4-wrapper .item-top .title {
		font-weight: 500;
		font-size: 52px;
		line-height: 64px;
	}
}

.block-4-wrapper .item-top .subtitle {
	color: #444C59;
	font-family: Poppins;
	font-weight: 400;
	font-size: 18px;
	line-height: 28px;
	vertical-align: middle;
}

.block-4-wrapper .item-bot {
	grid-column: 1 / -1;
}

.block-4-wrapper .item-bot .posts-wrapper {
	grid-template-columns: 1fr;
	display: grid;
	grid-gap: 32px;
	margin-bottom: 80px;
}

@media (min-width: 768px) {
	.block-4-wrapper .item-bot .posts-wrapper {
		grid-template-columns: repeat(2, 1fr);
	}
}

.block-4-wrapper .item-bot .posts-wrapper .card {
	text-decoration: none;
}

.block-4-wrapper .item-bot .posts-wrapper .card figure {
	position: relative;
}

.block-4-wrapper .item-bot .posts-wrapper .card figure .year {
	position: absolute;
	top: 0;
	left: 0;
	padding: 16px 20px 16px 18px;
	color: #fff;
	background-color: #80808040;
	border-radius: 0 0 20px 0;
	backdrop-filter: blur(4px);
}

.block-4-wrapper .item-bot .posts-wrapper .card p,
.block-4-wrapper .item-bot .posts-wrapper .card h3 {
	margin: 0;
}

.block-4-wrapper .item-bot .posts-wrapper .card p.developer {
	margin-bottom: 4px;
	font-family: Poppins;
	font-weight: 500;
	font-size: 16px;
	line-height: 150%;
	letter-spacing: 1%;
	color: #061022;
}

.block-4-wrapper .item-bot .posts-wrapper .card .title {
	font-family: Poppins;
	font-weight: 500;
	font-size: 32px;
	line-height: 150%;
	letter-spacing: 0%;
	color: #061022;
	margin-bottom: 12px;
	text-decoration: none;
}

.block-4-wrapper .item-bot .posts-wrapper .card .title:hover {
	text-decoration: underline;
}

.block-4-wrapper .item-bot .posts-wrapper .card span.divider {
	display: block;
	width: 100%;
	height: 1px;
	background: #cdcfd3;
}

.block-4-wrapper .item-bot .posts-wrapper .card .bottom-info {
	margin-top: 12px;
	color: #444C59;
	font-family: Poppins;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	vertical-align: middle;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	gap: 8px;
}

.block-4-wrapper .item-bot .posts-wrapper .card .bottom-info .info-item a {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	font-family: Poppins;
	font-weight: 500;
	font-size: 16px;
	line-height: 150%;
	letter-spacing: 1%;
	text-align: center;
	color: #041637;
	text-decoration: none;
}

.block-4-wrapper .item-bot .posts-wrapper .card .bottom-info .info-item a:hover {
	text-decoration: underline;
}

.block-4-wrapper .item-bot .cta-wrapper {
	margin-bottom: 200px;
}

.block-4-wrapper .item-bot .cta-wrapper a {
	background-color: #041637;
	color: #fff;
}

.block-4-wrapper .item-bot .cta-wrapper a:visited {
	color: #fff;
}

.block-4-wrapper .item-bot .cta-wrapper a:hover {
	background-color: #fff;
	color: #041637;
	border-color: #041637;
}

.block-5 {
	background-color: #061022;
}

.block-5-wrapper {
	align-items: center;
	display: flex;
	flex-direction: column;
}

@media (min-width: 768px) {
	.block-5-wrapper {
		align-items: flex-start;
	}
}

@media (min-width: 1456px) {
	.block-5-wrapper {
		display: grid;
		align-items: center;
	}
}

.block-5-wrapper .featured-img {
	margin: 0 0 60px 0;
	grid-column: 1 / 7;
}

@media (min-width: 1456px) {
	.block-5-wrapper .featured-img {
		margin: 0 0 100px 0;
	}
}

.block-5-wrapper .featured-img img {
	width: 100%;
	height: auto;
	vertical-align: middle;
	margin-top: -100px;
}

.block-5-wrapper .block-info {
	grid-column: 7 / 13;
	color: #fff;
	margin-top: unset;
}

@media (min-width: 1456px) {
	.block-5-wrapper .block-info {
		margin-top: -100px;
	}
}

.block-5-wrapper .block-info .top-subtitle {
	margin: 0 0 4px 0;
	font-family: Poppins;
	font-weight: 400;
	font-size: 18px;
	line-height: 28px;
	vertical-align: middle;
}

.block-5-wrapper .block-info .title {
	font-family: Poppins;
	font-weight: 500;
	font-size: 52px;
	line-height: 64px;
	margin: 0 0 32px 0;
}

.block-5-wrapper .block-info .description {
	font-family: Poppins;
	font-weight: 400;
	font-size: 18px;
	line-height: 28px;
	margin: 0 0 64px 0;
}

.block-5-wrapper .block-info .cta-wrapper {
	justify-content: flex-start;
	flex-wrap: wrap;
	margin-bottom: 64px;
}

@media (min-width: 601px) {
	.block-5-wrapper .block-info .cta-wrapper {
		margin-bottom: 32px;
	}
}

.block-5-wrapper .block-info .cta-wrapper a {
	width: 100%;
	justify-content: center;
}

@media (min-width: 601px) {
	.block-5-wrapper .block-info .cta-wrapper a {
		width: unset;
		justify-content: unset;
	}
}

.block-6-wrapper {
	padding-block: 100px;
	margin-bottom: 200px;
	display: flex;
	flex-direction: column;
	gap: 64px;
}

@media (min-width: 1024px) {
	.block-6-wrapper {
		display: grid;
		gap: unset;
	}
}

.block-6-wrapper .title {
	font-family: Poppins;
	font-weight: 500;
	font-size: 48px;
	line-height: 56px;
	color: #fff;
	grid-column: 1/7;
	margin: 0;
}

@media (min-width: 768px) {
	.block-6-wrapper .title {
		font-size: 64px;
		line-height: 76px;
	}
}

.block-6-wrapper .block-form {
	grid-column: 7/13;
	background-color: #FFFFFFD9;
	backdrop-filter: blur(8px);
	padding: 32px;
}

.block-6-wrapper .block-form .form .form-title {
	font-family: Poppins;
	font-weight: 500;
	font-size: 24px;
	line-height: 100%;
	color: #061022;
	margin: 0 0 8px 0;
}

.block-6-wrapper .block-form .form .form-desc {
	font-family: Poppins;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	vertical-align: middle;
	color: #444C59;
	margin: 0 0 40px 0;
}

.block-6-wrapper .block-form .form .form-cf {
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.block-6-wrapper .block-form .form .form-cf input,
.block-6-wrapper .block-form .form .form-cf textarea {
	padding: 10px 16px;
}

.block-6-wrapper .block-form .form .form-cf .multi-input,
.block-6-wrapper .block-form .form .form-cf .single-input {
	display: flex;
	flex-direction: column;
	gap: 24px;
}

@media (min-width: 768px) {
	.block-6-wrapper .block-form .form .form-cf .multi-input,
	.block-6-wrapper .block-form .form .form-cf .single-input {
		flex-direction: row;
	}
}

.block-6-wrapper .block-form .form .form-cf .multi-input label,
.block-6-wrapper .block-form .form .form-cf .single-input label {
	font-family: Poppins;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	vertical-align: middle;
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.block-6-wrapper .block-form .form .form-cf .multi-input label span input,
.block-6-wrapper .block-form .form .form-cf .single-input label span input {
	width: 100%;
}

.block-6-wrapper .block-form .form .form-cf .radio {
	font-family: Poppins;
	font-weight: 500;
	font-size: 18px;
	line-height: 100%;
	letter-spacing: 0%;
	vertical-align: middle;
	flex-direction: column;
	gap: 10px;
}

.block-6-wrapper .block-form .form .form-cf .radio label {
	flex-direction: row;
	gap: 10px;
}

.block-6-wrapper .block-form .form .form-cf .radio span.wpcf7-list-item.first {
	margin: 0;
}

.block-6-wrapper .block-form .form .form-cf .accept {
	flex-direction: column;
	gap: 10px;
}

.block-6-wrapper .block-form .form .form-cf .accept label {
	flex-direction: row;
	gap: 10px;
}

.block-6-wrapper .block-form .form .form-cf .accept .wpcf7-list-item {
	margin: 0;
}

.block-7-wrapper {
	gap: 32px;
	margin-bottom: 32px;
	display: flex;
	flex-direction: column;
}

@media (min-width: 1024px) {
	.block-7-wrapper {
		display: grid;
	}
}

.block-7-wrapper .block-info {
	grid-column: 1/7;
}

@media (min-width: 768px) {
	.block-7-wrapper .block-info {
		margin-top: -100px;
		margin-bottom: 100px;
	}
}

.block-7-wrapper .block-info .title {
	font-family: Poppins;
	font-weight: 500;
	font-size: 52px;
	line-height: 64px;
	letter-spacing: 0%;
	color: #061022;
	margin: 0 0 64px 0;
}

.block-7-wrapper .block-info .cta-wrapper {
	justify-content: flex-start;
}

.block-7-wrapper .gallery-1 {
	grid-column: 7 / 13;
	display: flex;
	gap: 32px;
}

.block-7-wrapper .gallery-1 figure {
	margin: 0;
	aspect-ratio: 1/1;
	max-width: 296px;
}

.block-7-wrapper .gallery-1 figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	vertical-align: middle;
}

.block-7-wrapper .gallery-2 {
	display: flex;
	grid-column: 1 / -1;
}

@media (min-width: 768px) {
	.block-7-wrapper .gallery-2 {
		grid-gap: 32px;
	}
}

.block-7-wrapper .gallery-2 figure {
	margin: 0;
	aspect-ratio: 1/1;
	max-height: 296px;
	max-width: 296px;
}

.block-7-wrapper .gallery-2 figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	vertical-align: middle;
}

.block-8 {
	background-color: #061022;
}

.block-8-wrapper {
	padding-block: 100px;
	align-items: center;
	display: flex;
	flex-direction: column;
}

@media (min-width: 768px) {
	.block-8-wrapper {
		display: grid;
	}
}

.block-8-wrapper .block-info {
	grid-column: 1/7;
	display: flex;
	flex-direction: column;
}

.block-8-wrapper .block-info .title {
	margin: 0 0 40px 0;
	font-family: Poppins;
	font-weight: 500;
	font-size: 64px;
	line-height: 76px;
	color: #fff;
}

.block-8-wrapper .block-info .description {
	font-family: Poppins;
	font-weight: 400;
	font-size: 18px;
	line-height: 28px;
	margin: 0 0 64px 0;
	color: #fff;
}

.block-8-wrapper .block-info .cta-wrapper {
	margin: 0;
	margin-bottom: 2rem;
	justify-content: flex-start;
}

@media (min-width: 768px) {
	.block-8-wrapper .block-info .cta-wrapper {
		margin-bottom: unset;
	}
}

.block-8-wrapper .block-logo {
	margin-top: 2rem;
	width: 100%;
	display: flex;
	gap: 32px;
	grid-column: 7 / 13;
	max-height: 675px;
	justify-content: center;
}

@media (min-width: 768px) {
	.block-8-wrapper .block-logo {
		justify-content: flex-end;
		width: auto;
		margin-top: unset;
	}
}

.block-8-wrapper .block-logo img {
	width: 30%;
}

@media (min-width: 601px) {
	.block-8-wrapper .block-logo img {
		width: max-content;
	}
}

a:visited {
	all: unset;
	/* removes all inherited styles */
	color: inherit;
}

.invert {
	filter: invert(1);
}

.grecaptcha-badge {
	visibility: hidden;
}

@view-transition {
	navigation: auto;
}

/*# sourceMappingURL=style.css.map */