/*!
Theme Name: Interesta
Theme URI: http://underscores.me/
Author: Codepixel
Author URI: https://www.codepixel.me/
Description: Comprehensive hygiene solutions, including cleaning equipment, floor cleaning machines, and personal care products. Official distributor of leading international hygiene brands in Montenegro.
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: interesta
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.

Interesta 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

--------------------------------------------------------------*/
/* Breakpoints
--------------------------------------------- */
/*--------------------------------------------------------------
# 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 {
  -webkit-box-sizing: content-box;
          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;
  -webkit-text-decoration: underline dotted;
          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 {
  -webkit-box-sizing: border-box;
          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] {
  -webkit-box-sizing: border-box;
          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 {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
@font-face {
  font-family: "Manrope";
  src: url("../css/fonts/manrope/Manrope-ExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url("../css/fonts/manrope/Manrope-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url("../css/fonts/manrope/Manrope-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url("../css/fonts/manrope/Manrope-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url("../css/fonts/manrope/Manrope-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url("../css/fonts/manrope/Manrope-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url("../css/fonts/manrope/Manrope-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
body,
button,
input,
select,
optgroup,
textarea {
  color: #757575;
  font-family: "Manrope", sans-serif;
  font-size: 1rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  color: #000000;
  margin: 0;
  line-height: 120%;
}

h1 {
  font-size: 3.6rem;
  font-weight: 600;
}
@media (min-width: 48em) {
  h1 {
    font-size: 4.6rem;
  }
}
@media (min-width: 64em) {
  h1 {
    font-size: 6.4rem;
  }
}
@media (min-width: 77.5em) {
  h1 {
    font-size: 8.4rem;
  }
}
@media (min-width: 90em) {
  h1 {
    font-size: 9.6rem;
  }
}

h2 {
  font-size: 2.4rem;
  font-weight: 600;
}
@media (min-width: 48em) {
  h2 {
    font-size: 3.4rem;
  }
}
@media (min-width: 64em) {
  h2 {
    font-size: 3.6rem;
  }
}
@media (min-width: 77.5em) {
  h2 {
    font-size: 4rem;
  }
}

h3 {
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 100%;
}
@media (min-width: 64em) {
  h3 {
    font-size: 2.6rem;
  }
}
@media (min-width: 77.5em) {
  h3 {
    font-size: 3.2rem;
  }
}

h4 {
  font-size: 1.8rem;
  font-weight: 600;
}
@media (min-width: 48em) {
  h4 {
    font-size: 2rem;
  }
}
@media (min-width: 64em) {
  h4 {
    font-size: 2.2rem;
  }
}
@media (min-width: 77.5em) {
  h4 {
    font-size: 2.4rem;
  }
}

h5 {
  font-size: 1.6rem;
  font-weight: 700;
}
@media (min-width: 48em) {
  h5 {
    font-size: 1.8rem;
  }
}
@media (min-width: 77.5em) {
  h5 {
    font-size: 2rem;
  }
}

h6 {
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 150%;
  color: #ffffff;
}
@media (min-width: 48em) {
  h6 {
    font-size: 1.4rem;
  }
}

p {
  line-height: 140%;
}

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

pre {
  background: #eee;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

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

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

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 62.5%;
  font-family: "Manrope", sans-serif;
  line-height: 120%;
  color: #757575;
  scroll-behavior: smooth;
}

body {
  font-size: 1.6rem;
  line-height: 120%;
  font-family: "Manrope", sans-serif;
  color: #757575;
  overflow-x: hidden;
  margin-bottom: 0 !important;
}

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: #007aff;
}
a:hover, a:focus, a:active, a:visited {
  color: #007aff;
}
a:focus {
  outline: thin solid;
}
a:hover, a:active {
  outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: none;
  border-radius: 5rem;
  font-weight: 600;
  font-size: 1.4rem;
  padding: 1.4rem 4.9rem;
  border: 0.1rem solid #256bd0;
  cursor: pointer;
  background: #256bd0;
  color: #ffffff;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  -webkit-transform: translateY(-0.2rem);
          transform: translateY(-0.2rem);
  background: #0053ca;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media (min-width: 77.5em) {
  button,
  input[type=button],
  input[type=reset],
  input[type=submit] {
    padding: 1.6rem 5.5rem;
  }
}

.btn, .btn-grey, .btn-secondary, .btn-primary, .btn-primary-with-arrow span {
  font-size: 1.4rem;
  padding: 1.4rem 3.4rem;
  border: none;
  border-radius: 5rem;
  font-weight: 600;
  border: 0.1rem solid #256bd0;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  display: inline-block;
}
@media (min-width: 24.375em) {
  .btn, .btn-grey, .btn-secondary, .btn-primary, .btn-primary-with-arrow span {
    padding: 1.4rem 4.9rem;
  }
}
@media (min-width: 48em) {
  .btn, .btn-grey, .btn-secondary, .btn-primary, .btn-primary-with-arrow span {
    padding: 1.6rem 5.5rem;
  }
}
.btn:hover, .btn-grey:hover, .btn-secondary:hover, .btn-primary:hover, .btn-primary-with-arrow span:hover {
  -webkit-transform: translateY(-0.5rem);
          transform: translateY(-0.5rem);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.btn-primary, .btn-primary-with-arrow span {
  background: #0053ca;
  color: #ffffff !important;
}
.btn-primary:hover, .btn-primary-with-arrow span:hover {
  background: #0053ca;
}
.btn-primary-with-arrow {
  display: inline-block;
  padding-right: 7.4rem;
  position: relative;
}
.btn-primary-with-arrow::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 5.4rem;
  height: 100%;
  background: url("../assets/icons/arrows/arrow-with-green-bg.svg") no-repeat center center/contain;
  -webkit-transition: 0.2s -webkit-transform;
  transition: 0.2s -webkit-transform;
  transition: 0.2s transform;
  transition: 0.2s transform, 0.2s -webkit-transform;
}
.btn-primary-with-arrow:hover:after {
  -webkit-transform: translateX(1rem);
          transform: translateX(1rem);
  -webkit-transition: 0.4s -webkit-transform;
  transition: 0.4s -webkit-transform;
  transition: 0.4s transform;
  transition: 0.4s transform, 0.4s -webkit-transform;
}
.btn-primary-with-arrow span:hover {
  -webkit-transform: none;
          transform: none;
}
.btn-secondary {
  color: #0053ca;
  background: #ffffff;
  backdrop-filter: blur(0.6rem);
}
.btn-secondary:hover {
  color: #0053ca;
  background: #ffffff;
}
.btn-grey {
  background: #bac0c6;
  border-color: #bac0c6;
  color: #ffffff !important;
}
.btn-grey:hover {
  background: #ffffff;
  color: #bac0c6 !important;
}

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 {
  padding: 1.4rem 1.2rem;
  background-color: #f8fafc;
  font-size: 1.4rem;
  line-height: 120%;
  color: #a6abb5;
  border: 0.1rem solid #dde3e6;
  border-radius: 0.8rem;
  width: 100%;
  overflow: hidden;
}
input[type=text].wpcf7-not-valid,
input[type=email].wpcf7-not-valid,
input[type=url].wpcf7-not-valid,
input[type=password].wpcf7-not-valid,
input[type=search].wpcf7-not-valid,
input[type=number].wpcf7-not-valid,
input[type=tel].wpcf7-not-valid,
input[type=range].wpcf7-not-valid,
input[type=date].wpcf7-not-valid,
input[type=month].wpcf7-not-valid,
input[type=week].wpcf7-not-valid,
input[type=time].wpcf7-not-valid,
input[type=datetime].wpcf7-not-valid,
input[type=datetime-local].wpcf7-not-valid,
input[type=color].wpcf7-not-valid,
textarea.wpcf7-not-valid {
  border: 0.1rem solid #eb3c3c;
}
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: #121212;
  outline-color: #1565eb;
  outline-width: 0.1rem;
}

select {
  border: 0.1rem solid #dde3e6;
}

textarea {
  width: 100%;
}

/* Phone Countries List */
.iti__selected-flag {
  background-color: transparent !important;
  border-right: 0.1rem solid #dde3e6;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.site-header {
  position: absolute;
  top: 5.5rem;
  left: 0;
  right: 0;
  z-index: 100;
}
.site-header .nav-menu {
  width: 100%;
}
.site-header .nav-logo {
  -ms-flex-item-align: end;
      -ms-grid-row-align: end;
      align-self: end;
}
.site-header .nav-logo a img {
  max-width: 3.3rem;
  max-height: 90%;
  width: auto;
  display: block;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.site-header .nav-logo a img:hover {
  scale: 1.1;
  -webkit-transition: 0.5s ease all;
  transition: 0.5s ease all;
}

.sticky-header {
  position: fixed;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  z-index: 100;
  padding-bottom: 5.5rem;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.sticky-header.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.sticky-header .nav-container {
  padding: 1.1rem 3.2rem;
}
.sticky-header .nav-menu {
  background: #0053ca;
  border-radius: 1.2rem;
  width: 55rem;
}
.sticky-header .nav-link {
  padding-top: 1.6rem;
  padding-bottom: 1.6rem;
}
.sticky-header .nav-btn .btn-primary, .sticky-header .nav-btn .btn-primary-with-arrow span, .btn-primary-with-arrow .sticky-header .nav-btn span {
  padding-left: 6rem;
  padding-right: 6rem;
  border: 0.2rem solid #007aff;
}
.sticky-header .nav-btn .btn-primary:hover, .sticky-header .nav-btn .btn-primary-with-arrow span:hover, .btn-primary-with-arrow .sticky-header .nav-btn span:hover {
  color: #ffffff !important;
}

.nav-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #256bd0;
  border-radius: 1.2rem;
  overflow: hidden;
}
.nav-logo {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.nav-logo a {
  display: block;
}
.nav-menu {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
}
.nav-link {
  color: #ffffff;
  font-weight: 500;
  font-size: 1.6rem;
  text-decoration: none;
  display: block;
  padding: 2.5rem 1.5rem;
  letter-spacing: 0.05rem;
  -ms-grid-column-align: center;
      justify-self: center;
  position: relative;
  width: 100%;
  text-align: center;
}
@media (min-width: 77.5em) {
  .nav-link {
    padding: 2.5rem;
  }
}
.nav-link:active, .nav-link:hover {
  color: #00d165 !important;
}
.nav-link:visited {
  color: #ffffff;
}
.nav-link:not(:last-child)::after {
  position: absolute;
  content: "";
  height: 70%;
  width: 100%;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (min-width: 64em) {
  .nav-link:not(:last-child)::after {
    border-right: 0.1rem solid #ffffff;
  }
}

.mobile-header {
  position: fixed;
  top: 7rem;
  left: 2rem;
  right: 2rem;
  z-index: 120;
  background: #256bd0;
  border-radius: 1.2rem;
  display: none;
  will-change: top;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.mobile-header.scrolled {
  top: 0;
  -webkit-transition: 0.6s ease;
  transition: 0.6s ease;
}
.mobile-header button:hover {
  background: none;
  -webkit-transform: none;
          transform: none;
}
.mobile-header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 1.2rem 1.5rem;
  position: relative;
}
.mobile-header__logo {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
  bottom: 0;
}
.mobile-header__logo img {
  display: block;
  height: 3.2rem;
  width: auto;
}
.mobile-header__toggle {
  width: 3.6rem;
  height: 3.2rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
  position: relative;
}
.mobile-header__toggle--active span:nth-child(1) {
  -webkit-transform: translate(-50%, 0.9rem) rotate(45deg);
          transform: translate(-50%, 0.9rem) rotate(45deg);
}
.mobile-header__toggle--active span:nth-child(2) {
  opacity: 0;
}
.mobile-header__toggle--active span:nth-child(3) {
  -webkit-transform: translate(-50%, -0.9rem) rotate(-45deg);
          transform: translate(-50%, -0.9rem) rotate(-45deg);
}
.mobile-header__toggle--close span:nth-child(1) {
  top: 1.5rem;
  -webkit-transform: translate(-50%, 0) rotate(45deg);
          transform: translate(-50%, 0) rotate(45deg);
}
.mobile-header__toggle--close span:nth-child(2) {
  opacity: 0;
}
.mobile-header__toggle--close span:nth-child(3) {
  top: 1.5rem;
  -webkit-transform: translate(-50%, 0) rotate(-45deg);
          transform: translate(-50%, 0) rotate(-45deg);
}
.mobile-header__toggle span {
  display: block;
  position: absolute;
  left: 50%;
  width: 2.2rem;
  height: 0.2rem;
  background: #ffffff;
  border-radius: 0.2rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition: 0.25s ease transform, 0.25s ease opacity;
  transition: 0.25s ease transform, 0.25s ease opacity;
}
.mobile-header__toggle span:nth-child(1) {
  top: 0.6rem;
}
.mobile-header__toggle span:nth-child(2) {
  top: 1.5rem;
}
.mobile-header__toggle span:nth-child(3) {
  top: 2.4rem;
}
.mobile-offcanvas {
  position: fixed;
  inset: 0;
  z-index: 200;
  pointer-events: none;
}
.mobile-offcanvas__backdrop {
  position: absolute;
  left: 0;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  pointer-events: none;
  border-radius: 0;
}
.mobile-offcanvas__panel {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: min(86%, 34rem);
  background: #0053ca;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.35s ease;
  transition: -webkit-transform 0.35s ease;
  transition: transform 0.35s ease;
  transition: transform 0.35s ease, -webkit-transform 0.35s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 1.6rem;
  border-top-right-radius: 1.2rem;
  border-bottom-right-radius: 1.2rem;
  z-index: 1;
  overflow: visible;
}
.mobile-offcanvas__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 2.4rem;
  padding-right: 0.4rem;
}
.mobile-offcanvas__header .mobile-header__logo img {
  height: 3rem;
  width: auto;
}
.mobile-offcanvas__header .mobile-header__toggle {
  width: 3.6rem;
  height: 3.2rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
  position: relative;
}
.mobile-offcanvas__header .mobile-header__toggle span {
  display: block;
  position: absolute;
  left: 50%;
  width: 2.2rem;
  height: 0.2rem;
  background: #ffffff;
  border-radius: 0.2rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition: 0.25s ease transform, 0.25s ease opacity;
  transition: 0.25s ease transform, 0.25s ease opacity;
}
.mobile-offcanvas__header .mobile-header__toggle span:nth-child(1) {
  top: 0.6rem;
}
.mobile-offcanvas__header .mobile-header__toggle span:nth-child(2) {
  top: 1.5rem;
}
.mobile-offcanvas__header .mobile-header__toggle span:nth-child(3) {
  top: 2.4rem;
}
.mobile-offcanvas__header .mobile-header__toggle--close span:nth-child(1) {
  top: 1.5rem;
  -webkit-transform: translate(-50%, 0) rotate(45deg);
          transform: translate(-50%, 0) rotate(45deg);
}
.mobile-offcanvas__header .mobile-header__toggle--close span:nth-child(2) {
  opacity: 0;
}
.mobile-offcanvas__header .mobile-header__toggle--close span:nth-child(3) {
  top: 1.5rem;
  -webkit-transform: translate(-50%, 0) rotate(-45deg);
          transform: translate(-50%, 0) rotate(-45deg);
}
.mobile-offcanvas__menus {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 1rem;
  overflow-y: auto;
}
.mobile-offcanvas__left-menu, .mobile-offcanvas__right-menu {
  display: -ms-grid;
  display: grid;
  gap: 0.8rem;
}
.mobile-offcanvas .nav-link {
  color: #ffffff;
  text-decoration: none;
  font-weight: 600;
  font-size: 1.6rem;
  padding: 1.2rem 0;
}
@media (min-width: 48em) {
  .mobile-offcanvas .nav-link {
    font-size: 1.8rem;
  }
}
.mobile-offcanvas .nav-link:hover {
  color: #00d165;
}
.mobile-offcanvas.is-open {
  pointer-events: auto;
}
.mobile-offcanvas.is-open .mobile-offcanvas__panel {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}
.mobile-offcanvas.is-open .mobile-offcanvas__backdrop {
  opacity: 1;
  pointer-events: auto;
}

html.is-offcanvas-open {
  overflow: hidden;
}

@media (max-width: 63.99em) {
  .mobile-header {
    display: block;
  }
  .site-header {
    display: none;
  }
  .sticky-header {
    display: none;
  }
}
@media (min-width: 64em) {
  .mobile-header {
    display: none !important;
  }
  .mobile-offcanvas {
    display: none !important;
  }
}
/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 50%;
          flex: 1 0 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 50%;
          flex: 1 0 50%;
}

/* Footer
--------------------------------------------- */
.footer {
  background: #256bd0;
  padding: 6.4rem 0 5rem;
}
.footer-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-column-gap: 3rem;
     -moz-column-gap: 3rem;
          column-gap: 3rem;
}
@media (min-width: 24.375em) {
  .footer-logo {
    -webkit-column-gap: 5rem;
       -moz-column-gap: 5rem;
            column-gap: 5rem;
  }
}
.footer-logo img {
  height: 5rem;
  width: auto;
}
@media (min-width: 77.5em) {
  .footer-logo img {
    height: 6rem;
  }
}
@media (min-width: 48em) and (max-width: 63.99em) {
  .footer-logo img:not(.interesta-logo) {
    height: 3.5rem;
  }
}
.footer-social {
  padding-top: 3.2rem;
}
.footer-social-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-column-gap: 1.4rem;
     -moz-column-gap: 1.4rem;
          column-gap: 1.4rem;
}
.footer-social img {
  height: 2.4rem;
  max-width: 2.4rem;
  aspect-ratio: 1/1;
  width: auto;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}
