@charset "UTF-8";
/*!
Theme Name: Zero Avia
Theme URI: http://codepixel.me/
Author: codepixel
Author URI: http://www.codepixel.me
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: zero-avia
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready, custom-blocks

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Zero Avia is based on codepixel https://codepixel.me/, (C) 2012-2020 Automattic, Inc.
codepixel 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

--------------------------------------------------------------*/
/** 
Zero Avia Colors 
*/
/*--------------------------------------------------------------
# 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
--------------------------------------------- */
/** Zero Avia Fonts **/
@font-face {
  font-family: "Roboto";
  src: url("/wp-content/themes/zero-avia5/css/fonts/roboto/Roboto-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("/wp-content/themes/zero-avia5/css/fonts/roboto/Roboto-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("/wp-content/themes/zero-avia5/css/fonts/roboto/Roboto-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Raleway";
  src: url("/wp-content/themes/zero-avia5/css/fonts/raleway/Raleway-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Raleway";
  src: url("/wp-content/themes/zero-avia5/css/fonts/raleway/Raleway-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Raleway";
  src: url("/wp-content/themes/zero-avia5/css/fonts/raleway/Raleway-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
html {
  font-size: 62.5%;
  font-family: "Raleway", sans-serif;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #00006B;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  -webkit-margin-before: 0;
          margin-block-start: 0;
  -webkit-margin-after: 0;
          margin-block-end: 0;
  -webkit-margin-start: 0;
          margin-inline-start: 0;
  -webkit-margin-end: 0;
          margin-inline-end: 0;
}

p,
span,
a,
input,
button,
optgroup,
select,
textarea,
li,
nav {
  font-family: "Roboto", sans-serif;
  font-size: 1.8rem;
  line-height: 144%;
  font-weight: 400;
}

h1 {
  font-size: 5.3rem;
  line-height: 125%;
  font-weight: 400;
}

h2 {
  font-size: 3.5rem;
  line-height: 131%;
  font-weight: 300;
}

h3 {
  font-size: 2.3rem;
  line-height: 143%;
  font-weight: 500;
}

h6 {
  font-size: 1.8rem;
  line-height: 172%;
  font-weight: 500;
}

p {
  -webkit-margin-before: 0;
          margin-block-start: 0;
  -webkit-margin-after: 0;
          margin-block-end: 0;
  -webkit-margin-start: 0;
          margin-inline-start: 0;
  -webkit-margin-end: 0;
          margin-inline-end: 0;
}

/* Elements
--------------------------------------------- */
.footer {
  background-color: #00006B;
  padding: 35px 0 34px;
}
@media (min-width: 48em) {
  .footer {
    padding: 79px 0 84px;
  }
}
.footer p,
.footer a,
.footer span {
  font-family: "Raleway", sans-serif;
}
.footer__divider--horizontal {
  height: 2px;
  background-color: #FFFFFF;
  width: 100%;
  margin: 27px 0 51px;
}
.footer__widgets {
  display: -ms-grid;
  display: grid;
}
@media (min-width: 48em) {
  .footer__widgets {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }
}
.footer__widgets--location {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  color: #FFFFFF;
}
@media (min-width: 48em) {
  .footer__widgets--location {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.footer__widgets--location h6 {
  padding-bottom: 15px;
}
.footer__widgets--location p {
  font-size: 1.5rem;
  line-height: 150%;
}
@media (min-width: 48em) {
  .footer__widgets--location p {
    font-size: 1.7rem;
  }
}
@media (max-width: 47.99em) {
  .footer__widgets--location .location {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-area: 1/1/1/3;
  }
}
.footer__widgets--location .address--first, .footer__widgets--location .address--second {
  width: 77%;
}
.footer__widgets--location .address--first {
  padding-bottom: 35px;
  margin-right: 10px;
}
@media (min-width: 48em) {
  .footer__widgets--location .address--first {
    margin-right: 0;
  }
}
@media (min-width: 48em) {
  .footer__widgets--location .address--first p {
    min-height: 127.5px;
  }
}
@media (min-width: 54.625em) {
  .footer__widgets--location .address--first p {
    min-height: 102px;
  }
}
@media (min-width: 48em) {
  .footer__widgets--location .address--second p {
    min-height: 102px;
  }
}
@media (min-width: 54.625em) {
  .footer__widgets--location .address--second p {
    min-height: 76.5px;
  }
}
.footer__widgets--menu {
  -webkit-box-flex: 1;
      -ms-flex: 1 25%;
          flex: 1 25%;
  border-top: 2px solid #FFFFFF;
  border-bottom: 2px solid #FFFFFF;
  padding: 34px 0 26px;
}
@media (min-width: 48em) {
  .footer__widgets--menu {
    border-top: none;
    border-bottom: none;
    padding: 0;
  }
}
.footer__widgets--menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (max-width: 47.99em) {
  .footer__widgets--menu ul {
    -webkit-columns: 2;
       -moz-columns: 2;
            columns: 2;
  }
}

.site-main a{
	color: #00006B;
}

.site-main a:hover{
	color: #FD5A00;
}
.footer__widgets--menu ul a {
  font-size: 1.5rem;
  line-height: 183%;
  font-weight: 600;
  color: #FFFFFF;
  text-decoration: none;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.footer__widgets--menu ul a:hover::after {
  content: "";
  position: absolute;
  height: 2px;
  left: 0;
  bottom: -5px;
  width: 100%;
  background-color: #FFFFFF;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (min-width: 48em) {
  .footer__widgets--menu ul a {
    font-size: 1.8rem;
  }
}
.footer__widgets--contact-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-bottom: 49px;
}
@media (min-width: 48em) {
  .footer__widgets--contact-wrapper {
    -webkit-box-flex: 1;
        -ms-flex: 1 25%;
            flex: 1 25%;
  }
}
.footer__widgets--contact-wrapper .contact-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 28px 0 48px;
}
@media (min-width: 48em) {
  .footer__widgets--contact-wrapper .contact-btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
  }
}
.footer__widgets--contact-wrapper a {
  color: #FFFFFF;
}
.footer__widgets--contact-wrapper a:visited {
  color: #FFFFFF;
}
.footer__widgets--contact-wrapper .contact,
.footer__widgets--contact-wrapper .subscribe {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.footer__widgets--contact-wrapper .contact a,
.footer__widgets--contact-wrapper .subscribe a {
  display: block;
  text-decoration: none;
  font-size: 1.2rem;
  line-height: 150%;
  border: 2px solid #FFFFFF;
  text-align: center;
  padding: 10px 0;
  border-radius: 50px;
  font-weight: 500;
  -webkit-transition: 0.3s all linear;
  transition: 0.3s all linear;
  cursor: pointer;
}
@media (min-width: 48em) {
  .footer__widgets--contact-wrapper .contact a,
.footer__widgets--contact-wrapper .subscribe a {
    padding: 15px 0;
    font-size: 1.8rem;
  }
}
.footer__widgets--contact-wrapper .contact a:hover,
.footer__widgets--contact-wrapper .subscribe a:hover {
  color: #00006B;
  background-color: #FFFFFF;
}
.footer__widgets--contact-wrapper .contact {
  margin-right: 4px;
}
@media (min-width: 48em) {
  .footer__widgets--contact-wrapper .contact {
    margin-right: 0;
  }
}
.footer__widgets--contact-wrapper .subscribe {
  margin-left: 4px;
}
@media (min-width: 48em) {
  .footer__widgets--contact-wrapper .subscribe {
    padding: 20px 0 42px;
    margin-left: 0;
  }
}
.footer__widgets .social-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer__widgets .social-wrapper img {
  height: 20px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.footer__widgets .social-wrapper img:hover {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0.7;
}
@media (min-width: 48em) {
  .footer__widgets .social-wrapper img {
    height: 26px;
  }
}

.copyright {
  padding-top: 15px;
  border-top: 2px solid #FFFFFF;
}
@media (min-width: 48em) {
  .copyright {
    padding-top: 70px;
    border-top: none;
  }
}
.copyright p {
  color: #FFFFFF;
  font-size: 1.5rem;
  line-height: 161%;
}

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: #00006B;
}
a:visited {
  color: #00006B;
}
a:hover, a:focus, a:active {
  color: #00006B;
}

/* Forms
--------------------------------------------- */
textarea {
  width: 100%;
}

main {
  padding-top: 123px;
}
@media (min-width: 30em) {
  main {
    padding-top: 108px;
  }
}
@media (min-width: 48em) {
  main {
    padding-top: 109px;
  }
}
@media (min-width: 62em) {
	  main {
    padding-top: 100px;
  }
}
@media (min-width: 113.125em) {
  main {
    padding-top: 110px;
  }
}

body {
  margin-bottom: 0 !important;
  overflow-x: hidden;
  /* Track */
  /* Handle */
  /* Handle on hover */
}
body ::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}
body ::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 10px;
}
body ::-webkit-scrollbar-thumb:hover {
  background: #C1C1C1;
}

.main-wrapper {
  padding: 0 20px;
  max-width: 1220px;
  margin: auto;
}

.flex__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

a {
  color: white;
}

/*       ScrollBar 1        */
html::-webkit-scrollbar {
  width: 16px;
}

html::-webkit-scrollbar-track {
  border-radius: 8px;
  width: 16px;
  background-color: #e7e7e7;
  /* 	border: 1px solid #cacaca; */
}

html::-webkit-scrollbar-thumb {
  border-radius: 8px;
  /*   border: 3px solid transparent; */
  background-clip: content-box;
  background-color: #00006B;
}

.map-desktop div::-webkit-scrollbar {
  width: 16px;
}

.map-desktop div::-webkit-scrollbar-track {
  border-radius: 8px;
  background-color: #e7e7e7;
  /* 	border: 1px solid #cacaca; */
  width: 16px;
}

.map-desktop div::-webkit-scrollbar-thumb {
  border-radius: 8px;
  /*   border: 3px solid transparent; */
  background-clip: content-box;
  background-color: #00006B;
}

.za-single-post__content {
  padding-bottom: 30px;
}

@media (min-width: 48em) {
  .za-single-post__content {
    padding-bottom: 60px;
  }
}
@media (min-width: 90em) {
  .za-single-post__content {
    padding-bottom: 90px;
  }
}
.za-single-post__content a {
  color: blue;
}

.za-single-post__content a:hover {
  color: #ff6900;
  text-decoration: underline;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components 
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.header {
  position: fixed;
  background: #FFFFFF;
  width: 100%;
  z-index: 1000;
  padding: 54px 0 28px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-box-shadow: 0px 6px 16px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 6px 16px rgba(0, 0, 0, 0.07);
}
@media (min-width: 48em) {
  .header {
    padding: 20px 0 20px;
    -webkit-transition: padding 0.5s linear;
    transition: padding 0.5s linear;
  }
}
@media (min-width: 113.125em) {
  .header {
    padding: 35px 0 41px;
  }
}
.header__divider--horizontal {
  width: 100%;
  height: 4px;
  background-color: #00006B;
  margin: 0 0 24px;
}
@media (min-width: 62em) {
  .header__divider--horizontal {
    margin: 0 0 37.5px;
  }
}
.header .za-logo {
  border-right: 1px solid #00006B;
  padding: 0 10px 0 0;
}
@media (min-width: 62em) {
  .header .za-logo {
    padding: 0 30px 0 0;
  }
}
.header__menu--mobile .za-logo {
  height: 22px;
  -o-object-fit: contain;
     object-fit: contain;
}
.header__menu--mobile .menu-toggle {
  background: transparent;
  border: none;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  margin: -5px 0 0 10px;
}
.header__menu--mobile .menu-toggle--bar1, .header__menu--mobile .menu-toggle--bar2, .header__menu--mobile .menu-toggle--bar3 {
  width: 30px;
  height: 3px;
  background-color: #00006B;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.header__menu--mobile .sub-menu li {
  padding-top: 13px;
}
.header__menu--mobile .sub-menu li a {
  font-size: 1.6rem;
}
.header__menu--mobile ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.header__menu--mobile ul a {
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  color: #00006B;
}
.header__menu--mobile ul a:hover, .header__menu--mobile ul a:visited {
  text-decoration: none;
  color: #00006B;
}
.header__menu--mobile .header__wrapper--main-row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto auto;
  grid-template-columns: auto auto;
  -ms-grid-rows: 2fr;
  grid-template-rows: 2fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header__menu--mobile .header__wrapper--main-row > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.header__menu--mobile .header__wrapper--main-row > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}
.header__menu--mobile .header__wrapper--menu, .header__menu--mobile .header__wrapper--contact, .header__menu--mobile .header__wrapper--social, .header__menu--mobile .header__wrapper--copyright {
  display: none;
}
.header__menu--mobile .header__wrapper .summit-mobile {
  display: none;
}
.header__menu--desk .header__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__menu--desk .main-navigation {
  width: 100%;
  margin: 0 0 0 30px;
}
.header__menu--desk .main-navigation .menu-main-menu-container {
  width: 100%;
}
.header__menu--desk .main-navigation .menu-main-menu-container ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.header__menu--desk .main-navigation .menu-main-menu-container ul a {
  text-decoration: none;
  color: #00006B;
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  margin: auto;
}
.header__menu--desk .main-navigation .menu-main-menu-container ul a:hover, .header__menu--desk .main-navigation .menu-main-menu-container ul a:visited {
  text-decoration: none;
  color: #00006B;
}
.header__menu--desk .main-navigation .menu-main-menu-container #primary-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header__menu--desk .main-navigation .menu-main-menu-container #primary-menu .menu-item {
  position: relative;
  display: block;
}
.header__menu--desk .main-navigation .menu-main-menu-container #primary-menu .menu-item a:hover {
  border-bottom: 2px solid #00006B;
}
.header__menu--desk .main-navigation .menu-main-menu-container #primary-menu .menu-item .sub-menu {
  display: none;
  position: absolute;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #FFFFFF;
  padding: 0 36px 18px 36px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  text-align: center;
  min-width: 250px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.header__menu--desk .main-navigation .menu-main-menu-container #primary-menu .menu-item .sub-menu::before {
  content: "";
  position: absolute;
  -webkit-box-shadow: 0px 6px 16px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 6px 16px rgba(0, 0, 0, 0.07);
  -webkit-clip-path: inset(0px -15px -15px -15px);
          clip-path: inset(0px -15px -15px -15px);
  bottom: 0;
  left: 0;
  right: 0;
  top: 15%;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
.header__menu--desk .main-navigation .menu-main-menu-container #primary-menu .menu-item .sub-menu li {
  padding-top: 13px;
}
.header__menu--desk .main-navigation .menu-main-menu-container #primary-menu .menu-item .sub-menu li:first-child {
  margin: 41px 0 0;
  padding-top: 16px;
  border-top: 2px solid #00006B;
}
.header__menu--desk .main-navigation .menu-main-menu-container #primary-menu .menu-item:hover .sub-menu {
  display: block;
}
.header__menu--desk .main-navigation .menu-main-menu-container #primary-menu .current-menu-ancestor > a {
  border-bottom: 2px solid #00006B;
}
.header__menu--desk .main-navigation .menu-main-menu-container #primary-menu .current-menu-item > a {
  border-bottom: 2px solid #00006B;
}
.header.toggled {
  height: 100%;
  background-color: #00006B;
  padding: 78px 0 54px 0;
  min-height: 100vh;
  overflow-y: scroll;
}
.header.toggled a {
  color: #FFFFFF;
}
.header.toggled .main-wrapper {
  height: 100%;
}
.header.toggled .za-logo {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.header.toggled .menu-toggle {
  margin: -10px 0 0;
}
.header.toggled .menu-toggle--bar1, .header.toggled .menu-toggle--bar2, .header.toggled .menu-toggle--bar3 {
  background-color: #FFFFFF;
  width: 25px;
}
.header.toggled .menu-toggle--bar1 {
  -webkit-transform: rotate(-45deg) translate(-6px, 4px);
          transform: rotate(-45deg) translate(-6px, 4px);
  margin: 3px 1px;
}
.header.toggled .menu-toggle--bar2 {
  opacity: 0;
}
.header.toggled .menu-toggle--bar3 {
  -webkit-transform: rotate(45deg) translate(-6px, -6px);
          transform: rotate(45deg) translate(-6px, -6px);
  margin: 0;
}
.header.toggled .header__menu--mobile {
  height: 100%;
}
.header.toggled .header__divider--horizontal {
  display: none;
}
.header.toggled .header__divider--vertical {
  background-color: #FFFFFF;
}
.header.toggled .header__wrapper {
  height: 100%;
  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;
}
.header.toggled .header__wrapper--toggle-row {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-area: 2/1/2/3;
  border-top: 2px solid #FFFFFF;
  margin: 30px 0 0;
}
.header.toggled .header__wrapper--menu, .header.toggled .header__wrapper--contact, .header.toggled .header__wrapper--social, .header.toggled .header__wrapper--copyright {
  display: block;
}
.header.toggled .header__wrapper--contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
  padding: 35px 0 0;
}
.header.toggled .header__wrapper--contact div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
}
.header.toggled .header__wrapper--contact div a {
  border: 2px solid #FFFFFF;
  display: block;
  border-radius: 50px;
  text-decoration: none;
  font-size: 1.2rem;
  padding: 12px 0;
  font-family: "Raleway", sans-serif;
  font-weight: 400;
}
.header.toggled .header__wrapper--social {
  padding: 27px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header.toggled .header__wrapper--social img {
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: contain;
     object-fit: contain;
  max-height: 20px;
}
.header.toggled .header__wrapper--copyright {
  margin-top: 25px;
  padding-top: 15px;
  border-top: 2px solid #FFFFFF;
}
.header.toggled .header__wrapper--copyright p {
  color: #FFFFFF;
  font-size: 1.2rem;
  font-family: "Raleway", sans-serif;
  font-weight: 400;
}
.header.toggled .header__wrapper .summit-mobile {
  margin: 22px 0;
  display: block;
}
.header.toggled #mobile-menu {
  position: relative;
  display: block;
}
.header.toggled #mobile-menu a {
  color: #FFFFFF;
  padding: 10px 0;
  display: block;
  width: 60%;
}
.header.toggled #mobile-menu .menu-item {
  position: relative;
  padding: 10px 0 10px;
  border-bottom: 0.5px solid #FFFFFF;
}
.header.toggled #mobile-menu .menu-item > a::after {
  content: "";
  position: absolute;
  height: 12px;
  width: 40%;
  padding: 5px 0;
  background-image: url(".././images/menu-arrow.svg");
  right: 0;
  top: 26px;
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain;
}
.header.toggled #mobile-menu .menu-item.focus {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.header.toggled #mobile-menu .menu-item.focus > a::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: 0.2s;
  transition: 0.2s;
  width: 15px;
}
.header.toggled #mobile-menu .menu-item.focus .sub-menu {
  display: -ms-grid;
  display: grid;
  padding-left: 10px;
}
.header.toggled #mobile-menu .menu-item .sub-menu {
  display: none;
}
.header.toggled #mobile-menu .menu-item .sub-menu .menu-item {
  border-bottom: none;
}
.header.toggled #mobile-menu .menu-item .sub-menu .menu-item > a::after {
  background-image: url(".././images/submenu-arrow.svg");
}

.comment-navigation .site-main,
.posts-navigation .site-main,
.post-navigation .site-main {
  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%;
}

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

/* Summit button
--------------------------------------------- */
.summit-btn--link {
  font-family: "Raleway", sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #FD5A00;
  color: #FFFFFF;
  text-decoration: none;
  border-radius: 50px;
}
.summit-btn--link:visited, .summit-btn--link:hover {
  color: #FFFFFF;
}
.summit-btn--link:hover {
  background-color: rgba(253, 90, 0, 0.7882352941);
}
.summit-btn--circle {
  height: 30px;
  width: 30px;
  padding: 0px;
  border-radius: 100%;
  border: 1px solid #FFFFFF;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  z-index: 999;
  -webkit-animation: button-pulse 1s ease-in-out infinite;
          animation: button-pulse 1s ease-in-out infinite;
  margin: 0 44px 0 0;
}
.summit-btn--circle::after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  pointer-events: none;
  content: "";
  display: block;
  height: 16px;
  width: 16px;
  border-radius: 100%;
  background-color: #FFFFFF;
  -webkit-transition: border-color 1s linear;
  transition: border-color 1s linear;
}

.summit-mobile .summit-btn--link {
  display: block;
  width: 100%;
  padding: 9px 0;
  position: relative;
  text-align: center;
}

.summit-desk .summit-btn--link {
  position: absolute;
  top: 170px;
  right: 20px;
  padding: 14px 28px 14px 20px;
}
.summit-desk .main-wrapper {
  position: relative;
  z-index: 100;
}

@media (min-width: 112em) {
  .summit-desk .summit-btn--link {
    padding: 19px 48px 19px 21px;
  }
}
@-webkit-keyframes button-pulse {
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    opacity: 1;
  }
  40% {
    -webkit-transform: scale(1.15, 1.15);
            transform: scale(1.15, 1.15);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    opacity: 1;
  }
}
@keyframes button-pulse {
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    opacity: 1;
  }
  40% {
    -webkit-transform: scale(1.15, 1.15);
            transform: scale(1.15, 1.15);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    opacity: 1;
  }
}
/* Subscribe Pop-Up
--------------------------------------------- */
#subscribe-popup {
  display: none;
  position: absolute;
  left: 50%;
  top: 10%;
  width: 90%;
  padding: 20px 30px;
  -webkit-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 107, 0.6)), to(rgba(0, 0, 107, 0.6))), url(".././images/example.jpg");
  background-image: linear-gradient(0deg, rgba(0, 0, 107, 0.6), rgba(0, 0, 107, 0.6)), url(".././images/example.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border: 3px solid #00006B;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
@media (min-width: 48em) {
  #subscribe-popup {
    width: 75%;
  }
}
@media (min-width: 62em) {
  #subscribe-popup {
    padding: 35px 60px;
    width: 60%;
    top: 30%;
  }
}
@media (min-width: 77.5em) {
  #subscribe-popup {
    width: 45%;
  }
}
#subscribe-popup h2 {
  color: #FFFFFF;
  font-weight: 300;
  padding: 0 0 20px;
}
@media (min-width: 62em) {
  #subscribe-popup h2 {
    padding: 0 0 30px;
  }
}
#subscribe-popup .wpcf7-email {
  border: 2px solid #00006B;
  border-radius: 7px;
  text-indent: 10px;
  width: 100%;
  height: 55px;
}
@media (min-width: 62em) {
  #subscribe-popup .wpcf7-email {
    text-indent: 20px;
  }
}
#subscribe-popup .wpcf7-email::-webkit-input-placeholder {
  color: #00006B;
  font-size: 1.4rem;
  font-family: "Raleway", sans-serif;
}
#subscribe-popup .wpcf7-email::-moz-placeholder {
  color: #00006B;
  font-size: 1.4rem;
  font-family: "Raleway", sans-serif;
}
#subscribe-popup .wpcf7-email:-ms-input-placeholder {
  color: #00006B;
  font-size: 1.4rem;
  font-family: "Raleway", sans-serif;
}
#subscribe-popup .wpcf7-email::-ms-input-placeholder {
  color: #00006B;
  font-size: 1.4rem;
  font-family: "Raleway", sans-serif;
}
#subscribe-popup .wpcf7-email::placeholder {
  color: #00006B;
  font-size: 1.4rem;
  font-family: "Raleway", sans-serif;
}
@media (min-width: 36em) {
  #subscribe-popup .wpcf7-email::-webkit-input-placeholder {
    font-size: 1.8rem;
  }
  #subscribe-popup .wpcf7-email::-moz-placeholder {
    font-size: 1.8rem;
  }
  #subscribe-popup .wpcf7-email:-ms-input-placeholder {
    font-size: 1.8rem;
  }
  #subscribe-popup .wpcf7-email::-ms-input-placeholder {
    font-size: 1.8rem;
  }
  #subscribe-popup .wpcf7-email::placeholder {
    font-size: 1.8rem;
  }
}
@media (min-width: 62em) {
  #subscribe-popup .wpcf7-email::-webkit-input-placeholder {
    font-size: 2.2rem;
  }
  #subscribe-popup .wpcf7-email::-moz-placeholder {
    font-size: 2.2rem;
  }
  #subscribe-popup .wpcf7-email:-ms-input-placeholder {
    font-size: 2.2rem;
  }
  #subscribe-popup .wpcf7-email::-ms-input-placeholder {
    font-size: 2.2rem;
  }
  #subscribe-popup .wpcf7-email::placeholder {
    font-size: 2.2rem;
  }
}
#subscribe-popup .wpcf7-email:focus, #subscribe-popup .wpcf7-email:active {
  border: 0;
  outline: 2px solid #2F47E8;
}

#subscribe-popup [type=submit] {
margin: 20px 0 0;
  display: inline-block;
  color: #FFFFFF;
  padding: 11px 21px;
  background-color: #FD5A00;
  text-transform: uppercase;
  font-size: 1.4rem;
  line-height: 118%;
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  text-decoration: none;
  border-radius: 50px;
  cursor: pointer;
  -webkit-transition: 0.3s all linear;
  transition: 0.3s all linear;
  border: 2px solid #FD5A00;
}

#subscribe-popup [type=submit]:visited {
  color: #FFFFFF;
}

#subscribe-popup [type=submit]:hover {
  color: #FD5A00;
  background-color: #FFFFFF;
  border: 2px solid #FD5A00;
}

@media (min-width: 48em) {
#subscribe-popup [type=submit] {
    font-size: 1.7rem;
  }
}

#subscribe-popup .close-btn {
  display: inline-block;
  color: #FFFFFF;
  margin: 0 0 0 10px;
  padding: 11px 21px;
  text-transform: uppercase;
  border: 2px solid #FFFFFF;
  background-color: transparent;
  font-size: 1.4rem;
  line-height: 118%;
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  text-decoration: none;
  border-radius: 50px;
  cursor: pointer;
  -webkit-transition: 0.3s all linear;
  transition: 0.3s all linear;
}

#subscribe-popup .close-btn:hover {
  color: #00006B;
  background-color: #FFFFFF;
}

@media (min-width: 48em) {
#subscribe-popup .close-btn {
    font-size: 1.7rem;
  }
}


#subscribe-popup .wpcf7-spinner {
  display: none;
}
#subscribe-popup.show {
  display: block;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}

/*--------------------------------------------------------------
# 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
--------------------------------------------------------------*/
/** Custom Styling Classes **/
/** Border Color Class **/
.border--dark-blue {
  border-color: #00006B;
}
.border--blue-medium {
  border-color: #3634CC;
}
.border--blue {
  border-color: #2F47E8;
}
.border--orange {
  border-color: #FD5A00;
}
.border--gray {
  border-color: #C1C1C1;
}
.border--yellow {
  border-color: #FFC300;
}
.border--green {
  border-color: #3FA535;
}
.border--white {
  border-color: #FFFFFF;
}

/** Background Color Class **/
.background--dark-blue {
  background-color: #00006B;
}
.background--blue-medium {
  background-color: #3634CC;
}
.background--blue {
  background-color: #2F47E8;
}
.background--orange {
  background-color: #FD5A00;
}
.background--gray {
  background-color: #C1C1C1;
}
.background--yellow {
  background-color: #FFC300;
}
.background--green {
  background-color: #3FA535;
}
.background--white {
  background-color: #FFFFFF;
}

/** Text Color Class **/
.text--dark-blue {
  color: #00006B;
}
.text--white {
  color: #FFFFFF;
}
.text--orange {
  color: #FD5A00;
}

/** Heading Size Class **/
.title--large {
  font-size: 3rem;
  line-height: 123%;
  font-weight: 500;
  font-family: "Raleway", sans-serif;
}
@media (min-width: 48em) {
  .title--large {
    font-size: 4.15rem;
  }
}
@media (min-width: 62em) {
  .title--large {
    font-size: 5.3rem;
  }
}
.title--medium {
  font-size: 2.4rem;
  line-height: 137%;
  font-weight: 300;
  font-family: "Raleway", sans-serif;
}
.title--medium--bold {
	font-weight:bold;
}
@media (min-width: 48em) {
  .title--medium {
    font-size: 2.75rem;
    line-height: 143%;
  }
}
@media (min-width: 62em) {
  .title--medium {
    font-size: 3.5rem;
  }
}

.title--small {
  font-size: 1.8rem;
  line-height: 150%;
  font-weight: 500;
  font-family: "Raleway", sans-serif;
}
@media (min-width: 48em) {
  .title--small {
    font-size: 2.05rem;
    line-height: 143%;
  }
}
@media (min-width: 62em) {
  .title--small {
    font-size: 2.3rem;
  }
}

/** Right Border Dotted **/
.border__right--dot {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(33%, black), color-stop(0%, rgba(255, 255, 255, 0)));
  background-image: linear-gradient(black 33%, rgba(255, 255, 255, 0) 0%);
  background-position: right;
  background-size: 1px 5px;
  background-repeat: repeat-y;
}

/** Buttons Style **/
a.btn--primary {
  display: inline-block;
  color: #00006B;
  padding: 15px 61px;
  border: 2px solid #00006B;
  background-color: transparent;
  text-transform: capitalize;
  font-size: 1.4rem;
  line-height: 118%;
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  text-decoration: none;
  border-radius: 50px;
  cursor: pointer;
  -webkit-transition: 0.3s all linear;
  transition: 0.3s all linear;
}
a.btn--primary:visited {
  color: #00006B;
}
a.btn--primary:hover {
  color: #FFFFFF;
  background-color: #00006B;
}
@media (min-width: 48em) {
  a.btn--primary {
    font-size: 1.7rem;
  }
}
a.btn--primary::after{
	filter: invert(76%) sepia(29%) saturate(3809%) hue-rotate(176deg) brightness(53%) contrast(100%);
}
a.btn--white {
  display: inline-block;
  color: #FFFFFF;
  padding: 11px 21px;
  border: 2px solid #FFFFFF;
  background-color: transparent;
  text-transform: capitalize;
  font-size: 1.4rem;
  line-height: 118%;
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  text-decoration: none;
  border-radius: 50px;
  cursor: pointer;
  -webkit-transition: 0.3s all linear;
  transition: 0.3s all linear;
}
a.btn--white:visited {
/*   color: #FFFFFF; */
}
a.btn--white:hover {
  color: #00006B;
  background-color: #FFFFFF;
}
@media (min-width: 48em) {
  a.btn--white {
    padding: 15px 28px;
    font-size: 1.7rem;
  }
}
a.btn--orange-background {
  display: inline-block;
  color: #FFFFFF;
  padding: 11px 21px;
  background-color: #FD5A00;
  text-transform: uppercase;
  font-size: 1.4rem;
  line-height: 118%;
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  text-decoration: none;
  border-radius: 50px;
  cursor: pointer;
  -webkit-transition: 0.3s all linear;
  transition: 0.3s all linear;
  border: 2px solid #FD5A00;
}
a.btn--orange-background:visited {
  color: #FFFFFF;
}
a.btn--orange-background:hover {
  color: #FD5A00;
  background-color: #FFFFFF;
  border: 2px solid #FD5A00;
}
@media (min-width: 48em) {
  a.btn--orange-background {
    padding: 15px 28px;
    font-size: 1.7rem;
  }
}
a.btn--orange {
  display: inline-block;
  color: #FD5A00;
  padding: 15px 61px;
  border: 2px solid #FD5A00;
  background-color: transparent;
  text-transform: capitalize;
  font-size: 1.4rem;
  line-height: 118%;
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  text-decoration: none;
  border-radius: 50px;
  cursor: pointer;
  -webkit-transition: 0.3s all linear;
  transition: 0.3s all linear;
}
a.btn--orange:visited {
  color: #FD5A00;
}
a.btn--orange:hover {
  color: #FFFFFF;
  background-color: #FD5A00;
}
@media (min-width: 48em) {
  a.btn--orange {
    font-size: 1.7rem;
  }
}

a.background--orange .btn--white:hover {
  color: #FD5A00;
}

/** Hide on mobile/desktop **/
.hide--mobile {
  display: none;
}
@media (min-width: 62em) {
  .hide--mobile {
    display: block;
  }
}
.hide--until-tablet {
  display: none;
}
@media (min-width: 48em) {
  .hide--until-tablet {
    display: block;
  }
}
.hide--from-tablet {
  display: block;
}
@media (min-width: 48em) {
  .hide--from-tablet {
    display: none;
  }
}
@media (min-width: 62em) {
  .hide--desk {
    display: none;
  }
}

.scroll__wrapper {
  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;
  margin: 50px 0;
}
@media (min-width: 76.25em) {
  .scroll__wrapper {
    display: none;
  }
}
.scroll__wrapper--left {
  padding-right: 50px;
}
.scroll__wrapper--right {
  padding-left: 50px;
}
.scroll__bullets-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
}
@media (min-width: 76.25em) {
  .scroll__bullets-wrapper {
    display: none;
  }
}
.scroll__bullet {
  border: 1px solid #00006B;
  border-radius: 20px;
  background-color: #FFFFFF;
  width: 7px;
  height: 7px;
  display: inline;
}
.scroll__bullet.active {
  background-color: #00006B;
}

/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  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;
}

/** Feature blocks title height **/
@media (min-width: 36em) {
  .how-do-we-do-it .za-product-features--single h3 {
    min-height: 82.19px;
  }
}
@media (min-width: 48em) {
  .how-do-we-do-it .za-product-features--single h3 {
    min-height: 84.34px;
  }
}
@media (min-width: 54.1875em) {
  .how-do-we-do-it .za-product-features--single h3 {
    min-height: 42.17px;
  }
}
@media (min-width: 62em) {
  .how-do-we-do-it .za-product-features--single h3 {
    min-height: 150.14px;
  }
}

@media (min-width: 36em) {
  .hydrogen-airport-refueling-ecosystems .za-product-features--single h3 {
    min-height: 135px;
  }
}
@media (min-width: 40.6875em) {
  .hydrogen-airport-refueling-ecosystems .za-product-features--single h3 {
    min-height: 90px;
  }
}
@media (min-width: 48em) {
  .hydrogen-airport-refueling-ecosystems .za-product-features--single h3 {
    min-height: 65.77px;
  }
}

@media (min-width: 62em) {
  .our-products .za-product-features--single h3 {
    min-height: 150.14px;
  }
}
@media (min-width: 63.8125em) {
  .our-products .za-product-features--single h3 {
    min-height: 100.09px;
  }
}

/* Featured products BE Part Of Something */
.be-part-of-something {
  background-color: #00006B;
}
.be-part-of-something .features--title-wrapper .title--large, .be-part-of-something .features--title-wrapper .title--small {
  color: #FFFFFF;
}
.be-part-of-something .za-product-features--single {
  border: 2px solid #FFFFFF;
  min-height: 200px;
}
@media (min-width: 48em) {
  .be-part-of-something .za-product-features--single {
    min-height: 245px;
  }
}

/*  About us page font changed on za-banner-card-50 */
.make-aviation-history-with-us .za-card-banner-50__wrapper--text p:first-of-type {
  font-family: "Raleway", sans-serif;
  font-size: 2.3rem;
}
@media (min-width: 48em) {
  .make-aviation-history-with-us .za-card-banner-50__wrapper--text p:first-of-type {
    font-size: 2.9rem;
  }
}
@media (min-width: 62em) {
  .make-aviation-history-with-us .za-card-banner-50__wrapper--text p:first-of-type {
    font-size: 3.5rem;
  }
}

.btn--play {
  width: 100%;
  height: 100%;
  max-height: 93px;
  max-width: 93px;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
  margin: auto;
  background-image: url(.././images/play.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (min-width: 48em) {
  .btn {
    max-height: 160px;
    max-width: 160px;
    bottom: 30%;
    right: 40%;
  }
}

/* pages
--------------------------------------------- */
.newsroom .tab__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 2px solid #00006B;
}
.newsroom .tab__wrapper--links {
  color: white;
  background-color: #2F47E8;
  font-size: 1.8em;
  border-radius: 14px 14px 0 0;
  padding: 12px 6px 10px;
  width: 24%;
  max-width: 265px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: 0.3s all linear;
  transition: 0.3s all linear;
}
@media (min-width: 48em) {
  .newsroom .tab__wrapper--links {
    font-size: 2em;
  }
}
@media (min-width: 62em) {
  .newsroom .tab__wrapper--links {
    font-size: 2.2em;
    padding: 30px 40px;
    width: 24%;
    max-width: 265px;
  }
}
.newsroom .tab__wrapper--links.active {
  background-color: #FD5A00;
}
.newsroom .tab__wrapper--links.active:hover {
  background-color: #FD5A00;
}
.newsroom .tab__wrapper--links:hover {
  background-color: #2539ba;
}
.newsroom .pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
}
.newsroom .pagination .page-numbers {
  margin: 0px 7px;
}
.newsroom .pagination .page-numbers small {
  font-family: "Roboto", sans-serif;
  display: block;
  border: 1px solid #00006B;
  border-radius: 20px;
  width: 33px;
  height: 33px;
  padding: 6px 6px;
  text-align: center;
  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;
  cursor: pointer;
  line-height: 1;
}
.newsroom .pagination .page-numbers.current small {
  background-color: #00006B;
  color: white;
}
.newsroom .pagination .page-numbers.hover small {
  background-color: #00006B;
  color: white;
}
.newsroom .pagination .prev,
.newsroom .pagination .next {
  border: none;
}
@media (min-width: 48em) {
  .newsroom .za-news-blog__wrapper--post {
    padding-bottom: 60px;
  }
}
@media (min-width: 62em) {
  .newsroom .za-news-blog__wrapper--post {
    padding-bottom: 80px;
  }
}
.newsroom .za-news-blog__wrapper--post .image__wrapper {
  height: 200px;
  overflow: hidden;
  border-radius: 14px 14px 0 0;
}
@media (min-width: 48em) {
  .newsroom .za-news-blog__wrapper--post .image__wrapper {
    height: 300px;
    width: auto;
  }
}
.newsroom .za-news-blog__wrapper--post .image__wrapper img {
  width: 100%;
  height: 100%;
  -o-object-position: 50% 0%;
     object-position: 50% 0%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.3s all linear;
  transition: 0.3s all linear;
}

.newsroom__section {
  padding: 50px 0;
}
@media (min-width: 62em) {
  .newsroom__section {
    padding: 75px 0;
  }
}