.footer-social img:hover {
  -webkit-transform: translateY(-0.2rem);
          transform: translateY(-0.2rem);
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
}
.footer-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6.8rem;
}
@media (min-width: 48em) {
  .footer-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 5rem;
  }
}
@media (min-width: 64em) {
  .footer-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 10rem;
  }
}
.footer-links {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 3rem 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 5rem 3rem;
}
@media (min-width: 24.375em) {
  .footer-links {
    gap: 8.5rem 5rem;
  }
}
@media (min-width: 48em) {
  .footer-links {
    -ms-grid-columns: 1fr 2rem 1fr 2rem 1fr 2rem 1fr;
    grid-template-columns: repeat(4, 1fr);
    -webkit-column-gap: 2rem;
       -moz-column-gap: 2rem;
            column-gap: 2rem;
  }
}
@media (min-width: 77.5em) {
  .footer-links {
    -ms-grid-columns: 13rem 5rem 13rem 5rem 13rem 5rem 13rem;
    grid-template-columns: repeat(4, 13rem);
    -webkit-column-gap: 5rem;
       -moz-column-gap: 5rem;
            column-gap: 5rem;
  }
}
.footer-title {
  padding-bottom: 1.5rem;
}
.footer-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.footer-list li:not(:last-child) {
  padding-bottom: 1.2rem;
}
.footer-list img {
  width: 2.4rem;
  height: auto;
  max-height: 2.4rem;
  aspect-ratio: 1/1;
  margin-bottom: 1.2rem;
}
.footer-list a,
.footer-list span {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 150%;
  color: #ffffff;
  text-decoration: none;
}
.footer-list a:hover {
  color: #00d165;
}
.footer-copyright {
  border-top: 0.1rem solid #d9d9d9;
  padding-top: 1.2rem;
  margin-top: 5rem;
}
.footer-copyright-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: center;
      align-content: center;
}
.footer-copyright-content span {
  color: #ffffff;
  font-family: "Manrope", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
}

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

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

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

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

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

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

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}
.widget select {
  max-width: 100%;
}

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

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

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

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

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

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

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

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

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

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

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

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

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

.gallery-columns-9 {
  -ms-grid-columns: (1fr)[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;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  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;
}

/* General
--------------------------------------------- */
.wrapper, .wrapper--narrow, .wrapper--wide {
  max-width: 133rem;
  margin: 0 auto;
  padding: 0 1.5rem;
}
.wrapper--wide {
  max-width: 143rem;
}
.wrapper--narrow {
  max-width: 123rem;
}

.padding-title-small {
  padding-bottom: 3.8rem;
}
@media (min-width: 77.5em) {
  .padding-title-small {
    padding-bottom: 4.8rem;
  }
}
.padding-title-large {
  padding-bottom: 5rem;
}
@media (min-width: 77.5em) {
  .padding-title-large {
    padding-bottom: 11.1rem;
  }
}
.padding-top-large {
  padding-top: 8rem;
}
@media (min-width: 77.5em) {
  .padding-top-large {
    padding-top: 11rem;
  }
}
.padding-bottom-large {
  padding-bottom: 7.7rem;
}
@media (min-width: 77.5em) {
  .padding-bottom-large {
    padding-bottom: 11rem;
  }
}
.padding-bottom-small {
  padding-bottom: 7.6rem;
}

.title-hero-page {
  font-size: 4.8rem;
  color: #ffffff;
  line-height: 120%;
  font-weight: 400;
}
.title-section-large {
  font-size: 4.8rem;
  line-height: 120%;
  font-weight: 700;
}
@media (min-width: 48em) {
  .title-section-large {
    font-size: 5.2rem;
  }
}
@media (min-width: 64em) {
  .title-section-large {
    font-size: 5.6rem;
  }
}
@media (min-width: 77.5em) {
  .title-section-large {
    font-size: 6.4rem;
  }
}
.title-banner {
  font-size: 2.4rem;
}
@media (min-width: 48em) {
  .title-banner {
    font-size: 3.2rem;
  }
}
@media (min-width: 64em) {
  .title-banner {
    font-size: 4.8rem;
  }
}
@media (min-width: 77.5em) {
  .title-banner {
    font-size: 6.4rem;
  }
}

.text-align-center {
  text-align: center;
}
.text-color-blue {
  color: #256bd0;
}
.text-color-white {
  color: #ffffff;
}
.text-color-black {
  color: #000000;
}

.card-gradient, .card-gradient-green {
  background-color: #e0efff;
  padding: 2.3rem;
  border-radius: 1.2rem;
  overflow: hidden;
  position: relative;
  position: relative;
  -webkit-box-shadow: inset 3px 0 0 0 #e0efff, inset -3px 0 0 0 #e0efff;
          box-shadow: inset 3px 0 0 0 #e0efff, inset -3px 0 0 0 #e0efff;
}
.card-gradient::before, .card-gradient-green::before, .card-gradient::after, .card-gradient-green::after {
  content: "";
  position: absolute;
  height: 0.3rem;
  width: 100%;
  left: 0;
  z-index: 1;
  background: radial-gradient(circle at center, #90b7e9 0%, #e0efff 60%);
}
.card-gradient::before, .card-gradient-green::before {
  top: 0;
}
.card-gradient::after, .card-gradient-green::after {
  bottom: 0;
}
@media (min-width: 24.375em) {
  .card-gradient, .card-gradient-green {
    padding: 3.3rem;
  }
}
.card-gradient-green {
  position: relative;
  -webkit-box-shadow: inset 3px 0 0 0 #e0fff0, inset -3px 0 0 0 #e0fff0;
          box-shadow: inset 3px 0 0 0 #e0fff0, inset -3px 0 0 0 #e0fff0;
  background: #e0ffe3;
}
.card-gradient-green::before, .card-gradient-green::after {
  content: "";
  position: absolute;
  height: 0.3rem;
  width: 100%;
  left: 0;
  z-index: 1;
  background: radial-gradient(circle at center, #00d165 0%, #e0fff0 60%);
}
.card-gradient-green::before {
  top: 0;
}
.card-gradient-green::after {
  bottom: 0;
}
.card-line {
  position: absolute;
  width: 10.5rem;
  height: 150%;
  top: -25%;
  right: 50%;
  rotate: 20deg;
  -webkit-transform: translateX(120%);
          transform: translateX(120%);
  background: -webkit-gradient(linear, left top, right top, from(rgba(196, 227, 255, 0.5)), to(rgba(245, 250, 255, 0.5)));
  background: linear-gradient(90deg, rgba(196, 227, 255, 0.5) 0%, rgba(245, 250, 255, 0.5) 100%);
}
@media (min-width: 24.375em) {
  .card-line {
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
  }
}
@media (min-width: 48em) {
  .card-line {
    -webkit-transform: translateX(105%);
            transform: translateX(105%);
  }
}
.card-line:before {
  content: "";
  position: absolute;
  height: 100%;
  top: 0;
  width: 1.5rem;
  background: #ffffff;
}
@media (min-width: 64em) {
  .card-line:before {
    width: 2.5rem;
  }
}

.link, .link-arrow {
  color: #007aff;
  text-decoration: none;
  font-size: 1.4rem;
  font-family: "Manrope", sans-serif;
  line-height: 120%;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media (min-width: 77.5em) {
  .link, .link-arrow {
    font-size: 1.6rem;
  }
}
.link-arrow {
  padding-right: 2.2rem;
}
@media (min-width: 77.5em) {
  .link-arrow {
    padding-right: 3.6rem;
  }
}
.link-arrow:after {
  content: "";
  position: absolute;
  width: 1.8rem;
  height: 100%;
  right: 0;
  top: 0;
  background: url("../assets/icons/arrows/right-arrow.svg") no-repeat center center/contain;
  -webkit-transition: 0.2s -webkit-transform;
  transition: 0.2s -webkit-transform;
  transition: 0.2s transform;
  transition: 0.2s transform, 0.2s -webkit-transform;
}
@media (min-width: 77.5em) {
  .link-arrow:after {
    width: 2.4rem;
  }
}
.link-arrow:hover::after {
  -webkit-transform: translateX(0.5rem);
          transform: translateX(0.5rem);
  -webkit-transition: 0.4s -webkit-transform;
  transition: 0.4s -webkit-transform;
  transition: 0.4s transform;
  transition: 0.4s transform, 0.4s -webkit-transform;
}

.highlight, .highlight-blue, .highlight-green {
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 120%;
  font-family: "Manrope", sans-serif;
  display: inline-block;
  padding: 0.8rem 2.3rem;
  border-radius: 1.6rem;
}
.highlight-green {
  color: #00d165;
  background: #d3fbe6;
}
.highlight-blue {
  color: #0053ca;
  background: #e0efff;
}

.checklist {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: left;
}
.checklist-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 3.6rem;
}
@media (min-width: 64em) {
  .checklist-item {
    padding-left: 4.6rem;
  }
}
.checklist-item:not(:last-child) {
  margin-bottom: 3.2rem;
}
.checklist-item::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  height: 2.4rem;
  width: 2.4rem;
  background: url("../assets/icons/circle-check.svg") no-repeat center center/contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.grid-swiper-titles {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  text-align: center;
  font-weight: bold;
}
@media (min-width: 77.5em) {
  .grid-swiper-titles {
    -ms-grid-columns: 1fr 12rem 1fr 12rem 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -webkit-column-gap: 12rem;
       -moz-column-gap: 12rem;
            column-gap: 12rem;
    margin-bottom: 7.3rem;
  }
}
.grid-swiper .grid-3 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  text-align: center;
  gap: 7.6rem;
}
@media (min-width: 48em) {
  .grid-swiper .grid-3 {
    -ms-grid-columns: 1fr 3rem 1fr 3rem 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 3rem;
  }
}
@media (min-width: 77.5em) {
  .grid-swiper .grid-3 {
    gap: 12rem;
  }
}

.swiper-button-prev:after, .swiper-button-next:after {
  content: "" !important;
  height: 2.4rem;
  width: 2.4rem;
}
.swiper-button-prev {
  background: url("../assets/icons/arrows/circle-arrow-left.svg") no-repeat center center/contain;
}
.swiper-button-next {
  background: url("../assets/icons/arrows/circle-arrow-right.svg") no-repeat center center/contain;
}

.grid-card, .grid-card-wide, .grid-card-narrow, .grid-card-high {
  border-radius: 1.2rem;
  overflow: hidden;
}
.grid-card-high {
  background: #0053ca;
  position: relative;
  min-height: 23rem;
  padding: 1.9rem 1.3rem 3.6rem;
}
@media (min-width: 77.5em) {
  .grid-card-high {
    width: 22.2rem;
    height: 30.5rem;
    padding: 3.2rem 3.2rem 7.4rem;
  }
}
.grid-card-high::after {
  position: absolute;
  content: "";
  right: 1rem;
  bottom: 0;
  height: 3.2rem;
  width: 1.2rem;
  background-image: url("../assets/logo/interesta-icon-white.svg");
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: 0 0;
}
@media (min-width: 77.5em) {
  .grid-card-high::after {
    height: 7.4rem;
    width: 2.2rem;
    right: 2.4rem;
  }
}
.grid-card-narrow {
  height: 15rem;
  padding: 1.9rem 1.6rem 4.1rem;
  background-color: #ffffff;
  position: relative;
  -webkit-box-shadow: inset 3px 0 0 0 #e0efff, inset -3px 0 0 0 #e0efff;
          box-shadow: inset 3px 0 0 0 #e0efff, inset -3px 0 0 0 #e0efff;
  background-image: url("../assets/logo/interesta-icon-dark-small.svg");
  background-repeat: no-repeat;
  background-size: auto 2.2rem;
  background-position: calc(100% - 1.15rem) 100%;
}
.grid-card-narrow::before, .grid-card-narrow::after {
  content: "";
  position: absolute;
  height: 0.3rem;
  width: 100%;
  left: 0;
  z-index: 1;
  background: radial-gradient(circle at center, #90b7e9 0%, #e0efff 60%);
}
.grid-card-narrow::before {
  top: 0;
}
.grid-card-narrow::after {
  bottom: 0;
}
@media (min-width: 77.5em) {
  .grid-card-narrow {
    padding: 2.8rem 3.2rem 4.3rem;
    width: 22.2rem;
    height: 13.3rem;
    background-size: auto 4.4rem;
    background-position: calc(100% - 2.4rem) 100%;
  }
}
.grid-card-wide {
  background: #0053ca;
  position: relative;
  height: 10.5rem;
  padding: 1.9rem 2rem 3.7rem;
}
@media (min-width: 77.5em) {
  .grid-card-wide {
    padding: 3.2rem 3.2rem 5.4rem;
    width: 34rem;
    height: 14.8rem;
  }
}
.grid-card-wide::after {
  position: absolute;
  content: "";
  bottom: 0;
  right: 2rem;
  background-image: url("../assets/logo/interesta-icon-white.svg");
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: 0 0;
  width: 1.2rem;
  height: 4rem;
  -webkit-transform: translateY(0.75rem);
          transform: translateY(0.75rem);
}
@media (min-width: 77.5em) {
  .grid-card-wide::after {
    right: 2.4rem;
    -webkit-transform: translateY(2.3rem);
            transform: translateY(2.3rem);
    height: 7.4rem;
    width: 2.2rem;
  }
}
@media (min-width: 77.5em) {
  .grid-card-counter {
    width: 22.2rem;
  }
}

.counter {
  color: #00d165;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}
.counter span {
  display: block;
}
.counter-number {
  font-size: 4.8rem;
  line-height: 120%;
  font-weight: 800;
}
@media (min-width: 48em) {
  .counter-number {
    font-size: 5.8rem;
  }
}
@media (min-width: 64em) {
  .counter-number {
    font-size: 6.6rem;
  }
}
@media (min-width: 90em) {
  .counter-number {
    font-size: 9.6rem;
  }
}
.counter-title {
  font-size: 1.2rem;
  line-height: 120%;
  font-weight: 800;
}
@media (min-width: 77.5em) {
  .counter-title {
    font-size: 1.6rem;
  }
}

/* Animations
--------------------------------------------- */
@-webkit-keyframes slideUp {
  0%, 33% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  36%, 66% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  69%, 100% {
    -webkit-transform: translateY(-200%);
            transform: translateY(-200%);
  }
}
@keyframes slideUp {
  0%, 33% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  36%, 66% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  69%, 100% {
    -webkit-transform: translateY(-200%);
            transform: translateY(-200%);
  }
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes removeBg {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes removeBg {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes wiggle {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
  }
  50% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
  75% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@keyframes wiggle {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
  }
  50% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
  75% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@-webkit-keyframes infiniteCarousel {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@keyframes infiniteCarousel {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
/*--------------------------------------------------------------
# Pages
--------------------------------------------------------------*/
/* Home
--------------------------------------------- */
/* Hero Section */
@media (max-width: 77.49em) {
  .hero .wrapper, .hero .wrapper--wide, .hero .wrapper--narrow {
    padding: 0;
  }
}
.hero-wrapper {
  min-height: 86vh;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 16rem 0 4.6rem;
}
.hero-wrapper::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background-image: url("../assets/background/home-hero-mobile1.svg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
  -webkit-animation: removeBg 5s forwards;
          animation: removeBg 5s forwards;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
@media (min-width: 48em) {
  .hero-wrapper::before {
    background-image: url("../assets/background/home-hero.svg");
  }
}
.hero-wrapper h1 {
  text-align: center;
}
@media (max-width: 77.49em) {
  .hero-content {
    padding: 0 2rem;
  }
}
.hero-title-swiper .swiper-slide {
  text-align: center;
}
.hero-title-swiper .swiper-slide h1 {
  background: -webkit-gradient(linear, left top, right top, color-stop(28%, #0053ca), to(#4f8fea));
  background: linear-gradient(90deg, #0053ca 28%, #4f8fea 100%);
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
  display: inline-block; /* ensures proper clipping */
  font-weight: 700;
}
.hero-subtitle {
  font-size: 1.8rem;
  font-weight: 400;
  max-width: 46rem;
  line-height: 120%;
  margin: 4rem auto 6.4rem;
  text-align: center;
}
@media (min-width: 48em) {
  .hero-subtitle {
    font-size: 2rem;
  }
}
@media (min-width: 77.5em) {
  .hero-subtitle {
    font-size: 2.4rem;
  }
}
.hero-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.6rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* Expertise Section */
.expertise-wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: 22rem 3.16rem 22rem 3.16rem 22rem;
  grid-template-rows: repeat(3, 22rem);
  gap: 3.16rem;
}
.expertise-wrapper > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.expertise-wrapper > *:nth-child(2) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}
.expertise-wrapper > *:nth-child(3) {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
}
@media (min-width: 48em) {
  .expertise-wrapper {
    -ms-grid-columns: 1fr 1.8rem 1fr 1.8rem 1fr;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.8rem;
    -ms-grid-rows: 22rem;
    grid-template-rows: 22rem;
  }
  .expertise-wrapper > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .expertise-wrapper > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .expertise-wrapper > *:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }
}
@media (min-width: 77.5em) {
  .expertise-wrapper {
    -ms-grid-rows: 26rem;
    grid-template-rows: 26rem;
  }
}
@media (min-width: 48em) and (max-width: 63.99em) {
  .expertise-wrapper .card-gradient, .expertise-wrapper .card-gradient-green {
    padding: 2rem 1.5rem;
  }
}
.expertise-card {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: -webkit-fill-available;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.expertise-card-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-column-gap: 2.6rem;
     -moz-column-gap: 2.6rem;
          column-gap: 2.6rem;
}
@media (min-width: 48em) and (max-width: 63.99em) {
  .expertise-card-title {
    -webkit-column-gap: 1.5rem;
       -moz-column-gap: 1.5rem;
            column-gap: 1.5rem;
  }
}
@media (min-width: 48em) and (max-width: 63.99em) {
  .expertise-card-title h3 {
    font-size: 1.8rem;
  }
}
.expertise-card-title img {
  width: auto;
  height: 5.4rem;
  max-width: 5rem;
}
@media (min-width: 48em) and (max-width: 63.99em) {
  .expertise-card-title img {
    height: 3.5rem;
    max-width: 4rem;
  }
}
@media (min-width: 77.5em) {
  .expertise-card-title img {
    height: 6.4rem;
    max-width: 6.4rem;
  }
}
.expertise-card-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: center;
      align-content: center;
  gap: 0.5rem;
}
@media (min-width: 48em) and (max-width: 63.99em) {
  .expertise-card-btn .highlight-green {
    font-size: 0.8rem;
    padding: 0.75rem 1rem;
  }
}
@media (min-width: 64em) and (max-width: 77.49em) {
  .expertise-card-btn .highlight-green {
    font-size: 1rem;
    padding: 0.75rem 1rem;
  }
}
.expertise-card-btn img {
  height: 2rem;
  width: auto;
}
@media (min-width: 48em) and (max-width: 63.99em) {
  .expertise-card-btn img {
    height: 1.3rem;
  }
}
@media (min-width: 77.5em) {
  .expertise-card-btn img {
    height: 2.4rem;
  }
}

/* Brands Section */
.brands-title {
  max-width: 79rem;
  margin: 0 auto;
  padding-bottom: 6.3rem;
}
.brands-col .brand-main {
  position: relative;
  margin-bottom: 8rem;
}
.brands-col .brand-main img {
  height: 5.2rem;
  width: auto;
}
@media (min-width: 48em) and (max-width: 63.99em) {
  .brands-col .brand-main img {
    max-width: 15rem;
    width: 100%;
    height: auto;
  }
}
.brands-col .brand-subbrands {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 5rem 1fr 5rem 1fr;
  grid-template-columns: repeat(3, 1fr);
  -ms-grid-rows: 1fr 3rem 1fr;
  grid-template-rows: repeat(2, 1fr);
  gap: 3rem 5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-items: center;
  padding: 0 2rem;
}
.brands-col .brand-subbrands > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.brands-col .brand-subbrands > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.brands-col .brand-subbrands > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}
.brands-col .brand-subbrands > *:nth-child(4) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}
.brands-col .brand-subbrands > *:nth-child(5) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}
.brands-col .brand-subbrands > *:nth-child(6) {
  -ms-grid-row: 3;
  -ms-grid-column: 5;
}
@media (min-width: 77.5em) {
  .brands-col .brand-subbrands {
    gap: 4rem 6rem;
  }
}
.brands-col .brand-subbrands img {
  max-height: 5.5rem;
}
.brands-col .brand-about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 5.4rem;
}
@media (min-width: 77.5em) {
  .brands-col .brand-about {
    row-gap: 10.3rem;
  }
}
.brands-col .brand-about p {
  line-height: 160%;
}
.brands-col .brand-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 6.1rem;
}
.brands-col .brand-list .checklist {
  padding: 0 2rem;
}
@media (min-width: 48em) and (max-width: 63.99em) {
  .brands-col .brand-list .checklist {
    padding: 0;
  }
}
.brands-col .brand-list .checklist-item img {
  height: 2.4rem;
  aspect-ratio: 1/1;
  width: auto;
  margin-left: 1rem;
}
.brands-cta {
  padding-top: 7rem;
}
@media (min-width: 77.5em) {
  .brands-cta {
    padding-top: 12.2rem;
  }
}
.brands-cta a {
  display: inline-block;
  text-decoration: none;
  padding-left: 2rem;
  position: relative;
}
.brands-cta a::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 1.6rem;
  top: 0;
  left: 0;
  background: url("../assets/icons/contact/phone.svg") no-repeat center center/contain;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.brands-cta a:hover::after {
  -webkit-animation: wiggle 0.4s ease-in-out forwards;
          animation: wiggle 0.4s ease-in-out forwards;
}
.brands-cta a span {
  text-decoration: underline;
  text-underline-offset: 0.2rem;
}
@media (max-width: 77.49em) {
  .brands .grid-swiper-titles {
    display: none;
  }
  .brands .swiper .swiper-slide.grid-3 > .brands-col {
    position: relative;
  }
  .brands .swiper .swiper-slide.grid-3 > .brands-col::before {
    content: "";
    display: inline-block;
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 120%;
    color: #0053ca;
    background: #e0efff;
    border-radius: 1.6rem;
    padding: 0.8rem 2.3rem;
    margin-bottom: 5rem;
  }
  .brands .swiper .swiper-slide.grid-3 > .brands-col:nth-child(1)::before {
    content: "Brand & Sub-brands";
  }
  .brands .swiper .swiper-slide.grid-3 > .brands-col:nth-child(2)::before {
    content: "About";
  }
  .brands .swiper .swiper-slide.grid-3 > .brands-col:nth-child(3)::before {
    content: "Specifications";
  }
}

/* Why Choose Us Section */
.why-us {
  padding: 7.1rem 0 6.7rem;
  position: relative;
  -webkit-box-shadow: inset 3px 0 0 0 #e0efff, inset -3px 0 0 0 #e0efff;
          box-shadow: inset 3px 0 0 0 #e0efff, inset -3px 0 0 0 #e0efff;
  background: radial-gradient(circle at 30% 70%, #ffffff 10%, #e0efff 40%);
}
.why-us::before, .why-us::after {
  content: "";
  position: absolute;
  height: 0.3rem;
  width: 100%;
  left: 0;
  z-index: 1;
  background: radial-gradient(circle at center, #90b7e9 0%, #e0efff 60%);
}
.why-us::before {
  top: 0;
}
.why-us::after {
  bottom: 0;
}
@media (min-width: 77.5em) {
  .why-us {
    padding: 14.4rem 0 9.1rem;
  }
}
.why-us-wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 7.5rem;
}
@media (min-width: 64em) {
  .why-us-wrapper {
    -ms-grid-columns: minmax(0, 38rem) 5.8rem auto;
    grid-template-columns: minmax(0, 38rem) auto;
    gap: 5.8rem;
  }
}
@media (min-width: 90em) {
  .why-us-wrapper {
    gap: 10.8rem;
  }
}
.why-us-links {
  margin: 4.4rem 0 6.1rem;
}
@media (min-width: 48em) {
  .why-us-links {
    max-width: 35rem;
  }
}
@media (min-width: 77.5em) {
  .why-us-links {
    margin: 4.9rem 0 7rem;
  }
}
.why-us-links a {
  color: #000000;
  line-height: 150%;
}
.why-us-links a:not(:first-child) {
  padding-left: 1rem;
  position: relative;
}
.why-us-links a:not(:first-child)::after {
  content: "";
  position: absolute;
  height: 0.3rem;
  width: 0.3rem;
  border-radius: 50%;
  background-color: #000000;
  top: 1.1rem;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (min-width: 64em) {
  .why-us-links a:not(:first-child)::after {
    top: 1.2rem;
  }
}
.why-us-links a:not(:last-child) {
  padding-right: 0.5rem;
}
.why-us-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1rem 1fr 1rem 1fr;
  grid-template-columns: repeat(3, 1fr);
  -ms-grid-rows: auto 0.9rem auto 0.9rem auto 0.9rem auto 0.9rem auto;
  grid-template-rows: repeat(5, auto);
  gap: 0.9rem 1rem;
}
.why-us-grid > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.why-us-grid > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.why-us-grid > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}
.why-us-grid > *:nth-child(4) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}
.why-us-grid > *:nth-child(5) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}
.why-us-grid > *:nth-child(6) {
  -ms-grid-row: 3;
  -ms-grid-column: 5;
}
.why-us-grid > *:nth-child(7) {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
}
.why-us-grid > *:nth-child(8) {
  -ms-grid-row: 5;
  -ms-grid-column: 3;
}
.why-us-grid > *:nth-child(9) {
  -ms-grid-row: 5;
  -ms-grid-column: 5;
}
.why-us-grid > *:nth-child(10) {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
}
.why-us-grid > *:nth-child(11) {
  -ms-grid-row: 7;
  -ms-grid-column: 3;
}
.why-us-grid > *:nth-child(12) {
  -ms-grid-row: 7;
  -ms-grid-column: 5;
}
.why-us-grid > *:nth-child(13) {
  -ms-grid-row: 9;
  -ms-grid-column: 1;
}
.why-us-grid > *:nth-child(14) {
  -ms-grid-row: 9;
  -ms-grid-column: 3;
}
.why-us-grid > *:nth-child(15) {
  -ms-grid-row: 9;
  -ms-grid-column: 5;
}
@media (min-width: 64em) {
  .why-us-grid {
    -ms-grid-columns: auto 1.4rem auto 1.4rem auto;
    grid-template-columns: repeat(3, auto);
    -ms-grid-rows: auto 2.6rem auto 2.6rem auto;
    grid-template-rows: repeat(3, auto);
    gap: 2.6rem 1.4rem;
  }
  .why-us-grid > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .why-us-grid > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .why-us-grid > *:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }
  .why-us-grid > *:nth-child(4) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .why-us-grid > *:nth-child(5) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .why-us-grid > *:nth-child(6) {
    -ms-grid-row: 3;
    -ms-grid-column: 5;
  }
  .why-us-grid > *:nth-child(7) {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .why-us-grid > *:nth-child(8) {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
  }
  .why-us-grid > *:nth-child(9) {
    -ms-grid-row: 5;
    -ms-grid-column: 5;
  }
}
.why-us-grid .card-1 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-area: 1/1/2/3;
}
@media (min-width: 64em) {
  .why-us-grid .card-1 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 1/1/2/2;
    -ms-grid-column-align: end;
        justify-self: end;
  }
}
.why-us-grid .card-2 {
  -ms-grid-row: 2;
  -ms-grid-row-span: 3;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-area: 2/2/5/3;
}
@media (min-width: 64em) {
  .why-us-grid .card-2 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-area: 1/2/3/3;
  }
}
.why-us-grid .card-3 {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-area: 2/3/3/4;
}
@media (min-width: 64em) {
  .why-us-grid .card-3 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
    grid-area: 1/3/2/4;
  }
}
.why-us-grid .card-4 {
  -ms-grid-row: 2;
  -ms-grid-row-span: 2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 2/1/4/2;
}
@media (min-width: 64em) {
  .why-us-grid .card-4 {
    -ms-grid-column-align: end;
        justify-self: end;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 2/1/3/2;
  }
}
.why-us-grid .card-5 {
  -ms-grid-row: 3;
  -ms-grid-row-span: 2;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-area: 3/3/5/4;
}
@media (min-width: 64em) {
  .why-us-grid .card-5 {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
    grid-area: 2/3/3/4;
  }
}
.why-us-grid .card-4 h5, .why-us-grid .card-5 h5 {
  color: #000000;
}
.why-us-grid .card-6 {
  -ms-grid-row: 4;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 4/1/5/2;
}
@media (min-width: 64em) {
  .why-us-grid .card-6 {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 3/1/4/2;
    -ms-grid-column-align: end;
        justify-self: end;
  }
}
.why-us-grid .card-7 {
  -ms-grid-row: 5;
  -ms-grid-row-span: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 2;
  grid-area: 5/2/6/4;
}
@media (min-width: 64em) {
  .why-us-grid .card-7 {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
    grid-area: 3/2/4/4;
  }
}