.za-news-net__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 62em) {
  .za-news-net__wrapper {
    margin: 0px -15px;
  }
}
.za-news-net__wrapper--post {
  margin: 18px 0px;
  overflow: hidden;
}
@media (min-width: 48em) {
  .za-news-net__wrapper--post {
    width: 48.5%;
    margin: 25px 0px;
  }
}
@media (min-width: 62em) {
  .za-news-net__wrapper--post {
    margin: 25px 15px;
    width: 30%;
  }
}
.za-news-net .date {
  font-family: "Raleway", sans-serif;
  color: #7f7f7f;
  font-size: 0.8em;
  line-height: 114%;
  padding: 10px 0;
  font-weight: 500;
}
@media (min-width: 62em) {
  .za-news-net .date {
    font-size: 1.4rem;
  }
}
.za-news-net a {
  color: #00006B;
  font-family: "Raleway", sans-serif;
  text-decoration: none;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 48em) {
  .za-news-net a {
    display: block;
  }
}
.za-news-net a .content__wrapper {
  width: 55%;
  padding-left: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 36em) {
  .za-news-net a .content__wrapper {
    width: 60%;
  }
}
@media (min-width: 48em) {
  .za-news-net a .content__wrapper {
    width: auto;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.za-news-net a .image__wrapper {
  height: 115px;
  width: 45%;
  overflow: hidden;
  border-radius: 14px 14px 0 0;
}
@media (min-width: 48em) {
  .za-news-net a .image__wrapper {
    height: 195px;
    width: auto;
    max-width: none;
  }
}
.za-news-net a .image__wrapper img {
  width: 100%;
  height: 100%;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  top: 50%;
  left: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.3s all linear;
  transition: 0.3s all linear;
}
.za-news-net a .text {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  /* number of lines to show */
  line-clamp: 4;
  -webkit-box-orient: vertical;
  font-size: 0.8em;
  line-height: 154%;
}
@media (min-width: 62em) {
  .za-news-net a .text {
    font-size: 20px;
    line-height: 140%;
  }
}
.za-news-net a:hover img {
/*   width: 150%;
  height: 120%; */
	-webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.newsroom__events {
  background-color: #e0e0e0;
}

.newsroom__events--post {
  margin: 30px 0;
  overflow: hidden;
  background-color: #00006B;
  border-radius: 14px;
}
@media (min-width: 48em) {
  .newsroom__events--post {
    background-color: white;
  }
}
.newsroom__events--post .event__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
@media (min-width: 48em) {
  .newsroom__events--post .event__wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.newsroom__events--post .event__wrapper p {
  font-family: "Raleway", sans-serif;
}
.newsroom__events--post .event__wrapper .logo__wrapper {
  text-align: center;
  background-color: #FFFFFF;
  overflow: hidden;
  height: 100%;
}
@media (min-width: 48em) {
  .newsroom__events--post .event__wrapper .logo__wrapper {
    -webkit-box-ordinal-group: 1;
            order: 0;
    -ms-flex-order: 0;
    width: 20%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
}
@media (min-width: 62em) {
  .newsroom__events--post .event__wrapper .logo__wrapper {
    width: 25%;
  }
}
.newsroom__events--post .event__wrapper .logo__wrapper img {
  width: 100%;
  height: 100%;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.3s all linear;
  transition: 0.3s all linear;
}
@media (max-width: 47.99em) {
  .newsroom__events--post .event__wrapper .logo__wrapper img {
    width: 60%;
    max-width: 210px;
  }
}
.newsroom__events--post .event__wrapper--date {
  color: white;
  background-color: #FD5A00;
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-ordinal-group: 2;
          order: 1;
  -ms-flex-order: 1;
}
@media (min-width: 48em) {
  .newsroom__events--post .event__wrapper--date {
    width: 20%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.newsroom__events--post .event__wrapper--date .month {
  font-weight: 800;
  font-size: 18px;
  line-height: 125%;
  letter-spacing: 1px;
  text-transform: capitalize;
}
@media (min-width: 48em) {
  .newsroom__events--post .event__wrapper--date .month {
    text-transform: uppercase;
  }
}
@media (min-width: 62em) {
  .newsroom__events--post .event__wrapper--date .month {
    font-size: 23px;
  }
}
.newsroom__events--post .event__wrapper--date .day-year {
  padding-top: 5px;
  line-height: 120%;
  font-size: 14px;
}
@media (min-width: 48em) {
  .newsroom__events--post .event__wrapper--date .day-year {
    font-size: 17px;
  }
}
.newsroom__events--post .event__wrapper--date .time {
  padding-top: 10px;
  padding-left: 10px;
  font-weight: 500;
  font-size: 17px;
  line-height: 123%;
  border-left: 1px solid white;
  min-width: 50%;
}
@media (min-width: 48em) {
  .newsroom__events--post .event__wrapper--date .time {
    font-size: 16px;
    border-left: none;
    border-top: 1px solid white;
    min-width: none;
    padding-left: 0;
  }
}
@media (min-width: 62em) {
  .newsroom__events--post .event__wrapper--date .time {
    font-size: 23px;
  }
}
.newsroom__events--post .event__wrapper--title {
  color: white;
  background-color: #00006B;
  padding: 15px 15px 50px 15px;
  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-ordinal-group: 3;
          order: 2;
  -ms-flex-order: 2;
}
@media (min-width: 48em) {
  .newsroom__events--post .event__wrapper--title {
    width: 50%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 15px 35px 15px 15px;
  }
}
.newsroom__events--post .event__wrapper--title .title {
  font-weight: 400;
  font-size: 20px;
  line-height: 125%;
  letter-spacing: 1px;
}
@media (min-width: 62em) {
  .newsroom__events--post .event__wrapper--title .title {
    font-size: 23px;
    font-weight: 800;
  }
}
.newsroom__events--post .event__wrapper--title .place {
  text-transform: uppercase;
  padding-top: 5px;
  line-height: 120%;
  font-size: 14px;
  font-weight: 300;
}
@media (min-width: 62em) {
  .newsroom__events--post .event__wrapper--title .place {
    font-size: 18px;
    font-weight: 400;
  }
}
.newsroom__events--post .event__wrapper--title .name {
  display: none;
  padding-top: 10px;
  font-weight: 500;
  font-size: 17px;
  line-height: 123%;
  border-top: 1px solid white;
}
@media (min-width: 48em) {
  .newsroom__events--post .event__wrapper--title .name {
    display: block;
  }
}
.newsroom__events--post .event__wrapper--photo {
  display: none;
  -webkit-box-ordinal-group: 5;
          order: 4;
  -ms-flex-order: 4;
  height: auto;
  max-height: 100%;
}
@media (min-width: 48em) {
  .newsroom__events--post .event__wrapper--photo {
    display: block;
    width: 15%;
  }
}
.newsroom__events--post .event__wrapper--photo img {
  width: 100%;
  height: 100%;
  -o-object-position: 50% 0%;
     object-position: 50% 0%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.3s all linear;
  transition: 0.3s all linear;
}

.za-news-net__nav__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

.newsroom__press,
.newsroom__blog,
.newsroom__events {
  display: none;
}

.newsroom-events-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

.newsroom-events-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 30px;
}
@media (max-width: 47.99em) {
  .newsroom-events-header {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (max-width: 47.99em) {
  .newsroom-events-header__pagination {
    width: 100%;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-top: 25px;
  }
}
@media (max-width: 47.99em) {
  .newsroom-events-header__filter {
    width: 50%;
  }
  .newsroom-events-header__filter span {
    font-size: 16px;
  }
}
.newsroom-events-header .upcoming-events-filter-btn {
  cursor: pointer;
  margin-left: 20px;
  padding: 5px;
  color: #7e7e7e;
}
@media (max-width: 47.99em) {
  .newsroom-events-header .upcoming-events-filter-btn {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin: 0 !important;
    padding: 0;
    text-align: right;
    display: block;
  }
}
.newsroom-events-header .upcoming-events-filter-btn.active-filter {
  color: #00006b;
}
.newsroom-events-header .past-events-filter-btn {
  cursor: pointer;
  margin-right: 20px;
  padding: 5px;
  color: #7e7e7e;
}
@media (max-width: 47.99em) {
  .newsroom-events-header .past-events-filter-btn {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin: 0 !important;
    padding: 0;
    display: block;
  }
}
.newsroom-events-header .past-events-filter-btn.active-filter {
  color: #00006b;
}
.newsroom-events-header .past-events-pagination {
  display: none;
}
.newsroom-events-header .past-events-pagination.active-filter {
  display: block;
}
.newsroom-events-header .upcoming-events-pagination {
  display: none;
}
.newsroom-events-header .upcoming-events-pagination.active-filter {
  display: block;
}

.lazy-past-events-wrapper {
  display: none;
}
.lazy-past-events-wrapper.active-filter {
  display: block;
}

.lazy-upcoming-events-wrapper {
  display: none;
}
.lazy-upcoming-events-wrapper.active-filter {
  display: block;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pagination .pagination-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 767px) {
  .pagination .pagination-numbers .page-numbers:first-child, .pagination .pagination-numbers .page-numbers.current, .pagination .pagination-numbers .page-numbers.current-sibling:nth-last-child(2), .pagination .pagination-numbers .page-numbers:last-child {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .pagination .pagination-numbers .page-numbers:first-child:nth-last-child(n+6) ~ span {
    display: none;
  }
  .pagination .pagination-numbers .page-numbers:first-child:nth-last-child(n+6) ~ span:nth-last-child(-n+3) {
    display: inline-block;
  }
  .pagination .pagination-numbers .page-numbers:first-child:nth-last-child(n+6) ~ span:nth-last-child(3):before {
    content: "…";
    font-size: 24px;
    display: inline-block;
    margin-right: 10px;
    margin-left: -5px;
  }
  .pagination .pagination-numbers .page-numbers:first-child:nth-last-child(n+6).current:before, .pagination .pagination-numbers .page-numbers:first-child:nth-last-child(n+6) ~ span.current:before {
    content: "…";
    font-size: 24px;
    display: inline-block;
    margin-right: 10px;
    margin-left: -5px;
  }
  .pagination .pagination-numbers .page-numbers:first-child:nth-last-child(n+6).current:after, .pagination .pagination-numbers .page-numbers:first-child:nth-last-child(n+6) ~ span.current:after {
    content: "…";
    font-size: 24px;
    display: inline-block;
    margin-left: 10px;
    margin-right: -5px;
  }
  .pagination .pagination-numbers .page-numbers:first-child:nth-last-child(n+6).current:nth-child(-n+2):before, .pagination .pagination-numbers .page-numbers:first-child:nth-last-child(n+6).current:nth-child(-n+2):after, .pagination .pagination-numbers .page-numbers:first-child:nth-last-child(n+6).current:nth-last-child(-n+2):before, .pagination .pagination-numbers .page-numbers:first-child:nth-last-child(n+6).current:nth-last-child(-n+2):after, .pagination .pagination-numbers .page-numbers:first-child:nth-last-child(n+6) ~ span.current:nth-child(-n+2):before, .pagination .pagination-numbers .page-numbers:first-child:nth-last-child(n+6) ~ span.current:nth-child(-n+2):after, .pagination .pagination-numbers .page-numbers:first-child:nth-last-child(n+6) ~ span.current:nth-last-child(-n+2):before, .pagination .pagination-numbers .page-numbers:first-child:nth-last-child(n+6) ~ span.current:nth-last-child(-n+2):after {
    display: none;
  }
  .pagination .pagination-numbers .page-numbers:first-child:nth-last-child(n+6).current ~ span:nth-last-child(-n+3), .pagination .pagination-numbers .page-numbers:first-child:nth-last-child(n+6) ~ span.current ~ span:nth-last-child(-n+3) {
    display: none;
  }
  .pagination .pagination-numbers .page-numbers:first-child:nth-last-child(n+6).current ~ span:nth-child(-n+3), .pagination .pagination-numbers .page-numbers:first-child:nth-last-child(n+6) ~ span.current ~ span:nth-child(-n+3) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .pagination .pagination-numbers .page-numbers:first-child:nth-last-child(n+6).current ~ span:nth-child(-n+2):after, .pagination .pagination-numbers .page-numbers:first-child:nth-last-child(n+6) ~ span.current ~ span:nth-child(-n+2):after {
    display: none;
  }
  .pagination .pagination-numbers .page-numbers:first-child:nth-last-child(n+6).current ~ span:nth-child(3):after, .pagination .pagination-numbers .page-numbers:first-child:nth-last-child(n+6) ~ span.current ~ span:nth-child(3):after {
    content: "…";
    font-size: 24px;
    display: inline-block;
    margin-left: 10px;
    margin-right: -5px;
  }
}
@media (min-width: 768px) {
  .pagination .pagination-numbers .page-numbers:first-child, .pagination .pagination-numbers .page-numbers.current-sibling, .pagination .pagination-numbers .page-numbers.current, .pagination .pagination-numbers .page-numbers.current + span, .pagination .pagination-numbers .page-numbers:last-child {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .pagination .pagination-numbers .page-numbers:first-child:nth-last-child(n+8) ~ span {
    display: none;
  }
  .pagination .pagination-numbers .page-numbers:first-child:nth-last-child(n+8) ~ span.current-sibling:before {
    content: "…";
    font-size: 24px;
    display: inline-block;
    margin-right: 10px;
    margin-left: -5px;
  }
  .pagination .pagination-numbers .page-numbers:first-child:nth-last-child(n+8) ~ span.current + span:after {
    content: "…";
    font-size: 24px;
    display: inline-block;
    margin-left: 10px;
    margin-right: -5px;
  }
  .pagination .pagination-numbers .page-numbers:first-child:nth-last-child(n+8) ~ span:nth-last-child(-n+5) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .pagination .pagination-numbers .page-numbers:first-child:nth-last-child(n+8) ~ span:nth-last-child(5):before {
    content: "…";
    font-size: 24px;
    display: inline-block;
    margin-right: 10px;
    margin-left: -5px;
  }
  .pagination .pagination-numbers .page-numbers:first-child:nth-last-child(n+8) ~ span:nth-child(-n+2):before, .pagination .pagination-numbers .page-numbers:first-child:nth-last-child(n+8) ~ span:nth-child(-n+2):after, .pagination .pagination-numbers .page-numbers:first-child:nth-last-child(n+8) ~ span:nth-last-child(-n+2):before, .pagination .pagination-numbers .page-numbers:first-child:nth-last-child(n+8) ~ span:nth-last-child(-n+2):after, .pagination .pagination-numbers .page-numbers:first-child:nth-last-child(n+8) ~ span.current-sibling:nth-last-child(-n+4):before, .pagination .pagination-numbers .page-numbers:first-child:nth-last-child(n+8) ~ span.current-sibling:nth-last-child(-n+4):after {
    display: none !important;
  }
  .pagination .pagination-numbers .page-numbers:first-child:nth-last-child(n+8).current ~ span:nth-last-child(-n+5), .pagination .pagination-numbers .page-numbers:first-child:nth-last-child(n+8) ~ span.current ~ span:nth-last-child(-n+5) {
    display: none;
  }
  .pagination .pagination-numbers .page-numbers:first-child:nth-last-child(n+8).current ~ span:nth-last-child(-n+5):before, .pagination .pagination-numbers .page-numbers:first-child:nth-last-child(n+8) ~ span.current ~ span:nth-last-child(-n+5):before {
    display: none;
  }
  .pagination .pagination-numbers .page-numbers:first-child:nth-last-child(n+8).current ~ span:nth-child(-n+5), .pagination .pagination-numbers .page-numbers:first-child:nth-last-child(n+8) ~ span.current ~ span:nth-child(-n+5) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .pagination .pagination-numbers .page-numbers:first-child:nth-last-child(n+8).current ~ span:nth-child(-n+4):after, .pagination .pagination-numbers .page-numbers:first-child:nth-last-child(n+8) ~ span.current ~ span:nth-child(-n+4):after {
    display: none;
  }
  .pagination .pagination-numbers .page-numbers:first-child:nth-last-child(n+8).current ~ span:nth-child(5):after, .pagination .pagination-numbers .page-numbers:first-child:nth-last-child(n+8) ~ span.current ~ span:nth-child(5):after {
    content: "…";
    font-size: 24px;
    display: inline-block;
    margin-left: 10px;
    margin-right: -5px;
  }
  .pagination .pagination-numbers .page-numbers:first-child:nth-last-child(n+8).current:before, .pagination .pagination-numbers .page-numbers:first-child:nth-last-child(n+8).current:after, .pagination .pagination-numbers .page-numbers:first-child:nth-last-child(n+8) ~ span.current:before, .pagination .pagination-numbers .page-numbers:first-child:nth-last-child(n+8) ~ span.current:after {
    display: none;
  }
}
.pagination__arrow {
  cursor: pointer;
  display: block;
  line-height: 1;
}
.pagination__arrow:after {
  font-family: swiper-icons;
  font-size: 34px;
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.pagination-prev-btn {
  margin-right: 10px;
}
@media (min-width: 48em) {
  .pagination-prev-btn {
    margin-right: 30px;
  }
}
.pagination-prev-btn:after {
  content: "prev";
}

.pagination-right-btn {
  margin-left: 10px;
}
@media (min-width: 48em) {
  .pagination-right-btn {
    margin-left: 30px;
  }
}
.pagination-right-btn:after {
  content: "next";
}

@media (min-width: 48em) {
  .newsroom__events--post .event__wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    max-height: 150px;
  }
}
.event-link {
  text-decoration: none;
}

.event-link:hover {
  text-decoration: none;
}

.za-single-post__header {
  padding: 80px 0 60px;
}
.za-single-post__header--back .btn--back {
  position: relative;
  width: 205px;
  height: 50px;
  text-align: center;
}
.za-single-post__header--back .btn--back::after {
  position: absolute;
  content: url(".././images/back-arrow.svg");
  width: 100%;
  height: 100%;
  left: -30%;
  top: 33%;
	filter:none;
}
.za-single-post__header--back .btn--back:hover::after {
  content: url(".././images/back-arrow-white.svg");
	filter:none;
}
.za-single-post__header--img {
  padding: 35px 0;
}
.za-single-post__header--img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  height: 625px;
}
.za-single-post__header--date-wrapper {
  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;
  border-bottom: 2px solid #00006B;
  padding: 0 0 30px;
}
.za-single-post__header--date-wrapper .date {
  font-weight: 300;
}
.za-single-post__header--share-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}
@media (min-width: 48em) {
  .za-single-post__header--share-wrapper {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
}
@media (min-width: 48em) {
  .za-single-post__header--share-wrapper {
    -webkit-column-gap: 36px;
       -moz-column-gap: 36px;
            column-gap: 36px;
  }
}
.za-single-post__header--share-wrapper img {
  width: 15px;
  height: 15px;
  padding: 10px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  background-color: #00006B;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
@media (min-width: 48em) {
  .za-single-post__header--share-wrapper img {
    width: 25px;
    height: 25px;
    padding: 10px;
  }
}
.za-single-post__header--share-wrapper img:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.za-single-post__header--title {
  padding: 35px 0 0;
}

.za-single-summit__top {
  padding: 50px 0 30px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 100%;
  grid-template-columns: 100%;
}
@media (min-width: 48em) {
  .za-single-summit__top {
    -ms-grid-columns: 60% 40%;
    grid-template-columns: 60% 40%;
    padding: 75px 0 45px;
  }
}
@media (max-width: 47.99em) {
  .za-single-summit__top--nav {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.za-single-summit__top--nav .swiper .swiper-slide {
  text-align: center;
}
.za-single-summit__top--nav .swiper .swiper-button-next {
  right: 0;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.za-single-summit__top--nav .swiper .swiper-button-next::after {
  color: #00006B;
  font-size: 3.3rem;
}
.za-single-summit__top--nav .swiper .swiper-button-prev {
  left: 0;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.za-single-summit__top--nav .swiper .swiper-button-prev::after {
  color: #00006B;
  font-size: 3.3rem;
}
.za-single-summit__top--nav .swiper .btn--primary {
  padding: 13px 59px;
}
@media (min-width: 48em) {
  .za-single-summit__top--nav .swiper .btn--primary {
    padding: 15px 60px;
  }
}
.za-single-summit__top--reg {
  text-align: right;
}
@media (max-width: 47.99em) {
  .za-single-summit__top--reg {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}
.za-single-summit__top--reg .btn--orange-background {
  padding: 13px 59px;
}
@media (max-width: 47.99em) {
  .za-single-summit__top--reg .btn--orange-background {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
}
@media (min-width: 48em) {
  .za-single-summit__top--reg .btn--orange-background {
    padding: 15px 60px;
  }
}

#not-found {
  background-color: #2F47E8;
}
#not-found .text-wrapper {
  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;
  row-gap: 30px;
  padding: 50px 0 70px;
}
@media (min-width: 62em) {
  #not-found .text-wrapper {
    padding: 100px 0 200px;
  }
}
#not-found h1,
#not-found h2 {
  color: #FFFFFF;
}
#not-found h1 {
  font-size: 10rem;
}
#not-found a {
  padding: 15px 60px;
}

/* Block 
--------------------------------------------- */
.za-text-full {
  padding: 30px 0 60px;
}
@media (min-width: 48em) {
  .za-text-full {
    padding: 60px 0;
  }
}
.za-text-full .title--large {
  text-transform: capitalize;
  padding: 16px 0;
}
@media (min-width: 62em) {
  .za-text-full .title--large {
    width: 90%;
  }
}
.za-text-full .title--medium {
  padding: 16px 0;
}
@media (max-width: 47.99em) {
  .za-text-full .title--medium {
    font-size: 20px;
    padding: 16px 0;
  }
}
.za-text-full .title--small {
  padding: 16px 0;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}
@media (max-width: 47.99em) {
  .za-text-full .title--small {
    font-size: 14px;
  }
}
@media (min-width: 48em) {
  .za-text-full .title--small {
    padding: 16px 0;
  }
}
.za-text-full .title--small a{
	font-size: inherit; 
	text-decoration:none;
	color: #2D37F3;
}
.za-text-full .title--small a:hover{
  	text-decoration:underline;
}
.za-text-full--button {
  padding-top: 30px;
  padding: 16px 0;
}
.za-text-full--button a {
  font-family: "Raleway", sans-serif;
  font-size: 1.7rem;
  line-height: 117%;
  padding: 15px 60px;
  border-radius: 50px;
  text-decoration: none;
  display: inline-block;
}

.za-three-columns-text-banner {
  padding: 40px 0;
}
.za-three-columns-text-banner__wrapper {
  display: -ms-grid;
  display: grid;
}
@media (min-width: 62em) {
  .za-three-columns-text-banner__wrapper {
    -ms-grid-columns: 1fr 2fr 1fr;
    grid-template-columns: 1fr 2fr 1fr;
  }
}
.za-three-columns-text-banner--subheading {
  padding: 20px 0px;
}
@media (min-width: 62em) {
  .za-three-columns-text-banner--subheading {
    padding: 0 35px;
  }
}
@media (min-width: 48em) {
	.za-three-columns-text-banner--subheading {
		margin-top: -0.6em;
	}}

@media (min-width: 48em) {
	.za-three-columns-text-banner--heading {
		margin-top: -1em;
	}}
.za-three-columns-text-banner--subheading .title--small {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}
.za-three-columns-text-banner--button a {
/*   padding: 14.5px 125px 14.5px 30px;
  position: relative; */
	width: -webkit-fill-available;
    text-align: center;
}
.za-three-columns-text-banner--button a::after {
/*   position: absolute;
  content: url(.././images/arrow-right.svg);
  right: 10%;
  top: 32%;
  width: 45px; */
}
.za-three-columns-text-banner--button a:hover::after {
  -webkit-filter: brightness(0) saturate(100%) invert(37%) sepia(28%) saturate(3744%) hue-rotate(359deg) brightness(105%) contrast(104%);
          filter: brightness(0) saturate(100%) invert(37%) sepia(28%) saturate(3744%) hue-rotate(359deg) brightness(105%) contrast(104%);
}
@media (min-width: 62em) {
  .za-three-columns-text-banner--button a {
/*     padding: 14.5px 80px 14.5px 15px; */
	  padding:14.5px;
	  width: -webkit-fill-available;
    text-align: center;
  }
}
@media (min-width: 77.5em) {
  .za-three-columns-text-banner--button a {
/*     padding: 14.5px 125px 14.5px 30px; */
  }
}
.za-three-columns-text-banner--button img {
  padding: 0 0 0 30px;
}
@media (min-width: 62em) {
  .za-three-columns-text-banner--button img {
    padding: 0 0 0 10px;
  }
}
@media (min-width: 77.5em) {
  .za-three-columns-text-banner--button img {
    padding: 0 0 0 30px;
  }
}

.za-image-wrapped {
  padding: 40px 0 60px;
  background-color: #C1C1C1;
  position: relative;
  overflow: hidden;
}
@media (min-width: 48em) {
  .za-image-wrapped {
    padding: 90px 0 100px;
  }
}
.za-image-wrapped--text {
  padding-bottom: 80px;
  z-index: 2;
  position: relative;
}
.za-image-wrapped--text p {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}
.za-image-wrapped.full {
  height: 60vh;
  min-height: 350px;
}
@media (min-width: 48em) {
  .za-image-wrapped.full {
    height: 70vh;
    min-height: 450px;
  }
}
@media (min-width: 62em) {
  .za-image-wrapped.full {
    height: 90vh;
    
	  max-height:900px;
    min-height: 600px;
  }
}
.za-image-wrapped.full::after {
  background-color: rgba(0, 0, 107, 0.5);
  position: absolute;
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
}
.za-image-wrapped.full p {
  color: #FFFFFF;
}
.za-image-wrapped.full img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: auto;
  min-height: 130%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  translate: 0px -15%;
}
.za-image-wrapped.wrapped img {
  height: 100%;
  width: 100%;
  max-height: 610px;
  -o-object-fit: cover;
     object-fit: cover;
}
.za-image-wrapped.wrapped p {
  color: #00006B;
}

.za-product-features--single {
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -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;
}
.za-product-features--single a {
  text-decoration: none;
}
.za-product-features--single .img-wrapper {
  overflow: hidden;
  display: block;
  height: 100%;
}
.za-product-features--single .img-wrapper img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.za-product-features--single .img-wrapper img:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.za-product-features--single .img--small {
  max-height: 150px;
}
.za-product-features--single .img--medium {
  max-height: 150px;
}
@media (min-width: 48em) {
  .za-product-features--single .img--medium {
    max-height: 250px;
  }
}
.za-product-features--single img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.za-product-features--single .content-wrapper {
  border-radius: 20px;
  overflow: hidden;
  height: 100%;
  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;
}
.za-product-features--single .content-wrapper--padding {
  padding: 22.5px 22px 23.5px 29px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media (min-width: 48em) {
  .za-product-features--single .content-wrapper--padding {
    padding: 25px 25px 30px 25px;
  }
}
.za-product-features--single .content-wrapper--divider-horizontal {
  height: 2px;
  margin-top: 25px;
}
.za-product-features--single .content-wrapper--title h3 {
  font-weight: 500;
}
@media (max-width: 47.99em) {
  .za-product-features--single .content-wrapper--title h3 {
    font-size: 3rem;
  }
}
.za-product-features--single .content-wrapper--text {
  padding: 12.5px 0 0;
}
@media (min-width: 48em) {
  .za-product-features--single .content-wrapper--text {
    padding: 25px 0 0;
  }
}
.za-product-features--single .content-wrapper--text p {
  font-size: 1.4rem;
  line-height: 144%;
  font-weight: 400;
}
@media (min-width: 48em) {
  .za-product-features--single .content-wrapper--text p {
    font-size: 1.8rem;
  }
}
.za-product-features--single .btn-wrapper {
  display: none;
}
.za-product-features .features--title-wrapper h2 {
  padding-bottom: 35px;
}
@media (min-width: 48em) {
  .za-product-features .features--title-wrapper h2 {
    padding-bottom: 50px;
  }
}
.za-product-features .features--title-wrapper p {
  padding-bottom: 30px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}
@media (min-width: 48em) {
  .za-product-features .features--title-wrapper p {
    padding-bottom: 66px;
  }
}
.za-product-features .features-wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  row-gap: 30px;
}
@media (min-width: 62em) {
  .za-product-features .features-wrapper {
    row-gap: 0;
  }
}
@media (min-width: 36em) {
  .za-product-features .features-wrapper.col-1 {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (min-width: 62em) {
  .za-product-features .features-wrapper.col-1 {
    -ms-grid-columns: 1fr 36px 1fr;
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 36px;
       -moz-column-gap: 36px;
            column-gap: 36px;
  }
}
@media (min-width: 36em) {
  .za-product-features .features-wrapper.col-2 {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (min-width: 62em) {
  .za-product-features .features-wrapper.col-2 {
    -ms-grid-columns: 1fr 36px 1fr;
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 36px;
       -moz-column-gap: 36px;
            column-gap: 36px;
  }
}
@media (min-width: 36em) {
  .za-product-features .features-wrapper.col-3 {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (min-width: 62em) {
  .za-product-features .features-wrapper.col-3 {
    -ms-grid-columns: 1fr 36px 1fr 36px 1fr;
    grid-template-columns: repeat(3, 1fr);
    -webkit-column-gap: 36px;
       -moz-column-gap: 36px;
            column-gap: 36px;
  }
}
@media (min-width: 36em) {
  .za-product-features .features-wrapper.col-4 {
    -ms-grid-columns: 1fr 20px 1fr;
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
}
@media (min-width: 62em) {
  .za-product-features .features-wrapper.col-4 {
    -ms-grid-columns: 1fr 36px 1fr 36px 1fr 36px 1fr;
    grid-template-columns: repeat(4, 1fr);
    -webkit-column-gap: 36px;
       -moz-column-gap: 36px;
            column-gap: 36px;
  }
}

.btn-inline a {
  padding: 25px 25px 30px 29px;
  color: #FFFFFF;
  font-family: "Raleway", sans-serif;
  font-size: 1.9rem;
  line-height: 173%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
}
@media (min-width: 48em) {
  .btn-inline a {
    font-size: 2.2rem;
    padding: 28px 28px 31px 28px;
  }
}
.btn-inline a:hover, .btn-inline a:active {
  color: #FFFFFF;
}
.btn-inline a:hover img, .btn-inline a:active img {
  visibility: visible;
  opacity: 1;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
.btn-inline a img {
  visibility: hidden;
  opacity: 0;
  width: 45px;
  -o-object-fit: contain;
     object-fit: contain;
  height: auto;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
.btn-inline.background--blue, .btn-inline.background--blue-medium, .btn-inline.background--dark-blue, .btn-inline.background--gray {
  -webkit-transition: 0.3s all ease-in;
  transition: 0.3s all ease-in;
}
.btn-inline.background--blue:hover, .btn-inline.background--blue-medium:hover, .btn-inline.background--dark-blue:hover, .btn-inline.background--gray:hover {
  background-color: #FD5A00;
}
.btn-inline.background--orange, .btn-inline.background--yellow, .btn-inline.background--green {
  -webkit-transition: 0.3s all ease-in;
  transition: 0.3s all ease-in;
}
.btn-inline.background--orange:hover, .btn-inline.background--yellow:hover, .btn-inline.background--green:hover {
  background-color: #00006B;
}

.btn-border {
  display: block;
  border-width: 2px;
  border-style: solid;
  text-align: center;
  border-radius: 50px;
  margin-top: 59px;
}
.btn-border:hover {
  background-color: #00006B;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.btn-border:hover a {
  color: #FFFFFF;
}
.btn-border a {
  color: #00006B;
  font-family: "Raleway", sans-serif;
  font-size: 1.9rem;
  line-height: 173%;
  padding: 15px 0;
  display: block;
}
@media (min-width: 48em) {
  .btn-border a {
    font-size: 2.2rem;
  }
}

.za-timeline {
  position: relative;
  padding: 40px 0 60px;
  overflow: hidden;
}
@media (min-width: 48em) {
  .za-timeline {
    padding: 90px 0 100px;
  }
}
.za-timeline .parallax-image {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: auto;
  min-height: 150%;
  z-index: -1;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  translate: 0 -20%;
}
@media (max-width: 47.99em) {
  .za-timeline--gradient {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -10%;
    right: 25%;
    background-color: rgba(255, 255, 255, 0.6);
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
  }
}
.za-timeline--title {
  padding-bottom: 38px;
}
.za-timeline__wrapper {
  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: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  padding: 36.5px 10px 76.5px;
  border-radius: 20px;
  position: relative;
}
@media (min-width: 48em) {
  .za-timeline__wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 72px 13px 78px;
    background-color: rgba(255, 255, 255, 0.6);
  }
}
.za-timeline__col {
  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-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  position: relative;
  width: 100%;
}
.za-timeline__col:nth-child(2)::before {
  content: "";
  height: 17px;
  width: 17px;
  position: absolute;
  border-radius: 50px;
  top: -10px;
  z-index: 10;
  left: -10px;
  background-color: #FD5A00;
}
@media (max-width: 47.99em) {
  .za-timeline__col {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    border-left: 2px solid #00006B;
    padding: 22px 0 0 50px;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 140px;
            flex: 1 1 140px;
  }
  .za-timeline__col::after {
    content: "";
    width: 40px;
    position: absolute;
    top: 30px;
    left: 0;
    background-color: #00006B;
    height: 1px;
  }
}
@media (min-width: 48em) {
  .za-timeline__col:nth-child(2)::before {
    content: "";
    height: 17px;
    width: 17px;
    position: absolute;
    border-radius: 50px;
    top: 103px;
    z-index: 10;
    left: 0;
    background-color: #FD5A00;
  }
}
.za-timeline__col--icon {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (min-width: 48em) {
  .za-timeline__col--icon {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-bottom: 47px;
    border-bottom: 2px solid #00006B;
  }
  .za-timeline__col--icon::after {
    content: "";
    height: 30px;
    position: absolute;
    bottom: -30px;
    right: 50%;
    background-color: #00006B;
    width: 1px;
  }
}
.za-timeline__col--icon img {
  width: 180px;
  height: 60px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
@media (min-width: 48em) {
  .za-timeline__col--icon img {
    width: 118px;
  }
}
.za-timeline__col--text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: left;
}
@media (max-width: 47.99em) {
  .za-timeline__col--text {
    margin-top: -7px;
  }
  .za-timeline__col--text p {
    font-size: 1.4rem;
  }
}
@media (min-width: 48em) {
  .za-timeline__col--text {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-top: 30px;
    text-align: center;
  }
}
.za-timeline__col--text .year {
  font-size: 2.4rem;
  line-height: 125%;
  font-weight: 300;
  font-family: "Raleway", sans-serif;
  display: inline-block;
  padding: 0 0 17px;
}
@media (min-width: 48em) {
  .za-timeline__col--text .year {
    font-size: 3.8rem;
    font-weight: 500;
  }
}
@media (min-width: 62em) {
  .za-timeline__col--text .year {
    font-size: 5.3rem;
  }
}

.za-bottom-spacer {
  height: 100px;
  width: 100%;
}
@media (min-width: 62em) {
	.za-bottom-spacer {
	  height: 130px;
	}
}

.za-head-image .main-wrapper {
  height: 100%;
}
.za-head-image__background {
  display: block;
}
@media (min-width: 48em) {
  .za-head-image__background {
    display: none;
  }
}
.za-head-image__background--hide {
  display: none;
}
.za-head-image__inline--hide {
  display: none;
}
@media (min-width: 48em) {
  .za-head-image__inline--hide {
    display: block;
  }
}
.za-head-image--main {
  position: relative;
}
@media (min-width: 48em) {
  .za-head-image--main::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50%;
    display: inline-block;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, rgba(255, 255, 255, 0)), color-stop(30%, rgba(230, 230, 230, 0)), color-stop(120%, rgb(0, 0, 0)));
    background: linear-gradient(rgba(255, 255, 255, 0) 10%, rgba(230, 230, 230, 0) 30%, rgb(0, 0, 0) 120%);
  }
}
.za-head-image--main.head-bg {
  height: 210px;
  width: 100vw;
  overflow: hidden;
}
@media (min-width: 36em) {
	.za-head-image--main.head-bg {
	  height: 280px;
	}
}
@media (min-width: 48em) {
  .za-head-image--main.head-bg {
    height: 50vh;
  }
}
@media (min-width: 62em) {
  .za-head-image--main.head-bg {
    height: 60vh;
  }
}

@media (min-width: 77.5em) {
  .za-head-image--main.head-bg {
     height: 85vh;
  }
}

.za-head-image--main.head-bg img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: auto;
  min-height: 130%;
/*   translate: 0 10%; */
}
@media (min-width: 48em) {
  .za-head-image--main.head-bg img {
    min-height: 125%;
    translate: 0 -9%;
  }
}
@media (min-width: 77.5em) {
  .za-head-image--main.head-bg img {
    translate: 0 -7%;
  }
}
.za-head-image--main #background-video {
  min-height: 28vh;
	height: auto;
  width: 100vw;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  z-index: -1;
}
@media (min-width: 30em) {
  .za-head-image--main #background-video {
    aspect-ratio: 2.3;
  }
}
@media (min-width: 48em) {
  .za-head-image--main #background-video {
    aspect-ratio: 3;
  }
}
@media (min-width: 62em) {
  .za-head-image--main #background-video {
    min-height: 75vh;
  }
}
@media (min-width: 77.5em) {
  .za-head-image--main #background-video {
    height: 90vh;
  }
}
.za-head-image--wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 25px 0 20px;
  z-index: 1;
}
@media (min-width: 30em) {
  .za-head-image--wrap {
    padding: 30px 0 30px;
  }
}
@media (min-width: 48em) {
  .za-head-image--wrap {
    position: absolute;
    bottom: 0;
  }
}
@media (min-width: 62em) {
  .za-head-image--wrap {
    padding: 30px 0 50px;
  }
}
@media (min-width: 77.5em) {
  .za-head-image--wrap {
    padding: 30px 0 75px;
/* 	width: 100%; */
  }
}
@media (min-width: 48em) {
  .za-head-image--wrap .title-wrap {
    width: 80%;
  }
}
@media (min-width: 62em) {
  .za-head-image--wrap .title-wrap {
    width: 55%;
  }
}
.za-head-image--wrap .title-wrap .title--large {
  padding-bottom: 12px;
}
@media (min-width: 48em) {
  .za-head-image--wrap .title-wrap .title--large {
    padding-bottom: 30px;
  }
}
.za-head-image--wrap .btn-wrap {
  padding: 27px 0 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 8px 1fr;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
  row-gap: 15px;
}
.za-head-image--wrap .btn-wrap a {
  font-size: 1.6rem;
  text-align: center;
  padding: 16px 10px;
  display: block;
  width: 100%;
  margin: auto;
}
@media (min-width: 48em) {
  .za-head-image--wrap .btn-wrap a {
    padding: 16px 32px;
  }
}
@media (min-width: 62em) {
  .za-head-image--wrap .btn-wrap {
    -ms-grid-columns: 1fr 36px 1fr 36px 1fr 36px 1fr;
    grid-template-columns: repeat(4, 1fr);
    -webkit-column-gap: 36px;
       -moz-column-gap: 36px;
            column-gap: 36px;
  }
}

@media (orientation: landscape) and (max-width: 61.99em) {
  main {
    padding-top: 135px;
  }
}
.za-climate-impact {
  overflow: hidden;
  position: relative;
  padding: 40px 0 60px;
}
@media (min-width: 48em) {
  .za-climate-impact {
    padding: 90px 0 100px;
  }
}
.za-climate-impact .parallax-image {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: auto;
  min-height: 150%;
  z-index: -1;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  translate: 0 -20%;
}
.za-climate-impact__wrapper {
  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: flex-start;
}
@media (max-width: 47.99em) {
  .za-climate-impact__wrapper p {
    font-size: 1.4rem;
  }
}
@media (min-width: 48em) {
  .za-climate-impact__wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.za-climate-impact__wrapper--col-1 {
  border-bottom: 1px solid #C1C1C1;
  padding: 0 0 28px 0;
}
@media (min-width: 48em) {
  .za-climate-impact__wrapper--col-1 {
    border-right: 1px solid #C1C1C1;
    border-bottom: 0;
    padding: 0 35px 0 0;
  }
}
@media (min-width: 62em) {
  .za-climate-impact__wrapper--col-1 {
    padding: 0 119px 0 0;
  }
}
.za-climate-impact__wrapper--col-1 h4 {
  padding-bottom: 15px;
}
.za-climate-impact__wrapper--col-1 img {
  max-height: 380px;
  padding-bottom: 33px;
}
@media (min-width: 48em) {
  .za-climate-impact__wrapper--col-1 img {
    padding-bottom: 42px;
  }
}
.za-climate-impact__wrapper--col-2 {
  padding: 23px 0 0 0;
}
@media (min-width: 48em) {
  .za-climate-impact__wrapper--col-2 {
    padding: 0 0 0 35px;
  }
}
@media (min-width: 62em) {
  .za-climate-impact__wrapper--col-2 {
    padding: 0 0 0 117px;
  }
}
.za-climate-impact__wrapper--col-2 h4 {
  padding-bottom: 24px;
}
.za-climate-impact__wrapper--col-2 p {
  padding-bottom: 37px;
}
.za-climate-impact__wrapper--col-2 .alert {
  padding: 0 0 12px 0;
}
@media (min-width: 48em) {
  .za-climate-impact__wrapper--col-2 .alert {
    padding: 0 0 41px 0;
  }
}
.za-climate-impact__wrapper--col-2 .alert--sign {
  background-color: #FD5A00;
  padding: 2px 22px;
  border-radius: 50px;
  color: #FFFFFF;
  font-size: 4.2rem;
  font-weight: 500;
  margin-right: 31px;
}
@media (min-width: 48em) {
  .za-climate-impact__wrapper--col-2 .alert--sign {
    margin-right: 37px;
  }
}
.za-climate-impact__wrapper--col-2 .alert--text {
  font-family: "Roboto", sans-serif;
  font-size: 4rem;
  font-weight: 500;
  color: #FD5A00;
  text-transform: uppercase;
}
.za-climate-impact__wrapper--col-2 .list-wrapper {
  position: relative;
}
.za-climate-impact__wrapper--col-2 .list-wrapper--gradient {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(10%, rgba(229, 229, 232, 0.5)), to(rgb(0, 1, 102))) no-repeat;
  background: linear-gradient(0deg, rgba(229, 229, 232, 0.5) 10%, rgb(0, 1, 102) 100%) no-repeat;
  background-size: 55px 100%;
  background-position: left;
  position: absolute;
  top: 0;
  left: 0;
  width: 55px;
  height: 100%;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
}
.za-climate-impact__wrapper--col-2 .list-wrapper ul {
  list-style: none;
  margin-left: 45.5px;
}
@media (min-width: 48em) {
  .za-climate-impact__wrapper--col-2 .list-wrapper ul {
    margin-left: 55.5px;
  }
}
.za-climate-impact__wrapper--col-2 .list-wrapper ul li {
  line-height: 112%;
  font-size: 2.2rem;
  text-transform: uppercase;
  font-weight: 300;
}
@media (min-width: 48em) {
  .za-climate-impact__wrapper--col-2 .list-wrapper ul li {
    font-size: 2.6rem;
  }
}
.za-climate-impact__wrapper--col-2 .list-wrapper ul li::before {
  content: "";
  height: 0;
  width: 0;
  position: relative;
  display: block;
  left: -69px;
  top: 19px;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  border-bottom: 20px solid #FFFFFF;
}
@media (min-width: 48em) {
  .za-climate-impact__wrapper--col-2 .list-wrapper ul li::before {
    left: -79px;
  }
}

@media (max-width: 61.99em) {
  .za-table-hydrogen .main-wrapper {
    padding: 0;
  }
}
@media (min-width: 62em) {
  .za-table-hydrogen .title--medium {
    width: 50%;
  }
}
.za-table-hydrogen--wrapper {
  overflow-x: auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 70vw (30vw)[5] 40vh;
  grid-template-columns: 70vw repeat(5, 30vw) 40vh;
  -ms-grid-rows: 25px (70px)[7];
  grid-template-rows: 25px repeat(7, 70px);
  scroll-behavior: smooth;
	padding: 35px 0 40px;
}

@media (min-width: 48em) {
 .za-table-hydrogen--wrapper {
    padding: 40px 0 15px;
  }
}
@media (min-width: 76.25em) {
 .za-table-hydrogen--wrapper  {
    padding: 85px 0 15px;
  }
}

.za-table-hydrogen--wrapper > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.za-table-hydrogen--wrapper > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}
.za-table-hydrogen--wrapper > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.za-table-hydrogen--wrapper > *:nth-child(4) {
  -ms-grid-row: 1;
  -ms-grid-column: 4;
}
.za-table-hydrogen--wrapper > *:nth-child(5) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}
.za-table-hydrogen--wrapper > *:nth-child(6) {
  -ms-grid-row: 1;
  -ms-grid-column: 6;
}
.za-table-hydrogen--wrapper > *:nth-child(7) {
  -ms-grid-row: 1;
  -ms-grid-column: 7;
}
.za-table-hydrogen--wrapper > *:nth-child(8) {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}
.za-table-hydrogen--wrapper > *:nth-child(9) {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
}
.za-table-hydrogen--wrapper > *:nth-child(10) {
  -ms-grid-row: 2;
  -ms-grid-column: 3;
}
.za-table-hydrogen--wrapper > *:nth-child(11) {
  -ms-grid-row: 2;
  -ms-grid-column: 4;
}
.za-table-hydrogen--wrapper > *:nth-child(12) {
  -ms-grid-row: 2;
  -ms-grid-column: 5;
}
.za-table-hydrogen--wrapper > *:nth-child(13) {
  -ms-grid-row: 2;
  -ms-grid-column: 6;
}
.za-table-hydrogen--wrapper > *:nth-child(14) {
  -ms-grid-row: 2;
  -ms-grid-column: 7;
}
.za-table-hydrogen--wrapper > *:nth-child(15) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}
.za-table-hydrogen--wrapper > *:nth-child(16) {
  -ms-grid-row: 3;
  -ms-grid-column: 2;
}
.za-table-hydrogen--wrapper > *:nth-child(17) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}
.za-table-hydrogen--wrapper > *:nth-child(18) {
  -ms-grid-row: 3;
  -ms-grid-column: 4;
}
.za-table-hydrogen--wrapper > *:nth-child(19) {
  -ms-grid-row: 3;
  -ms-grid-column: 5;
}
.za-table-hydrogen--wrapper > *:nth-child(20) {
  -ms-grid-row: 3;
  -ms-grid-column: 6;
}
.za-table-hydrogen--wrapper > *:nth-child(21) {
  -ms-grid-row: 3;
  -ms-grid-column: 7;
}
.za-table-hydrogen--wrapper > *:nth-child(22) {
  -ms-grid-row: 4;
  -ms-grid-column: 1;
}
.za-table-hydrogen--wrapper > *:nth-child(23) {
  -ms-grid-row: 4;
  -ms-grid-column: 2;
}
.za-table-hydrogen--wrapper > *:nth-child(24) {
  -ms-grid-row: 4;
  -ms-grid-column: 3;
}
.za-table-hydrogen--wrapper > *:nth-child(25) {
  -ms-grid-row: 4;
  -ms-grid-column: 4;
}
.za-table-hydrogen--wrapper > *:nth-child(26) {
  -ms-grid-row: 4;
  -ms-grid-column: 5;
}
.za-table-hydrogen--wrapper > *:nth-child(27) {
  -ms-grid-row: 4;
  -ms-grid-column: 6;
}
.za-table-hydrogen--wrapper > *:nth-child(28) {
  -ms-grid-row: 4;
  -ms-grid-column: 7;
}
.za-table-hydrogen--wrapper > *:nth-child(29) {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
}
.za-table-hydrogen--wrapper > *:nth-child(30) {
  -ms-grid-row: 5;
  -ms-grid-column: 2;
}
.za-table-hydrogen--wrapper > *:nth-child(31) {
  -ms-grid-row: 5;
  -ms-grid-column: 3;
}
.za-table-hydrogen--wrapper > *:nth-child(32) {
  -ms-grid-row: 5;
  -ms-grid-column: 4;
}
.za-table-hydrogen--wrapper > *:nth-child(33) {
  -ms-grid-row: 5;
  -ms-grid-column: 5;
}
.za-table-hydrogen--wrapper > *:nth-child(34) {
  -ms-grid-row: 5;
  -ms-grid-column: 6;
}
.za-table-hydrogen--wrapper > *:nth-child(35) {
  -ms-grid-row: 5;
  -ms-grid-column: 7;
}
.za-table-hydrogen--wrapper > *:nth-child(36) {
  -ms-grid-row: 6;
  -ms-grid-column: 1;
}
.za-table-hydrogen--wrapper > *:nth-child(37) {
  -ms-grid-row: 6;
  -ms-grid-column: 2;
}
.za-table-hydrogen--wrapper > *:nth-child(38) {
  -ms-grid-row: 6;
  -ms-grid-column: 3;
}
.za-table-hydrogen--wrapper > *:nth-child(39) {
  -ms-grid-row: 6;
  -ms-grid-column: 4;
}
.za-table-hydrogen--wrapper > *:nth-child(40) {
  -ms-grid-row: 6;
  -ms-grid-column: 5;
}
.za-table-hydrogen--wrapper > *:nth-child(41) {
  -ms-grid-row: 6;
  -ms-grid-column: 6;
}
.za-table-hydrogen--wrapper > *:nth-child(42) {
  -ms-grid-row: 6;
  -ms-grid-column: 7;
}
.za-table-hydrogen--wrapper > *:nth-child(43) {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
}
.za-table-hydrogen--wrapper > *:nth-child(44) {
  -ms-grid-row: 7;
  -ms-grid-column: 2;
}
.za-table-hydrogen--wrapper > *:nth-child(45) {
  -ms-grid-row: 7;
  -ms-grid-column: 3;
}
.za-table-hydrogen--wrapper > *:nth-child(46) {
  -ms-grid-row: 7;
  -ms-grid-column: 4;
}
.za-table-hydrogen--wrapper > *:nth-child(47) {
  -ms-grid-row: 7;
  -ms-grid-column: 5;
}
.za-table-hydrogen--wrapper > *:nth-child(48) {
  -ms-grid-row: 7;
  -ms-grid-column: 6;
}
.za-table-hydrogen--wrapper > *:nth-child(49) {
  -ms-grid-row: 7;
  -ms-grid-column: 7;
}
.za-table-hydrogen--wrapper > *:nth-child(50) {
  -ms-grid-row: 8;
  -ms-grid-column: 1;
}
.za-table-hydrogen--wrapper > *:nth-child(51) {
  -ms-grid-row: 8;
  -ms-grid-column: 2;
}
.za-table-hydrogen--wrapper > *:nth-child(52) {
  -ms-grid-row: 8;
  -ms-grid-column: 3;
}
.za-table-hydrogen--wrapper > *:nth-child(53) {
  -ms-grid-row: 8;
  -ms-grid-column: 4;
}
.za-table-hydrogen--wrapper > *:nth-child(54) {
  -ms-grid-row: 8;
  -ms-grid-column: 5;
}
.za-table-hydrogen--wrapper > *:nth-child(55) {
  -ms-grid-row: 8;
  -ms-grid-column: 6;
}
.za-table-hydrogen--wrapper > *:nth-child(56) {
  -ms-grid-row: 8;
  -ms-grid-column: 7;
}
@media (min-width: 62em) {
  .za-table-hydrogen--wrapper {
     padding: 85px 0 15px;
  }
}
.za-table-hydrogen--wrapper div {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.za-table-hydrogen--wrapper div:not(.za-table-hydrogen__row--title, .za-table-hydrogen__row--desc) {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.za-table-hydrogen--wrapper > *:nth-child(18) img {
  width: 37px;
  height: 37px;
}
.za-table-hydrogen--wrapper > *:nth-child(n+6):nth-child(-n+12) {
  border-bottom: 2px solid #707070;
}
@media (min-width: 36em) {
  .za-table-hydrogen--wrapper {
    -ms-grid-columns: 305px (120px)[5] 273px;
    grid-template-columns: 305px repeat(5, 120px) 273px;
  }
}
.za-table-hydrogen__col--title {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 144%;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  font-family: "Roboto", sans-serif;
}
.za-table-hydrogen__col--subtitle {
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 169%;
  text-align: center;
  font-family: "Roboto", sans-serif;
}
.za-table-hydrogen__row--title {
  padding: 5px 12px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (min-width: 48em) {
  .za-table-hydrogen__row--title {
    padding: 9px 20px 9px 5px;
  }
}
.za-table-hydrogen__row--title h5 {
  font-size: 1.5rem;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
}
@media (min-width: 48em) {
  .za-table-hydrogen__row--title h5 {
    font-size: 2.3rem;
  }
}
.za-table-hydrogen__row--desc {
  padding: 5px 12px;
  justify-self: flex-start;
}
@media (min-width: 48em) {
  .za-table-hydrogen__row--desc {
    padding: 9px 5px 9px 20px;
  }
}
.za-table-hydrogen__row--desc p {
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 169%;
  font-family: "Roboto", sans-serif;
}
.za-table-hydrogen__row--icon img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 25px;
  height: 25px;
}
.za-table-hydrogen .reduction {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 3;
  grid-area: 1/2/1/5;
}
.za-table-hydrogen__legend {
  -ms-grid-row: 8;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-area: 8/1/8/3;
}
@media (min-width: 48em) {
  .za-table-hydrogen__legend {
    -ms-grid-row: 8;
    -ms-grid-column: 2;
    -ms-grid-column-span: 3;
    grid-area: 8/2/8/5;
  }
}
.za-table-hydrogen__legend--wrapper {
  padding: 0 0 0 34px;
}
.za-table-hydrogen__legend--wrapper img {
  height: 15px;
  width: 15px;
}
.za-table-hydrogen__legend--wrapper span {
  font-family: "Roboto", sans-serif;
  font-size: 1.3rem;
  padding-left: 7px;
}

.za-hydrogen-info {
  padding: 40px 0 60px;
  position: relative;
  overflow: hidden;
}
@media (min-width: 48em) {
  .za-hydrogen-info {
    padding: 90px 0 100px;
  }
}
.za-hydrogen-info .title--medium.main-title {
  font-weight: 300;
  padding: 0 0 20px;
}
@media (min-width: 62em) {
  .za-hydrogen-info .title--medium.main-title {
    padding: 0 0 40px;
  }
}
.za-hydrogen-info .title--small {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}
@media (min-width: 62em) {
  .za-hydrogen-info .title--small {
    padding: 0 0 44px;
  }
}
@media (min-width: 62em) {
  .za-hydrogen-info--content {
    width: 50%;
  }
}
.za-hydrogen-info__wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: (1fr)[4];
  grid-template-rows: repeat(4, 1fr);
}
.za-hydrogen-info__wrapper > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.za-hydrogen-info__wrapper > *:nth-child(2) {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}
.za-hydrogen-info__wrapper > *:nth-child(3) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}
.za-hydrogen-info__wrapper > *:nth-child(4) {
  -ms-grid-row: 4;
  -ms-grid-column: 1;
}
@media (min-width: 36em) {
  .za-hydrogen-info__wrapper {
    -ms-grid-columns: 1fr 20px 1fr;
    grid-template-columns: repeat(2, 1fr);
    -ms-grid-rows: (1fr)[2];
    grid-template-rows: repeat(2, 1fr);
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
  .za-hydrogen-info__wrapper > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .za-hydrogen-info__wrapper > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .za-hydrogen-info__wrapper > *:nth-child(3) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .za-hydrogen-info__wrapper > *:nth-child(4) {
    -ms-grid-row: 2;
    -ms-grid-column: 3;
  }
}
@media (min-width: 48em) {
  .za-hydrogen-info__wrapper {
    -webkit-column-gap: 36px;
       -moz-column-gap: 36px;
            column-gap: 36px;
  }
}
.za-hydrogen-info__item {
  padding: 10px 0;
}
.za-hydrogen-info__item .title--medium {
  text-transform: uppercase;
  padding-bottom: 5px;
  font-weight: 500;
}
@media (max-width: 47.99em) {
  .za-hydrogen-info__item .title--medium {
    font-size: 3.5rem;
  }
}
.za-hydrogen-info__img {
  overflow: hidden;
  position: relative;
  top: 100%;
  left: 25%;
  -webkit-transform: translate(2%, 0);
          transform: translate(2%, 0);
  margin: 0 0 26px;
}
@media (min-width: 62em) {
  .za-hydrogen-info__img {
    width: 1000px;
    position: absolute;
    left: 49%;
    -webkit-transform: translate(2%, -50%);
            transform: translate(2%, -50%);
    top: 50%;
    margin: 0;
  }
}
.za-hydrogen-info__img img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: auto;
}

.za-image-map {
  background-color: #00006B;
  padding: 40px 0 60px;
}
@media (min-width: 62em) {
  .za-image-map {
    padding: 90px 0 100px;
  }
}
.za-image-map__wrapper {
  position: relative;
  overflow: hidden;
  padding: 0 0 20px;
}
@media (min-width: 62em) {
  .za-image-map__wrapper {
    padding: 100px 0 150px;
  }
}
.za-image-map__wrapper img {
  height: 100%;
  width: 100%;
}
@media (min-width: 62em) {
  .za-image-map__wrapper img {
    height: 450px;
  }
}
.za-image-map .title__wrapper {
  padding: 0 0 53px;
}
@media (min-width: 62em) {
  .za-image-map .title__wrapper {
    padding: 0 0 60px;
    border-bottom: 1px solid #FFFFFF;
  }
}
.za-image-map .title__wrapper .title--large, .za-image-map .title__wrapper .title--small {
  color: #FFFFFF;
}
.za-image-map .title__wrapper .title--large {
  padding: 0 0 23px;
}
.za-image-map .title__wrapper .title--small {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
}
@media (max-width: 47.99em) {
  .za-image-map .title__wrapper .title--small {
    font-size: 2.4rem;
  }
}
.za-image-map .pin {
  position: absolute;
  height: clamp(25px, 5.445vw, 50px);
  width: clamp(25px, 5.445vw, 50px);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  cursor: pointer;
}
.za-image-map .pin--btn {
  position: absolute;
  height: 100%;
  width: 100%;
  background-image: url(".././images/plus.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
@media (min-width: 62em) {
  .za-image-map .pin--btn {
    height: 40px;
  }
}
.za-image-map .pin--title {
  position: relative;
  width: 100%;
  height: 100%;
}
.za-image-map .pin--title .title--small {
  position: absolute;
  color: #FFFFFF;
  text-transform: capitalize;
  min-width: clamp(110px, 15vw, 120px);
  font-size: clamp(1.2rem, 1.59vw, 1.8rem);
}
@media (min-width: 36em) {
  .za-image-map .pin--title .title--small {
    min-width: clamp(180px, 15vw, 220px);
    font-size: clamp(1.8rem, 1.59vw, 2.3rem);
  }
}
.za-image-map .pin__text {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 84vw;
  max-width: 510px;
  overflow-y: auto;
  color: #FFFFFF;
  text-align: center;
  border-radius: 6px;
  font-size: 1.3rem;
  line-height: 123%;
  position: absolute;
  border: 2px solid white;
  background-color: #262691;
  text-align: left;
  overflow: hidden;
}
@media (min-width: 48em) {
  .za-image-map .pin__text {
    width: 40vw;
  }
}
.za-image-map .pin__text h4 {
  font-weight: 300;
  padding: 0 0 22px;
}
@media (max-width: 61.99em) {
  .za-image-map .pin__text h4 {
    font-size: 2rem;
    padding: 0 0 14px;
  }
}
.za-image-map .pin__text p,
.za-image-map .pin__text li {
  font-family: "Roboto", sans-serif;
}
@media (max-width: 47.99em) {
  .za-image-map .pin__text p,
.za-image-map .pin__text li {
    font-size: 1.4rem;
  }
}
.za-image-map .pin__text ul {
  padding: 0;
}
.za-image-map .pin__text ul li {
  font-weight: 400;
  list-style: disc;
  font-size: 1.4rem;
  padding-bottom: 10px;
}
@media (min-width: 48em) {
  .za-image-map .pin__text ul li {
    font-size: 1.8rem;
  }
}
.za-image-map .pin__overflow {
  overflow: auto;
  height: 500px;
  max-height: 340px;
  padding: 17px 14px 20px;
}
@media (min-width: 48em) {
  .za-image-map .pin__overflow {
    padding: 34px 28px 41px;
  }
}
.za-image-map .pin.show-text {
  z-index: 5;
}
.za-image-map .pin.show-text .pin--btn {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 10;
}
.za-image-map .pin.show-text .pin__text {
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 47.99em) {
  .za-image-map .pin.show-text .pin--title {
    display: none;
  }
}

/** Pins costumizing **/
@media (max-width: 61.99em) {
  .map-desktop .show-text .pin--title--source .title--small {
    -webkit-transition: 0.15s;
    transition: 0.15s;
    top: -35%;
  }
  .map-desktop .show-text .pin--title--transportation .title--small {
    -webkit-transition: 0.15s;
    transition: 0.15s;
    top: 50%;
  }
  .map-desktop .show-text .pin--title--propulsion .title--small {
    -webkit-transition: 0.15s;
    transition: 0.15s;
    top: 49%;
  }
  .map-desktop .show-text .pin--title--aircraft .title--small {
    -webkit-transition: 0.15s;
    transition: 0.15s;
    top: 55%;
  }
  .map-desktop .show-text .pin--title--tanks .title--small {
    -webkit-transition: 0.15s;
    transition: 0.15s;
    top: 60%;
  }
}
@media (max-width: 61.99em) {
  .map-desktop .pin__text {
    left: 55%;
    top: 50%;
  }
  .map-desktop .pin__text--source {
    -webkit-transform: translate(-45%);
            transform: translate(-45%);
  }
  .map-desktop .pin__text--conversion {
    -webkit-transform: translate(-12.5%);
            transform: translate(-12.5%);
  }
  .map-desktop .pin__text--storage {
    -webkit-transform: translate(-74%);
            transform: translate(-74%);
  }
  .map-desktop .pin__text--transportation {
    -webkit-transform: translate(-39.5%, -100%);
            transform: translate(-39.5%, -100%);
  }
  .map-desktop .pin__text--propulsion {
    -webkit-transform: translate(-60.5%, -100%);
            transform: translate(-60.5%, -100%);
  }
  .map-desktop .pin__text--aircraft {
    -webkit-transform: translate(-76.5%, -99.5%);
            transform: translate(-76.5%, -99.5%);
  }
  .map-desktop .pin__text--tanks {
    -webkit-transform: translate(-24%, -99.5%);
            transform: translate(-24%, -99.5%);
  }
}
@media (min-width: 62em) {
  .map-desktop .pin__text--storage, .map-desktop .pin__text--conversion, .map-desktop .pin__text--source {
    left: 55%;
    top: 50%;
  }
  .map-desktop .pin__text--tanks, .map-desktop .pin__text--aircraft, .map-desktop .pin__text--propulsion {
    right: 55%;
    top: 50%;
  }
  .map-desktop .pin__text--transportation {
    right: 55%;
    bottom: 50%;
  }
}
.map-desktop .storage .pin {
  top: 46%;
  left: 72%;
}
@media (min-width: 62em) {
  .map-desktop .storage .pin {
    top: 43%;
    left: 29%;
  }
}
.map-desktop .storage .title--small {
  text-align: left;
  -webkit-transform: translate(1%);
          transform: translate(1%);
  top: -145%;
}
@media (min-width: 62em) {
  .map-desktop .storage .title--small {
    text-align: right;
    -webkit-transform: translate(-104%);
            transform: translate(-104%);
    top: -12%;
  }
}
.map-desktop .conversion .pin {
  top: 36%;
  left: 14%;
}
@media (min-width: 62em) {
  .map-desktop .conversion .pin {
    top: 30%;
    left: 41%;
  }
}
.map-desktop .conversion .title--small {
  -webkit-transform: translate(-27%, -5%);
          transform: translate(-27%, -5%);
  top: -155%;
}
@media (min-width: 62em) {
  .map-desktop .conversion .title--small {
    text-align: right;
    -webkit-transform: translate(-103%);
            transform: translate(-103%);
    top: -12%;
  }
}
.map-desktop .source .pin {
  top: 5%;
  left: 45%;
}
@media (min-width: 62em) {
  .map-desktop .source .pin {
    top: 16%;
    left: 53%;
  }
}
.map-desktop .source .title--small {
  text-align: right;
  -webkit-transform: translate(-103%);
          transform: translate(-103%);
  top: 12%;
}
.map-desktop .tanks .pin {
  top: 86%;
  left: 25%;
}
@media (min-width: 62em) {
  .map-desktop .tanks .pin {
    top: 47.5%;
    left: 56.5%;
  }
}
.map-desktop .tanks .title--small {
  text-align: right;
  -webkit-transform: translate(-81%);
          transform: translate(-81%);
  top: 100%;
}
@media (min-width: 62em) {
  .map-desktop .tanks .title--small {
    -webkit-transform: translate(-102%);
            transform: translate(-102%);
    top: 16%;
  }
}
.map-desktop .transportation .pin {
  top: 54%;
  left: 39%;
}
@media (min-width: 62em) {
  .map-desktop .transportation .pin {
    top: 78.5%;
    left: 50%;
  }
}
.map-desktop .transportation .title--small {
  text-align: left;
  -webkit-transform: translate(-95%);
          transform: translate(-95%);
  top: -12%;
}
@media (min-width: 62em) {
  .map-desktop .transportation .title--small {
    -webkit-transform: translate(25%);
            transform: translate(25%);
  }
}
.map-desktop .aircraft .pin {
  top: 74%;
  left: 74%;
}
@media (min-width: 62em) {
  .map-desktop .aircraft .pin {
    top: 46%;
    left: 76.5%;
  }
}
.map-desktop .aircraft .title--small {
  text-align: left;
  -webkit-transform: translate(25%);
          transform: translate(25%);
  top: 12%;
}
.map-desktop .propulsion .pin {
  top: 97%;
  left: 59%;
}
@media (min-width: 62em) {
  .map-desktop .propulsion .pin {
    top: 36.5%;
    left: 65.5%;
  }
}
.map-desktop .propulsion .title--small {
  text-align: left;
  -webkit-transform: translate(28%);
          transform: translate(28%);
  top: -12%;
}
@media (min-width: 62em) {
  .map-desktop .propulsion .title--small {
    -webkit-transform: translate(25%);
            transform: translate(25%);
  }
}

.za-news-blog--title,
.za-related-posts--title {
  padding: 0 0 20px;
}
.za-news-blog__wrapper,
.za-related-posts__wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}
@media (min-width: 36em) {
  .za-news-blog__wrapper,
.za-related-posts__wrapper {
    -ms-grid-columns: 1fr 20px 1fr;
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
}
@media (min-width: 62em) {
  .za-news-blog__wrapper,
.za-related-posts__wrapper {
    -webkit-column-gap: 36px;
       -moz-column-gap: 36px;
            column-gap: 36px;
  }
}
@media (max-width: 47.99em) {
  .za-news-blog__wrapper--post,
.za-related-posts__wrapper--post {
    padding: 0 0 48px;
  }
  .za-news-blog__wrapper--post:last-child,
.za-related-posts__wrapper--post:last-child {
    padding: 0 0 80px;
  }
}
.za-news-blog__wrapper--post .img-wrapper,
.za-related-posts__wrapper--post .img-wrapper {
  height: 188px;
  margin: 0 0 18px;
  overflow: hidden;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
@media (min-width: 48em) {
  .za-news-blog__wrapper--post .img-wrapper,
.za-related-posts__wrapper--post .img-wrapper {
    height: 300px;
    margin: 0 0 27px;
  }
}
.za-news-blog__wrapper--post img,
.za-related-posts__wrapper--post img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
  width: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.za-news-blog__wrapper--post img:hover,
.za-related-posts__wrapper--post img:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.za-news-blog__wrapper--post h2,
.za-related-posts__wrapper--post h2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 2;
  margin: 0 0 16px;
}
@media (min-width: 48em) {
  .za-news-blog__wrapper--post h2,
.za-related-posts__wrapper--post h2 {
    margin: 0 0 20px;
  }
}
.za-news-blog__wrapper--post a:hover,
.za-related-posts__wrapper--post a:hover {
  color: #FFFFFF;
}
@media (max-width: 47.99em) {
  .za-news-blog__wrapper--post a,
.za-related-posts__wrapper--post a {
    font-size: 1.7rem;
  }
}

.za-related-posts {
  padding: 40px 0 60px;
  background-color: #C1C1C1;
}
@media (min-width: 62em) {
  .za-related-posts {
    padding: 90px 0 100px;
  }
}

@media (min-width: 48em) {
  .za-card-banner-50.image-right .za-card-banner-50__wrapper--text {
    padding: 0 50px 0 0;
  }
}
@media (min-width: 62em) {
  .za-card-banner-50.image-right .za-card-banner-50__wrapper--text {
    padding: 0 135px 0 0;
  }
}
@media (min-width: 48em) {
  .za-card-banner-50.image-left .za-card-banner-50__wrapper--text {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding: 0 0 0 50px;
  }
}
@media (min-width: 62em) {
  .za-card-banner-50.image-left .za-card-banner-50__wrapper--text {
    padding: 0 0 0 135px;
  }
}
.za-card-banner-50.image-left .za-card-banner-50__wrapper--img {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}
.za-card-banner-50__wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}
@media (min-width: 48em) {
  .za-card-banner-50__wrapper {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
/* 	  gap:25px; */
  }
}
/* @media (min-width: 62em) {
  .za-card-banner-50__wrapper {
     
	  gap:54px;
  }
} */
.za-card-banner-50__wrapper--text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.za-card-banner-50__wrapper--text h2 {
  padding: 0 0 27px;
}
@media (max-width: 47.99em) {
  .za-card-banner-50__wrapper--text p {
    font-size: 1.4rem;
  }
  .za-card-banner-50__wrapper--text p:not(:last-child) {
    padding: 0 0 38px 0;
  }
}
@media (max-width: 61.99em) {
  .za-card-banner-50__wrapper--text p:not(:last-child) {
    padding: 0 0 30px 0;
  }
}
.za-card-banner-50__wrapper--img img {
  max-height: 220px;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (min-width: 36em) {
  .za-card-banner-50__wrapper--img img {
    max-height: 300px;
  }
}
@media (min-width: 48em) {
  .za-card-banner-50__wrapper--img img {
    max-height: 550px;
  }
}
.za-card-banner-50__wrapper p.hide--from-tablet {
  padding: 33px 0 0;
  font-size: 1.8rem;
}
.za-card-banner-50__wrapper .btn--primary {
  margin-top: 38px;
}

.za-card-banner__60 {
  position: relative;
  overflow: hidden;
}
.za-card-banner__60.image-right .grid-wrapper {
  -ms-grid-columns: 100%;
  grid-template-columns: 100%;
}
@media (min-width: 48em) {
  .za-card-banner__60.image-right .grid-wrapper {
    -ms-grid-columns: 40% 60%;
    grid-template-columns: 40% 60%;
  }
}
.za-card-banner__60.image-right .za-card-banner__60--text {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 29px 0 48px 0;
}
@media (min-width: 48em) {
  .za-card-banner__60.image-right .za-card-banner__60--text {
    padding: 50px 20px 70px 0;
  }
}
@media (min-width: 62em) {
  .za-card-banner__60.image-right .za-card-banner__60--text {
    padding: 130px 45px 130px 0;
  }
}
@media (min-width: 48em) {
  .za-card-banner__60.image-right .za-card-banner__60--img {
    right: 0;
  }
}
.za-card-banner__60.image-left .grid-wrapper {
  -ms-grid-columns: 100%;
  grid-template-columns: 100%;
}
@media (min-width: 48em) {
  .za-card-banner__60.image-left .grid-wrapper {
    -ms-grid-columns: 60% 40%;
    grid-template-columns: 60% 40%;
  }
}
@media (min-width: 48em) {
  .za-card-banner__60.image-left .za-card-banner__60--img {
    left: 0;
  }
}
.za-card-banner__60.image-left .za-card-banner__60--text {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 29px 0 48px 0;
}
@media (min-width: 48em) {
  .za-card-banner__60.image-left .za-card-banner__60--text {
    padding: 50px 0 70px;
  }
}
@media (min-width: 62em) {
  .za-card-banner__60.image-left .za-card-banner__60--text {
    padding: 130px 0 130px 0;
  }
}
.za-card-banner__60.image-left .za-card-banner__60--btn-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (min-width: 48em) {
  .za-card-banner__60.image-left .za-card-banner__60--btn-wrapper {
    width: 95%;
  }
}
@media (min-width: 97.1875em) {
  .za-card-banner__60.image-left .za-card-banner__60--btn-wrapper {
    width: 88%;
  }
}
@media (min-width: 120em) {
  .za-card-banner__60.image-left .za-card-banner__60--btn-wrapper {
    width: 80%;
  }
}
.za-card-banner__60 .grid-wrapper {
  display: -ms-grid;
  display: grid;
}
@media (min-width: 48em) {
  .za-card-banner__60--text-wrapper {
    max-width: 95%;
  }
}
@media (min-width: 97.1875em) {
  .za-card-banner__60--text-wrapper {
    max-width: 88%;
  }
}
@media (min-width: 120em) {
  .za-card-banner__60--text-wrapper {
    max-width: 80%;
  }
}
.za-card-banner__60--btn-wrapper {
  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;
}
.za-card-banner__60--text {
  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;
}
.za-card-banner__60--text h4 {
  padding: 0 0 30px;
}
.za-card-banner__60--text .title--medium {
  font-weight: 500;
}
.za-card-banner__60--text .title--small {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}
.za-card-banner__60--text .btn--white {
  margin-top: 19px;
}
.za-card-banner__60--img {
  display: block;
  max-height: 205px;
  width: 100%;
  background: transparent;
  overflow: hidden;
}
@media (min-width: 30em) {
  .za-card-banner__60--img {
    max-height: 300px;
  }
}
@media (min-width: 48em) {
  .za-card-banner__60--img {
    position: absolute;
    top: 0;
    height: 100%;
    max-height: 100%;
    width: 56%;
  }
}
.za-card-banner__60--img img {
  width: 100%;
  min-height: 150%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  translate: 0 -20%;
}
.za-card-banner__60 a {
  margin: 21px 0 0;
}

.za-icon-features--title {
  max-width: 100%;
  padding: 0 0 35px;
}
@media (min-width: 48em) {
  .za-icon-features--title {
    max-width: 80%;
    padding: 0 0 55px;
  }
}
@media (min-width: 62em) {
  .za-icon-features--title {
    max-width: 60%;
  }
}
.za-icon-features .icon-features-slider .swiper-slide {
  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;
}
.za-icon-features .icon-features-slider .slider-icon {
  width: 100%;
  height: 190px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  padding: 0 0 48px 0;
  aspect-ratio: 1/1;
}
@media (min-width: 62em) {
  .za-icon-features .icon-features-slider .slider-icon {
    padding: 0 0 22px 0;
    height: 131px;
  }
}
.za-icon-features .icon-features-slider .slider-text-wrapper {
  border-top: 1px solid #00006B;
}
.za-icon-features .icon-features-slider .slider-text-wrapper h3,
.za-icon-features .icon-features-slider .slider-text-wrapper p {
  text-align: center;
  font-family: "Roboto", sans-serif;
}
.za-icon-features .icon-features-slider .slider-text-wrapper h3 {
  padding-top: 35px;
  max-width: 95%;
}
@media (max-width: 61.99em) {
  .za-icon-features .icon-features-slider .slider-text-wrapper h3 {
    padding-top: 50px;
    font-size: 1.8;
    max-width: 60%;
    margin: auto;
  }
}
.za-icon-features .icon-features-slider .slider-text-wrapper p {
  padding-top: 32px;
}
@media (max-width: 61.99em) {
  .za-icon-features .icon-features-slider .slider-text-wrapper p {
    font-size: 1.4;
  }
}
.za-icon-features .icon-features-slider .slider-navigation {
  position: relative;
  padding: 55px;
}
@media (min-width: 62em) {
  .za-icon-features .icon-features-slider .slider-navigation {
    display: none;
  }
}
.za-icon-features .icon-features-slider .slider-navigation .swiper-button-prev,
.za-icon-features .icon-features-slider .slider-navigation .swiper-button-next {
  top: unset;
  bottom: 0;
}
.za-icon-features .icon-features-slider .slider-navigation .swiper-button-prev::after,
.za-icon-features .icon-features-slider .slider-navigation .swiper-button-next::after {
  color: #00006B;
  font-size: 27px;
}
.za-icon-features .icon-features-slider .slider-navigation .swiper-button-prev {
  left: 20%;
}
.za-icon-features .icon-features-slider .slider-navigation .swiper-button-next {
  right: 20%;
}
.za-icon-features .icon-features-slider .slider-navigation .swiper-pagination-bullets {
  bottom: 15px;
}
.za-icon-features .icon-features-slider .slider-navigation .swiper-pagination-bullet {
  background-color: #FFFFFF;
  border: 2px solid #00006B;
  width: 7px;
  height: 7px;
}
.za-icon-features .icon-features-slider .slider-navigation .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #00006B;
}

.za-partners {
  position: relative;
  overflow: hidden;
}
@media (max-width: 47.99em) {
  .za-partners {
    background: none;
  }
}
@media (min-width: 48em) {
  .za-partners {
    height: 835px;
    padding: 90px 0 50px;
  }
}
.za-partners .main-wrapper {
  position: relative;
  height: 100%;
}
@media (max-width: 47.99em) {
  .za-partners .main-wrapper {
    padding: 0;
  }
}
.za-partners--text-wrapper {
  max-width: 380px;
}
@media (max-width: 61.99em) {
  .za-partners--text-wrapper {
    padding: 30px 20px 63px;
  }
}
@media (max-width: 47.99em) {
	.za-partners .title--large, .za-partners .title--small{
		color: #00006B !important;
	}
}
.za-partners--text-wrapper .title--large {
  padding: 0 0 20px;
}
@media (min-width: 62em) {
  .za-partners--text-wrapper .title--large {
    padding: 0 0 30px;
  }
}
.za-partners--text-wrapper .title--small {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}
.za-partners__img--mob {
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
  display: block;
  height: 280px;
  width: 100%;
  position: relative;
}
.za-partners__img--mob img {
  position: absolute;
  height: auto;
  min-height: 42vh;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
/*   translate: 0 -25%; */
		  translate: 0 12%;
}
@media (min-width: 30em) {
  .za-partners__img--mob img {
    min-height: 53vh;
  }
}
@media (min-width: 30em) {
  .za-partners__img--mob {
    height: 380px;
  }
}
@media (min-width: 48em) {
  .za-partners__img--mob {
    display: none;
  }
}
.za-partners__img--desk {
  display: none;
  position: absolute;
  width: 100%;
  height: 140%;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  -o-object-fit: cover;
     object-fit: cover;
  translate: 0 -11%;
}
@media (min-width: 48em) {
  .za-partners__img--desk {
    display: block;
  }
}
.za-partners__logo--wrapper {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 23px 20px 27px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 10px 1fr 10px 1fr;
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  row-gap: 23px;
  background-color: #00006B;
}
@media (min-width: 48em) {
  .za-partners__logo--wrapper {
    background-color: unset;
    padding: 0;
    position: absolute;
    bottom: 0;
    width: 96.5%;
    -ms-grid-columns: 1fr 36px 1fr 36px 1fr 36px 1fr 36px 1fr;
    grid-template-columns: repeat(5, 1fr);
    justify-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 36px;
       -moz-column-gap: 36px;
            column-gap: 36px;
  }
  .za-partners__logo--wrapper.logo2 {
    -ms-grid-columns: (minmax(150px, 20%))[2];
    grid-template-columns: repeat(2, minmax(150px, 20%));
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.za-partners__logo--img {
  width: 100%;
  aspect-ratio: 6/2;
  -o-object-fit: contain;
     object-fit: contain;
}
.za-partners__logo--img:nth-child(3n-7) {
  -ms-grid-column-align: center;
      justify-self: center;
}
.za-partners__logo--img:nth-child(5n-7) {
  -ms-grid-column-align: end;
      justify-self: end;
}

@media (min-width: 48em) {
  .za-plane {
    height: 440px;
  }
}
@media (min-width: 62em) {
  .za-plane {
    height: 580px;
  }
}
.za-plane .main-wrapper {
  height: 100%;
  position: relative;
  overflow: hidden;
}
.za-plane--desc {
  padding-top: 55px;
  position: relative;
}
@media (min-width: 48em) {
  .za-plane--desc {
    padding-top: 90px;
  }
}
.za-plane--desc .title--medium {
  font-weight: 300;
}
@media (min-width: 48em) {
  .za-plane--desc {
    padding-top: 20%;
    max-width: 33%;
    -webkit-transform: translate(0, 50px);
            transform: translate(0, 50px);
  }
}
.za-plane--img {
  width: auto;
  height: 285px;
  position: relative;
}
.za-plane--img img {
  position: absolute;
  top: -10%;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
  height: auto;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  min-height: 100%;
  z-index: -1;
}
@media (min-width: 30em) {
  .za-plane--img {
    height: 350px;
  }
}
@media (min-width: 48em) {
  .za-plane--img {
    height: 470px;
  }
}
@media (min-width: 62em) {
  .za-plane--img {
    z-index: -1;
    width: 60%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    background-size: 850px auto;
    background-position: right;
  }
}
@media (min-width: 76.25em) {
  .za-plane--img {
    background-position: 77% 50%;
  }
}
@media (min-width: 95.625em) {
  .za-plane--img {
    background-position: 65% 50%;
  }
}
@media (min-width: 117.5em) {
  .za-plane--img {
    background-position: 60% 50%;
  }
}

.za-image {
  overflow: hidden;
  position: relative;
}
.za-image img {
  position: absolute;
  width: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
}
.za-image.img--small {
  height: 180px;
}
@media (min-width: 30em) {
  .za-image.img--small {
    height: 200px;
  }
  .za-image.img--small img {
    translate: 0 -20%;
  }
}
@media (min-width: 48em) {
  .za-image.img--small {
    height: 350px;
  }
}
@media (min-width: 62em) {
  .za-image.img--small {
    height: 450px;
  }
}
@media (min-width: 77.5em) {
  .za-image.img--small {
    height: 570px;
  }
}
@media (min-width: 98em) {
  .za-image.img--small {
    height: 650px;
  }
}
@media (min-width: 115em) {
  .za-image.img--small {
    height: 700px;
  }
}

.za-image.img--small img {
  height: auto;
}
.za-image.img--full {
  height: 92vh;
	max-height:850px;
}
.za-image.img--full img {
  translate: 0 -15%;
  height: auto;
  min-height: 130%;
}

.za-three-columns-text {
  padding: 40px 0 60px;
  overflow: hidden;
}
@media (min-width: 48em) {
  .za-three-columns-text {
    padding: 90px 0 100px;
    min-height: 700px;
    position: relative;
  }
}
.za-three-columns-text--wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}
@media (min-width: 48em) {
  .za-three-columns-text--wrapper {
    -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
    grid-template-columns: repeat(3, 1fr);
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    z-index: 1;
    position: relative;
  }
}
@media (min-width: 62em) {
  .za-three-columns-text--wrapper {
    -webkit-column-gap: 36px;
       -moz-column-gap: 36px;
            column-gap: 36px;
  }
}
@media (max-width: 47.99em) {
  .background--white .za-three-columns-text--wrapper .text--white {
    color:#00006B !important;
  }
}
.za-three-columns-text--wrapper .title--medium {
  font-weight: 300;
  padding-bottom: 30px;
  margin: 0 0 56px;
}
@media (max-width: 47.99em) {
  .za-three-columns-text--wrapper .title--medium {
    border-bottom: 2px solid #00006B;
  }
}
@media (min-width: 48em) {
  .za-three-columns-text--wrapper .title--medium {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-area: 1/1/1/4;
    margin: 0;
    color: #FFFFFF;
  }
}
.za-three-columns-text--wrapper .title--small {
  padding: 0 0 38px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}
@media (max-width: 47.99em) {
  .za-three-columns-text--wrapper .title--small:last-child {
    padding: 0 0 58px;
  }
}
@media (min-width: 48em) {
  .za-three-columns-text--wrapper .title--small {
    border-top: 2px solid #FFFFFF;
    padding: 20px 0 60px;
    color: #FFFFFF;
  }
}
.za-three-columns-text--img {
  height: 235px;
  width: 100%;
}
@media (min-width: 30em) {
  .za-three-columns-text--img {
    height: 350px;
  }
}
@media (min-width: 48em) {
  .za-three-columns-text--img {
    height: auto;
  }
  .za-three-columns-text--img img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 0;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    translate: 0 -13%;
    min-height: 130%;
  }
}

.za-comparison .title--large {
  padding: 0 0 40px;
}
@media (min-width: 62em) {
  .za-comparison .title--large {
    padding: 0 0 70px;
  }
}
@media (min-width: 62em) {
   .za-comparison #tab1 .title--medium {
    width: 50%;
    width: -webkit-fill-available;
	}
  }
.za-comparison .tab__wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 8px 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: 45px;
  grid-template-rows: 45px;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
  border-bottom: 2px solid #00006B;
}
.za-comparison .tab__wrapper > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.za-comparison .tab__wrapper > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
@media (min-width: 48em) {
  .za-comparison .tab__wrapper {
    -ms-grid-rows: 55px;
    grid-template-rows: 55px;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
}
@media (min-width: 62em) {
  .za-comparison .tab__wrapper {
    -ms-grid-columns: 1fr 36px 1fr 36px 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -webkit-column-gap: 36px;
       -moz-column-gap: 36px;
            column-gap: 36px;
    -ms-grid-rows: 85px;
    grid-template-rows: 85px;
    border-bottom: 1px solid #00006B;
  }
  .za-comparison .tab__wrapper > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .za-comparison .tab__wrapper > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .za-comparison .tab__wrapper > *:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }
}
.za-comparison .tab__wrapper--links {
  background-color: #2F47E8;
  color: #FFFFFF;
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  font-size: 1.2rem;
  border: none;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  cursor: pointer;
}
.za-comparison .tab__wrapper--links.tab1-link {
  background-color: #FD5A00;
}
@media (min-width: 48em) {
  .za-comparison .tab__wrapper--links {
    font-size: 1.8rem;
  }
}
@media (min-width: 62em) {
  .za-comparison .tab__wrapper--links {
    font-size: 2.2rem;
  }
}
.za-comparison__table {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 183px 162px 225px;
  grid-template-columns: 183px 162px 225px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-items: end;
  overflow-x: auto;
  -ms-grid-rows: (68px)[9];
  grid-template-rows: repeat(9, 68px);
  padding: 35px 0 40px;
  scroll-behavior: smooth;
}
.za-comparison__table > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.za-comparison__table > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}
.za-comparison__table > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.za-comparison__table > *:nth-child(4) {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}
.za-comparison__table > *:nth-child(5) {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
}
.za-comparison__table > *:nth-child(6) {
  -ms-grid-row: 2;
  -ms-grid-column: 3;
}
.za-comparison__table > *:nth-child(7) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}
.za-comparison__table > *:nth-child(8) {
  -ms-grid-row: 3;
  -ms-grid-column: 2;
}
.za-comparison__table > *:nth-child(9) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}
.za-comparison__table > *:nth-child(10) {
  -ms-grid-row: 4;
  -ms-grid-column: 1;
}
.za-comparison__table > *:nth-child(11) {
  -ms-grid-row: 4;
  -ms-grid-column: 2;
}
.za-comparison__table > *:nth-child(12) {
  -ms-grid-row: 4;
  -ms-grid-column: 3;
}
.za-comparison__table > *:nth-child(13) {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
}
.za-comparison__table > *:nth-child(14) {
  -ms-grid-row: 5;
  -ms-grid-column: 2;
}
.za-comparison__table > *:nth-child(15) {
  -ms-grid-row: 5;
  -ms-grid-column: 3;
}
.za-comparison__table > *:nth-child(16) {
  -ms-grid-row: 6;
  -ms-grid-column: 1;
}
.za-comparison__table > *:nth-child(17) {
  -ms-grid-row: 6;
  -ms-grid-column: 2;
}
.za-comparison__table > *:nth-child(18) {
  -ms-grid-row: 6;
  -ms-grid-column: 3;
}
.za-comparison__table > *:nth-child(19) {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
}
.za-comparison__table > *:nth-child(20) {
  -ms-grid-row: 7;
  -ms-grid-column: 2;
}
.za-comparison__table > *:nth-child(21) {
  -ms-grid-row: 7;
  -ms-grid-column: 3;
}
.za-comparison__table > *:nth-child(22) {
  -ms-grid-row: 8;
  -ms-grid-column: 1;
}
.za-comparison__table > *:nth-child(23) {
  -ms-grid-row: 8;
  -ms-grid-column: 2;
}
.za-comparison__table > *:nth-child(24) {
  -ms-grid-row: 8;
  -ms-grid-column: 3;
}
.za-comparison__table > *:nth-child(25) {
  -ms-grid-row: 9;
  -ms-grid-column: 1;
}
.za-comparison__table > *:nth-child(26) {
  -ms-grid-row: 9;
  -ms-grid-column: 2;
}
.za-comparison__table > *:nth-child(27) {
  -ms-grid-row: 9;
  -ms-grid-column: 3;
}
@media (min-width: 48em) {
  .za-comparison__table {
    padding: 40px 0 15px;
    -ms-grid-columns: 404px 303px 473px;
    grid-template-columns: 404px 303px 473px;
  }
}
@media (min-width: 76.25em) {
  .za-comparison__table {
    padding: 87px 0 15px;
    -ms-grid-columns: 404px 303px 473px;
    grid-template-columns: 404px 303px 473px;
  }
}
.za-comparison__table div {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.za-comparison__table div > h3,
.za-comparison__table div > h4,
.za-comparison__table div > p {
  padding: 28px 18px;
}
@media (min-width: 48em) {
  .za-comparison__table div {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.za-comparison__table .title--medium {
  font-weight: 500;
  font-family: "Roboto", sans-serif;
}
.za-comparison__table .title--small {
  font-weight: 500;
  font-family: "Roboto", sans-serif;
}
@media (max-width: 47.99em) {
  .za-comparison__table .title--small {
    font-size: 1.3rem;
  }
}
.za-comparison__table--desc p {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}
@media (max-width: 47.99em) {
  .za-comparison__table--desc p {
    font-size: 1.4rem;
  }
}
.za-comparison__table h4 {
  font-weight: 500;
}
.za-comparison .za-table-hydrogen .main-wrapper {
  padding: 0;
}

.za-card-banner__50-full {
  position: relative;
}
.za-card-banner__50-full .grid-wrapper {
  display: -ms-grid;
  display: grid;
}
@media (min-width: 48em) {
  .za-card-banner__50-full .grid-wrapper {
    -ms-grid-columns: 50% 50%;
    grid-template-columns: 50% 50%;
  }
}
.za-card-banner__50-full.image-right .za-card-banner__50-full--text {
  padding: 29px 0 48px 0;
}
@media (min-width: 48em) {
  .za-card-banner__50-full.image-right .za-card-banner__50-full--text {
    padding: 50px 20px 70px 0;
  }
}
@media (min-width: 62em) {
  .za-card-banner__50-full.image-right .za-card-banner__50-full--text {
    padding: 130px 80px 130px 0;
  }
}
@media (min-width: 48em) {
  .za-card-banner__50-full.image-right .za-card-banner__50-full--img {
    left: 50%;
    right: 0;
  }
}
.za-card-banner__50-full.image-left .za-card-banner__50-full--text {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  padding: 29px 0 48px 0;
}
@media (min-width: 48em) {
  .za-card-banner__50-full.image-left .za-card-banner__50-full--text {
    padding: 50px 0 70px 0;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media (min-width: 62em) {
  .za-card-banner__50-full.image-left .za-card-banner__50-full--text {
    padding: 130px 0 130px 0;
  }
}
@media (min-width: 48em) {
  .za-card-banner__50-full.image-left .za-card-banner__50-full--img {
    left: 0;
    right: 50%;
  }
}
.za-card-banner__50-full.image-left .za-card-banner__60--btn-wrapper {
  width: 90%;
  text-align: left;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.za-card-banner__50-full--text-wrapper {
  max-width: 90%;
}
.za-card-banner__50-full--btn-wrapper {
  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;
}
.za-card-banner__50-full--text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.za-card-banner__50-full--text h4 {
  padding: 0 0 30px;
}
.za-card-banner__50-full--text .title--medium {
  font-weight: 300;
}
.za-card-banner__50-full--text .btn--white {
  margin-top: 19px;
}
.za-card-banner__50-full--text p {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}
.za-card-banner__50-full--img {
  overflow: hidden;
  height: auto;
  max-height: 200px;
}
@media (min-width: 30em) {
  .za-card-banner__50-full--img {
    max-height: 300px;
  }
}
@media (min-width: 48em) {
  .za-card-banner__50-full--img {
    position: absolute;
    top: 0;
    bottom: 0;
    max-height: 100%;
  }
}
.za-card-banner__50-full--img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 60%;
     object-position: 50% 60%;
  display: block;
  translate: 0 -14%;
  min-height: 40vh;
}
@media (min-width: 48em) {
  .za-card-banner__50-full--img img {
    translate: 0 -12%;
    height: 140%;
  }
}
.za-card-banner__50-full a {
  margin: 21px 0 0;
}

@media (max-width: 47.99em) {
  .za-video .main-wrapper {
    padding: 0;
  }
}
.za-video__wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}
@media (min-width: 48em) {
  .za-video__wrapper {
    -ms-grid-columns: 40% 60%;
    grid-template-columns: 40% 60%;
  }
}
.za-video__wrapper--text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 0 20px 68px 20px;
}
@media (min-width: 48em) {
  .za-video__wrapper--text {
    padding: 0 35px 0 0;
  }
}
.za-video__wrapper--text h2 {
  padding: 0 0 27px;
}
@media (min-width: 48em) {
  .za-video__wrapper--text h2 {
    max-width: 90%;
  }
}
.za-video__wrapper--text p {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}
.za-video__wrapper--text p:not(:last-child) {
  padding: 0 0 38px 0;
}
@media (max-width: 47.99em) {
  .za-video__wrapper--text p {
    font-size: 1.4rem;
    font-weight: 500;
  }
}
.za-video__wrapper--video {
  position: relative;
}
.za-video__wrapper--video video {
  width: 100%;
  height: 100%;
}
.za-video__wrapper--video.external {
  min-height: 200px;
}
@media (min-width: 30em) {
  .za-video__wrapper--video.external {
    min-height: 280px;
  }
}
@media (min-width: 48em) {
  .za-video__wrapper--video.external {
    min-height: 320px;
  }
}
@media (min-width: 62em) {
  .za-video__wrapper--video.external {
    min-height: 380px;
  }
}
@media (min-width: 77.5em) {
  .za-video__wrapper--video.external {
    min-height: 420px;
  }
}
.za-video__wrapper p.hide--from-tablet {
  padding: 33px 0 0;
  font-size: 1.8rem;
}

.za-history .main-wrapper {
  overflow: hidden;
  padding-bottom: 70px;
  position: relative;
}
.za-history__title-wrapper {
  padding: 0 0 35px;
}
@media (min-width: 62em) {
  .za-history__title-wrapper {
    padding: 0 0 108px;
  }
}
.za-history__title-wrapper .title--large {
  padding-bottom: 25px;
}
.za-history__title-wrapper .title--medium {
  font-weight: 300;
}
.za-history__slider--item {
  background-color: #00006B;
  border-radius: 20px;
  overflow: hidden;
  min-height: 305px;
  height: 100%;
}
.za-history__slider--item:hover {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  margin-top: -36px;
  min-height: 341px;
}
.za-history__slider--item:hover .za-history__slider--item--title {
  background-color: #FD5A00;
}
.za-history__slider--item--title {
  padding: 16.5px 26.2px 22.5px 26.2px;
  background-color: #2F47E8;
}
.za-history__slider--item--text {
  padding: 24.2px 26.2px 0 26.2px;
}
.za-history .swiper {
  overflow: unset;
}
@media (max-width: 47.99em) {
  .za-history .swiper-slide {
    width: 300px !important;
  }
}
.za-history .swiper-button-next,
.za-history .swiper-button-prev {
  bottom: -70px;
  top: unset;
  width: 20px;
  height: 45px;
  color: #00006B;
}

.za-video-full video {
  width: 100%;
  -o-object-position: top;
     object-position: top;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  display: block;
}
.za-video-full .external {
  height: 200px;
}
@media (min-width: 30em) {
  .za-video-full .external {
    height: 280px;
  }
}
@media (min-width: 48em) {
  .za-video-full .external {
    height: 350px;
  }
}
@media (min-width: 62em) {
  .za-video-full .external {
    height: 530px;
  }
}
@media (min-width: 77.5em) {
  .za-video-full .external {
    height: 90vh;
  }
}

.za-social-icons {
  background: #00006B;
  padding: 30px 0 40px;
}
@media (min-width: 48em) {
  .za-social-icons {
    padding: 80px 0 70px;
  }
}
.za-social-icons__wrapper {
  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: flex-start;
  row-gap: 20px;
}
@media (min-width: 48em) {
  .za-social-icons__wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-column-gap: 36px;
       -moz-column-gap: 36px;
            column-gap: 36px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.za-social-icons .title--medium {
  color: #FFFFFF;
}
.za-social-icons .icons--wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}
@media (min-width: 36em) {
  .za-social-icons .icons--wrapper {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
}
@media (min-width: 62em) {
  .za-social-icons .icons--wrapper {
    -webkit-column-gap: 36px;
       -moz-column-gap: 36px;
            column-gap: 36px;
  }
}
.za-social-icons .icons--wrapper a {
  border: 2px solid #FFFFFF;
  border-radius: 50px;
  padding: 8px 9px 2px 10px;
}
.za-social-icons .icons--wrapper a:hover {
  background-color: #FD5A00;
  -webkit-transition: 0.3s all ease-in;
  transition: 0.3s all ease-in;
}
.za-social-icons .icons--wrapper a img {
  width: 20px;
  height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 36em) {
  .za-social-icons .icons--wrapper a img {
    width: 24px;
    height: 24px;
  }
}
@media (min-width: 48em) {
  .za-social-icons .icons--wrapper a img {
    width: 30px;
    height: 30px;
  }
}

.za-oportunities {
  position: relative;
  overflow: hidden;
}
@media (max-width: 47.99em) {
  .za-oportunities {
    background: none;
  }
}
@media (min-width: 48em) {
  .za-oportunities {
    height: 75vh;
    min-height: 550px;
    padding: 90px 0 100px;
  }
}
.za-oportunities .main-wrapper {
  position: relative;
  height: 100%;
}
@media (max-width: 47.99em) {
  .za-oportunities .main-wrapper {
    padding: 0;
  }
}
.za-oportunities--text-wrapper {
  max-width: 380px;
}
@media (max-width: 61.99em) {
  .za-oportunities--text-wrapper {
    padding: 30px 20px 63px;
  }
}
.za-oportunities--text-wrapper .title--large {
  padding: 0 0 20px;
}
@media (min-width: 62em) {
  .za-oportunities--text-wrapper .title--large {
    padding: 0 0 30px;
  }
}
.za-oportunities--text-wrapper .title--small {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}
.za-oportunities--text-wrapper .btn--primary {
  margin: 32px 0 0;
}
@media (min-width: 48em) {
  .za-oportunities--text-wrapper .btn--primary {
    margin: 43px 0 0;
  }
}
.za-oportunities__img--mob {
  overflow: hidden;
  height: 280px;
  width: 100%;
  position: relative;
}
.za-oportunities__img--mob img {
  position: absolute;
  width: 100%;
  min-height: 180%;
  -o-object-fit: cover;
     object-fit: cover;
  translate: 0 -26%;
  height: auto;
}
@media (min-width: 36em) {
  .za-oportunities__img--mob {
    height: 380px;
  }
}
@media (min-width: 48em) {
  .za-oportunities__img--mob {
    display: none;
  }
}
.za-oportunities__img--desk {
  display: none;
  position: absolute;
  width: 100%;
  height: auto;
  min-height: 140%;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  translate: 0 -15%;
}
@media (min-width: 48em) {
  .za-oportunities__img--desk {
    display: block;
  }
}
@media (min-width: 77.5em) {
  .za-oportunities__img--desk {
    translate: 0 -30%;
    min-height: 160%;
  }
}

.za-contact-form__content-wrapper {
/*   background-color: #C1C1C1; */
  padding: 25px 15px 45px;
  border-radius: 20px;
}
@media (min-width: 62em) {
  .za-contact-form__content-wrapper {
    padding: 50px 65px 60px;
  }
}
.za-contact-form__content-wrapper .title--small {
  padding: 0 0 40px;
}
@media (min-width: 48em) {
  .za-contact-form__content-wrapper .title--small {
    row-gap: 35px;
  }
}
.za-contact-form__content-wrapper .contact-form__input-wrapper {
  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: 20px;
  margin-bottom: 20px;
}
@media (min-width: 62em) {
  .za-contact-form__content-wrapper .contact-form__input-wrapper {
    row-gap: 30px;
    margin-bottom: 35px;
  }
}
.za-contact-form__content-wrapper .contact-form__input-wrapper input,
.za-contact-form__content-wrapper .contact-form__input-wrapper select,
.za-contact-form__content-wrapper .contact-form__input-wrapper textarea {
  border: 2px solid #00006B;
  border-radius: 7px;
  text-indent: 10px;
}
@media (min-width: 62em) {
  .za-contact-form__content-wrapper .contact-form__input-wrapper input,
.za-contact-form__content-wrapper .contact-form__input-wrapper select,
.za-contact-form__content-wrapper .contact-form__input-wrapper textarea {
    text-indent: 20px;
  }
}
.za-contact-form__content-wrapper .contact-form__input-wrapper input::-webkit-input-placeholder, .za-contact-form__content-wrapper .contact-form__input-wrapper select::-webkit-input-placeholder, .za-contact-form__content-wrapper .contact-form__input-wrapper textarea::-webkit-input-placeholder {
  color: #00006B;
  font-size: 1.4rem;
  font-family: "Raleway", sans-serif;
}
.za-contact-form__content-wrapper .contact-form__input-wrapper input::-moz-placeholder, .za-contact-form__content-wrapper .contact-form__input-wrapper select::-moz-placeholder, .za-contact-form__content-wrapper .contact-form__input-wrapper textarea::-moz-placeholder {
  color: #00006B;
  font-size: 1.4rem;
  font-family: "Raleway", sans-serif;
}
.za-contact-form__content-wrapper .contact-form__input-wrapper input:-ms-input-placeholder, .za-contact-form__content-wrapper .contact-form__input-wrapper select:-ms-input-placeholder, .za-contact-form__content-wrapper .contact-form__input-wrapper textarea:-ms-input-placeholder {
  color: #00006B;
  font-size: 1.4rem;
  font-family: "Raleway", sans-serif;
}
.za-contact-form__content-wrapper .contact-form__input-wrapper input::-ms-input-placeholder, .za-contact-form__content-wrapper .contact-form__input-wrapper select::-ms-input-placeholder, .za-contact-form__content-wrapper .contact-form__input-wrapper textarea::-ms-input-placeholder {
  color: #00006B;
  font-size: 1.4rem;
  font-family: "Raleway", sans-serif;
}
.za-contact-form__content-wrapper .contact-form__input-wrapper input::placeholder,
.za-contact-form__content-wrapper .contact-form__input-wrapper select::placeholder,
.za-contact-form__content-wrapper .contact-form__input-wrapper textarea::placeholder {
  color: #00006B;
  font-size: 1.4rem;
  font-family: "Raleway", sans-serif;
}
@media (min-width: 36em) {
  .za-contact-form__content-wrapper .contact-form__input-wrapper input::-webkit-input-placeholder, .za-contact-form__content-wrapper .contact-form__input-wrapper select::-webkit-input-placeholder, .za-contact-form__content-wrapper .contact-form__input-wrapper textarea::-webkit-input-placeholder {
    font-size: 1.8rem;
  }
  .za-contact-form__content-wrapper .contact-form__input-wrapper input::-moz-placeholder, .za-contact-form__content-wrapper .contact-form__input-wrapper select::-moz-placeholder, .za-contact-form__content-wrapper .contact-form__input-wrapper textarea::-moz-placeholder {
    font-size: 1.8rem;
  }
  .za-contact-form__content-wrapper .contact-form__input-wrapper input:-ms-input-placeholder, .za-contact-form__content-wrapper .contact-form__input-wrapper select:-ms-input-placeholder, .za-contact-form__content-wrapper .contact-form__input-wrapper textarea:-ms-input-placeholder {
    font-size: 1.8rem;
  }
  .za-contact-form__content-wrapper .contact-form__input-wrapper input::-ms-input-placeholder, .za-contact-form__content-wrapper .contact-form__input-wrapper select::-ms-input-placeholder, .za-contact-form__content-wrapper .contact-form__input-wrapper textarea::-ms-input-placeholder {
    font-size: 1.8rem;
  }
  .za-contact-form__content-wrapper .contact-form__input-wrapper input::placeholder,
.za-contact-form__content-wrapper .contact-form__input-wrapper select::placeholder,
.za-contact-form__content-wrapper .contact-form__input-wrapper textarea::placeholder {
    font-size: 1.8rem;
  }
}
@media (min-width: 62em) {
  .za-contact-form__content-wrapper .contact-form__input-wrapper input::-webkit-input-placeholder, .za-contact-form__content-wrapper .contact-form__input-wrapper select::-webkit-input-placeholder, .za-contact-form__content-wrapper .contact-form__input-wrapper textarea::-webkit-input-placeholder {
    font-size: 2.2rem;
  }
  .za-contact-form__content-wrapper .contact-form__input-wrapper input::-moz-placeholder, .za-contact-form__content-wrapper .contact-form__input-wrapper select::-moz-placeholder, .za-contact-form__content-wrapper .contact-form__input-wrapper textarea::-moz-placeholder {
    font-size: 2.2rem;
  }
  .za-contact-form__content-wrapper .contact-form__input-wrapper input:-ms-input-placeholder, .za-contact-form__content-wrapper .contact-form__input-wrapper select:-ms-input-placeholder, .za-contact-form__content-wrapper .contact-form__input-wrapper textarea:-ms-input-placeholder {
    font-size: 2.2rem;
  }
  .za-contact-form__content-wrapper .contact-form__input-wrapper input::-ms-input-placeholder, .za-contact-form__content-wrapper .contact-form__input-wrapper select::-ms-input-placeholder, .za-contact-form__content-wrapper .contact-form__input-wrapper textarea::-ms-input-placeholder {
    font-size: 2.2rem;
  }
  .za-contact-form__content-wrapper .contact-form__input-wrapper input::placeholder,
.za-contact-form__content-wrapper .contact-form__input-wrapper select::placeholder,
.za-contact-form__content-wrapper .contact-form__input-wrapper textarea::placeholder {
    font-size: 2.2rem;
  }
}
.za-contact-form__content-wrapper .contact-form__input-wrapper input:focus, .za-contact-form__content-wrapper .contact-form__input-wrapper input:active,
.za-contact-form__content-wrapper .contact-form__input-wrapper select:focus,
.za-contact-form__content-wrapper .contact-form__input-wrapper select:active,
.za-contact-form__content-wrapper .contact-form__input-wrapper textarea:focus,
.za-contact-form__content-wrapper .contact-form__input-wrapper textarea:active {
  border: 0;
  outline: 2px solid #2F47E8;
}
.za-contact-form__content-wrapper .contact-form__input-wrapper input,
.za-contact-form__content-wrapper .contact-form__input-wrapper select {
  height: 55px;
}
.za-contact-form__content-wrapper .contact-form__input-wrapper select {
  font-family: "Raleway", sans-serif;
  color: #00006B;
  font-size: 1.4rem;
}
@media (min-width: 36em) {
  .za-contact-form__content-wrapper .contact-form__input-wrapper select {
    font-size: 1.8rem;
  }
}
@media (min-width: 62em) {
  .za-contact-form__content-wrapper .contact-form__input-wrapper select {
    font-size: 2.2rem;
  }
}
.za-contact-form__content-wrapper .contact-form__input-wrapper textarea::-webkit-input-placeholder {
  padding-top: 15px;
}
.za-contact-form__content-wrapper .contact-form__input-wrapper textarea::-moz-placeholder {
  padding-top: 15px;
}
.za-contact-form__content-wrapper .contact-form__input-wrapper textarea:-ms-input-placeholder {
  padding-top: 15px;
}
.za-contact-form__content-wrapper .contact-form__input-wrapper textarea::-ms-input-placeholder {
  padding-top: 15px;
}
.za-contact-form__content-wrapper .contact-form__input-wrapper textarea::placeholder {
  padding-top: 15px;
}
.za-contact-form__content-wrapper .contact-form__input-wrapper--item {
  width: 100%;
}
.za-contact-form__content-wrapper .contact-form__input-wrapper--item input,
.za-contact-form__content-wrapper .contact-form__input-wrapper--item select {
  width: 100%;
  height: 55px;
}
.za-contact-form__content-wrapper .contact-form__input-wrapper--name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  row-gap: 20px;
}
@media (min-width: 36em) {
  .za-contact-form__content-wrapper .contact-form__input-wrapper--name {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media (min-width: 62em) {
  .za-contact-form__content-wrapper .contact-form__input-wrapper--name {
    -webkit-column-gap: 36px;
       -moz-column-gap: 36px;
            column-gap: 36px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.za-contact-form__content-wrapper .btn--orange-background {
  border: 2px solid #FD5A00;;
  padding: 13px 59px;
}
@media (min-width: 48em) {
  .za-contact-form__content-wrapper .btn--orange-background {
    padding: 15px 60px;
  }
}

.za-title-with-padding {
  padding: 110px 0 35px;
}
.za-title-with-padding .title--large {
  width: 90%;
}
@media (min-width: 62em) {
  .za-title-with-padding {
    padding: 100px 0 100px;
  }
  .za-title-with-padding .title--large {
    width: 50%;
  }
}

.za-location a {
  text-decoration: none;
}
.za-location__title-wrapper {
  padding: 0 0 42px;
}
@media (min-width: 48em) {
  .za-location__title-wrapper {
    padding: 0 0 62px;
  }
}
.za-location__wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  row-gap: 20px;
}
@media (min-width: 48em) {
  .za-location__wrapper {
    -ms-grid-columns: 1fr 20px 1fr;
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
}
@media (min-width: 62em) {
  .za-location__wrapper {
    -ms-grid-columns: 1fr 36px 1fr 36px 1fr 36px 1fr;
    grid-template-columns: repeat(4, 1fr);
    -webkit-column-gap: 36px;
       -moz-column-gap: 36px;
            column-gap: 36px;
  }
}
.za-location__wrapper--item {
  border-radius: 20px;
  overflow: hidden;
}
.za-location__wrapper--item--img {
  height: 190px;
}
@media (min-width: 48em) {
  .za-location__wrapper--item--img {
    height: 150px;
  }
}
.za-location__wrapper--item--img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
}
.za-location__wrapper--item--text {
  min-height: 315px;
  padding: 20px 26px 55px 20px;
}
@media (min-width: 48em) {
  .za-location__wrapper--item--text {
    min-height: 360px;
  }
}
.za-location__wrapper--item--text .title--medium {
  padding: 0 0 20px;
  border-bottom: 2px solid #FFFFFF;
}
@media (max-width: 61.99em) {
  .za-location__wrapper--item--text .title--medium {
    font-size: 3.5rem;
    padding: 0 0 27.3px;
  }
}
.za-location__wrapper--item--text .title--small {
  padding: 30px 0 0;
}
@media (min-width: 48em) {
  .za-location__wrapper--item--text .title--small {
    max-width: 65%;
  }
}
@media (min-width: 62em) {
  .za-location__wrapper--item--text .title--small {
    padding: 22px 0 0;
    max-width: 85%;
  }
}
.za-location__wrapper--item--mobile {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}
@media (min-width: 48em) {
  .za-location__wrapper--item--mobile {
    display: none;
  }
}

.za-teams--wrapper {
  padding: 60px 0 95px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  row-gap: 20px;
}
@media (min-width: 48em) {
  .za-teams--wrapper {
    -ms-grid-columns: 1fr 20px 1fr;
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
}
@media (min-width: 62em) {
  .za-teams--wrapper {
    -ms-grid-columns: 1fr 36px 1fr 36px 1fr 36px 1fr;
    grid-template-columns: repeat(4, 1fr);
    -webkit-column-gap: 36px;
       -moz-column-gap: 36px;
            column-gap: 36px;
    row-gap: 41px;
    padding: 85px 0 115px;
  }
}
.za-teams--wrapper .title--wrap {
  padding-bottom: 55px;
}
@media (min-width: 48em) {
  .za-teams--wrapper .title--wrap {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-area: 1/1/1/3;
  }
}
@media (min-width: 62em) {
  .za-teams--wrapper .title--wrap {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
    grid-area: 1/1/1/5;
  }
}
.za-teams--wrapper .title--wrap .title--large {
  width: 90%;
}
@media (min-width: 48em) {
  .za-teams--wrapper .title--wrap .title--large {
    width: 75%;
  }
}
@media (min-width: 62em) {
  .za-teams--wrapper .title--wrap .title--large {
    width: 50%;
  }
}
.za-teams--wrapper__leadership.za-teams__member .row--first {
  height: 460px;
 
}
@media (min-width: 62em) {
  .za-teams--wrapper__leadership.za-teams__member .row {
    height: 410px;

  }
}
.za-teams--wrapper__leadership .za-teams__member--image {
  -o-object-position: 50% 10%;
     object-position: 50% 10%;
}
@media (min-width: 36em) {
  .za-teams--wrapper__leadership .za-teams__member--image {
    -o-object-position: 50% 20%;
       object-position: 50% 20%;
  }
}
@media (min-width: 48em) {
  .za-teams--wrapper__leadership .za-teams__member--image {
    -o-object-position: 50% 30%;
       object-position: 50% 30%;
  }
}
@media (min-width: 62em) {
  .za-teams--wrapper__leadership .za-teams__member--image {
    -o-object-position: center;
       object-position: center;
  }
}
.za-teams--wrapper__leadership .za-teams__member--about {
  padding-top: 50%;
}
@media (min-width: 36em) {
  .za-teams--wrapper__leadership .za-teams__member--about {
    padding-top: 20%;
  }
}
@media (min-width: 48em) {
  .za-teams--wrapper__leadership .za-teams__member--about {
    padding-top: 50%;
  }
}
@media (min-width: 62em) {
  .za-teams--wrapper__leadership .za-teams__member--about {
    padding-top: 70%;
  }
}
.za-teams--wrapper__managment.za-teams__member .row--first, .za-teams--wrapper__boards.za-teams__member .row--first {
  height: 290px;
	min-height:290px;
}
@media (min-width: 36em) {
  .za-teams--wrapper__managment.za-teams__member .row--first, .za-teams--wrapper__boards.za-teams__member .row--first {
    height: 350px;
	  min-height:350px;
  }
}
@media (min-width: 48em) {
  .za-teams--wrapper__managment.za-teams__member .row--first, .za-teams--wrapper__boards.za-teams__member .row--first {
    height: 290px;
	  min-height:290px;
  }
}
@media (min-width: 62em) {
  .za-teams--wrapper__managment.za-teams__member .row--first, .za-teams--wrapper__boards.za-teams__member .row--first {
    height: 250px;
	  min-height:250px;
  }
}
.za-teams--wrapper__managment .za-teams__member--image, .za-teams--wrapper__boards .za-teams__member--image {
  -o-object-position: 50% 0;
     object-position: 50% 0;
}
@media (min-width: 36em) {
  .za-teams--wrapper__managment .za-teams__member--image, .za-teams--wrapper__boards .za-teams__member--image {
    -o-object-position: 50% 10%;
       object-position: 50% 10%;
  }
}
@media (min-width: 48em) {
  .za-teams--wrapper__managment .za-teams__member--image, .za-teams--wrapper__boards .za-teams__member--image {
    -o-object-position: 50% 0;
       object-position: 50% 0;
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
}
@media (min-width: 62em) {
  .za-teams--wrapper__managment .za-teams__member--image, .za-teams--wrapper__boards .za-teams__member--image {
    -o-object-position: 50% -15%;
       object-position: 50% -15%;
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
}
.za-teams--wrapper__managment .za-teams__member--about, .za-teams--wrapper__boards .za-teams__member--about {
  padding-top: 25%;
}

.za-summit-session .za-teams__member {
  border-radius: 20px;
  overflow: hidden;
    display: flex;
    flex-direction: column;
}
.za-teams__member {
  border-radius: 20px;
  overflow: hidden;
/*     display: flex;
    flex-direction: column; */
}
.za-teams__member:hover {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.za-teams__member:hover .row--first::after {
  height: 100%;
  background: rgba(0, 0, 0, 0.4784313725);
}
.za-teams__member:hover .row--first .za-teams__member--about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.za-teams__member:hover .row--second {
  background-color: #FD5A00;
}
.za-teams__member .row--first {
  position: relative;
  overflow: hidden;
  border-bottom: 2px solid #FFFFFF;
}
.za-teams__member .row--first::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50%;
  display: inline-block;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, rgba(255, 255, 255, 0)), color-stop(30%, rgba(230, 230, 230, 0)), color-stop(120%, rgb(0, 0, 0)));
  background: linear-gradient(rgba(255, 255, 255, 0) 10%, rgba(230, 230, 230, 0) 30%, rgb(0, 0, 0) 120%);
}
.za-teams__member .row--second {
  	min-height: 125px;
	max-height: 130px;
  	padding: 24px 35px 27px;

	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
@media (min-width: 62em) {
  .za-teams__member .row--second {
    min-height: 110px;
	  height: -webkit-fill-available;
    padding: 19px 25px 23px;
  }
}
.za-teams__member--text-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
  z-index: 5;
  padding: 25px;
}
@media (min-width: 62em) {
  .za-teams__member--text-wrapper {
    padding: 25px 25px 0;
  }
}
.za-teams__member--name {
  font-size: 2.3rem;
  padding: 15px 0;
}
.za-teams__member--image {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  height: 100%;
  width: 100%;
}
.za-teams__member--position {
  font-family: "Raleway", sans-serif;
  font-size: 1.8rem;
  line-height: 144%;
  min-height: 47px;
}
.za-teams__member--social {
  float: right;
  height: 21px;
  width: 21px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
margin-left: auto;
}
.za-teams__member--about {
  display: none;
  height: 100%;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.za-teams__card {
  background-color: #FD5A00;
  padding: 42px 26px 42px 35px;
  border-radius: 20px;
}
@media (min-width: 62em) {
  .za-teams__card {
    padding: 29px 26px 29px 21px;
  }
}
.za-teams__card .row--first {
  padding: 0 0 22px;
  border-bottom: 2px solid #FFFFFF;
}
@media (min-width: 48em) {
  .za-teams__card .row--first {
    height: 115px;
    padding: 0 0 26px;
  }
}
@media (min-width: 62em) {
  .za-teams__card .row--first {
    height: 195px;
  }
}
@media (max-width: 61.99em) {
  .za-teams__card .row--first .title--medium {
    font-size: 3rem;
  }
}
.za-teams__card .row--second {
  padding: 22px 0 0;
}
@media (min-width: 62em) {
  .za-teams__card .row--second {
    height: 195px;
    padding: 47px 0 0;
  }
}
.za-teams__tabs {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 8px 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: 45px;
  grid-template-rows: 45px;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
	  -webkit-row-gap: 8px;
     -moz-row-gap: 8px;
          row-gap: 8px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-bottom: 2px solid #00006B;
}
.za-teams__tabs > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.za-teams__tabs > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
@media (min-width: 48em) {
  .za-teams__tabs {
    -ms-grid-rows: 55px;
    grid-template-rows: 55px;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
}
@media (min-width: 62em) {
  .za-teams__tabs {
    -ms-grid-columns: 1fr 36px 1fr 36px 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -webkit-column-gap: 36px;
       -moz-column-gap: 36px;
            column-gap: 36px;
    -ms-grid-rows: 85px;
    grid-template-rows: 85px;
    border-bottom: 2px solid #00006B;
  }
  .za-teams__tabs > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .za-teams__tabs > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .za-teams__tabs > *:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }
}
.za-teams__tabs--link {
  background-color: #2F47E8;
  color: #FFFFFF;
  font-family: "Raleway", sans-serif;
  text-transform: capitalize;
  font-size: 1.8rem;
  border: none;
  border-radius: 14px 14px 0 0;
  padding: 12px 6px 10px;
  text-align: center;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 48em) {
  .za-teams__tabs--link {
    font-size: 2rem;
  }
}
@media (min-width: 62em) {
  .za-teams__tabs--link {
    font-size: 2.2rem;
    padding: 30px 40px;
  }
}
.za-teams__tabs--link:hover {
  background-color: #2539BA;
}
.za-teams__tabs .active {
  background: #FD5A00;
}

.za-careers .title--large {
  padding: 0 0 50px;
}
.za-careers__wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -webkit-column-gap: 36px;
     -moz-column-gap: 36px;
          column-gap: 36px;
  row-gap: 55px;
}
@media (min-width: 48em) {
  .za-careers__wrapper {
    -ms-grid-columns: 1fr 20px 1fr;
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
}
@media (min-width: 62em) {
  .za-careers__wrapper {
    -webkit-column-gap: 36px;
       -moz-column-gap: 36px;
            column-gap: 36px;
  }
}
.za-careers__column .title--medium {
  padding: 25px 0 20px;
}
@media (min-width: 48em) {
  .za-careers__column .title--medium {
    padding: 30px 0 25px;
  }
}
@media (min-width: 62em) {
  .za-careers__column .title--medium {
    padding: 35px 0 30px;
  }
}
.za-careers__column--img {
  overflow: hidden;
}
@media (min-width: 48em) {
	.za-careers__column--img {
 aspect-ratio: 1.77;
}
}
.za-careers__column--img img {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (min-width: 48em) {
	.za-careers__column--img img {
  height:100%;
}
}
.za-careers__column--img img:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.za-buttons__wrapper {
  display: -ms-grid;
  display: grid;
  row-gap: 22px;
}
@media (min-width: 48em) {
  .za-buttons__wrapper {
    -webkit-column-gap: 36px;
       -moz-column-gap: 36px;
            column-gap: 36px;
  }
}
.za-buttons__wrapper a {
  text-align: center;
}
.za-buttons__wrapper.cols3 {
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
}
.za-buttons__wrapper.cols4 {
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
}

.za-summit-banner {
  padding: 50px 0;
}
.za-summit-banner__wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}
@media (min-width: 48em) {
  .za-summit-banner__wrapper {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
.za-summit-banner__wrapper--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: 15px;
}
.za-summit-banner__wrapper--title .title--medium {
  font-weight: 600;
}
.za-summit-banner__wrapper--schedule {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  row-gap: 20px;
  margin-top: 30px;
}
@media (min-width: 48em) {
  .za-summit-banner__wrapper--schedule {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
    row-gap: 0;
    margin-top: 0;
  }
}
.za-summit-banner__wrapper--col {
  border-right: 1px solid #FFFFFF;
}
@media (min-width: 48em) {
  .za-summit-banner__wrapper--col {
    border-right: none;
    padding-left: 20px;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
  .za-summit-banner__wrapper--col:not(:last-child) div {
    border-right: 1px solid #FFFFFF;
  }
}
@media (min-width: 62em) {
  .za-summit-banner__wrapper--col {
    padding-left: 35px;
  }
}

.za-summit-header {
  position: relative;
/*   height: 90vh; */
  overflow: hidden;
  min-height: 450px;
}
@media (min-width: 48em) {
  .za-summit-header {
    min-height: 550px;
	  height:auto;
  }
}
@media (min-width: 62em) {
  .za-summit-header {
    min-height: 625px;
	  
  }
}

.za-summit-header img {
  position: absolute;
  height: auto;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  translate: 0 -10%;
  min-height: 150%;
}
.za-summit-header .main-wrapper {
  height: 100%;
}
.za-summit-header__wrapper {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 50px 20px 30px;
  row-gap: 22px;
  border-radius: 20px 20px 0 0;
  overflow: hidden;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (min-width: 48em) {
  .za-summit-header__wrapper {
    padding: 100px 20px 110px 40px;
  }
}
@media (min-width: 62em) {
  .za-summit-header__wrapper {
    padding: 140px 0 160px 110px;
  }
}
.za-summit-header__wrapper--text {
  z-index: 2;
}
@media (min-width: 48em) {
  .za-summit-header__wrapper--text {
    width: 80%;
  }
}
@media (min-width: 62em) {
  .za-summit-header__wrapper--text {
    width: 62%;
  }
}
.za-summit-header__wrapper--text .text--orange {
  text-transform: uppercase;
}

.za-summit-session {
/*   padding: 55px 0 0; */
}
.za-summit-session__heading-wrapper {
  padding: 0px 0 20px;
}

.za-summit-session__heading-wrapper h2 {
  padding: 30 0 15px;
  text-transform: uppercase;
}
@media (min-width: 62em) {
	.za-summit-session__heading-wrapper h2 {
  padding: 55px 0 15px;
}
}
.za-summit-session__heading-wrapper .title--medium {
  font-weight: 600;
}
.za-summit-session__heading-wrapper .title--small {
  border-bottom: 1px solid #00006B;
  padding: 0 0 20px;
}
.za-summit-session .za-teams {
  padding: 0;
}
.za-summit-session .za-teams--wrapper {
  padding: 0;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
	-webkit-box-align: stretch;
     -ms-flex-align: stretch;
     align-items: stretch;
}
.za-summit-session .za-teams__member:hover .row--second {
  background-color: #FD5A00;
}
.za-summit-session .za-teams__member .row--first {
  border-radius: 20px 20px 0 0;
}
.za-summit-session .za-teams__member .row--second {
  border-radius: 0 0 20px 20px;
}
.za-summit-session .za-teams__time-wrapper {
  border-right: 1px solid #00006B;
  margin: 15px 0;
}
@media (min-width: 48em) {
  .za-summit-session .za-teams__time-wrapper {
    margin: 30px 0;
  }
}
.za-summit-session .za-teams__time-wrapper span {
  font-family: "Raleway", sans-serif;
  font-size: 2.3rem;
  font-weight: 600;
  display:inline-block;
}
@media (min-width: 62em) {
	.za-summit-session .za-teams__time-wrapper span {
		height:60px;}
}
.za-summit-session .za-teams__role {
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
  padding-top: 20px;
}
.za-summit-session__bottom {
  padding-bottom: 65px;
/*   border-bottom: 2px solid #00006B; */
}
.za-summit-session__bottom.bottom_line {
 
  border-bottom: 2px solid #00006B;
}
.za-summit-session__bottom--desc {
  margin-top: 55px;
}
.za-summit-session__bottom--btn {
  margin-top: 55px;
}
.za-summit-session__bottom--btn.btn--orange-background {
  padding: 13px 59px;
}
@media (min-width: 48em) {
  .za-summit-session__bottom--btn.btn--orange-background {
    padding: 15px 60px;
  }
}

[hidden],
.d-none {
  display: none !important;
}

.loading-bar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  top: 0;
  overflow-x: hidden;
  z-index: 9999998;
  display: none;
  height: 100%;
}

.loading-bar__line {
  position: absolute;
  opacity: 0.4;
  background: #00006B;
  width: 100%;
  height: 2px;
}

.loading-bar__subline {
  position: absolute;
  background: #00006B;
  height: 2px;
}

.loading-bar .inc {
  -webkit-animation: increase 1s infinite;
  animation: increase 1s infinite;
}

.loading-bar .dec {
  -webkit-animation: decrease 1s 0.25s infinite;
  animation: decrease 1s 0.25s infinite;
}

.loading-bar.visible {
  display: block;
}

@-webkit-keyframes increase {
  from {
    left: -5%;
    width: 5%;
  }
  to {
    left: 130%;
    width: 100%;
  }
}

@keyframes increase {
  from {
    left: -5%;
    width: 5%;
  }
  to {
    left: 130%;
    width: 100%;
  }
}
@-webkit-keyframes decrease {
  from {
    left: -80%;
    width: 80%;
  }
  to {
    left: 110%;
    width: 10%;
  }
}
@keyframes decrease {
  from {
    left: -80%;
    width: 80%;
  }
  to {
    left: 110%;
    width: 10%;
  }
}
.za-section-top-padding.full {
  padding-top: 40px;
}
@media (min-width: 62em) {
  .za-section-top-padding.full {
    padding-top: 90px;
  }
}
.za-section-top-padding.wrapped .main-wrapper {
  padding-top: 40px;
}
@media (min-width: 62em) {
  .za-section-top-padding.wrapped .main-wrapper {
    padding-top: 90px;
  }
}

.za-section-bottom-padding.full {
  padding-bottom: 60px;
}
@media (min-width: 62em) {
  .za-section-bottom-padding.full {
    padding-bottom: 100px;
  }
}
.za-section-bottom-padding.wrapped .main-wrapper {
  padding-bottom: 60px;
}
@media (min-width: 62em) {
  .za-section-bottom-padding.wrapped .main-wrapper {
    padding-bottom: 100px;
  }
}

a.link-wrapper-post{
	text-decoration:none;
	color:#00006B;
}
a.link-wrapper-post:hover{
	text-decoration:none;
	color:#00006B;
}
.date-big-post{
	color: #7f7f7f;
    padding: 5px 0 0;
	font-size: 14px;
}
@media (min-width: 48em) {
	.date-big-post{
	color: #7f7f7f;
    padding: 10px 0;
	font-size: 18px;}
}




.header .mobile-link-holder {
 
  justify-content:space-between;
    display: flex;
	width: 100%;
}
.header.toggled #mobile-menu .mobile-item.focus .sub-menu {
	display: grid;
    padding-left: 10px;

}

.header .mobile-link-holder .triangle{
	color:white;
	width:40%;
	text-align:right;
	background-image: url(.././images/menu-arrow.svg);

    background-repeat: no-repeat;
    background-position: right;
    background-size: auto;
}

.header .sub-menu .mobile-link-holder  .triangle{
	 background-image: url(.././images/submenu-arrow.svg);
	width:20%;
 }
.header.toggled #mobile-menu .sub-menu.showsubmenu {
	display:grid;
	padding-left: 10px;
}
 .header .showsubmenu-down .mobile-link-holder .triangle{
	
background-image: url(.././images/menu-arrow-down.svg);

}
.header.toggled #mobile-menu  .sub-menu.showsubmenu .mobile-link-holder  .triangle{
	 background-image: url(.././images/submenu-arrow.svg);
	width:20%;
 }

.za-text-columns__wrapper--title {
  padding: 0 0 35px;
}
@media (min-width: 62em) {
  .za-text-columns__wrapper--title {
    padding: 0 0 50px;
  }
}
.za-text-columns__wrapper--flex {
  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: 30px;
}
@media (min-width: 48em) {
  .za-text-columns__wrapper--flex {
    -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;
    -webkit-column-gap: 2%;
       -moz-column-gap: 2%;
            column-gap: 2%;
  }
}
@media (min-width: 62em) {
  .za-text-columns__wrapper--flex {
    row-gap: 0;
  }
}
@media (min-width: 48em) {
  .za-text-columns__wrapper--flex-column {
    -webkit-box-flex: 48%;
        -ms-flex: 48%;
            flex: 48%;
  }
}
@media (min-width: 62em) {
  .za-text-columns__wrapper--flex-column {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.za-comparison .tab__wrapper {
	margin: 0 0 30px;
}

.card-wrapper-1{
	display:flex;
	flex-direction: column;
	height: -webkit-fill-available;
    width: 95%;
    max-width: 245px;
}
.za-summit-session .card-wrapper-1{
	
    width: 95%;
    max-width: 255px;
	margin:auto;
}
@media (min-width: 62em) {
	.za-summit-session .card-wrapper-1{
	margin: 0 ;
    width: 95%;
    max-width: 245px;
}
}

.card-wrapper-0{
    display: flex;
    align-items: stretch;
    height: -webkit-fill-available;
}
.border-time{
	width:100%;
}
@media (min-width: 48em) {
	.timespaceholder{
		height:65px;
	}
}
.wp-block-embed__wrapper{ 
text-align:center;
}
.table-references {
	border-top: 1px solid #707070;
	padding-top:25px;
	margin-top:25px;
}
.table-references a{
	color: #00006b;
	text-decoration:none;
}
.table-references a:hover{
	color: #fd5a00;
	text-decoration:nopne;
}
.za-news-blog__wrapper--post{
	margin-top:20px;
}



#pardot-form, #salesforce-form, #salesforce-form>form{
	height:100%;
	min-height: max-content;
}
.za-icon-features{
	margin-top:16px;
}
.newsroom{
	padding-top:5rem;
}
@media (min-width: 768px) {
	.newsroom{
	padding-top:7rem;
}
}


a.btn--primary.btn--special--dark-blue{
	color:white;
	border: 2px solid #fff;
}
a.btn--primary.btn--special--dark-blue:hover{
	color:#00006B;
	background:#fff;
}