/* Partners Stories Section */
.partners-stories-wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: ;
  grid-template-columns: repeat(1fr);
  gap: 2.4rem;
}
@media (min-width: 48em) {
  .partners-stories-wrapper {
    -ms-grid-columns: 1fr 1.4rem 1fr 1.4rem 1fr;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.4rem;
  }
}
.partners-stories .quote {
  border-radius: 1.9rem;
  overflow: hidden;
  background-color: #f7fbff;
  position: relative;
  -webkit-box-shadow: inset 3px 0 0 0 #e0efff, inset -3px 0 0 0 #e0efff;
          box-shadow: inset 3px 0 0 0 #e0efff, inset -3px 0 0 0 #e0efff;
  padding: 2.3rem 1.6rem 2.9rem;
}
.partners-stories .quote::before, .partners-stories .quote::after {
  content: "";
  position: absolute;
  height: 0.3rem;
  width: 100%;
  left: 0;
  z-index: 1;
  background: radial-gradient(circle at center, #90b7e9 0%, #e0efff 60%);
}
.partners-stories .quote::before {
  top: 0;
}
.partners-stories .quote::after {
  bottom: 0;
}
@media (min-width: 24.375em) {
  .partners-stories .quote {
    padding: 2.3rem 2.6rem 2.9rem;
  }
}
@media (min-width: 48em) {
  .partners-stories .quote {
    padding: 2.3rem 1.6rem 2.9rem;
  }
}
@media (min-width: 77.5em) {
  .partners-stories .quote {
    padding: 3.1rem 4rem 3.5rem;
  }
}
.partners-stories .quote-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 2.2rem;
}
@media (min-width: 24.375em) {
  .partners-stories .quote-info {
    -webkit-column-gap: 2rem;
       -moz-column-gap: 2rem;
            column-gap: 2rem;
  }
}
@media (min-width: 48em) {
  .partners-stories .quote-info {
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
  }
}
@media (min-width: 77.5em) {
  .partners-stories .quote-info {
    -webkit-column-gap: 2rem;
       -moz-column-gap: 2rem;
            column-gap: 2rem;
  }
}
.partners-stories .quote-info .person {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 24.375em) {
  .partners-stories .quote-info .person {
    -webkit-column-gap: 2rem;
       -moz-column-gap: 2rem;
            column-gap: 2rem;
  }
}
@media (min-width: 48em) {
  .partners-stories .quote-info .person {
    -webkit-column-gap: 0.5rem;
       -moz-column-gap: 0.5rem;
            column-gap: 0.5rem;
  }
}
@media (min-width: 64em) {
  .partners-stories .quote-info .person {
    -webkit-column-gap: 2rem;
       -moz-column-gap: 2rem;
            column-gap: 2rem;
  }
}
.partners-stories .quote-info .person-img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 5rem;
  height: 5rem;
  overflow: hidden;
  border-radius: 50%;
  position: relative;
  background: #d9d9d9;
}
@media (min-width: 77.5em) {
  .partners-stories .quote-info .person-img {
    width: 5.4rem;
    height: 5.4rem;
  }
}
.partners-stories .quote-info .person-img:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url("../assets/icons/user.svg") no-repeat center center/70% 70%;
}
.partners-stories .quote-info .person-img img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
  position: relative;
}
.partners-stories .quote-info .person-name {
  font-weight: 800;
}
@media (max-width: 77.49em) {
  .partners-stories .quote-info .person-name {
    font-size: 1.6rem;
  }
}
.partners-stories .quote-info .person-position {
  color: #000000;
  font-size: 1rem;
  text-transform: uppercase;
  line-height: 150%;
  display: inline-block;
  padding-top: 0.25rem;
}
@media (min-width: 64em) {
  .partners-stories .quote-info .person-position {
    font-size: 1.2rem;
  }
}
.partners-stories .quote-info .company-logo img {
  width: 100%;
  height: auto;
  max-width: 8.5rem;
  max-height: 4.5rem;
}
@media (min-width: 48em) and (max-width: 63.99em) {
  .partners-stories .quote-info .company-logo img {
    max-width: 3rem;
  }
}
@media (min-width: 77.5em) {
  .partners-stories .quote-info .company-logo img {
    max-width: 20rem;
    max-height: 6rem;
  }
}
@media (min-width: 48em) and (max-width: 77.49em) {
  .partners-stories .quote-text p {
    font-size: 1.4rem;
  }
}

/* Banner Section */
.banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow-x: clip;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, white), color-stop(35%, rgba(255, 255, 255, 0.5)), color-stop(50%, transparent)), -webkit-gradient(linear, left bottom, left top, color-stop(20%, white), color-stop(35%, rgba(255, 255, 255, 0.5)), color-stop(50%, transparent)), url("../assets/images/home-banner.png");
  background-image: linear-gradient(to bottom, white 20%, rgba(255, 255, 255, 0.5) 35%, transparent 50%), linear-gradient(to top, white 20%, rgba(255, 255, 255, 0.5) 35%, transparent 50%), url("../assets/images/home-banner.png");
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  background-size: cover;
}
@media (min-width: 64em) {
  .banner {
    overflow: hidden;
    height: 45rem;
    background-size: 75%;
    background-position: left center;
    background-image: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(10%, rgba(255, 255, 255, 0.5)), color-stop(30%, transparent)), -webkit-gradient(linear, left bottom, left top, from(white), color-stop(10%, rgba(255, 255, 255, 0.5)), color-stop(30%, transparent)), url("../assets/images/home-banner.png");
    background-image: linear-gradient(to bottom, white 0%, rgba(255, 255, 255, 0.5) 10%, transparent 30%), linear-gradient(to top, white 0%, rgba(255, 255, 255, 0.5) 10%, transparent 30%), url("../assets/images/home-banner.png");
  }
}
@media (min-width: 77.5em) {
  .banner {
    height: 50.5rem;
  }
}
.banner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.7);
}
.banner-grid {
  position: relative;
  z-index: 1;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}
@media (min-width: 48em) {
  .banner-grid {
    -ms-grid-columns: ()[2fr 1fr];
    grid-template-columns: repeat(2fr 1fr);
  }
}
@media (min-width: 64em) {
  .banner-grid {
    -ms-grid-columns: 1fr 5rem 1fr;
    grid-template-columns: repeat(2, 1fr);
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 5rem;
       -moz-column-gap: 5rem;
            column-gap: 5rem;
  }
}
@media (min-width: 77.5em) {
  .banner-grid {
    -ms-grid-columns: 83rem auto;
    grid-template-columns: 83rem auto;
  }
}
@media (max-width: 47.99em) {
  .banner-content .title-banner {
    max-width: 29rem;
    margin: 0 auto;
    text-align: center;
  }
}
.banner-content p {
  font-size: 1.6rem;
  padding: 2.5rem 0 5rem;
  font-weight: 500;
}
@media (max-width: 47.99em) {
  .banner-content p {
    text-align: center;
  }
}
@media (min-width: 48em) {
  .banner-content p {
    font-size: 2rem;
  }
}
@media (min-width: 77.5em) {
  .banner-content p {
    padding-top: 5rem;
    font-size: 2.4rem;
  }
}
.banner-btn {
  padding-top: 15rem;
  -ms-grid-column-align: center;
      justify-self: center;
}
@media (min-width: 64em) {
  .banner-btn {
    padding-top: 0;
    -ms-grid-column-align: end;
        justify-self: end;
  }
}
.banner-btn .btn-primary-with-arrow:hover:after {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.banner .wrapper--narrow {
  position: relative;
}
.banner .wrapper--narrow .circles {
  position: absolute;
  bottom: -50%;
  left: 50%;
  height: 31rem;
  -webkit-transform: translate(calc(-50% + 9.8rem), -4.65rem);
          transform: translate(calc(-50% + 9.8rem), -4.65rem);
  aspect-ratio: 1/1;
  z-index: -1;
}
@media (min-width: 24.375em) {
  .banner .wrapper--narrow .circles {
    -webkit-transform: translate(calc(-50% + 11.3rem), -4.65rem);
            transform: translate(calc(-50% + 11.3rem), -4.65rem);
  }
}
@media (min-width: 64em) {
  .banner .wrapper--narrow .circles {
    top: 50%;
    left: unset;
    bottom: unset;
    right: -32.2rem;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    height: 70rem;
  }
}

/* Clients Section */
.clients-swiper {
  overflow: hidden;
}
.clients-swiper .swiper-wrapper {
  -webkit-animation: infiniteCarousel 13s linear infinite;
          animation: infiniteCarousel 13s linear infinite;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.clients-swiper .swiper-slide {
  width: auto !important;
  max-width: 7rem;
}
@media (min-width: 77.5em) {
  .clients-swiper .swiper-slide {
    max-width: 15rem;
  }
}
.clients-swiper .swiper-slide img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

/* Process Section */
.process-wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: 1fr 1.8rem 1fr 1.8rem 1fr;
  grid-template-rows: repeat(3, 1fr);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.8rem;
}
.process-wrapper > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.process-wrapper > *:nth-child(2) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}
.process-wrapper > *:nth-child(3) {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
}
@media (min-width: 48em) {
  .process-wrapper {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }
  .process-wrapper > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .process-wrapper > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .process-wrapper > *:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
}
.process-title {
  padding-bottom: 5.4rem;
  max-width: 46rem;
  margin: 0 auto;
}
@media (min-width: 77.5em) {
  .process-title {
    padding-bottom: 6.6rem;
  }
}
.process-item {
  position: relative;
  z-index: 1;
}
.process-item-title {
  max-width: 23rem;
}
@media (min-width: 77.5em) {
  .process-item-title {
    max-width: 30rem;
  }
}
.process-step {
  position: absolute;
  bottom: 0.9rem;
  right: 1.5rem;
}
.process-step span {
  font-size: 0.8rem;
  font-weight: 800;
  line-height: 120%;
  color: #888888;
}
@media (min-width: 77.5em) {
  .process-step span {
    font-size: 1rem;
  }
}
.process-step span:first-child {
  font-size: 1.5rem;
}
@media (min-width: 77.5em) {
  .process-step span:first-child {
    font-size: 2rem;
  }
}
.process-stepper {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  height: 2.7rem;
  width: auto;
}
@media (min-width: 77.5em) {
  .process-stepper {
    height: 3.6rem;
    top: 0.9rem;
    right: 1.5rem;
  }
}
.process .card-gradient, .process .card-gradient-green {
  height: 100%;
  padding: 2.1rem 3.3rem;
}
@media (min-width: 77.5em) {
  .process .card-gradient, .process .card-gradient-green {
    padding: 4.4rem 2.8rem;
  }
}
.process .card-line {
  right: unset;
  left: 50%;
  -webkit-transform: translateX(-25%);
          transform: translateX(-25%);
}
.process .card-line::before {
  width: 1.5rem;
}

/* Success Stories Section */
.stories .section-title {
  position: relative;
  z-index: 1;
}
@media (max-width: 77.49em) {
  .stories .grid-swiper-titles {
    display: none;
  }
  .stories .singleStorySwiper .swiper-slide.grid-3 > .story {
    position: relative;
  }
  .stories .singleStorySwiper .swiper-slide.grid-3 > .story::before {
    content: "";
    display: inline-block;
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 120%;
    color: #0053ca;
    background: #e0efff;
    border-radius: 1.6rem;
    padding: 0.6rem 1.6rem;
    margin-bottom: 5rem;
  }
  .stories .singleStorySwiper .swiper-slide.grid-3 > .story:nth-child(1)::before {
    content: "Challenge";
  }
  .stories .singleStorySwiper .swiper-slide.grid-3 > .story:nth-child(2)::before {
    content: "Solution";
  }
  .stories .singleStorySwiper .swiper-slide.grid-3 > .story:nth-child(3)::before {
    content: "Results";
  }
}
.stories-headings {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 30% 1rem 30% 1rem 30%;
  grid-template-columns: repeat(3, 30%);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 8.6rem;
  gap: 1rem;
}
@media (min-width: 64em) {
  .stories-headings {
    -ms-grid-columns: 21.8rem 2rem 21.8rem 2rem 21.8rem;
    grid-template-columns: repeat(3, 21.8rem);
    gap: 2rem;
  }
}
.stories-headings .heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1rem 0;
  cursor: pointer;
}
@media (max-width: 77.49em) {
  .stories-headings .heading {
    font-size: 1.4rem;
    text-align: center;
  }
}
@media (min-width: 77.5em) {
  .stories-headings .heading {
    padding: 1.6rem;
  }
}
.stories-headings .heading.is-active {
  border-bottom: 0.2rem solid #00d165;
}
.stories-headings .heading span {
  color: #c5c5c5;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.stories-headings .heading span:hover {
  color: #000000;
}
.stories-headings .heading.is-active span {
  color: #000000;
}
.stories .story p,
.stories .story span {
  color: #000000;
}
.stories .story-logo {
  position: relative;
  margin-bottom: 4.7rem;
}
@media (min-width: 77.5em) {
  .stories .story-logo {
    margin-bottom: 7.7rem;
  }
}
.stories .story-logo img {
  height: 3.8rem;
  width: auto;
}
.stories .story .solution-img {
  height: 3.3rem;
  width: auto;
}
.stories .story .solution-list .checklist {
  padding-top: 4.7rem;
}
@media (min-width: 77.5em) {
  .stories .story .solution-list .checklist {
    margin-bottom: 7.7rem;
  }
}
.stories .story .result-img {
  height: 6.4rem;
  aspect-ratio: 1/1;
}
.stories .story .result-list .checklist {
  padding-top: 5.7rem;
}
.stories .story .result-list .checklist-item::after {
  background-image: url("../assets/icons/trophy.svg");
}

/* Success Stories Tabs - slide fade via CSS classes */
.storiesSwiper {
  position: relative;
  -webkit-transition: min-height 360ms ease-in-out;
  transition: min-height 360ms ease-in-out;
}
.storiesSwiper > .swiper-wrapper {
  position: relative;
}
.storiesSwiper > .swiper-wrapper > .swiper-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  pointer-events: none;
  will-change: opacity;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
.storiesSwiper > .swiper-wrapper > .swiper-slide.is-active {
  position: relative;
  opacity: 1;
  pointer-events: auto;
}

@media (prefers-reduced-motion: reduce) {
  .storiesSwiper {
    -webkit-transition: none;
    transition: none;
  }
  .storiesSwiper > .swiper-wrapper > .swiper-slide {
    -webkit-transition: none;
    transition: none;
  }
}
/* Contact Section */
.contact-wrapper {
  max-width: 96rem;
  width: 100%;
  padding: 0 1.5rem;
  margin: 0 auto;
}
.contact .section-title span {
  font-weight: 400;
}
.contact .form-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 3rem;
}
@media (min-width: 48em) {
  .contact .form-grid {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 77.5em) {
  .contact .form-grid {
    -ms-grid-columns: 34rem 6.9rem auto;
    grid-template-columns: 34rem auto;
    gap: 6.9rem;
  }
}
.contact .form-grid label {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 120%;
  color: #606a72;
}
.contact .form-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 2rem;
}
.contact .form-col input,
.contact .form-col textarea,
.contact .form-col .iti {
  margin-top: 0.5rem;
  width: 100%;
}
.contact .form-col textarea {
  height: 100%;
  resize: none;
}
.contact .form-col:nth-child(2n) label {
  height: 18rem;
}
@media (min-width: 48em) {
  .contact .form-col:nth-child(2n) label {
    height: calc(100% - 1.7rem);
  }
}
.contact .form-btn {
  padding-top: 6rem;
  text-align: center;
}
.contact button {
  background: none;
  border: none;
}
.contact button:hover {
  -webkit-transform: none;
          transform: none;
}

.hero-page {
  margin: 0 6rem;
  border-bottom-left-radius: 1.6rem;
  border-bottom-right-radius: 1.6rem;
  position: relative;
  overflow: hidden;
}
.hero-page:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(52, 126, 231, 0.95)), to(rgb(5, 87, 203))), url("../assets/background/hero-hotels-and-resorts.png");
  background-image: linear-gradient(180deg, rgba(52, 126, 231, 0.95) 0%, rgb(5, 87, 203) 100%), url("../assets/background/hero-hotels-and-resorts.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-filter: blur(0.8rem);
          filter: blur(0.8rem);
  z-index: -1;
}
.hero-page__grid {
  display: -ms-grid;
  display: grid;
  padding: 18rem 2rem 13.2rem;
  min-height: 52.3rem;
  -ms-grid-columns: minmax(20rem, 47.4rem) 23.6rem minmax(20rem, 45.6rem);
  grid-template-columns: minmax(20rem, 47.4rem) minmax(20rem, 45.6rem);
  gap: 23.6rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
}
.hero-page__col--left, .hero-page__col--right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  position: relative;
}
.hero-page__col--left .hero-page__icon::after {
  right: 0;
  background: -webkit-gradient(linear, left top, right top, from(rgb(142, 182, 236)), to(rgba(0, 122, 255, 0)));
  background: linear-gradient(to right, rgb(142, 182, 236) 0%, rgba(0, 122, 255, 0) 100%);
}
.hero-page__col--left .title-hero-page {
  padding: 4rem 0 5.4rem;
}
.hero-page__col--left img {
  height: 2.5rem;
  width: auto;
}
.hero-page__col--right .hero-page__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.hero-page__col--right .hero-page__icon::after {
  left: 0;
  background: -webkit-gradient(linear, right top, left top, from(rgb(142, 182, 236)), to(rgba(0, 122, 255, 0)));
  background: linear-gradient(to left, rgb(142, 182, 236) 0%, rgba(0, 122, 255, 0) 100%);
}
.hero-page__col--right .hero-page__icon img {
  margin-right: 0;
  margin-left: auto;
}
.hero-page__icon {
  position: relative;
  width: 100%;
}
.hero-page__icon::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: calc(100% - 3.4rem);
  height: 0.2rem;
}
.hero-page__icon img {
  height: 2.4rem;
  width: auto;
  max-width: 2.4rem;
}
.hero-page__text {
  padding: 5.1rem 0 3.1rem;
}

.bredcrumbs__wrapper {
  padding: 6.2rem 0;
}
.bredcrumbs__wrapper p {
  color: #b3b3b3;
  font-weight: 500;
  font-size: 1.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1.8rem;
     -moz-column-gap: 1.8rem;
          column-gap: 1.8rem;
}

.products__wrapper {
  display: -ms-grid;
  display: grid;
  gap: 6.8rem 7.3rem;
  -ms-grid-columns: 1fr 7.3rem 1fr 7.3rem 1fr;
  grid-template-columns: repeat(3, 1fr);
  -ms-grid-rows: minmax(50rem, auto) 6.8rem minmax(20.3rem, auto);
  grid-template-rows: minmax(50rem, auto) minmax(20.3rem, auto);
}

.products__wrapper > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.products__wrapper > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.products__wrapper > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}

.products__wrapper > *:nth-child(4) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}

.products__wrapper > *:nth-child(5) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}

.products__wrapper > *:nth-child(6) {
  -ms-grid-row: 3;
  -ms-grid-column: 5;
}
.products__wrapper .product {
  padding: 4.5rem 2.9rem 2.6rem 4.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
.products__wrapper .product:nth-child(4n) {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-area: 2/1/2/3;
}
.products__wrapper .product:nth-child(4n) .product__title h3 {
  max-width: 53.4rem;
}
.products__wrapper .product:nth-child(5n) .product__cat {
  color: #00d165;
}
.products__wrapper .product:nth-child(5n) .product__link {
  color: #00d165;
}
.products__wrapper .product:nth-child(5n) .product__link svg path {
  stroke: #00d165;
}
.products__wrapper .product:nth-child(4n) .product__title, .products__wrapper .product:nth-child(5n) .product__title {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
.products__wrapper .product:not(:nth-child(4n), :nth-child(5n)) {
  padding-bottom: 13rem;
}
.products__wrapper .product__cat {
  text-transform: uppercase;
  font-size: 1.2rem;
  font-weight: 600;
  color: #8eb6ec;
}
.products__wrapper .product__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 5.7rem;
}
.products__wrapper .product__title h3 {
  max-width: 21.6rem;
  line-height: 120%;
}
.products__wrapper .product__btn {
  margin-top: 11rem;
  padding: 1.45rem 3.15rem;
}
.products__wrapper .product__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  text-decoration: none;
  color: #8eb6ec;
  text-align: center;
  width: 5.3rem;
  position: absolute;
  top: 2.5rem;
  right: 2.9rem;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 120%;
}

.benefits__wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 47.5rem 11.8rem auto;
  grid-template-columns: 47.5rem auto;
  gap: 11.8rem;
}
.benefits__title h2 {
  font-size: 4.8rem;
  line-height: 120%;
}
.benefits__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 2.3rem;
}
.benefits__item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 6.6rem 5.2rem auto;
  grid-template-columns: 6.6rem auto;
  -webkit-column-gap: 5.2rem;
     -moz-column-gap: 5.2rem;
          column-gap: 5.2rem;
}
.benefits__item:not(:last-child) {
  height: 16.5rem;
}
.benefits__item:not(:last-child) .benefits__number::after {
  content: "";
  position: absolute;
  width: 0.2rem;
  height: 8rem;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: -webkit-gradient(linear, left top, left bottom, from(#8eb6ec), to(rgba(0, 122, 255, 0)));
  background: linear-gradient(to bottom, #8eb6ec 0%, rgba(0, 122, 255, 0) 100%);
}
.benefits__number {
  position: relative;
  height: 100%;
}
.benefits__number span {
  font-size: 3.1rem;
  font-weight: 800;
  background-color: #8eb6ec;
  border-radius: 50%;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 6.6rem;
}
.benefits__content h3 {
  font-size: 3.6rem;
  font-weight: 500;
  line-height: 120%;
}
.benefits__content p {
  padding-top: 2.7rem;
}

.faq__item {
  border-bottom: 0.1rem solid #8eb6ec;
  padding: 3.9rem 0;
}
.faq__item.active .faq__icon {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.faq__item.active .faq__answer {
  max-height: 50rem;
  padding: 5rem 0 0;
}
.faq__item:first-of-type {
  border-top: 0.1rem solid #8eb6ec;
}
.faq__title {
  padding-bottom: 7.8rem;
}
.faq__title p {
  padding-top: 4.2rem;
  max-width: 46rem;
  margin: 0 auto;
}
.faq__question {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.faq__question h3 {
  font-weight: 400;
}
.faq__icon {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.faq__answer {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.4s ease, padding 0.3s ease;
  transition: max-height 0.4s ease, padding 0.3s ease;
  padding: 0;
}

.offer-contact label {
  font-size: 2rem;
  color: #000000;
  line-height: 120%;
  font-weight: 500;
  display: block;
}
.offer-contact input {
  border-radius: 0;
  border-top: none;
  border-left: none;
  border-right: none;
}
.offer-contact textarea {
  resize: none;
  height: 25.6rem;
  border-radius: 1.6rem;
  padding: 3.4rem 4.1rem;
}
.offer-contact input,
.offer-contact textarea {
  background: none;
  outline: none;
  font-size: 2rem;
}
.offer-contact .form-row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 7.2rem 1fr;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 7.2rem;
     -moz-column-gap: 7.2rem;
          column-gap: 7.2rem;
  padding-bottom: 8.8rem;
}
.offer-contact .form-group label {
  padding-bottom: 2.9rem;
}
.offer-contact .form-title {
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 120%;
  color: #8eb6ec;
  padding-bottom: 9rem;
}
.offer-contact .form-acceptance {
  padding-top: 4.2rem;
}
.offer-contact .form-acceptance .wpcf7-list-item {
  margin-left: 0;
  position: relative;
}
.offer-contact .form-acceptance label {
  font-size: 1.6rem;
  cursor: pointer;
}
.offer-contact .form-acceptance .wpcf7-list-item-label {
  position: relative;
  padding-left: 4.1rem;
}
.offer-contact .form-acceptance .wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 2.4rem;
  height: 2.4rem;
  border: 0.1rem solid #b9bfc6;
  border-radius: 0.4rem;
  background-color: #fff;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.offer-contact .form-acceptance input[type=checkbox] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.offer-contact .form-acceptance input[type=checkbox]:checked + .wpcf7-list-item-label::before {
  background-color: #256bd0;
  border-color: #256bd0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.00016 10.8001L2.80016 7.6001L1.86683 8.53343L6.00016 12.6668L15.0002 3.66677L14.0668 2.73343L6.00016 10.8001Z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1.4rem;
}
.offer-contact .form-btn {
  padding-top: 6.6rem;
  text-align: center;
}
.offer-contact .form-btn button {
  background: none;
  border: none;
}
.offer-contact .form-btn button:hover {
  -webkit-transform: none;
          transform: none;
}