/*****
  Import the things that dont output anything
*****/
:root {
  --vh-offset: 0px;
  --cyan: rgba(5, 242, 218, 1);
}

@supports (color: color(display-p3 1 1 1)) {
  :root {
    --cyan: color(display-p3 0.01960784314 0.9490196078 0.8549019608);
  }
}

@font-face {
  font-family: 'Archia';
  src: url("../fonts/./Archia-Thin.woff2") format("woff2"), url("../fonts/./Archia-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Archia';
  src: url("../fonts/./Archia-Light.woff2") format("woff2"), url("../fonts/./Archia-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Archia';
  src: url("../fonts/./Archia-Regular.woff2") format("woff2"), url("../fonts/./Archia-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Archia';
  src: url("../fonts/./Archia-SemiBold.woff2") format("woff2"), url("../fonts/./Archia-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Archia';
  src: url("../fonts/./Archia-Bold.woff2") format("woff2"), url("../fonts/./Archia-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Archia';
  src: url("../fonts/./Archia-Medium.woff2") format("woff2"), url("../fonts/./Archia-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

/*****
  Now import the things that do output stuff
*****/
/*! 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;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* 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;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 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;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* 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;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * 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;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * 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;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

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

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  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;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 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;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 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;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * 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;
  /* 1 */
  font: inherit;
  /* 2 */
}

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

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 10px 10px;
  display: inline-block;
  cursor: pointer;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}

.hamburger:hover {
  opacity: 1;
}

.hamburger-box {
  width: 34px;
  height: 26px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1px;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 34px;
  height: 2px;
  background-color: #073444;
  border-radius: 0;
  position: absolute;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}

.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -12px;
}

.hamburger-inner::after {
  bottom: -12px;
}

/*
   * Spin
   */
.hamburger--spin .hamburger-inner {
  -webkit-transition-duration: 0.22s;
          transition-duration: 0.22s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin .hamburger-inner::before {
  -webkit-transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}

.hamburger--spin .hamburger-inner::after {
  -webkit-transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin.is-active .hamburger-inner {
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
  -webkit-transition-delay: 0.12s;
          transition-delay: 0.12s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spin.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}

.hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  -webkit-transition-duration: inherit;
          transition-duration: inherit;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
          transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: .9;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
          transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity .25s ease, visibility 0s ease .25s;
  transition: opacity .25s ease, visibility 0s ease .25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  -webkit-transition: opacity .25s ease 0s, visibility 0s ease 0s;
  transition: opacity .25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide::before {
  content: '';
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

.fancybox-slide--image::before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
          animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-container [data-selectable='true'] {
  cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

/* Fix iOS */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  -webkit-transition: color .2s;
  transition: color .2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc;
}

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

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

/* Fix IE11 */
.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: 0;
          transform-origin: 0;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  z-index: 99998;
}

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: .8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}

/* Caption */
.fancybox-caption {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.85)), color-stop(50%, rgba(0, 0, 0, 0.3)), color-stop(65%, rgba(0, 0, 0, 0.15)), color-stop(75.5%, rgba(0, 0, 0, 0.075)), color-stop(82.85%, rgba(0, 0, 0, 0.037)), color-stop(88%, rgba(0, 0, 0, 0.019)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

@supports (padding: max(0px)) {
  .fancybox-caption {
    padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
  }
}

.fancybox-caption--separate {
  margin-top: -50px;
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

/* Loading indicator */
.fancybox-loading {
  -webkit-animation: fancybox-rotate 1s linear infinite;
          animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@-webkit-keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

/* Transition effects */
.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
          transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
          transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
          transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-360deg);
          transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
          transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
          transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
          transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
          transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
          transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
          transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }
  .fancybox-slide--image {
    padding: 6px 0;
  }
  .fancybox-close-small {
    right: -6px;
  }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }
  @supports (padding: max(0px)) {
    .fancybox-caption {
      padding-left: max(12px, env(safe-area-inset-left));
      padding-right: max(12px, env(safe-area-inset-right));
    }
  }
}

/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  -webkit-transition: all .2s;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

/* Thumbs */
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
  opacity: .5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}

.hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

#media-queries:before {
  content: '("tiny": 320px, "small": 736px, "medium": 1068px, "large": 1340px, "start_shrinking": 1360px, "mobile": 400px, "large_mobile": 500px, "phablet": 600px, "small_tablet": 700px, "tablet": 800px, "medium_tablet": 900px, "large_tablet": 1000px, "small_desktop": 1300px, "desktop": 1400px, "large_desktop": 1500px, "huge": 1800px)';
  opacity: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 0;
  width: 0;
  visibility: hidden;
  overflow: hidden;
}

[data-href] {
  cursor: pointer;
}

/*****
  Generic styles used site-wide
*****/
body {
  font-family: 'Archia', sans-serif;
  font-weight: 400;
  color: #80909B;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media (max-width: 735px) {
  body {
    font-size: 17px;
    line-height: 26px;
  }
}

@media (min-width: 736px) and (max-width: 1067px) {
  body {
    font-size: 17px;
    line-height: 25px;
  }
}

@media (min-width: 1068px) {
  body {
    font-size: 17px;
    line-height: 25px;
  }
}

body p {
  font-weight: 400;
  font-size: 17px;
  line-height: 26px;
  color: #364652;
}

@media (max-width: 735px) {
  body p {
    font-size: 18px;
    line-height: 25.2px;
  }
}

@media screen and (max-width: 568px) {
  body p {
    font-size: 16px;
    line-height: 24px;
  }
}


h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: 'Archia', sans-serif;
  line-height: 1;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 0;
  color: #073444;
}

h1, .h1 {
  letter-spacing: -0.02em;
  font-weight: 400;
}

@media (max-width: 735px) {
  h1, .h1 {
    font-size: 2.25rem;
    line-height: 43.2px;
  }
}

@media (min-width: 736px) and (max-width: 1067px) {
  h1, .h1 {
    font-size: 55px;
    line-height: 1.2;
  }
}

@media (min-width: 1068px) {
  h1, .h1 {
    font-size: 5rem;
    line-height: 92px;
  }
}

h2, .h2 {
  letter-spacing: -0.02em;
  font-weight: 400;
}

@media (max-width: 735px) {
  h2, .h2 {
    font-size: 2rem;
    line-height: 1.2;
  }
}

@media (min-width: 736px) and (max-width: 1067px) {
  h2, .h2 {
    font-size: 2.125rem;
    line-height: 1.2;
  }
}

@media (min-width: 1068px) {
  h2, .h2 {
    font-size: 3.75rem;
    line-height: 72px;
  }
}

h3, .h3 {
  font-weight: 600;
}

@media (max-width: 735px) {
  h3, .h3 {
    font-size: 24px;
    line-height: 33px;
  }
}

@media (min-width: 736px) and (max-width: 1067px) {
  h3, .h3 {
    font-size: 28px;
    line-height: 37px;
  }
}

@media (min-width: 1068px) {
  h3, .h3 {
    font-size: 32px;
    line-height: 41px;
  }
}

h4, .h4 {
  font-weight: 600;
}

@media (max-width: 735px) {
  h4, .h4 {
    font-size: 19px;
    line-height: 28px;
  }
}

@media (min-width: 736px) and (max-width: 1067px) {
  h4, .h4 {
    font-size: 19px;
    line-height: 28px;
  }
}

@media (min-width: 1068px) {
  h4, .h4 {
    font-size: 21px;
    line-height: 31px;
  }
}

h5, .h5 {
  font-weight: 500;
  font-size: 15px;
  line-height: 23px;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #80909B;
}

h6, .h6 {
  font-weight: 600;
}

@media (max-width: 735px) {
  h6, .h6 {
    font-size: 19px;
    line-height: 28px;
  }
}

@media (min-width: 736px) and (max-width: 1067px) {
  h6, .h6 {
    font-size: 19px;
    line-height: 28px;
  }
}

@media (min-width: 1068px) {
  h6, .h6 {
    font-size: 21px;
    line-height: 31px;
  }
}

@media (max-width: 735px) {
  .body-medium-first > p:first-child,
  .body-medium {
    font-size: 19px;
    line-height: 28px;
  }
}

@media (min-width: 736px) and (max-width: 1067px) {
  .body-medium-first > p:first-child,
  .body-medium {
    font-size: 19px;
    line-height: 28px;
  }
}

@media (min-width: 1068px) {
  .body-medium-first > p:first-child,
  .body-medium {
    font-size: 21px;
    line-height: 31px;
  }
}

@media (max-width: 735px) {
  .body-small {
    font-size: 13px;
    line-height: 23px;
  }
}

@media (min-width: 736px) and (max-width: 1067px) {
  .body-small {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 1068px) {
  .body-small {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (max-width: 735px) {
  .body-tiny {
    font-size: 11px;
    line-height: 18px;
  }
}

@media (min-width: 736px) and (max-width: 1067px) {
  .body-tiny {
    font-size: 11px;
    line-height: 18px;
  }
}

@media (min-width: 1068px) {
  .body-tiny {
    font-size: 11px;
    line-height: 18px;
  }
}

@media (max-width: 735px) {
  small {
    font-size: 11px;
    line-height: 18px;
  }
}

@media (min-width: 736px) and (max-width: 1067px) {
  small {
    font-size: 11px;
    line-height: 18px;
  }
}

@media (min-width: 1068px) {
  small {
    font-size: 11px;
    line-height: 18px;
  }
}

@media (max-width: 735px) {
  .nice-type h1 + p,
  .nice-type .h1 + p {
    margin-top: 1.4em;
  }
}

@media (min-width: 736px) and (max-width: 1067px) {
  .nice-type h1 + p,
  .nice-type .h1 + p {
    margin-top: 1.55em;
  }
}

@media (min-width: 1068px) {
  .nice-type h1 + p,
  .nice-type .h1 + p {
    margin-top: 1.25em;
  }
}

@media (max-width: 735px) {
  .nice-type.body-medium h1 + p,
  .nice-type.body-medium .h1 + p {
    margin-top: 1.4em;
  }
}

@media (min-width: 736px) and (max-width: 1067px) {
  .nice-type.body-medium h1 + p,
  .nice-type.body-medium .h1 + p {
    margin-top: 1.55em;
  }
}

@media (min-width: 1068px) {
  .nice-type.body-medium h1 + p,
  .nice-type.body-medium .h1 + p {
    margin-top: 2.25em;
  }
}

@media (max-width: 735px) {
  .nice-type h2 + p,
  .nice-type .h2 + p {
    margin-top: 2.45em;
  }
}

@media (min-width: 736px) and (max-width: 1067px) {
  .nice-type h2 + p,
  .nice-type .h2 + p {
    margin-top: 1.55em;
  }
}

@media (min-width: 1068px) {
  .nice-type h2 + p,
  .nice-type .h2 + p {
    margin-top: 1.25em;
  }
}

@media (max-width: 735px) {
  .nice-type.body-medium h2 + p,
  .nice-type.body-medium .h2 + p {
    margin-top: 1.4em;
  }
}

@media (min-width: 736px) and (max-width: 1067px) {
  .nice-type.body-medium h2 + p,
  .nice-type.body-medium .h2 + p {
    margin-top: 1.55em;
  }
}

@media (min-width: 1068px) {
  .nice-type.body-medium h2 + p,
  .nice-type.body-medium .h2 + p {
    margin-top: 2.1em;
  }
}

@media (max-width: 735px) {
  .nice-type h3 + p,
  .nice-type .h3 + p {
    margin-top: 1.45em;
  }
}

@media (min-width: 736px) and (max-width: 1067px) {
  .nice-type h3 + p,
  .nice-type .h3 + p {
    margin-top: 0.8em;
  }
}

@media (min-width: 1068px) {
  .nice-type h3 + p,
  .nice-type .h3 + p {
    margin-top: 2.1em;
  }
}

@media (max-width: 735px) {
  .nice-type h4 + p,
  .nice-type .h4 + p {
    margin-top: 0.45em;
  }
}

@media (min-width: 736px) and (max-width: 1067px) {
  .nice-type h4 + p,
  .nice-type .h4 + p {
    margin-top: 0.95em;
  }
}

@media (min-width: 1068px) {
  .nice-type h4 + p,
  .nice-type .h4 + p {
    margin-top: 2em;
  }
}

.nice-type * + h2,
.nice-type * + .h2 {
  margin-top: 2.2em;
}

@media (max-width: 735px) {
  .nice-type * + h3,
  .nice-type * + .h3 {
    margin-top: 2em;
  }
}

@media (min-width: 736px) and (max-width: 1067px) {
  .nice-type * + h3,
  .nice-type * + .h3 {
    margin-top: 2.2em;
  }
}

@media (min-width: 1068px) {
  .nice-type * + h3,
  .nice-type * + .h3 {
    margin-top: 2.2em;
  }
}

.nice-type * + h4,
.nice-type * + .h4 {
  margin-top: 2.2em;
}

.nice-type ul,
.nice-type ol {
  padding-left: 1.1em;
}

.nice-type p, .nice-type ul, .nice-type ol, .nice-type pre, .nice-type details, .nice-type table {
  margin-top: 1.45em;
  margin-bottom: 1.45em;
}

.nice-type ul ul,
.nice-type ol ol,
.nice-type ul ol,
.nice-type ol ul {
  margin: 0;
}

.nice-type h1 a, .nice-type h2 a, .nice-type h3 a, .nice-type h4 a, .nice-type h5 a, .nice-type h6 a, .nice-type p a, .nice-type li a {
  text-decoration: none;
}

.nice-type h1 a:hover, .nice-type h2 a:hover, .nice-type h3 a:hover, .nice-type h4 a:hover, .nice-type h5 a:hover, .nice-type h6 a:hover, .nice-type p a:hover, .nice-type li a:hover {
  text-decoration: underline;
}

.nice-type p b,
.nice-type p strong, .nice-type li b,
.nice-type li strong {
  font-weight: 600;
}

@media (max-width: 735px) {
  .nice-type .social-share {
    margin-top: 1.8em;
  }
}

@media (min-width: 736px) and (max-width: 1067px) {
  .nice-type .social-share {
    margin-top: 2.2em;
  }
}

@media (min-width: 1068px) {
  .nice-type .social-share {
    margin-top: 2.65em;
  }
}

.nice-type .wp-block-image {
  margin-top: 3em;
  margin-bottom: 3em;
}

.nice-type a.read-more-link {
  margin-top: 0.8em;
}

.nice-type.body-medium a.read-more-link {
  margin-top: 0;
}

@media (max-width: 735px) {
  .nice-type .has-small-font-size {
    font-size: 11px;
    line-height: 18px;
  }
}

@media (min-width: 736px) and (max-width: 1067px) {
  .nice-type .has-small-font-size {
    font-size: 11px;
    line-height: 18px;
  }
}

@media (min-width: 1068px) {
  .nice-type .has-small-font-size {
    font-size: 11px;
    line-height: 18px;
  }
}

.nice-type > *:first-child {
  margin-top: 0;
}

.nice-type > *:last-child {
  margin-bottom: 0;
}

a {
  color: #EF7C21;
  -webkit-transition: color 0.15s ease-in-out;
  transition: color 0.15s ease-in-out;
  text-decoration: none;
}

.read-more-link {
  color: #EF7C21;
  display: inline-block;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
}

@media (max-width: 735px) {
  .read-more-link {
    font-size: 18px;
    line-height: 25.2px;
  }
}

@media (min-width: 736px) and (max-width: 1067px) {
  .read-more-link {
    font-size: 17px;
    line-height: 25px;
  }
}

@media (min-width: 1068px) {
  .read-more-link {
    font-size: 17px;
    line-height: 25px;
  }
}

.read-more-link svg[data-icon="left_arrow"] {
  display: inline-block;
  width: 25px;
  height: 17px;
  fill: currentColor;
  margin-right: 12px;
  position: relative;
  top: 3px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}

.read-more-link svg[data-icon="right_arrow"] {
  display: inline-block;
  width: 25px;
  height: 17px;
  fill: currentColor;
  margin-left: 12px;
  position: relative;
  top: 3px;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}

.read-more-link:hover {
  text-decoration: none !important;
}

.read-more-link:hover svg[data-icon="left_arrow"] {
  -webkit-transform: translateX(-7px) rotate(180deg);
          transform: translateX(-7px) rotate(180deg);
}

.read-more-link:hover svg[data-icon="right_arrow"] {
  -webkit-transform: translateX(7px);
          transform: translateX(7px);
}

svg {
  -webkit-transition: fill 0.15s ease-in-out;
  transition: fill 0.15s ease-in-out;
}

.underline {
  --top: 91%;
  --bottom: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(transparent), color-stop(var(--cyan)), color-stop(var(--cyan)), color-stop(transparent), to(transparent));
  background: linear-gradient(to bottom, transparent 0%, transparent var(--top), var(--cyan) var(--top), var(--cyan) var(--bottom), transparent var(--bottom), transparent 100%);
}

.button, .gform_button, body .lscookies-user-box .button {
  background: #002237;
  color: #ffffff;
  font-weight: 600;
  display: inline-block;
  padding: 14px 15px 12px;
  white-space: nowrap;
  border: 0;
  min-width: 157px;
  text-align: center;
  border-radius: 2px;
}

@media (max-width: 735px) {
  .button, .gform_button, body .lscookies-user-box .button {
    font-size: 13px;
    line-height: 23px;
  }
}

@media (min-width: 736px) and (max-width: 1067px) {
  .button, .gform_button, body .lscookies-user-box .button {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 1068px) {
  .button, .gform_button, body .lscookies-user-box .button {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (max-width: 735px) {
  .button, .gform_button, body .lscookies-user-box .button {
    font-size: 13px;
    line-height: 23px;
  }
}

.button:focus, .gform_button:focus, body .lscookies-user-box .button:focus {
  outline: 0;
}

.desc {
  margin-top: 50px;
  margin-bottom: 45px;
}

.desc p {
  margin: 0;
}

@media (max-width: 735px) {
  .desc p {
    font-size: 13px;
    line-height: 23px;
  }
}

@media (min-width: 736px) and (max-width: 1067px) {
  .desc p {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 1068px) {
  .desc p {
    font-size: 14px;
    line-height: 20px;
  }
}

.desc p + p {
  margin-top: 22px;
}

.gform_fields {
  margin: 0;
  padding: 0;
  list-style: none;
}

@media (max-width: 735px) {
  .gfield:nth-child(n+2) {
    margin-top: 17px;
  }
}

@media (min-width: 736px) and (max-width: 1067px) {
  .gfield:nth-child(n+2) {
    margin-top: 17px;
  }
}

@media (min-width: 1068px) {
  .gfield:nth-child(n+2) {
    margin-top: 17px;
  }
}

.ginput_full label,
.ginput_left label,
.ginput_right label,
.gfield_label {
  display: block;
}

@media (max-width: 735px) {
  .ginput_full label,
  .ginput_left label,
  .ginput_right label,
  .gfield_label {
    font-size: 13px;
    line-height: 23px;
  }
}

@media (min-width: 736px) and (max-width: 1067px) {
  .ginput_full label,
  .ginput_left label,
  .ginput_right label,
  .gfield_label {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 1068px) {
  .ginput_full label,
  .ginput_left label,
  .ginput_right label,
  .gfield_label {
    font-size: 14px;
    line-height: 20px;
  }
}

.no-label .ginput_full label, .no-label
.ginput_left label, .no-label
.ginput_right label, .no-label
.gfield_label {
  display: none;
}

.gfield_label + .ginput_complex {
  margin-top: 0px;
}

ul.gfield_checkbox {
  padding: 0;
  list-style: none;
}

@media (max-width: 735px) {
  ul.gfield_checkbox {
    font-size: 13px;
    line-height: 23px;
  }
}

@media (min-width: 736px) and (max-width: 1067px) {
  ul.gfield_checkbox {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 1068px) {
  ul.gfield_checkbox {
    font-size: 14px;
    line-height: 20px;
  }
}

ul.gfield_checkbox li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

ul.gfield_checkbox input[type="checkbox"] {
  margin-right: 7px;
  position: relative;
  top: 2px;
  width: 25px;
  height: 25px;
  border-radius: 4px;
}

.gfield_description {
  margin-top: 3em;
  margin-bottom: 1em;
}

@media (max-width: 735px) {
  .gfield_description {
    font-size: 13px;
    line-height: 23px;
  }
}

@media (min-width: 736px) and (max-width: 1067px) {
  .gfield_description {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 1068px) {
  .gfield_description {
    font-size: 14px;
    line-height: 20px;
  }
}

.validation_error {
  margin-bottom: 1em;
  color: red;
}

@media (max-width: 735px) {
  .validation_error {
    font-size: 13px;
    line-height: 23px;
  }
}

@media (min-width: 736px) and (max-width: 1067px) {
  .validation_error {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 1068px) {
  .validation_error {
    font-size: 14px;
    line-height: 20px;
  }
}

.gfield_description.validation_message {
  color: red;
  margin-top: 4px;
  margin-bottom: 2em;
}

select,
.ginput_left input,
.ginput_right input,
.ginput_full input,
.ginput_container_text input,
.ginput_container_phone input,
.ginput_container_select select,
.ginput_container_email input,
.ginput_container_textarea textarea {
  display: block;
  width: 100%;
  border: 1px solid #F0EDEE;
  background: #ffffff;
  border-radius: 3px;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 26px;
  color: #80909B;
}

@media (max-width: 735px) {
  select,
  .ginput_left input,
  .ginput_right input,
  .ginput_full input,
  .ginput_container_text input,
  .ginput_container_phone input,
  .ginput_container_select select,
  .ginput_container_email input,
  .ginput_container_textarea textarea {
    font-size: 14px;
    line-height: 19.6px;
  }
}

select::-webkit-input-placeholder, .ginput_left input::-webkit-input-placeholder, .ginput_right input::-webkit-input-placeholder, .ginput_full input::-webkit-input-placeholder, .ginput_container_text input::-webkit-input-placeholder, .ginput_container_phone input::-webkit-input-placeholder, .ginput_container_select select::-webkit-input-placeholder, .ginput_container_email input::-webkit-input-placeholder, .ginput_container_textarea textarea::-webkit-input-placeholder {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 26px;
  color: #80909B;
}

select::-moz-placeholder, .ginput_left input::-moz-placeholder, .ginput_right input::-moz-placeholder, .ginput_full input::-moz-placeholder, .ginput_container_text input::-moz-placeholder, .ginput_container_phone input::-moz-placeholder, .ginput_container_select select::-moz-placeholder, .ginput_container_email input::-moz-placeholder, .ginput_container_textarea textarea::-moz-placeholder {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 26px;
  color: #80909B;
}

select:-ms-input-placeholder, .ginput_left input:-ms-input-placeholder, .ginput_right input:-ms-input-placeholder, .ginput_full input:-ms-input-placeholder, .ginput_container_text input:-ms-input-placeholder, .ginput_container_phone input:-ms-input-placeholder, .ginput_container_select select:-ms-input-placeholder, .ginput_container_email input:-ms-input-placeholder, .ginput_container_textarea textarea:-ms-input-placeholder {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 26px;
  color: #80909B;
}

select::-ms-input-placeholder, .ginput_left input::-ms-input-placeholder, .ginput_right input::-ms-input-placeholder, .ginput_full input::-ms-input-placeholder, .ginput_container_text input::-ms-input-placeholder, .ginput_container_phone input::-ms-input-placeholder, .ginput_container_select select::-ms-input-placeholder, .ginput_container_email input::-ms-input-placeholder, .ginput_container_textarea textarea::-ms-input-placeholder {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 26px;
  color: #80909B;
}

select::placeholder,
.ginput_left input::placeholder,
.ginput_right input::placeholder,
.ginput_full input::placeholder,
.ginput_container_text input::placeholder,
.ginput_container_phone input::placeholder,
.ginput_container_select select::placeholder,
.ginput_container_email input::placeholder,
.ginput_container_textarea textarea::placeholder {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 26px;
  color: #80909B;
}

@media (max-width: 735px) {
  select::-webkit-input-placeholder, .ginput_left input::-webkit-input-placeholder, .ginput_right input::-webkit-input-placeholder, .ginput_full input::-webkit-input-placeholder, .ginput_container_text input::-webkit-input-placeholder, .ginput_container_phone input::-webkit-input-placeholder, .ginput_container_select select::-webkit-input-placeholder, .ginput_container_email input::-webkit-input-placeholder, .ginput_container_textarea textarea::-webkit-input-placeholder {
    font-size: 14px;
    line-height: 19.6px;
  }
  select::-moz-placeholder, .ginput_left input::-moz-placeholder, .ginput_right input::-moz-placeholder, .ginput_full input::-moz-placeholder, .ginput_container_text input::-moz-placeholder, .ginput_container_phone input::-moz-placeholder, .ginput_container_select select::-moz-placeholder, .ginput_container_email input::-moz-placeholder, .ginput_container_textarea textarea::-moz-placeholder {
    font-size: 14px;
    line-height: 19.6px;
  }
  select:-ms-input-placeholder, .ginput_left input:-ms-input-placeholder, .ginput_right input:-ms-input-placeholder, .ginput_full input:-ms-input-placeholder, .ginput_container_text input:-ms-input-placeholder, .ginput_container_phone input:-ms-input-placeholder, .ginput_container_select select:-ms-input-placeholder, .ginput_container_email input:-ms-input-placeholder, .ginput_container_textarea textarea:-ms-input-placeholder {
    font-size: 14px;
    line-height: 19.6px;
  }
  select::-ms-input-placeholder, .ginput_left input::-ms-input-placeholder, .ginput_right input::-ms-input-placeholder, .ginput_full input::-ms-input-placeholder, .ginput_container_text input::-ms-input-placeholder, .ginput_container_phone input::-ms-input-placeholder, .ginput_container_select select::-ms-input-placeholder, .ginput_container_email input::-ms-input-placeholder, .ginput_container_textarea textarea::-ms-input-placeholder {
    font-size: 14px;
    line-height: 19.6px;
  }
  select::placeholder,
  .ginput_left input::placeholder,
  .ginput_right input::placeholder,
  .ginput_full input::placeholder,
  .ginput_container_text input::placeholder,
  .ginput_container_phone input::placeholder,
  .ginput_container_select select::placeholder,
  .ginput_container_email input::placeholder,
  .ginput_container_textarea textarea::placeholder {
    font-size: 14px;
    line-height: 19.6px;
  }
}

select:focus,
.ginput_left input:focus,
.ginput_right input:focus,
.ginput_full input:focus,
.ginput_container_text input:focus,
.ginput_container_phone input:focus,
.ginput_container_select select:focus,
.ginput_container_email input:focus,
.ginput_container_textarea textarea:focus {
  outline: 0;
  border-color: #DFE3E6;
}

@media (max-width: 735px) {
  select,
  .ginput_left input,
  .ginput_right input,
  .ginput_full input,
  .ginput_container_text input,
  .ginput_container_phone input,
  .ginput_container_select select,
  .ginput_container_email input,
  .ginput_container_textarea textarea {
    padding: 3px 15px 8px 15px;
  }
}

@media (min-width: 736px) and (max-width: 1067px) {
  select,
  .ginput_left input,
  .ginput_right input,
  .ginput_full input,
  .ginput_container_text input,
  .ginput_container_phone input,
  .ginput_container_select select,
  .ginput_container_email input,
  .ginput_container_textarea textarea {
    padding: 10px 15px 24px 15px;
  }
}

@media (min-width: 1068px) {
  select,
  .ginput_left input,
  .ginput_right input,
  .ginput_full input,
  .ginput_container_text input,
  .ginput_container_phone input,
  .ginput_container_select select,
  .ginput_container_email input,
  .ginput_container_textarea textarea {
    padding: 10px 15px 24px 15px;
  }
}

@media (max-width: 735px) {
  select,
  .ginput_left input,
  .ginput_right input,
  .ginput_full input,
  .ginput_container_text input,
  .ginput_container_phone input,
  .ginput_container_select select,
  .ginput_container_email input,
  .ginput_container_textarea textarea {
    margin-top: 0px;
  }
}

@media (min-width: 736px) and (max-width: 1067px) {
  select,
  .ginput_left input,
  .ginput_right input,
  .ginput_full input,
  .ginput_container_text input,
  .ginput_container_phone input,
  .ginput_container_select select,
  .ginput_container_email input,
  .ginput_container_textarea textarea {
    margin-top: 10px;
  }
}

@media (min-width: 1068px) {
  select,
  .ginput_left input,
  .ginput_right input,
  .ginput_full input,
  .ginput_container_text input,
  .ginput_container_phone input,
  .ginput_container_select select,
  .ginput_container_email input,
  .ginput_container_textarea textarea {
    margin-top: 15px;
  }
}

.ginput_container_select select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23002237%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: right .7em top 50%;
  background-size: .65em auto;
}

.ginput_container_select select::-ms-expand {
  display: none;
}

.ginput_container_select select option {
  font-weight: normal;
}

ul.gform_fields {
  padding-left: 0;
}

.ginput_container_textarea textarea {
  height: 100px;
}

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

.ginput_complex .ginput_full {
  width: 100%;
  margin-bottom: 10px;
}

@media (max-width: 735px) {
  .ginput_complex .ginput_left,
  .ginput_complex .ginput_right {
    display: inline-block;
    width: 100%;
  }
}

@media (min-width: 736px) {
  .ginput_complex .ginput_left {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
  }
  .ginput_complex .ginput_right {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
  }
}

.field_description_below .ginput_container_checkbox {
  margin-top: 20px;
  padding-left: 0;
}

.gfield_html_formatted > div {
  width: 100% !important;
}

.gform_footer {
  margin-top: 45px;
}

.gform_button {
  padding: 9px 25px;
  min-width: 100px;
}

.gform_hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.gform_validation_container {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.gchoice {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.gchoice label {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  /* identical to box height */
  /* #80909B */
  color: #80909B;
}

button[type="submit"] {
  background: #F07D00;
  border-radius: 25px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-family: 'Inter', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 23px;
  color: #FFFFFF;
  padding: 8px 28px;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  background: #ffffff;
  min-height: 100vh;
  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%;
}

body.use-ios-offset {
  min-height: calc(100vh - var(--vh-offset));
}

:target:before {
  content: "";
  display: block;
  height: 120px;
  margin: -120px 0 0;
}

.wrapper, .padded-wrapper {
  width: 100%;
  max-width: 1315px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 735px) {
  .padded, .padded-wrapper {
    padding-left: 21px;
    padding-right: 21px;
  }
}

@media (min-width: 736px) and (max-width: 1067px) {
  .padded, .padded-wrapper {
    padding-left: 38px;
    padding-right: 38px;
  }
}

@media (min-width: 1068px) {
  .padded, .padded-wrapper {
    padding-left: 60px;
    padding-right: 60px;
  }
}

@media (max-width: 735px) {
  .grid-full-width {
    width: calc(100% - 30px);
    float: left;
    margin-left: 15px;
  }
}

@media (min-width: 736px) and (max-width: 1067px) {
  .grid-full-width {
    width: calc(100% - 32px);
    float: left;
    margin-left: 16px;
  }
}

@media (min-width: 1068px) {
  .grid-full-width {
    width: calc(100% - 50px);
    float: left;
    margin-left: 25px;
  }
}

@media (max-width: 735px) {
  .grid {
    margin-left: -15px;
    margin-right: -15px;
    width: calc(100% + 30px);
  }
  .grid::after {
    clear: both;
    content: "";
    display: block;
  }
  body.grid-view .grid {
    background-image: repeating-linear-gradient(to right, transparent, transparent 15px, rgba(173, 216, 230, 0.5) 15px, rgba(173, 216, 230, 0.5) calc(16.66667% - 17.5px + 15px));
  }
}

@media (min-width: 736px) and (max-width: 1067px) {
  .grid {
    margin-left: -16px;
    margin-right: -16px;
    width: calc(100% + 32px);
  }
  .grid::after {
    clear: both;
    content: "";
    display: block;
  }
  body.grid-view .grid {
    background-image: repeating-linear-gradient(to right, transparent, transparent 16px, rgba(144, 238, 144, 0.5) 16px, rgba(144, 238, 144, 0.5) calc(8.33333% - 17.33333px + 16px));
  }
}

@media (min-width: 1068px) {
  .grid {
    margin-left: -25px;
    margin-right: -25px;
    width: calc(100% + 50px);
  }
  .grid::after {
    clear: both;
    content: "";
    display: block;
  }
  body.grid-view .grid {
    background-image: repeating-linear-gradient(to right, transparent, transparent 25px, rgba(255, 192, 203, 0.5) 25px, rgba(255, 192, 203, 0.5) calc(8.33333% - 27.08333px + 25px));
  }
}

html[data-nav-state="open"] .site-header {
  background-color: #002237 !important;
}

html[data-nav-state="open"] .headroom svg path {
  fill: #FFF !important;
}

html[data-nav-state="open"] .site-header-nav a {
  color: #FFF !important;
}

@media (max-width: 568px) {
  html[data-nav-state="open"] .site-menu-toggle {
    top: 4px !important;
  }
}

body.post-template-default .site-header .wrapper .right_col .button, body.post-template-default .site-header .padded-wrapper .right_col .button, body.post-template-default .site-header .wrapper .right_col .gform_button, body.post-template-default .site-header .padded-wrapper .right_col .gform_button {
  background: #F07D00;
  color: #FFF;
  border-color: #F07D00;
}

body:not(.post-template-default):before {
  content: '';
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 140px;
  background-image: url(../images/shape_nav.svg);
  background-repeat: repeat-x;
  z-index: 5;
  mix-blend-mode: multiply;
}

@media screen and (max-width: 568px) {
  body:not(.post-template-default):before {
    display: none;
  }
}

body.post-template-default .headroom svg path {
  fill: #073444;
}

@media screen and (min-width: 1067px) {
  body.post-template-default .site-header-nav a {
    color: #073444;
  }
}

@media screen and (min-width: 1067px) {
  body.post-template-default .site-header-nav li svg {
    fill: #073444;
  }
}

.headroom--not-top .site-header {
  background-color: #FFF;
}

@media screen and (min-width: 1067px) {
  .headroom--not-top .site-header .site-header-nav a {
    color: #073444;
  }
  .headroom--not-top .site-header .site-header-nav li svg {
    fill: #073444;
  }
}

.headroom--not-top .headroom svg path {
  fill: #073444;
}

.site-header {
  height: 61px;
  background-color: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 120;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

@media screen and (max-width: 568px) {
  .site-header {
    background-color: #FFF;
  }
}

.site-header li.current_page_item > a,
.site-header li.current-menu-parent > a {
  color: #f07d00;
}

@media (max-width: 1339px) {
  .site-header.headroom--unpinned {
    -webkit-transform: translateY(-61px);
            transform: translateY(-61px);
  }
}

@media (min-width: 1340px) {
  .site-header.headroom--unpinned {
    -webkit-transform: translateY(-61px);
            transform: translateY(-61px);
  }
}

html.nav-open .site-header.headroom--unpinned {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

@media (max-width: 1067px) {
  html[data-nav-state="open"] .site-header {
    background-color: transparent;
    border-color: #FFF;
    border-bottom: 1px solid #FFF;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.site-header .padded, .site-header .padded-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.site-header .wrapper, .site-header .padded-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 1280px) {
  .site-header .wrapper, .site-header .padded-wrapper {
    gap: 0px;
  }
}

.site-header .wrapper .left_col, .site-header .padded-wrapper .left_col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 77px;
}

@media screen and (max-width: 1280px) {
  .site-header .wrapper .left_col, .site-header .padded-wrapper .left_col {
    gap: 50px;
  }
}

.site-header .wrapper .right_col, .site-header .padded-wrapper .right_col {
  padding-top: 11px;
}

@media screen and (max-width: 1067px) {
  .site-header .wrapper .right_col, .site-header .padded-wrapper .right_col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 15px;
    padding-top: 0px;
  }
}

@media screen and (max-width: 568px) {
  .site-header .wrapper .right_col, .site-header .padded-wrapper .right_col {
    gap: 0px;
  }
}

.site-header .wrapper .right_col .button, .site-header .padded-wrapper .right_col .button, .site-header .wrapper .right_col .gform_button, .site-header .padded-wrapper .right_col .gform_button {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.site-header .wrapper .right_col .button:hover, .site-header .padded-wrapper .right_col .button:hover, .site-header .wrapper .right_col .gform_button:hover, .site-header .padded-wrapper .right_col .gform_button:hover {
  color: #002237;
  background-color: #66f2e4;
}

@media screen and (max-width: 568px) {
  .site-header .wrapper .right_col .button, .site-header .padded-wrapper .right_col .button, .site-header .wrapper .right_col .gform_button, .site-header .padded-wrapper .right_col .gform_button {
    padding: 4px 5px;
    min-width: 135px;
    font-size: 13px;
    display: none;
  }
}

@media screen and (max-width: 568px) {
  .site-header .wrapper .right_col .hamburger, .site-header .padded-wrapper .right_col .hamburger {
    padding: 10px 3px;
  }
}

.site-header-logo {
  display: block;
  width: 150px;
  height: 22px;
  margin-top: auto;
  margin-bottom: auto;
}

.site-header-logo svg {
  display: block;
  width: 150px;
  height: 22px;
  margin-top: -1px;
}

.site-header-logo svg path {
  fill: #FFF;
}

@media screen and (max-width: 568px) {
  .site-header-logo svg path {
    fill: #073444;
  }
}

@media (max-width: 1067px) {
  .site-menu-toggle {
    display: block;
    position: relative;
    top: 6px;
    right: -10px;
    z-index: 110;
    -webkit-transition: top 0.15s ease;
    transition: top 0.15s ease;
  }
  html[data-nav-state="open"] .site-menu-toggle {
    top: 16px;
  }
  html[data-nav-state="open"] .site-menu-toggle .hamburger-inner,
  html[data-nav-state="open"] .site-menu-toggle .hamburger-inner::before,
  html[data-nav-state="open"] .site-menu-toggle .hamburger-inner::after {
    background: #FFF;
  }
  .site-header-nav {
    position: fixed;
    top: 61px;
    left: 0;
    right: 0;
    height: calc(100vh - 61px);
    background: #073444;
    z-index: 100;
    padding: 90px 23px 10px 23px;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    opacity: 0;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  html[data-nav-state="open"] .site-header-nav {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  .site-header-nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .site-header-nav > ul > li {
    position: relative;
  }
}

@media screen and (max-width: 1067px) and (min-width: 1067px) {
  .site-header-nav > ul > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (max-width: 1067px) {
  .site-header-nav > ul > li.is-open svg[data-icon="nav_down"] {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .site-header-nav > ul > li:nth-child(n+2) {
    margin-top: 6px;
  }
  .site-header-nav > ul > li svg[data-icon="nav_down"] {
    display: block;
    width: 28px;
    height: 16px;
    fill: #FFF;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  }
}

@media screen and (max-width: 1067px) and (max-width: 1067px) {
  .site-header-nav > ul > li svg[data-icon="nav_down"] {
    position: absolute;
    top: 10px;
    right: 15px;
  }
}

@media (max-width: 1067px) {
  .site-header-nav a {
    font-size: 21px;
    line-height: 2;
    color: #ffffff;
    font-weight: 600;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (max-width: 1067px) and (max-width: 1067px) {
  .site-header-nav a {
    font-size: 26px;
  }
}

@media (max-width: 1067px) {
  .site-header-nav .sub-menu {
    display: none;
    padding: 12px 0px 0px 23px;
  }
}

@media screen and (max-width: 1067px) and (max-width: 1067px) {
  .site-header-nav .sub-menu {
    padding: 6px 0px 0px 23px;
  }
}

@media (max-width: 1067px) {
  .site-header-nav .sub-menu li:nth-child(n+2) {
    margin-top: 7px;
  }
}

@media screen and (max-width: 1067px) and (max-width: 1067px) {
  .site-header-nav .sub-menu li:nth-child(n+2) {
    margin-top: 0px;
  }
}

@media (max-width: 1067px) {
  .site-header-nav .sub-menu a {
    font-weight: 400;
    color: #FFF;
  }
}

@media screen and (max-width: 1067px) and (max-width: 1067px) {
  .site-header-nav .sub-menu a {
    font-size: 20px;
    line-height: 24.2px;
    margin-bottom: 10px;
    margin-top: 10px;
  }
}

@media (min-width: 1068px) {
  .site-menu-toggle {
    display: none;
  }
  .site-header-nav > ul {
    height: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .site-header-nav > ul > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (min-width: 1068px) and (max-width: 1067px) {
  .site-header-nav > ul > li {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media (min-width: 1068px) {
  .site-header-nav > ul > li:nth-child(n+2) {
    margin-left: 34px;
  }
}

@media screen and (min-width: 1068px) and (max-width: 1330px) {
  .site-header-nav > ul > li:nth-child(n+2) {
    margin-left: 25px;
  }
}

@media (min-width: 1068px) {
  .site-header-nav > ul > li svg {
    display: block;
    width: 12px;
    height: 6px;
    fill: #FFF;
    margin-left: 8px;
  }
  .site-header-nav a:not([href='#']):hover {
    color: #EF7C21;
  }
  .site-header-nav a:not([href='#']):hover svg {
    fill: #EF7C21;
  }
  .site-header-nav .sub-menu {
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    background: #ffffff;
    pointer-events: none;
    opacity: 0;
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
    -webkit-transition: opacity 0.15s ease, -webkit-transform 0.15s ease;
    transition: opacity 0.15s ease, -webkit-transform 0.15s ease;
    transition: opacity 0.15s ease, transform 0.15s ease;
    transition: opacity 0.15s ease, transform 0.15s ease, -webkit-transform 0.15s ease;
    list-style: none;
    margin: 0;
    padding: 25px 20px 20px 20px;
    border: 1px solid #DFE3E6;
    border-top: 0;
    margin-left: -20px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 32px -12px rgba(66, 68, 90, 0.5);
    box-shadow: 0px 0px 32px -12px rgba(66, 68, 90, 0.5);
  }
  .site-header-nav .sub-menu li:nth-child(n+2) {
    margin-top: 10px;
  }
  .site-header-nav .sub-menu a {
    white-space: nowrap;
    color: #073444;
  }
  .site-header-nav li.menu-item-has-children {
    position: relative;
  }
  .site-header-nav li.menu-item-has-children:hover .sub-menu {
    pointer-events: all;
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  .site-header-nav a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #FFF;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
  }
}

@media screen and (max-width: 1067px) {
  .site-header-nav {
    padding: 32px 23px 10px 23px;
    background-color: #002237;
  }
}

.site-header-nav ul li a {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
}

.site-header-nav .logo_mobile {
  display: none;
  margin-bottom: 50px;
  position: relative;
}

@media screen and (max-width: 1067px) {
  .site-header-nav .logo_mobile {
    display: block;
    margin-bottom: 44px;
  }
}

.site-header-nav .logo_mobile:before {
  content: '';
  display: block;
  position: absolute;
  bottom: -25px;
  height: 1px;
  background-color: #FFF;
  left: -23px;
  width: calc( 100% + 46px);
}

.site-header-nav .logo_mobile svg {
  display: block;
  width: 150px;
  height: 22px;
  margin-top: -1px;
}

.site-header-nav .logo_mobile svg path {
  fill: #FFF;
}

.site-header-nav .line {
  display: block;
  position: relative;
  bottom: 0px;
  height: 1px;
  background-color: #FFF;
  left: -23px;
  width: calc( 100% + 46px);
  margin: 30px 0px;
  display: none;
}

@media screen and (max-width: 1067px) {
  .site-header-nav .line {
    display: block;
  }
}

.site-header-nav .social_footer {
  display: none;
}

@media screen and (max-width: 1067px) {
  .site-header-nav .social_footer {
    display: block;
  }
}

.site-header-nav .menu_down {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 30px;
}

@media screen and (max-width: 1067px) {
  .site-header-nav .menu_down {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.site-header-nav .menu_down a {
  font-family: 'Inter';
  font-weight: 400;
  display: inline-block;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 12px;
}

@media screen and (max-width: 1067px) {
  .site-header-nav ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media screen and (max-width: 1067px) {
  .site-header-nav .sub-menu {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}

@media screen and (max-width: 1067px) {
  .site-header-nav > ul > li svg[data-icon="nav_down"] {
    position: relative;
    top: 0px;
    right: -15px;
    width: 18px;
  }
}

@media screen and (max-width: 1067px) {
  .site-header-nav ul li.current_page_item > a {
    color: #66f2e4 !important;
  }
}

.site-footer {
  background-color: #002237;
}

@media (max-width: 735px) {
  .site-footer {
    font-size: 13px;
    line-height: 23px;
  }
}

@media (min-width: 736px) and (max-width: 1067px) {
  .site-footer {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 1068px) {
  .site-footer {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (max-width: 735px) {
  .site-footer {
    padding-top: 37px;
    padding-bottom: 23px;
  }
}

@media (min-width: 736px) and (max-width: 1067px) {
  .site-footer {
    padding-top: 37px;
    padding-bottom: 23px;
  }
}

@media (min-width: 1068px) {
  .site-footer {
    padding-top: 37px;
    padding-bottom: 23px;
  }
}

.site-footer .wrapper, .site-footer .padded-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.site-footer .wrapper p, .site-footer .padded-wrapper p {
  margin: 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  color: #80909B;
}

@media (max-width: 735px) {
  .site-footer .wrapper p, .site-footer .padded-wrapper p {
    font-size: 11px;
    line-height: 18px;
  }
}

@media (min-width: 736px) and (max-width: 1067px) {
  .site-footer .wrapper p, .site-footer .padded-wrapper p {
    font-size: 11px;
    line-height: 18px;
  }
}

@media (min-width: 1068px) {
  .site-footer .wrapper p, .site-footer .padded-wrapper p {
    font-size: 11px;
    line-height: 18px;
  }
}

.site-footer .wrapper a, .site-footer .padded-wrapper a {
  color: inherit;
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  color: #80909B;
}

.site-footer .wrapper small, .site-footer .padded-wrapper small {
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  color: #80909B;
}

#footer {
  overflow: hidden;
}

#footer .l-dropdown {
  margin-left: 0px;
  margin-right: auto;
  display: grid;
  grid-template-columns: 20px 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  margin-top: 0px;
}

#footer .l-dropdown img {
  max-width: 20px;
}

#footer .dropdown-wrapper .dropdown__title {
  text-align: left;
}

@media screen and (max-width: 568px) {
  .hidden_mobile {
    display: none !important;
  }
}

.border_top {
  padding-top: 20px;
  position: relative;
}

@media screen and (max-width: 568px) {
  .border_top {
    display: none !important;
  }
}

.border_top:before {
  content: '';
  display: block;
  position: absolute;
  top: 0px;
  left: -100%;
  width: 300%;
  height: 1px;
  background-color: #FFF;
  opacity: 0.5;
}

.border_top a {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.border_top a:hover {
  color: #EF7C21;
}

.border_top p, .border_top a {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  color: #80909B;
  padding-right: 5px;
  padding-left: 5px;
}

.border_top p:nth-child(1), .border_top a:nth-child(1) {
  padding-left: 0px;
}

.footer_up {
  margin-bottom: 107px;
}

@media screen and (max-width: 568px) {
  .footer_up {
    margin-bottom: 50px;
  }
}

.grid_footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

@media screen and (max-width: 568px) {
  .grid_footer {
    display: none;
  }
}

.menu_grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 192px;
  max-width: 100%;
}

@media screen and (max-width: 992px) {
  .menu_grid {
    gap: 50px;
  }
}

@media screen and (max-width: 568px) {
  .menu_grid {
    gap: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0px;
  }
}

.menu_grid .title {
  margin-bottom: 18px;
}

.menu_grid .title h3 {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 23px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #66F2E4;
}

.menu_grid .menu_content ul {
  padding-left: 0px;
  list-style-type: none;
}

.menu_grid .menu_content ul li {
  padding-bottom: 15px;
}

.menu_grid .menu_content ul li a {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  color: #F0EDEE;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.menu_grid .menu_content ul li a:hover {
  color: #EF7C21;
}

.social_footer .social-share a:nth-child(n+2) {
  margin-left: 21px;
}

.social_footer svg path {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.social_footer svg:hover path {
  fill: #F07D00;
}

.dropdown_content {
  width: 100%;
  margin-bottom: 13px;
}

.footer_mobile {
  display: none;
}

@media screen and (max-width: 568px) {
  .footer_mobile {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}

.footer_mobile small {
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #80909B;
  margin-right: 0px;
  margin-left: auto;
  font-family: 'Inter', sans-serif;
  font-style: normal;
  font-weight: 400;
}

.section-navy .dropdown-wrapper .dropdown__title {
  font-family: 'Inter', sans-serif;
  font-style: normal;
  font-weight: 400;
}

.carousel {
  width: 100%;
  position: relative;
}

.carousel:focus {
  outline: 0;
}

.carousel .flickity-viewport {
  overflow: hidden;
}

.flickity-page-dots {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  bottom: -12px;
  left: 0;
  right: 0;
}

.flickity-page-dots .dot {
  height: 16px;
  list-style: none;
  position: relative;
  cursor: pointer;
}

@media (max-width: 735px) {
  .flickity-page-dots .dot {
    width: 36px;
  }
}

@media (min-width: 736px) and (max-width: 1067px) {
  .flickity-page-dots .dot {
    width: 50px;
  }
}

@media (min-width: 1068px) {
  .flickity-page-dots .dot {
    width: 50px;
  }
}

.flickity-page-dots .dot:before {
  content: '';
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  background-color: #80909B;
}

.flickity-page-dots .dot.is-selected:before {
  background-color: #073444;
}

.carousel-item {
  width: 100%;
}

[data-accordion-item] {
  border-top: 1px solid rgba(128, 144, 155, 0.5);
}

[data-accordion-item-toggle] {
  position: relative;
  cursor: pointer;
}

[data-accordion-item-toggle] h3 {
  position: relative;
  font-weight: 400;
  font-size: 25px;
  line-height: 35px;
  /* or 140% */
  /* 002237 */
  color: #002237;
}

[data-accordion-item-toggle-icon] {
  position: absolute;
}

[data-accordion-item-toggle-icon]:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
  background-image: url(../images/faq_icon.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 24px;
  height: 16px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

[data-accordion-item-toggle-icon]:after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

[data-accordion-item="open"] [data-accordion-item-toggle-icon]:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

[data-accordion-item-content] {
  display: none;
}

[data-accordion-item-content] .nice-type {
  padding-bottom: 35px;
}

[data-accordion-item-content] .nice-type p {
  font-weight: 400;
  font-size: 17px;
  line-height: 26px;
  color: #364652;
}

@media (max-width: 699px) {
  [data-accordion-item] {
    padding-bottom: 10px;
  }
  [data-accordion-item-toggle] {
    padding-right: 60px;
  }
  [data-accordion-item-toggle] h3 {
    font-size: 15px;
    line-height: 24px;
    padding-top: 20px;
    padding-bottom: 30px;
    padding-bottom: 6px;
  }
  [data-accordion-item-toggle-icon] {
    width: 18px;
    height: 18px;
    top: 20px;
    right: 0;
  }
  [data-accordion-item-toggle-icon]:before, [data-accordion-item-toggle-icon]:after {
    width: 24px;
    height: 16px;
    margin-top: -1px;
    margin-left: -13px;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  [data-accordion-item-content] > *:last-child {
    padding-bottom: 18px;
  }
}

@media (min-width: 700px) and (max-width: 999px) {
  [data-accordion-item] {
    padding-bottom: 14px;
  }
  [data-accordion-item-toggle] {
    padding-right: 60px;
  }
  [data-accordion-item-toggle] h3 {
    padding-top: 24px;
    padding-bottom: 30px;
    padding-bottom: 6px;
  }
  [data-accordion-item-toggle-icon] {
    width: 18px;
    height: 18px;
    top: 26px;
    right: 0;
  }
  [data-accordion-item-toggle-icon]:before, [data-accordion-item-toggle-icon]:after {
    width: 24px;
    height: 16px;
    margin-top: -1px;
    margin-left: -13px;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  [data-accordion-item-content] > *:last-child {
    padding-bottom: 18px;
  }
}

@media (min-width: 1000px) {
  [data-accordion-item-toggle] {
    padding-right: 60px;
  }
  [data-accordion-item-toggle] h3 {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  [data-accordion-item-toggle-icon] {
    width: 26px;
    height: 26px;
    top: 30px;
    right: 6px;
  }
  [data-accordion-item-toggle-icon]:before, [data-accordion-item-toggle-icon]:after {
    width: 24px;
    height: 16px;
    margin-top: -1px;
    margin-left: -13px;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

.full-banner {
  background: #80909B;
  text-align: center;
  position: relative;
}

.full-banner h1 {
  color: #ffffff;
}

@media (max-width: 735px) {
  .full-banner-inner {
    width: calc(100% - 30px);
    float: left;
    margin-left: 15px;
    padding-top: 161px;
    padding-bottom: 182px;
  }
  .full-banner-inner h1 {
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 736px) and (max-width: 1067px) {
  .full-banner-inner {
    width: calc(100% - 32px);
    float: left;
    margin-left: 16px;
    padding-top: 180px;
    padding-bottom: 197px;
  }
}

@media (min-width: 1068px) {
  .full-banner-inner {
    width: calc(100% - 50px);
    float: left;
    margin-left: 25px;
    padding-top: 230px;
    padding-bottom: 240px;
  }
}

.full-video-banner {
  background: #80909B;
  position: relative;
}

@media (max-width: 735px) {
  .full-video-banner {
    height: 100vh;
  }
}

@media (min-width: 736px) {
  .full-video-banner {
    height: 100vh;
  }
}

.full-video-banner-icon {
  display: block;
  opacity: 0.3;
  width: 132px;
  height: 132px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.full-video-banner-icon svg[data-icon="video_play"] {
  width: 132px;
  height: 132px;
  fill: #ffffff;
}

.full-video-banner-icon:hover {
  opacity: 1;
}

.news_background {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.title-banner {
  text-align: center;
  padding-top: 133px;
}

@media (max-width: 735px) {
  .title-banner {
    padding-top: 0px;
  }
}

.title-banner-inner h1 {
  color: #FFF;
}

@media (max-width: 735px) {
  .title-banner-inner {
    width: calc(100% - 30px);
    float: left;
    margin-left: 15px;
    padding-top: 80px;
    padding-bottom: 24px;
  }
  .title-banner-inner h1 {
    margin-left: auto;
    margin-right: auto;
    color: #FFF;
  }
}

@media (min-width: 736px) and (max-width: 1067px) {
  .title-banner-inner {
    width: calc(100% - 32px);
    float: left;
    margin-left: 16px;
    padding-top: 47px;
    padding-bottom: 24px;
  }
}

@media (min-width: 1068px) {
  .title-banner-inner {
    width: calc(100% - 50px);
    float: left;
    margin-left: 25px;
    padding-top: 47px;
    padding-bottom: 24px;
  }
}

@media (max-width: 735px) {
  .media-element {
    padding-top: 40px;
    padding-bottom: 13px;
  }
}

@media (min-width: 736px) and (max-width: 1067px) {
  .media-element {
    padding-top: 54px;
    padding-bottom: 62px;
  }
}

@media (min-width: 1068px) {
  .media-element {
    padding-top: 14px;
    padding-bottom: 10px;
  }
}

@media (min-width: 736px) {
  .media-element .grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.media-element.border-top {
  border-top: 1px solid #DFE3E6;
}

.media-element.border-bottom {
  border-bottom: 1px solid #DFE3E6;
}

.media-element-image img {
  display: block;
  width: 100%;
}

@media (max-width: 735px) {
  .media-element.image-left .media-element-text {
    width: calc(100% - 30px);
    float: left;
    margin-left: 15px;
  }
}

@media (min-width: 736px) and (max-width: 1067px) {
  .media-element.image-left .media-element-text {
    width: calc(58.33333% - 25.33333px);
    float: left;
    margin-left: 16px;
    margin-left: calc(41.66667% - 22.66667px + 32px);
  }
}

@media (min-width: 1068px) {
  .media-element.image-left .media-element-text {
    width: calc(50% - 37.5px);
    float: left;
    margin-left: 25px;
    margin-left: calc(41.66667% - 35.41667px + 50px);
  }
}

@media (max-width: 735px) {
  .media-element.image-left .media-element-image {
    width: calc(100% - 30px);
    float: left;
    margin-left: 15px;
  }
}

@media (min-width: 736px) and (max-width: 1067px) {
  .media-element.image-left .media-element-image {
    width: calc(41.66667% - 22.66667px);
    float: left;
    margin-left: 16px;
    margin-left: calc(-100% - 0px + 32px);
  }
}

@media (min-width: 1068px) {
  .media-element.image-left .media-element-image {
    width: calc(41.66667% - 35.41667px);
    float: left;
    margin-left: 25px;
    margin-left: calc(-91.66667% - 2.08333px + 50px);
  }
}

@media (max-width: 735px) {
  .media-element.image-right .media-element-text {
    width: calc(100% - 30px);
    float: left;
    margin-left: 15px;
  }
}

@media (min-width: 736px) and (max-width: 1067px) {
  .media-element.image-right .media-element-text {
    width: calc(58.33333% - 25.33333px);
    float: left;
    margin-left: 16px;
  }
}

@media (min-width: 1068px) {
  .media-element.image-right .media-element-text {
    width: calc(50% - 37.5px);
    float: left;
    margin-left: 25px;
    margin-left: calc(8.33333% - 27.08333px + 50px);
  }
}

@media (max-width: 735px) {
  .media-element.image-right .media-element-image {
    width: calc(100% - 30px);
    float: left;
    margin-left: 15px;
  }
}

@media (min-width: 736px) and (max-width: 1067px) {
  .media-element.image-right .media-element-image {
    width: calc(41.66667% - 22.66667px);
    float: left;
    margin-left: 16px;
  }
}

@media (min-width: 1068px) {
  .media-element.image-right .media-element-image {
    width: calc(41.66667% - 35.41667px);
    float: left;
    margin-left: 25px;
  }
}

.image-full-banner {
  position: relative;
  color: #073444;
  background-size: cover;
  background-position: center center;
}

@media (max-width: 735px) {
  .image-full-banner {
    background-color: #DFE3E6;
  }
}

.image-full-banner h2 {
  color: #073444;
}

@media (min-width: 736px) and (max-width: 1067px) {
  .image-full-banner {
    padding-top: 86px;
    padding-bottom: 105px;
  }
}

@media (min-width: 1068px) {
  .image-full-banner {
    padding-top: 91px;
    padding-bottom: 91px;
  }
}

@media (max-width: 735px) {
  .image-full-banner .nice-type {
    width: calc(100% - 30px);
    float: left;
    margin-left: 15px;
    padding-top: 37px;
    padding-bottom: 40px;
  }
}

@media (min-width: 736px) and (max-width: 1067px) {
  .image-full-banner .nice-type {
    width: calc(50% - 24px);
    float: left;
    margin-left: 16px;
  }
}

@media (min-width: 1068px) {
  .image-full-banner .nice-type {
    width: calc(50% - 37.5px);
    float: left;
    margin-left: 25px;
  }
}

@media (max-width: 735px) {
  .image-full-banner-image {
    display: block;
    width: 100%;
    position: relative;
    background-size: cover;
    background-position: center right 19%;
  }
  .image-full-banner-image:before {
    content: '';
    display: block;
    width: 100%;
    padding-bottom: 73%;
  }
}

@media (min-width: 736px) {
  .image-full-banner-image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #80909B;
    background-size: cover;
    background-position: center center;
    z-index: -1;
  }
}

.sectors-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 3px;
}

@media (max-width: 1067px) {
  .sectors-banner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.sectors-banner-item {
  position: relative;
  overflow: hidden;
}

.sectors-banner-item:before {
  content: '';
  display: block;
  width: 100%;
  padding-bottom: 61.6%;
}

@media (max-width: 1067px) {
  .sectors-banner-item {
    width: 100%;
  }
  .sectors-banner-item:nth-child(n+2) {
    margin-top: 3px;
  }
}

@media (min-width: 1068px) {
  .sectors-banner-item {
    width: 33.33%;
  }
  .sectors-banner-item:nth-child(3n+2) {
    margin-left: 3px;
    margin-right: 3px;
  }
}

.sectors-banner-item-image {
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  z-index: 10;
  background-size: cover;
  background-position: center center;
  -webkit-transition: -webkit-transform 1s ease;
  transition: -webkit-transform 1s ease;
  transition: transform 1s ease;
  transition: transform 1s ease, -webkit-transform 1s ease;
}

.sectors-banner-item-image:after {
  content: '';
  position: absolute;
  top: 10%;
  right: 0;
  bottom: 10%;
  left: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(rgba(0, 0, 0, 0.45)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0));
}

.sectors-banner-item-label {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 20;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
}

@media (max-width: 735px) {
  .sectors-banner-item-label {
    font-size: 24px;
    line-height: 33px;
  }
}

@media (min-width: 736px) and (max-width: 1067px) {
  .sectors-banner-item-label {
    font-size: 28px;
    line-height: 37px;
  }
}

@media (min-width: 1068px) {
  .sectors-banner-item-label {
    font-size: 32px;
    line-height: 41px;
  }
}

.sectors-banner-item:hover .sectors-banner-item-image {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.logos-banner {
  background: #fafafb;
}

@media (max-width: 735px) {
  .logos-banner {
    padding-top: 95px;
    padding-bottom: 56px;
  }
}

@media (min-width: 736px) and (max-width: 1067px) {
  .logos-banner {
    padding-top: 110px;
    padding-bottom: 110px;
  }
}

@media (min-width: 1068px) {
  .logos-banner {
    padding-top: 110px;
    padding-bottom: 110px;
  }
}

.logos-banner .grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 735px) {
  .logos-banner-text {
    width: calc(100% - 30px);
    float: left;
    margin-left: 15px;
  }
}

@media (min-width: 736px) and (max-width: 1067px) {
  .logos-banner-text {
    width: calc(50% - 24px);
    float: left;
    margin-left: 16px;
  }
}

@media (min-width: 1068px) {
  .logos-banner-text {
    width: calc(50% - 37.5px);
    float: left;
    margin-left: 25px;
  }
}

@media (max-width: 735px) {
  .logos-banner-items {
    width: calc(100% - 30px);
    float: left;
    margin-left: 15px;
    margin-top: 60px;
  }
}

@media (min-width: 736px) and (max-width: 1067px) {
  .logos-banner-items {
    width: calc(50% - 24px);
    float: left;
    margin-left: 16px;
  }
}

@media (min-width: 1068px) {
  .logos-banner-items {
    width: calc(50% - 37.5px);
    float: left;
    margin-left: 25px;
  }
}

.logos-banner-items {
  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;
}

.logos-banner-item {
  width: 33.33%;
  padding-left: 10px;
  padding-right: 10px;
}

.logos-banner-item img {
  display: block;
  width: 100%;
  max-width: 135px;
  margin-left: auto;
  margin-right: auto;
  height: auto;
}

@media (max-width: 735px) {
  .logos-banner-item:nth-child(n+4) {
    margin-top: 34px;
  }
}

@media (min-width: 736px) and (max-width: 1067px) {
  .logos-banner-item:nth-child(n+4) {
    margin-top: 44px;
  }
}

@media (min-width: 1068px) {
  .logos-banner-item:nth-child(n+4) {
    margin-top: 84px;
  }
}

a.logos-banner-item {
  cursor: pointer;
}

@media (max-width: 735px) {
  .related-news {
    padding-top: 50px;
    padding-bottom: 40px;
  }
}

@media (min-width: 736px) and (max-width: 1067px) {
  .related-news {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

@media (min-width: 1068px) {
  .related-news {
    padding-top: 72px;
    padding-bottom: 90px;
  }
}

@media (max-width: 735px) {
  .related-news-title {
    width: calc(100% - 30px);
    float: left;
    margin-left: 15px;
    margin-bottom: 20px;
  }
}

@media (min-width: 736px) and (max-width: 1067px) {
  .related-news-title {
    width: calc(100% - 32px);
    float: left;
    margin-left: 16px;
    margin-bottom: 20px;
  }
}

@media (min-width: 1068px) {
  .related-news-title {
    width: calc(100% - 50px);
    float: left;
    margin-left: 25px;
    margin-bottom: 48px;
  }
}

.header-banner {
  position: relative;
  overflow: hidden;
}

.header-banner,
.header-banner-image,
.header-banner-inner-image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.header-banner-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.header-banner-inner {
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  width: 70%;
  max-width: 376px;
  border-radius: 100%;
  -webkit-clip-path: inset(0% 0% 0% 0% round 100%);
          clip-path: inset(0% 0% 0% 0% round 100%);
}

.header-banner-inner:before {
  content: '';
  display: block;
  width: 100%;
  padding-bottom: 100%;
}

.header-banner-inner-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
}

.header-banner-inner-image-elem {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: 100vw;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}

.header-banner-inner-image-elem:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.05);
}

.header-banner-inner-title {
  position: absolute;
  max-width: 376px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 20;
  color: #ffffff;
  text-align: center;
  width: 70%;
}

@media (max-width: 735px) {
  .header-banner {
    height: 100vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header-banner-inner {
    margin: auto;
  }
  .header-banner-inner-title {
    padding: 0 30px;
  }
}

@media (min-width: 736px) {
  .header-banner {
    padding-top: 77px;
    padding-bottom: 77px;
  }
  .header-banner-inner-title {
    padding: 0 30px;
  }
}

.sticky-bar-nav {
  background-color: #ffffff;
  height: 42px;
  position: sticky;
  top: 61px;
  left: 0;
  z-index: 100;
  -webkit-transition: top 0.3s ease-in-out;
  transition: top 0.3s ease-in-out;
  border-bottom: 1px solid #073444;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  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: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

body.headroom--unpinned .sticky-bar-nav {
  top: 0px;
}

.sticky-bar-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sticky-bar-nav li {
  margin-right: 40px;
}

.sticky-bar-nav a {
  color: #073444;
  text-transform: uppercase;
  white-space: nowrap;
  display: block;
  padding: 11px 0;
  position: relative;
}

@media (max-width: 735px) {
  .sticky-bar-nav a {
    font-size: 13px;
    line-height: 23px;
  }
}

@media (min-width: 736px) and (max-width: 1067px) {
  .sticky-bar-nav a {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 1068px) {
  .sticky-bar-nav a {
    font-size: 14px;
    line-height: 20px;
  }
}

.sticky-bar-nav a:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background-color: #073444;
  opacity: 0;
}

.sticky-bar-nav a.active:before {
  opacity: 1;
}

.partnerships {
  background-size: cover;
  background-position: center center;
}

@media (max-width: 735px) {
  .partnerships {
    padding-top: 34px;
    padding-bottom: 34px;
  }
}

@media (min-width: 736px) and (max-width: 1067px) {
  .partnerships {
    padding-top: 34px;
    padding-bottom: 34px;
  }
}

@media (min-width: 1068px) {
  .partnerships {
    padding-top: 180px;
    padding-bottom: 180px;
  }
}

@media (max-width: 735px) {
  .partnerships-inner {
    width: calc(100% - 30px);
    float: left;
    margin-left: 15px;
  }
}

@media (min-width: 736px) and (max-width: 1067px) {
  .partnerships-inner {
    width: calc(50% - 24px);
    float: left;
    margin-left: 16px;
  }
}

@media (min-width: 1068px) {
  .partnerships-inner {
    width: calc(33.33333% - 33.33333px);
    float: left;
    margin-left: 25px;
    margin-left: calc(66.66667% - 41.66667px + 50px);
  }
}

.partnerships-inner h3 {
  color: #ffffff;
}

@media (max-width: 735px) {
  .partnerships-inner h3 {
    margin-bottom: 127px;
  }
}

@media (min-width: 736px) and (max-width: 1067px) {
  .partnerships-inner h3 {
    margin-bottom: 127px;
  }
}

@media (min-width: 1068px) {
  .partnerships-inner h3 {
    margin-bottom: 23px;
  }
}

.partnerships-inner .read-more-link {
  max-width: 270px;
}

.dots-block .grid-full-width {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 735px) {
  .dots-block-item {
    width: calc(66.66667% - 25px);
    float: left;
    margin-left: 15px;
    margin-left: calc(16.66667% - 17.5px + 30px);
  }
  .dots-block-item:nth-child(n+2) {
    margin-top: 45px;
  }
}

@media (min-width: 736px) and (max-width: 1067px) {
  .dots-block-item {
    width: calc(33.33333% - 21.33333px);
    float: left;
    margin-left: 16px;
  }
}

@media (min-width: 1068px) {
  .dots-block-item {
    width: calc(25% - 31.25px);
    float: left;
    margin-left: 25px;
    margin: 0;
  }
}

.dots-block-item-inner {
  margin: 0;
}

.dots-block-item-inner-figure {
  border-radius: 500px;
  background-color: #B2F8F1;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

.dots-block-item-inner-figure:before {
  content: '';
  display: block;
  width: 100%;
  padding-bottom: 100%;
}

.dots-block-item-inner-figure p {
  margin: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  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;
  text-align: center;
  padding-left: 8%;
  padding-right: 8%;
}

.dots-block-item-inner-figure p span {
  font-weight: 300;
  color: #073444;
}

@media (max-width: 735px) {
  .dots-block-item-inner-figure {
    width: 100%;
  }
  .dots-block-item-inner-figure span {
    font-size: 60px;
  }
}

@media (min-width: 736px) and (max-width: 1067px) {
  .dots-block-item-inner-figure {
    width: 91%;
  }
  .dots-block-item-inner-figure span {
    font-size: 60px;
  }
}

@media (min-width: 1068px) {
  .dots-block-item-inner-figure {
    width: 91%;
  }
  .dots-block-item-inner-figure span {
    font-size: 80px;
  }
}

.dots-block-item-inner-caption p {
  color: #073444;
  margin: 0.8em 0 0 0;
  text-align: center;
}

@media (max-width: 735px) {
  .dots-block-item-inner-caption p {
    font-size: 24px;
    line-height: 33px;
  }
}

@media (min-width: 736px) and (max-width: 1067px) {
  .dots-block-item-inner-caption p {
    font-size: 28px;
    line-height: 37px;
  }
}

@media (min-width: 1068px) {
  .dots-block-item-inner-caption p {
    font-size: 32px;
    line-height: 41px;
  }
}

.feature-icons-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.feature-icons-item {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0;
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.feature-icons-item-image {
  display: block;
  width: 100%;
  max-width: 105px;
}

.feature-icons-item-title {
  font-weight: 400;
  color: #80909B;
}

.feature-icons-item-description {
  margin-bottom: 0;
}

@media (max-width: 735px) {
  .feature-icons {
    padding-top: 52px;
  }
  .feature-icons-items {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .feature-icons-item {
    width: 50%;
  }
  .feature-icons-item:nth-child(n+3) {
    margin-top: 31px;
  }
  .feature-icons-item-title {
    margin-top: 30px;
  }
  .feature-icons-item-description {
    margin-top: 10px;
  }
}

@media (min-width: 736px) and (max-width: 1067px) {
  .feature-icons {
    padding-top: 65px;
  }
  .feature-icons-item {
    width: 20%;
  }
  .feature-icons-item-title {
    margin-top: 30px;
  }
  .feature-icons-item-description {
    margin-top: 3px;
  }
}

@media (min-width: 1068px) {
  .feature-icons {
    padding-top: 65px;
  }
  .feature-icons-item {
    width: 20%;
  }
  .feature-icons-item-title {
    margin-top: 30px;
  }
  .feature-icons-item-description {
    margin-top: 3px;
  }
}

.how-it-works {
  overflow: hidden;
}

@media (max-width: 735px) {
  .how-it-works {
    padding-top: 108px;
    padding-bottom: 80px;
  }
}

@media (min-width: 736px) and (max-width: 1067px) {
  .how-it-works {
    padding-top: 89px;
    padding-bottom: 100px;
  }
}

@media (min-width: 1068px) {
  .how-it-works {
    padding-top: 89px;
    padding-bottom: 100px;
  }
}

.how-it-works .padded, .how-it-works .padded-wrapper {
  position: relative;
  z-index: 10;
}

@media (max-width: 735px) {
  .how-it-works-header {
    width: calc(100% - 30px);
    float: left;
    margin-left: 15px;
  }
}

@media (min-width: 736px) and (max-width: 1067px) {
  .how-it-works-header {
    width: calc(50% - 24px);
    float: left;
    margin-left: 16px;
    margin-left: calc(8.33333% - 17.33333px + 32px);
  }
}

@media (min-width: 1068px) {
  .how-it-works-header {
    width: calc(50% - 37.5px);
    float: left;
    margin-left: 25px;
    margin-left: calc(8.33333% - 27.08333px + 50px);
  }
}

.how-it-works-points {
  clear: both;
}

@media (max-width: 735px) {
  .how-it-works-points {
    padding-top: 48px;
    padding-bottom: 118px;
  }
}

@media (min-width: 736px) and (max-width: 1067px) {
  .how-it-works-points {
    padding-top: 66px;
    padding-bottom: 52px;
  }
}

@media (min-width: 1068px) {
  .how-it-works-points {
    padding-top: 66px;
    padding-bottom: 52px;
  }
}

@media (max-width: 735px) {
  .how-it-works-points-item {
    width: calc(100% - 30px);
    float: left;
    margin-left: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .how-it-works-points-item:nth-child(n+2) {
    margin-top: 40px;
  }
}

@media (min-width: 736px) and (max-width: 1067px) {
  .how-it-works-points-item {
    width: calc(25% - 20px);
    float: left;
    margin-left: 16px;
    margin-left: calc(8.33333% - 17.33333px + 32px);
  }
}

@media (min-width: 1068px) {
  .how-it-works-points-item {
    width: calc(25% - 31.25px);
    float: left;
    margin-left: 25px;
    margin-left: calc(8.33333% - 27.08333px + 50px);
  }
  .how-it-works-points-item:nth-child(1) .how-it-works-points-item-number:before, .how-it-works-points-item:nth-child(1) .how-it-works-points-item-number:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -2px;
    width: 100vw;
    height: 4px;
    background-color: #05f2da;
    background-color: var(--cyan);
    z-index: -10;
  }
  .how-it-works-points-item:nth-child(1) .how-it-works-points-item-number:before {
    right: 0;
  }
  .how-it-works-points-item:nth-child(1) .how-it-works-points-item-number:after {
    left: 0;
  }
}

.how-it-works-points-item-number {
  display: block;
  width: 41px;
  height: 41px;
  border: 4px solid #05f2da;
  border: 4px solid var(--cyan);
  border-radius: 200px;
  position: relative;
  background-color: #fafafb;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.how-it-works-points-item-number span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-weight: 600;
  color: #000000;
  margin-top: 1px;
}

@media (max-width: 735px) {
  .how-it-works-points-item-number span {
    font-size: 19px;
    line-height: 28px;
  }
}

@media (min-width: 736px) and (max-width: 1067px) {
  .how-it-works-points-item-number span {
    font-size: 19px;
    line-height: 28px;
  }
}

@media (min-width: 1068px) {
  .how-it-works-points-item-number span {
    font-size: 21px;
    line-height: 31px;
  }
}

.how-it-works-points-item-text {
  color: #073444;
  max-width: 290px;
}

@media (max-width: 735px) {
  .how-it-works-points-item-text {
    font-size: 22px;
    line-height: 32px;
    margin: 4px 0 0 17px;
  }
}

@media (min-width: 736px) and (max-width: 1067px) {
  .how-it-works-points-item-text {
    margin: 10px 0 0 0;
  }
}

@media (min-width: 736px) and (max-width: 1067px) and (max-width: 735px) {
  .how-it-works-points-item-text {
    font-size: 19px;
    line-height: 28px;
  }
}

@media (min-width: 736px) and (max-width: 1067px) and (min-width: 736px) and (max-width: 1067px) {
  .how-it-works-points-item-text {
    font-size: 19px;
    line-height: 28px;
  }
}

@media (min-width: 736px) and (max-width: 1067px) and (min-width: 1068px) {
  .how-it-works-points-item-text {
    font-size: 21px;
    line-height: 31px;
  }
}

@media (min-width: 1068px) {
  .how-it-works-points-item-text {
    margin: 10px 0 0 0;
  }
}

@media (min-width: 1068px) and (max-width: 735px) {
  .how-it-works-points-item-text {
    font-size: 19px;
    line-height: 28px;
  }
}

@media (min-width: 1068px) and (min-width: 736px) and (max-width: 1067px) {
  .how-it-works-points-item-text {
    font-size: 19px;
    line-height: 28px;
  }
}

@media (min-width: 1068px) and (min-width: 1068px) {
  .how-it-works-points-item-text {
    font-size: 21px;
    line-height: 31px;
  }
}

@media (max-width: 735px) {
  .how-it-works-header + .how-it-works-image {
    margin-top: 98px;
  }
}

@media (min-width: 736px) and (max-width: 1067px) {
  .how-it-works-header + .how-it-works-image {
    margin-top: 98px;
  }
}

@media (min-width: 1068px) {
  .how-it-works-header + .how-it-works-image {
    margin-top: 98px;
  }
}

.how-it-works-image {
  position: relative;
}

.how-it-works-image:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100vw;
  background-color: #002237;
  z-index: -1;
}

.how-it-works-image.wider-width:before {
  width: 200vw;
  left: -50vw;
}

@media (max-width: 735px) {
  .how-it-works-image {
    width: calc(100% - 30px);
    float: left;
    margin-left: 15px;
    padding-top: 65px;
    padding-bottom: 69px;
  }
}

@media (min-width: 736px) and (max-width: 1067px) {
  .how-it-works-image {
    width: calc(100% - 32px);
    float: left;
    margin-left: 16px;
    padding-top: 65px;
    padding-bottom: 69px;
  }
}

@media (min-width: 1068px) {
  .how-it-works-image {
    width: calc(100% - 50px);
    float: left;
    margin-left: 25px;
    padding-top: 65px;
    padding-bottom: 69px;
  }
}

.how-it-works-image-inner {
  padding-left: calc(100% * 0.08333);
  padding-right: calc(100% * 0.08333);
}

.how-it-works-image-inner img {
  display: block;
  width: 100%;
}

@media (min-width: 1068px) {
  .how-it-works-image.wider-width .how-it-works-image-inner-with-text {
    width: calc(58.33333% - 39.58333px);
    float: left;
    margin-left: 25px;
  }
}

@media (max-width: 735px) {
  .how-it-works-image.normal-width .how-it-works-image-inner-with-text {
    width: calc(100% - 30px);
    float: left;
    margin-left: 15px;
  }
}

@media (min-width: 736px) and (max-width: 1067px) {
  .how-it-works-image.normal-width .how-it-works-image-inner-with-text {
    width: calc(50% - 24px);
    float: left;
    margin-left: 16px;
    margin-left: calc(8.33333% - 17.33333px + 32px);
  }
}

@media (min-width: 1068px) {
  .how-it-works-image.normal-width .how-it-works-image-inner-with-text {
    width: calc(50% - 37.5px);
    float: left;
    margin-left: 25px;
    margin-left: calc(8.33333% - 27.08333px + 50px);
  }
}

.how-it-works-image-inner-with-text img {
  display: block;
  width: 100%;
}

@media (max-width: 735px) {
  .how-it-works-image-inner-text {
    width: calc(100% - 30px);
    float: left;
    margin-left: 15px;
    margin-top: 30px;
  }
}

@media (min-width: 736px) and (max-width: 1067px) {
  .how-it-works-image-inner-text {
    width: calc(33.33333% - 21.33333px);
    float: left;
    margin-left: 16px;
    margin-left: calc(8.33333% - 17.33333px + 32px);
  }
}

@media (min-width: 1068px) {
  .how-it-works-image-inner-text {
    width: calc(33.33333% - 33.33333px);
    float: left;
    margin-left: 25px;
    margin-left: calc(8.33333% - 27.08333px + 50px);
  }
}

.how-it-works-image-inner-text .nice-type * {
  color: #ffffff;
}

@media (max-width: 735px) {
  .how-it-works-image.wider-width.extra-bottom-padding {
    padding-bottom: 150px;
    margin-bottom: -86px;
  }
}

@media (min-width: 736px) and (max-width: 1067px) {
  .how-it-works-image.wider-width.extra-bottom-padding {
    padding-bottom: 355px;
    margin-bottom: -240px;
  }
}

@media (min-width: 1068px) {
  .how-it-works-image.wider-width.extra-bottom-padding {
    padding-bottom: 355px;
    margin-bottom: -240px;
  }
}

.about-main-content-image-bottom + .how-it-works-under-image-text {
  padding-top: 0;
}

@media (max-width: 735px) {
  .about-main-content-image-bottom + .how-it-works-under-image-text {
    margin-top: 60px;
  }
}

@media (min-width: 736px) and (max-width: 1067px) {
  .about-main-content-image-bottom + .how-it-works-under-image-text {
    margin-top: 60px;
  }
}

@media screen and (min-width: 736px) and (max-width: 1067px) and (min-width: 736px) {
  .about-main-content-image-bottom + .how-it-works-under-image-text {
    margin-top: calc(60px + -30 * ((100vw - 736px) / 332));
  }
}

@media screen and (min-width: 736px) and (max-width: 1067px) and (min-width: 1068px) {
  .about-main-content-image-bottom + .how-it-works-under-image-text {
    margin-top: 30px;
  }
}

@media (min-width: 1068px) {
  .about-main-content-image-bottom + .how-it-works-under-image-text {
    margin-top: 0px;
  }
}

@media screen and (min-width: 1068px) and (min-width: 1068px) {
  .about-main-content-image-bottom + .how-it-works-under-image-text {
    margin-top: calc(0px + -123 * ((100vw - 1068px) / 432));
  }
}

@media screen and (min-width: 1068px) and (min-width: 1500px) {
  .about-main-content-image-bottom + .how-it-works-under-image-text {
    margin-top: -123px;
  }
}

@media (max-width: 735px) {
  .how-it-works-under-image-text {
    width: calc(100% - 30px);
    float: left;
    margin-left: 15px;
    padding-top: 81px;
  }
}

@media (min-width: 736px) and (max-width: 1067px) {
  .how-it-works-under-image-text {
    width: calc(50% - 24px);
    float: left;
    margin-left: 16px;
    margin-left: calc(41.66667% - 22.66667px + 32px);
    padding-top: 90px;
  }
}

@media (min-width: 1068px) {
  .how-it-works-under-image-text {
    width: calc(50% - 37.5px);
    float: left;
    margin-left: 25px;
    margin-left: calc(41.66667% - 35.41667px + 50px);
    padding-top: 90px;
  }
}

.how-it-works-icons-use-cases.tech-use-cases {
  margin-top: 49px;
  margin-bottom: 55px;
}

.how-it-works-icons {
  clear: both;
}

@media (max-width: 735px) {
  .how-it-works-icons {
    width: calc(100% - 30px);
    float: left;
    margin-left: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-top: 45px;
    padding-bottom: 84px;
  }
  .how-it-works-icons > * {
    margin-top: 55px;
  }
}

@media (min-width: 736px) and (max-width: 1067px) {
  .how-it-works-icons {
    width: calc(100% - 32px);
    float: left;
    margin-left: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-top: 6px;
    padding-bottom: 50px;
  }
  .how-it-works-icons > * {
    margin-top: 55px;
  }
}

@media (min-width: 1068px) {
  .how-it-works-icons {
    width: calc(100% - 50px);
    float: left;
    margin-left: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-top: 6px;
    padding-bottom: 50px;
  }
  .how-it-works-icons > * {
    margin-top: 55px;
  }
}

.how-it-works-icon {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0px;
  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;
  padding-left: 10px;
  padding-right: 10px;
}

.how-it-works-icon p {
  margin: 0;
}

@media (max-width: 735px) {
  .how-it-works-icon p {
    font-size: 19px;
    line-height: 28px;
  }
}

@media (min-width: 736px) and (max-width: 1067px) {
  .how-it-works-icon p {
    font-size: 19px;
    line-height: 28px;
  }
}

@media (min-width: 1068px) {
  .how-it-works-icon p {
    font-size: 21px;
    line-height: 31px;
  }
}

.how-it-works-icon img {
  display: block;
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 735px) {
  .how-it-works-icon p {
    padding-bottom: 35px;
  }
  .how-it-works-icon img {
    max-width: 122px;
  }
}

@media (min-width: 736px) and (max-width: 1067px) {
  .how-it-works-icon p {
    padding-bottom: 32px;
  }
  .how-it-works-icon img {
    max-width: 142px;
  }
}

@media (min-width: 1068px) {
  .how-it-works-icon p {
    padding-bottom: 32px;
  }
  .how-it-works-icon img {
    max-width: 142px;
  }
}

.how-it-works-under-icons-text {
  clear: both;
}

@media (max-width: 735px) {
  .how-it-works-under-icons-text {
    width: calc(100% - 30px);
    float: left;
    margin-left: 15px;
  }
}

@media (min-width: 736px) and (max-width: 1067px) {
  .how-it-works-under-icons-text {
    width: calc(50% - 24px);
    float: left;
    margin-left: 16px;
    margin-left: calc(41.66667% - 22.66667px + 32px);
    margin-top: 20px;
  }
}

@media (min-width: 1068px) {
  .how-it-works-under-icons-text {
    width: calc(50% - 37.5px);
    float: left;
    margin-left: 25px;
    margin-left: calc(41.66667% - 35.41667px + 50px);
    padding-top: 20px;
  }
}

@media (min-width: 1068px) {
  .headeline-image {
    padding-top: 80px;
    padding-bottom: 100px;
  }
}

@media (min-width: 1068px) {
  .headeline-image-text {
    width: calc(50% - 37.5px);
    float: left;
    margin-left: 25px;
    margin-left: calc(8.33333% - 27.08333px + 50px);
  }
}

.headeline-image-media {
  position: relative;
}

@media (min-width: 1068px) {
  .headeline-image-media {
    width: calc(83.33333% - 45.83333px);
    float: left;
    margin-left: 25px;
    margin-left: calc(8.33333% - 27.08333px + 50px);
    margin-top: 64px;
  }
}

.headeline-image-media img {
  display: block;
  width: 100%;
  max-width: 100%;
}

.headeline-image-media p {
  width: 100%;
  max-width: 470px;
  margin: 0;
  position: absolute;
  bottom: 0;
  left: 0;
}

.social-share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.social-share a {
  display: block;
}

.social-share a:nth-child(n+2) {
  margin-left: 31px;
}

.social-share svg {
  display: block;
  fill: #80909B;
}

.social-share a:hover svg {
  fill: #EF7C21;
}

.social-share svg[data-icon="twitter"] {
  width: 21px;
  height: 17px;
}

.social-share svg[data-icon="linkedin"] {
  width: 20px;
  height: 19px;
}

.social-share svg[data-icon="facebook"] {
  width: 11px;
  height: 22px;
  position: relative;
  top: 1px;
}

.text-blocks {
  background-color: #FAFAFB;
}

@media (max-width: 735px) {
  .text-blocks {
    padding-top: 44px;
    padding-bottom: 50px;
  }
}

@media (min-width: 736px) and (max-width: 1067px) {
  .text-blocks {
    padding-top: 52px;
    padding-bottom: 57px;
  }
}

@media (min-width: 1068px) {
  .text-blocks {
    padding-top: 58px;
    padding-bottom: 57px;
  }
}

@media (max-width: 735px) {
  .text-item {
    width: calc(100% - 30px);
    float: left;
    margin-left: 15px;
  }
  .text-item:nth-child(n+2) {
    margin-top: 39px;
  }
}

@media (min-width: 736px) and (max-width: 1067px) {
  .text-item {
    width: calc(50% - 24px);
    float: left;
    margin-left: 16px;
  }
  .text-item:nth-child(n+3) {
    margin-top: 45px;
  }
}

@media (min-width: 1068px) {
  .text-item {
    width: calc(33.33333% - 33.33333px);
    float: left;
    margin-left: 25px;
  }
}

body .lscookies-user-box {
  background: #fafafb;
}

body .lscookies-user-box h2 {
  font-weight: 600;
  font-family: 'Inter';
}

@media (max-width: 735px) {
  body .lscookies-user-box h2 {
    font-size: 19px;
    line-height: 28px;
  }
}

@media (min-width: 736px) and (max-width: 1067px) {
  body .lscookies-user-box h2 {
    font-size: 19px;
    line-height: 28px;
  }
}

@media (min-width: 1068px) {
  body .lscookies-user-box h2 {
    font-size: 21px;
    line-height: 31px;
  }
}

body .lscookies-user-box p {
  font-family: 'Inter';
}

@media (max-width: 735px) {
  body .lscookies-user-box p {
    font-size: 13px;
    line-height: 23px;
  }
}

@media (min-width: 736px) and (max-width: 1067px) {
  body .lscookies-user-box p {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 1068px) {
  body .lscookies-user-box p {
    font-size: 14px;
    line-height: 20px;
  }
}

body .lscookies-user-box .gform_button, body .lscookies-user-box .button {
  min-width: 180px;
}

body .lscookies-user-box a {
  text-decoration: none;
}

@media (max-width: 735px) {
  body .lscookies-user-box a {
    font-size: 13px;
    line-height: 23px;
  }
}

@media (min-width: 736px) and (max-width: 1067px) {
  body .lscookies-user-box a {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 1068px) {
  body .lscookies-user-box a {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (max-width: 735px) {
  .people-block {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .people-block h2 {
    max-width: 170px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 736px) and (max-width: 1067px) {
  .people-block {
    padding-top: 53px;
    padding-bottom: 40px;
  }
}

@media (min-width: 1068px) {
  .people-block {
    padding-top: 58px;
    padding-bottom: 52px;
  }
}

.people-block .nice-type {
  text-align: center;
}

@media (max-width: 735px) {
  .people-block .nice-type {
    width: calc(100% - 30px);
    float: left;
    margin-left: 15px;
  }
}

@media (min-width: 736px) and (max-width: 1067px) {
  .people-block .nice-type {
    width: calc(83.33333% - 29.33333px);
    float: left;
    margin-left: 16px;
    margin-left: calc(8.33333% - 17.33333px + 32px);
  }
}

@media (min-width: 1068px) {
  .people-block .nice-type {
    width: calc(66.66667% - 41.66667px);
    float: left;
    margin-left: 25px;
    margin-left: calc(16.66667% - 29.16667px + 50px);
  }
}

@media (max-width: 735px) {
  .people {
    margin-top: 34px;
  }
}

@media (min-width: 736px) {
  .people {
    margin-top: 20px;
  }
}

.person img {
  display: block;
  width: 100%;
}

@media (max-width: 735px) {
  .person {
    width: calc(33.33333% - 20px);
    float: left;
    margin-left: 15px;
  }
  .person:nth-child(n+4) {
    margin-top: 15px;
  }
}

@media (min-width: 736px) and (max-width: 1067px) {
  .person {
    width: calc(16.66667% - 18.66667px);
    float: left;
    margin-left: 16px;
  }
}

@media (min-width: 1068px) {
  .person {
    width: calc(16.66667% - 29.16667px);
    float: left;
    margin-left: 25px;
  }
}

.small-text-blocks {
  background-color: #FAFAFB;
}

@media (max-width: 735px) {
  .small-text-blocks {
    padding-top: 47px;
    padding-bottom: 56px;
  }
}

@media (min-width: 736px) and (max-width: 1067px) {
  .small-text-blocks {
    padding-top: 43px;
    padding-bottom: 53px;
  }
}

@media (min-width: 1068px) {
  .small-text-blocks {
    padding-top: 58px;
    padding-bottom: 57px;
  }
}

@media (max-width: 735px) {
  .small-text-item {
    width: calc(100% - 30px);
    float: left;
    margin-left: 15px;
  }
  .small-text-item:nth-child(n+2) {
    margin-top: 32px;
  }
}

@media (min-width: 736px) and (max-width: 1067px) {
  .small-text-item {
    width: calc(50% - 24px);
    float: left;
    margin-left: 16px;
  }
  .small-text-item:nth-child(n+3) {
    margin-top: 42px;
  }
}

@media (min-width: 1068px) {
  .small-text-item {
    width: calc(33.33333% - 33.33333px);
    float: left;
    margin-left: 25px;
  }
}

.post-password-form {
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  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;
  text-align: center;
}

.post-password-form-inner {
  background: #fafafb;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 3px;
}

.post-password-form-inner input[type="password"] {
  display: block;
  width: 100%;
  border: 1px solid #F0EDEE;
  background: #ffffff;
  border-radius: 3px;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 26px;
  color: #80909B;
  border-color: #DFE3E6;
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  min-width: 250px;
}

@media (max-width: 735px) {
  .post-password-form-inner input[type="password"] {
    font-size: 14px;
    line-height: 19.6px;
  }
}

.post-password-form-inner input[type="password"]::-webkit-input-placeholder {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 26px;
  color: #80909B;
}

.post-password-form-inner input[type="password"]::-moz-placeholder {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 26px;
  color: #80909B;
}

.post-password-form-inner input[type="password"]:-ms-input-placeholder {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 26px;
  color: #80909B;
}

.post-password-form-inner input[type="password"]::-ms-input-placeholder {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 26px;
  color: #80909B;
}

.post-password-form-inner input[type="password"]::placeholder {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 26px;
  color: #80909B;
}

@media (max-width: 735px) {
  .post-password-form-inner input[type="password"]::-webkit-input-placeholder {
    font-size: 14px;
    line-height: 19.6px;
  }
  .post-password-form-inner input[type="password"]::-moz-placeholder {
    font-size: 14px;
    line-height: 19.6px;
  }
  .post-password-form-inner input[type="password"]:-ms-input-placeholder {
    font-size: 14px;
    line-height: 19.6px;
  }
  .post-password-form-inner input[type="password"]::-ms-input-placeholder {
    font-size: 14px;
    line-height: 19.6px;
  }
  .post-password-form-inner input[type="password"]::placeholder {
    font-size: 14px;
    line-height: 19.6px;
  }
}

.post-password-form-inner input[type="password"]:focus {
  outline: 0;
  border-color: #DFE3E6;
}

@media (max-width: 735px) {
  .post-password-form-inner input[type="password"] {
    padding: 3px 15px 8px 15px;
  }
}

@media (min-width: 736px) and (max-width: 1067px) {
  .post-password-form-inner input[type="password"] {
    padding: 10px 15px 24px 15px;
  }
}

@media (min-width: 1068px) {
  .post-password-form-inner input[type="password"] {
    padding: 10px 15px 24px 15px;
  }
}

@media (max-width: 499px) {
  .post-password-form-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 90%;
    padding: 15px;
  }
  .post-password-form-inner input[type="password"] {
    width: 100%;
    margin-bottom: 10px;
  }
}

@media (min-width: 500px) {
  .post-password-form-inner {
    padding: 25px;
  }
  .post-password-form-inner input[type="password"] {
    margin-right: 15px;
  }
}

/*****
  Larger groups of styles for larger parts
*****/
@media (max-width: 735px) {
  .home-intro {
    padding-top: 42px;
    padding-bottom: 50px;
  }
  .home-intro .grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (min-width: 736px) and (max-width: 1067px) {
  .home-intro {
    padding-top: 68px;
    padding-bottom: 90px;
  }
  .home-intro .grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (min-width: 1068px) {
  .home-intro {
    padding-top: 68px;
    padding-bottom: 90px;
  }
  .home-intro .grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (max-width: 735px) {
  .home-intro-main {
    width: calc(100% - 30px);
    float: left;
    margin-left: 15px;
    padding-bottom: 12px;
  }
  .home-intro-main .nice-type {
    padding-right: 7%;
  }
}

@media (min-width: 736px) and (max-width: 1067px) {
  .home-intro-main {
    width: calc(75% - 28px);
    float: left;
    margin-left: 16px;
    margin-left: calc(8.33333% - 17.33333px + 32px);
    padding-bottom: 57px;
  }
  .home-intro-main .nice-type {
    padding-right: 7%;
  }
}

@media (min-width: 1068px) {
  .home-intro-main {
    width: calc(75% - 43.75px);
    float: left;
    margin-left: 25px;
    margin-left: calc(8.33333% - 27.08333px + 50px);
    padding-bottom: 57px;
  }
  .home-intro-main .nice-type {
    padding-right: 7%;
  }
}

@media (max-width: 735px) {
  .home-intro-images {
    width: calc(100% - 30px);
    float: left;
    margin-left: 15px;
  }
}

@media (min-width: 736px) and (max-width: 1067px) {
  .home-intro-images {
    width: calc(50% - 24px);
    float: left;
    margin-left: 16px;
  }
}

@media (min-width: 1068px) {
  .home-intro-images {
    width: calc(50% - 37.5px);
    float: left;
    margin-left: 25px;
  }
}

@media (max-width: 735px) {
  .home-intro-secondary {
    width: calc(100% - 30px);
    float: left;
    margin-left: 15px;
    margin-top: 75px;
  }
}

@media (min-width: 736px) and (max-width: 1067px) {
  .home-intro-secondary {
    width: calc(50% - 24px);
    float: left;
    margin-left: 16px;
  }
}

@media (min-width: 1068px) {
  .home-intro-secondary {
    width: calc(50% - 37.5px);
    float: left;
    margin-left: 25px;
  }
}

.home-intro-images {
  position: relative;
}

.home-intro-images:before {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  background-image: url("../images/circle.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

@media (max-width: 735px) {
  .home-intro-images:before {
    top: 40px;
    bottom: 30px;
  }
}

@media (min-width: 736px) and (max-width: 1067px) {
  .home-intro-images:before {
    top: 70px;
    bottom: 70px;
  }
}

@media (min-width: 1068px) {
  .home-intro-images:before {
    top: 70px;
    bottom: 70px;
  }
}

.home-intro-images .carousel-item {
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  max-height: 536px;
}

.home-intro-images .carousel-item:before {
  content: '';
  display: block;
  width: 100%;
}

@media (max-width: 735px) {
  .home-intro-images .carousel-item:before {
    padding-bottom: 100%;
  }
}

@media (min-width: 736px) and (max-width: 1067px) {
  .home-intro-images .carousel-item:before {
    padding-bottom: 135.1%;
  }
}

@media (min-width: 1068px) {
  .home-intro-images .carousel-item:before {
    padding-bottom: 135.1%;
  }
}

@media (min-width: 736px) {
  .home .image-full-banner {
    color: #ffffff;
  }
  .home .image-full-banner h2 {
    color: #ffffff;
  }
}

@media (max-width: 735px) {
  .sector-intro {
    padding-top: 42px;
    padding-bottom: 62px;
  }
}

@media (min-width: 736px) and (max-width: 1067px) {
  .sector-intro {
    padding-top: 60px;
    padding-bottom: 79px;
  }
}

@media (min-width: 1068px) {
  .sector-intro {
    padding-top: 69px;
    padding-bottom: 79px;
  }
}

@media (max-width: 735px) {
  .sector-intro-upper {
    width: calc(100% - 30px);
    float: left;
    margin-left: 15px;
  }
}

@media (min-width: 736px) and (max-width: 1067px) {
  .sector-intro-upper {
    width: calc(50% - 24px);
    float: left;
    margin-left: 16px;
    margin-left: calc(8.33333% - 17.33333px + 32px);
  }
}

@media (min-width: 1068px) {
  .sector-intro-upper {
    width: calc(50% - 37.5px);
    float: left;
    margin-left: 25px;
    margin-left: calc(8.33333% - 27.08333px + 50px);
  }
}

.sector-intro-image {
  position: relative;
}

@media (max-width: 735px) {
  .sector-intro-image {
    margin-top: 22px;
    margin-bottom: 48px;
  }
}

@media (min-width: 736px) and (max-width: 1067px) {
  .sector-intro-image {
    margin-top: 50px;
    margin-bottom: 57px;
  }
}

@media (min-width: 1068px) {
  .sector-intro-image {
    margin-top: 50px;
    margin-bottom: 57px;
  }
}

.sector-intro-image img {
  display: block;
  width: 100%;
}

.sector-intro-image .video-lightbox {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.sector-intro-image .video-lightbox svg {
  width: 132px;
  height: 132px;
  fill: #ffffff;
  opacity: 0.3;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.sector-intro-image .video-lightbox:hover svg {
  opacity: 1;
}

@media (max-width: 735px) {
  .sector-intro-lower {
    width: calc(100% - 30px);
    float: left;
    margin-left: 15px;
  }
}

@media (min-width: 736px) and (max-width: 1067px) {
  .sector-intro-lower {
    width: calc(50% - 24px);
    float: left;
    margin-left: 16px;
    margin-left: calc(41.66667% - 22.66667px + 32px);
  }
}

@media (min-width: 1068px) {
  .sector-intro-lower {
    width: calc(50% - 37.5px);
    float: left;
    margin-left: 25px;
    margin-left: calc(41.66667% - 35.41667px + 50px);
  }
}

.sector-sections article[data-sticky-section] {
  border-top: 1px solid #073444;
}

.sector-sections article[data-sticky-section]:first-child {
  border-top: 0;
}

.sector-sections article:nth-child(odd) .sector-section {
  background-color: #fafafb;
}

@media (max-width: 735px) {
  .sector-section {
    padding-top: 54px;
    padding-bottom: 65px;
  }
}

@media (min-width: 736px) and (max-width: 1067px) {
  .sector-section {
    padding-top: 87px;
    padding-bottom: 90px;
  }
}

@media (min-width: 1068px) {
  .sector-section {
    padding-top: 87px;
    padding-bottom: 90px;
  }
  .sector-section .related-news {
    padding-bottom: 0;
  }
}

@media (max-width: 735px) {
  .sector-section-title {
    width: calc(100% - 30px);
    float: left;
    margin-left: 15px;
  }
}

@media (min-width: 736px) and (max-width: 1067px) {
  .sector-section-title {
    width: calc(41.66667% - 22.66667px);
    float: left;
    margin-left: 16px;
    margin-left: calc(8.33333% - 17.33333px + 32px);
  }
}

@media (min-width: 1068px) {
  .sector-section-title {
    width: calc(41.66667% - 35.41667px);
    float: left;
    margin-left: 25px;
    margin-left: calc(8.33333% - 27.08333px + 50px);
  }
}

@media (max-width: 735px) {
  .sector-section-intro {
    width: calc(100% - 30px);
    float: left;
    margin-left: 15px;
    margin-top: 40px;
  }
}

@media (min-width: 736px) and (max-width: 1067px) {
  .sector-section-intro {
    width: calc(50% - 24px);
    float: left;
    margin-left: 16px;
    margin-left: calc(8.33333% - 17.33333px + 32px);
    margin-top: 40px;
  }
}

@media (min-width: 1068px) {
  .sector-section-intro {
    width: calc(50% - 37.5px);
    float: left;
    margin-left: 25px;
    margin-left: calc(8.33333% - 27.08333px + 50px);
    margin-top: 40px;
  }
}

@media (max-width: 735px) {
  .sector-section-image {
    margin-top: 38px;
    margin-bottom: 38px;
  }
}

@media (min-width: 736px) and (max-width: 1067px) {
  .sector-section-image {
    margin-top: 49px;
    margin-bottom: 49px;
  }
}

@media (min-width: 1068px) {
  .sector-section-image {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}

.sector-section-image-inner {
  position: relative;
}

.sector-section-image-inner .video-lightbox {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.sector-section-image-inner .video-lightbox svg {
  width: 132px;
  height: 132px;
  fill: #ffffff;
  opacity: 0.3;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.sector-section-image-inner .video-lightbox:hover svg {
  opacity: 1;
}

.sector-section-image-inner img {
  display: block;
  width: 100%;
}

.sector-section-image-inner[style*="background-image"] {
  background-size: cover;
  background-position: center center;
  background-position: center;
}

.sector-section-image-inner[style*="background-image"]:before {
  content: '';
  display: block;
  width: 100%;
  padding-bottom: 56%;
}

@media (max-width: 735px) {
  .sector-section-description-text {
    width: calc(100% - 30px);
    float: left;
    margin-left: 15px;
  }
}

@media (min-width: 736px) and (max-width: 1067px) {
  .sector-section-description-text {
    width: calc(50% - 24px);
    float: left;
    margin-left: 16px;
    margin-left: calc(8.33333% - 17.33333px + 32px);
  }
}

@media (min-width: 1068px) {
  .sector-section-description-text {
    width: calc(50% - 37.5px);
    float: left;
    margin-left: 25px;
    margin-left: calc(8.33333% - 27.08333px + 50px);
  }
}

@media (max-width: 735px) {
  .sector-section-description-quote {
    font-size: 24px;
    line-height: 33px;
  }
}

@media (min-width: 736px) and (max-width: 1067px) {
  .sector-section-description-quote {
    font-size: 28px;
    line-height: 37px;
  }
}

@media (min-width: 1068px) {
  .sector-section-description-quote {
    font-size: 32px;
    line-height: 41px;
  }
}

@media (max-width: 735px) {
  .sector-section-description-quote {
    width: calc(100% - 30px);
    float: left;
    margin-left: 15px;
    margin-top: 28px;
  }
}

@media (min-width: 736px) and (max-width: 1067px) {
  .sector-section-description-quote {
    width: calc(33.33333% - 21.33333px);
    float: left;
    margin-left: 16px;
    margin-left: calc(8.33333% - 17.33333px + 32px);
  }
}

@media (min-width: 1068px) {
  .sector-section-description-quote {
    width: calc(33.33333% - 33.33333px);
    float: left;
    margin-left: 25px;
    margin-left: calc(8.33333% - 27.08333px + 50px);
  }
}

.sector-section-description-quote .nice-type p {
  margin: 0;
}

.sector-section-description-quote p + small {
  display: block;
}

@media (max-width: 735px) {
  .sector-section-description-quote p + small {
    font-size: 11px;
    line-height: 18px;
  }
}

@media (min-width: 736px) and (max-width: 1067px) {
  .sector-section-description-quote p + small {
    font-size: 11px;
    line-height: 18px;
  }
}

@media (min-width: 1068px) {
  .sector-section-description-quote p + small {
    font-size: 11px;
    line-height: 18px;
  }
}

.sector-section-logos {
  clear: both;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 60px;
}

@media (max-width: 735px) {
  .sector-section-logos {
    width: calc(100% - 30px);
    float: left;
    margin-left: 15px;
  }
}

@media (min-width: 736px) and (max-width: 1067px) {
  .sector-section-logos {
    width: calc(50% - 24px);
    float: left;
    margin-left: 16px;
    margin-left: calc(8.33333% - 17.33333px + 32px);
  }
}

@media (min-width: 1068px) {
  .sector-section-logos {
    width: calc(50% - 37.5px);
    float: left;
    margin-left: 25px;
    margin-left: calc(8.33333% - 27.08333px + 50px);
  }
}

.sector-section-logos-item {
  display: block;
  margin-right: 60px;
}

.sector-section-logos-item:nth-child(3n+3) {
  margin-right: 0;
}

.sector-section-logos-item:nth-child(n+4) {
  margin-top: 30px;
}

.sector-section-logos-item img {
  width: auto;
  max-height: 70px;
}

.sector-section-image + .sector-use-cases {
  margin-top: 0;
}

@media (max-width: 735px) {
  .sector-use-cases {
    width: calc(100% - 30px);
    float: left;
    margin-left: 15px;
    margin-top: 60px;
  }
}

@media (min-width: 736px) and (max-width: 1067px) {
  .sector-use-cases {
    width: calc(50% - 24px);
    float: left;
    margin-left: 16px;
    margin-left: calc(8.33333% - 17.33333px + 32px);
    margin-top: 60px;
  }
}

@media (min-width: 1068px) {
  .sector-use-cases {
    width: calc(50% - 37.5px);
    float: left;
    margin-left: 25px;
    margin-left: calc(8.33333% - 27.08333px + 50px);
    margin-top: 60px;
  }
}

.product-sections article:nth-child(odd) {
  background-color: #fafafb;
}

.product-section-banner.image-full-banner {
  color: #ffffff;
}

.product-section-banner.image-full-banner h2 {
  color: #ffffff;
}

.technology-sections .technology-section:nth-child(n+2) {
  border-top: 1px solid #002237;
}

.technology-sections .technology-section .sector-section {
  background: #fafafb;
}

@media (max-width: 735px) {
  .tech-areas {
    margin-top: 15px;
    padding-bottom: 68px;
  }
}

@media (min-width: 736px) and (max-width: 1067px) {
  .tech-areas {
    padding-bottom: 98px;
  }
  .tech-areas .tech-areas-inner {
    width: calc(100% - 32px);
    float: left;
    margin-left: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}

@media (min-width: 1068px) {
  .tech-areas {
    padding-bottom: 98px;
  }
  .tech-areas .tech-areas-inner {
    width: calc(100% - 50px);
    float: left;
    margin-left: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}

@media (max-width: 735px) {
  .tech-areas-item {
    width: calc(66.66667% - 25px);
    float: left;
    margin-left: 15px;
    margin-left: calc(16.66667% - 17.5px + 30px);
  }
  .tech-areas-item:nth-child(n+2) {
    margin-top: 50px;
  }
}

@media (min-width: 736px) and (max-width: 1067px) {
  .tech-areas-item {
    width: calc(33.33333% - 21.33333px);
    float: left;
    margin-left: 16px;
  }
}

@media (min-width: 1068px) {
  .tech-areas-item {
    width: calc(25% - 31.25px);
    float: left;
    margin-left: 25px;
    margin: 0;
  }
}

.tech-areas-item-inner {
  background-color: #B2F8F1;
  border-radius: 100%;
  position: relative;
  margin: 0 auto;
}

.tech-areas-item-inner:before {
  content: '';
  display: block;
  width: 100%;
  padding-bottom: 100%;
}

@media (max-width: 735px) {
  .tech-areas-item-inner {
    width: 100%;
  }
}

@media (min-width: 736px) and (max-width: 1067px) {
  .tech-areas-item-inner {
    width: 91%;
  }
}

@media (min-width: 1068px) {
  .tech-areas-item-inner {
    width: 91%;
  }
}

.tech-areas-item-inner-text {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 100%;
  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;
  text-align: center;
  padding: 0 5%;
}

.tech-areas-item-inner-text span {
  color: #073444;
}

@media (max-width: 735px) {
  .tech-areas-item-inner-text span {
    font-size: 24px;
    line-height: 33px;
  }
}

@media (min-width: 736px) and (max-width: 1067px) {
  .tech-areas-item-inner-text span {
    font-size: 24px;
    line-height: 33px;
  }
}

@media (min-width: 1068px) and (max-width: 735px) {
  .tech-areas-item-inner-text span {
    font-size: 24px;
    line-height: 33px;
  }
}

@media (min-width: 1068px) and (min-width: 736px) and (max-width: 1067px) {
  .tech-areas-item-inner-text span {
    font-size: 28px;
    line-height: 37px;
  }
}

@media (min-width: 1068px) and (min-width: 1068px) {
  .tech-areas-item-inner-text span {
    font-size: 32px;
    line-height: 41px;
  }
}

.tech-diagram {
  background: #002237;
}

@media (max-width: 735px) {
  .tech-diagram {
    padding-top: 40px;
    padding-bottom: 150px;
  }
}

@media (min-width: 736px) and (max-width: 1067px) {
  .tech-diagram {
    padding-top: 125px;
    padding-bottom: 335px;
  }
}

@media (min-width: 1068px) {
  .tech-diagram {
    padding-top: 125px;
    padding-bottom: 335px;
  }
}

@media (max-width: 735px) {
  .tech-diagram .tech-diagram-image {
    width: calc(100% - 30px);
    float: left;
    margin-left: 15px;
  }
}

@media (min-width: 736px) and (max-width: 1067px) {
  .tech-diagram .tech-diagram-image {
    width: calc(58.33333% - 25.33333px);
    float: left;
    margin-left: 16px;
  }
}

@media (min-width: 1068px) {
  .tech-diagram .tech-diagram-image {
    width: calc(58.33333% - 39.58333px);
    float: left;
    margin-left: 25px;
  }
}

.tech-diagram .tech-diagram-image img {
  display: block;
  width: 100%;
}

@media (max-width: 735px) {
  .tech-diagram .tech-diagram-text {
    width: calc(100% - 30px);
    float: left;
    margin-left: 15px;
    margin-top: 42px;
  }
}

@media (min-width: 736px) and (max-width: 1067px) {
  .tech-diagram .tech-diagram-text {
    width: calc(33.33333% - 21.33333px);
    float: left;
    margin-left: 16px;
    margin-left: calc(8.33333% - 17.33333px + 32px);
  }
}

@media (min-width: 1068px) {
  .tech-diagram .tech-diagram-text {
    width: calc(33.33333% - 33.33333px);
    float: left;
    margin-left: 25px;
    margin-left: calc(8.33333% - 27.08333px + 50px);
  }
}

.tech-diagram .tech-diagram-text .nice-type,
.tech-diagram .tech-diagram-text .nice-type h3 {
  color: #ffffff;
}

.tech-section-staggered-images {
  margin-top: 0;
}

.tech-section-staggered-images .about-main-content {
  padding-top: 0;
}

.tech-section-staggered-images .about-main-content-image-top {
  margin-top: 0;
}

.tech-diagram + .tech-section-staggered-images {
  margin-top: -86px;
}

@media (max-width: 735px) {
  .tech-use-cases {
    width: calc(100% - 30px);
    float: left;
    margin-left: 15px;
    margin-top: 60px;
  }
}

@media (min-width: 736px) and (max-width: 1067px) {
  .tech-use-cases {
    width: calc(50% - 24px);
    float: left;
    margin-left: 16px;
    margin-left: calc(41.66667% - 22.66667px + 32px);
  }
  .tech-use-cases {
    margin-top: 60px;
  }
}

@media screen and (min-width: 736px) and (max-width: 1067px) and (min-width: 736px) {
  .tech-use-cases {
    margin-top: calc(60px + -30 * ((100vw - 736px) / 332));
  }
}

@media screen and (min-width: 736px) and (max-width: 1067px) and (min-width: 1068px) {
  .tech-use-cases {
    margin-top: 30px;
  }
}

@media (min-width: 1068px) {
  .tech-use-cases {
    width: calc(50% - 37.5px);
    float: left;
    margin-left: 25px;
    margin-left: calc(41.66667% - 35.41667px + 50px);
  }
  .tech-use-cases {
    margin-top: 0px;
  }
}

@media screen and (min-width: 1068px) and (min-width: 1068px) {
  .tech-use-cases {
    margin-top: calc(0px + -123 * ((100vw - 1068px) / 432));
  }
}

@media screen and (min-width: 1068px) and (min-width: 1500px) {
  .tech-use-cases {
    margin-top: -123px;
  }
}

.tech-use-cases-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 735px) {
  .tech-use-cases-icons {
    margin-top: 49px;
    margin-bottom: 39px;
  }
  .tech-use-cases-icons .tech-use-cases-icon:nth-child(n+3) {
    margin-top: 55px;
  }
}

@media (min-width: 736px) and (max-width: 1067px) {
  .tech-use-cases-icons {
    width: calc(100% + 25px + 13.33%);
    margin-top: 44px;
    margin-bottom: 55px;
  }
  .tech-use-cases-icons .tech-use-cases-icon:nth-child(n+4) {
    margin-top: 55px;
  }
}

@media (min-width: 1068px) {
  .tech-use-cases-icons {
    width: calc(100% + 25px + 13.33%);
    margin-top: 49px;
    margin-bottom: 55px;
  }
  .tech-use-cases-icons[data-icons-count="5"] .tech-use-cases-icon:nth-child(n+4), .tech-use-cases-icons[data-icons-count="6"] .tech-use-cases-icon:nth-child(n+4) {
    margin-top: 26px;
  }
  .tech-use-cases-icons[data-icons-count="5"] .tech-use-cases-icon:nth-child(3), .tech-use-cases-icons[data-icons-count="6"] .tech-use-cases-icon:nth-child(3) {
    margin-right: 25%;
  }
  .tech-use-cases-icons[data-icons-count="7"] .tech-use-cases-icon:nth-child(n+5), .tech-use-cases-icons[data-icons-count="8"] .tech-use-cases-icon:nth-child(n+5) {
    margin-top: 26px;
  }
}

.tech-use-cases-icon {
  margin: 0;
  padding: 0;
}

.tech-use-cases-icon img {
  display: block;
  width: 100%;
  max-width: 64px;
  margin-left: auto;
  margin-right: auto;
}

.tech-use-cases-icon figcaption {
  color: #002237;
  text-align: center;
  margin-top: 20px;
  padding-left: 10px;
  padding-right: 10px;
}

@media (max-width: 735px) {
  .tech-use-cases-icon {
    width: 50%;
  }
}

@media (min-width: 736px) and (max-width: 1067px) {
  .tech-use-cases-icon {
    width: 33.33%;
  }
}

@media (min-width: 1068px) {
  .tech-use-cases-icon {
    width: 25%;
  }
}

.technology-section .sector-section + .related-news {
  background: #fafafb;
  padding-top: 0;
}

.events-item:nth-child(odd) {
  background-color: #fafafb;
}

@media (max-width: 735px) {
  .events-item {
    padding-top: 66px;
    padding-bottom: 42px;
  }
}

@media (min-width: 736px) and (max-width: 1067px) {
  .events-item {
    padding-top: 66px;
    padding-bottom: 77px;
  }
}

@media (min-width: 1068px) {
  .events-item {
    padding-top: 66px;
    padding-bottom: 77px;
  }
}

.events-item-image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.events-item-image:before {
  content: '';
  display: block;
  width: 100%;
  padding-bottom: 60%;
}

@media (max-width: 735px) {
  .events-item-image {
    width: calc(100% - 30px);
    float: left;
    margin-left: 15px;
  }
}

@media (min-width: 736px) and (max-width: 1067px) {
  .events-item-image {
    width: calc(33.33333% - 21.33333px);
    float: left;
    margin-left: 16px;
    margin-left: calc(8.33333% - 17.33333px + 32px);
  }
}

@media (min-width: 1068px) {
  .events-item-image {
    width: calc(33.33333% - 33.33333px);
    float: left;
    margin-left: 25px;
    margin-left: calc(8.33333% - 27.08333px + 50px);
  }
}

@media (max-width: 735px) {
  .events-item-text {
    width: calc(100% - 30px);
    float: left;
    margin-left: 15px;
    margin-top: 22px;
  }
}

@media (min-width: 736px) and (max-width: 1067px) {
  .events-item-text {
    width: calc(50% - 24px);
    float: left;
    margin-left: 16px;
  }
}

@media (min-width: 1068px) {
  .events-item-text {
    width: calc(50% - 37.5px);
    float: left;
    margin-left: 25px;
  }
  .events-item-text small {
    display: block;
    max-width: 390px;
  }
}

.events-item-text .nice-type p + h2 {
  margin-top: -0.7em;
}

.page-template-template-feature .technology-sections .technology-section .sector-section {
  background: #ffffff;
  padding-top: 0;
}

.page-template-template-feature .sector-section-image {
  margin-top: 0;
}

.page-template-template-feature .get-in-touch {
  margin-top: 90px;
}

.page-template-template-feature .how-it-works {
  background: #fafafb;
}

.page-template-template-feature .how-it-works h3.h2 + p {
  margin-top: 3em;
}

.generic-page-header {
  text-align: center;
}

@media (max-width: 735px) {
  .generic-page-header {
    padding-top: 47px;
    padding-bottom: 70px;
  }
  .generic-page-header h1 {
    width: calc(100% - 30px);
    float: left;
    margin-left: 15px;
  }
}

@media (min-width: 736px) and (max-width: 1067px) {
  .generic-page-header {
    padding-top: 47px;
    padding-bottom: 70px;
  }
  .generic-page-header h1 {
    width: calc(66.66667% - 26.66667px);
    float: left;
    margin-left: 16px;
    margin-left: calc(16.66667% - 18.66667px + 32px);
  }
}

@media (min-width: 1068px) {
  .generic-page-header {
    padding-top: 47px;
    padding-bottom: 70px;
  }
  .generic-page-header h1 {
    width: calc(66.66667% - 41.66667px);
    float: left;
    margin-left: 25px;
    margin-left: calc(16.66667% - 29.16667px + 50px);
  }
}

.generic-page-content {
  background: #fafafb;
}

@media (max-width: 735px) {
  .generic-page-content {
    padding-top: 58px;
    padding-bottom: 73px;
  }
  .generic-page-content .nice-type {
    width: calc(100% - 30px);
    float: left;
    margin-left: 15px;
  }
}

@media (min-width: 736px) and (max-width: 1067px) {
  .generic-page-content {
    padding-top: 76px;
    padding-bottom: 90px;
  }
  .generic-page-content .nice-type {
    width: calc(66.66667% - 26.66667px);
    float: left;
    margin-left: 16px;
    margin-left: calc(16.66667% - 18.66667px + 32px);
  }
}

@media (min-width: 1068px) {
  .generic-page-content {
    padding-top: 76px;
    padding-bottom: 90px;
  }
  .generic-page-content .nice-type {
    width: calc(50% - 37.5px);
    float: left;
    margin-left: 25px;
    margin-left: calc(25% - 31.25px + 50px);
  }
}

.team-modal-carousel {
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  height: 100vh;
  left: 0;
  z-index: 200;
  opacity: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease 0.31s;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease 0.31s;
  transition: opacity 0.3s ease, transform 0.3s ease 0.31s;
  transition: opacity 0.3s ease, transform 0.3s ease 0.31s, -webkit-transform 0.3s ease 0.31s;
}

body.use-ios-offset .team-modal-carousel {
  height: calc(100vh - var(--vh-offset));
}

.team-modal-carousel.is-open {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: opacity 0.3s ease 0.02s, -webkit-transform 0.01s ease;
  transition: opacity 0.3s ease 0.02s, -webkit-transform 0.01s ease;
  transition: opacity 0.3s ease 0.02s, transform 0.01s ease;
  transition: opacity 0.3s ease 0.02s, transform 0.01s ease, -webkit-transform 0.01s ease;
}

.team-modal-carousel:focus {
  outline: 0;
}

.team-modal-slide {
  width: 100%;
  background: #002237;
  height: 100vh;
  overflow: auto;
}

body.use-ios-offset .team-modal-slide {
  height: calc(100vh - var(--vh-offset));
}

@media (max-width: 735px) {
  .team-modal-slide {
    padding-top: 97px;
    padding-bottom: 50px;
  }
  .team-modal-slide .grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media (min-width: 736px) and (max-width: 1067px) {
  .team-modal-slide {
    padding-top: 114px;
    padding-bottom: 100px;
  }
  .team-modal-slide .grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media (min-width: 1068px) {
  .team-modal-slide {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.team-modal-slide-image {
  background-size: cover;
  background-position: center center;
}

.team-modal-slide-image:before {
  content: '';
  display: block;
  width: 100%;
  padding-bottom: 100%;
}

@media (max-width: 735px) {
  .team-modal-slide-text {
    width: calc(100% - 30px);
    float: left;
    margin-left: 15px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

@media (min-width: 736px) and (max-width: 1067px) {
  .team-modal-slide-text {
    width: calc(50% - 24px);
    float: left;
    margin-left: 16px;
    margin-left: calc(25% - 20px + 32px);
  }
}

@media (min-width: 1068px) {
  .team-modal-slide-text {
    width: calc(50% - 37.5px);
    float: left;
    margin-left: 25px;
    margin-left: calc(8.33333% - 27.08333px + 50px);
  }
}

.team-modal-slide-text p {
  color: #FFF;
}

.team-modal-slide-text .team-modal-slide-image {
  display: block;
  margin-bottom: 45px;
  width: 100%;
  max-width: 395px;
}

.team-modal-slide-text.nice-type,
.team-modal-slide-text.nice-type h3 {
  color: #66F2E4;
}

.team-modal-dir {
  position: relative;
}

.team-modal-close {
  position: absolute;
  top: 18px;
  right: 26px;
  z-index: 210;
  cursor: pointer;
}

.team-modal-close svg {
  display: block;
  width: 28px;
  height: 28px;
  fill: #ffffff;
}

.error-404-wrapper p {
  margin-top: 0;
  margin-bottom: 0.95em;
}

@media screen and (max-width: 568px) {
  .error-404-wrapper p {
    color: #80909B;
  }
}

@media (max-width: 735px) {
  .error-404-wrapper .nice-type {
    width: calc(100% - 30px);
    float: left;
    margin-left: 15px;
    padding-top: 25px;
    padding-bottom: 50px;
  }
}

@media (min-width: 736px) and (max-width: 1067px) {
  .error-404-wrapper .nice-type {
    width: calc(83.33333% - 29.33333px);
    float: left;
    margin-left: 16px;
    margin-left: calc(8.33333% - 17.33333px + 32px);
    padding-top: 73px;
    padding-bottom: 70px;
  }
}

@media (min-width: 1068px) {
  .error-404-wrapper .nice-type {
    width: calc(83.33333% - 45.83333px);
    float: left;
    margin-left: 25px;
    margin-left: calc(8.33333% - 27.08333px + 50px);
    padding-top: 93px;
    padding-bottom: 90px;
  }
}

.error_page {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 600px;
  height: 100vh;
  padding-top: 204px;
  position: relative;
}

@media screen and (max-width: 568px) {
  .error_page {
    padding-top: 60px;
    background-image: none !important;
  }
}

@media screen and (max-width: 1280px) {
  .error_page {
    padding-top: 50px;
  }
}

@media screen and (max-width: 568px) {
  .error_page {
    min-height: 300px;
    height: auto;
  }
}

.error_page button {
  padding: 8px 23px;
}

@media (max-width: 568px) {
  .error_page button {
    background-color: #66f2e4;
    color: #002237;
    font-size: 13px;
    line-height: 23px;
  }
}

@media (max-width: 568px) {
  .error_page .button, .error_page .gform_button, .error_page body .lscookies-user-box .button, body .lscookies-user-box .error_page .button {
    background-color: #66f2e4;
    color: #002237;
    font-size: 13px;
    line-height: 23px;
  }
}

@media screen and (max-width: 568px) {
  .error_page h1 {
    font-size: 36px;
    line-height: 43.2px;
    color: #FFF;
  }
}

.error_page .bg_mobile {
  display: none;
  max-width: 100%;
  height: 386px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 568px) {
  .error_page .bg_mobile {
    display: block;
  }
}

@media screen and (max-width: 568px) {
  .error_page .padded, .error_page .padded-wrapper {
    background-color: #002237;
  }
}

.error_page:before {
  content: '';
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 200px;
  background-image: url(../images/error_header.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
}

@media screen and (max-width: 568px) {
  .error_page:before {
    display: none;
  }
}

.error_page:before .wrapper, .error_page:before .padded-wrapper {
  max-width: 1590px;
}

.error_page:before p {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  color: #364652;
  margin-top: 36px;
  margin-bottom: 44px;
}

@media (min-width: 1068px) {
  .error_page:before p {
    font-size: 25px;
    line-height: 35px;
  }
}

@media screen and (max-width: 568px) {
  .error_page:before p {
    font-size: 18px;
    line-height: 25.2px;
    color: #80909B;
  }
}

/*****
  Post type & section styles
*****/
.news-search {
  margin-top: 31px;
  margin-bottom: 2px;
}

@media (max-width: 735px) {
  .news-search {
    margin-top: 0px;
  }
}

.news-search form {
  width: 100%;
  max-width: 658px;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #80909B;
  position: relative;
  border-radius: 100px;
}

.news-search form input[name="s"] {
  display: block;
  width: 100%;
  padding: 10px 15px 10px 44px;
  color: #073444;
  border: 0;
  background: transparent;
  border-radius: 100px;
  background-color: #FFF;
}

.news-search form input[name="s"]:focus {
  outline: 0;
}

.news-search form button {
  position: absolute;
  top: -1px;
  left: -4px;
  bottom: 0;
  width: calc(19px + 18px);
  border: 0;
  padding: 0;
  background-color: transparent;
  background-image: url("../images/search.png");
  background-size: 19px 19px;
  background-position: right center;
  background-repeat: no-repeat;
}

.news-search form button:focus {
  outline: 0;
}

.news-search form button svg {
  width: 20px;
  fill: red;
  position: absolute;
  top: 50%;
  left: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.news-tags {
  white-space: nowrap;
}

.news-tags-items {
  position: relative;
  margin-bottom: 50px;
  max-width: 658px;
  margin: 0 auto 76px auto;
  float: none;
}

@media (max-width: 735px) {
  .news-tags-items {
    padding-top: 20px;
  }
}

@media (min-width: 736px) and (max-width: 1067px) {
  .news-tags-items {
    padding-top: 20px;
  }
}

@media (min-width: 1068px) {
  .news-tags-items {
    padding-top: 20px;
  }
}

.news-tags-items ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 14px;
}

@media (min-width: 736px) and (max-width: 1067px) {
  .news-tags-items ul {
    width: calc(100% + 76px);
    margin-left: -38px;
  }
  .news-tags-items ul li:first-child {
    padding-left: 38px;
  }
  .news-tags-items ul li:last-child {
    padding-right: 38px;
  }
}

.news-tags-items ul li {
  display: inline-block;
  text-align: center;
}

.news-tags-items ul li a {
  display: inline-block;
  padding: 8px 19px;
  position: relative;
  font-weight: 500;
  font-size: 15px;
  line-height: 23px;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  border: 1px solid #F0EDEE;
  border-radius: 100px;
  min-width: 91px;
  font-family: 'Inter', sans-serif;
  font-style: normal;
  /* F0EDEE */
  text-align: center;
  color: #F0EDEE;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

@media screen and (max-width: 790px) {
  .news-tags-items ul li a {
    font-size: 13px;
    line-height: 23px;
  }
}

.news-tags-items ul li a:hover {
  color: #002237;
  background: #66F2E4;
  border-color: #66F2E4;
}

@media (max-width: 735px) {
  .news-tags-items ul li a {
    font-size: 13px;
    line-height: 23px;
  }
}

.news-tags-items ul li a.active {
  color: #002237;
  background: #66F2E4;
  border-color: #66F2E4;
}

.news-index-meta {
  margin-bottom: 18px;
  margin-top: 118px;
}

@media (max-width: 735px) {
  .news-index-meta {
    margin-top: 50px;
  }
}

.news-index-meta-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 790px) {
  .news-index-meta-inner {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.news-index-meta-inner h5 {
  font-size: 18px;
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
  color: #80909B;
  text-transform: uppercase;
}

.news-index-meta-inner p {
  margin: 0;
}

.news-index-meta-inner a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #80909B;
}

.news-index-meta-inner a svg[data-icon="nav_down"] {
  display: block;
  width: 17px;
  height: 8px;
  fill: #80909B;
  margin-left: 8px;
  position: relative;
  top: -1px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.news-index-meta-inner a[href*="order=asc"] svg {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}

.news-items-outer {
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  padding: 0px 20px 50px 20px;
}

@media screen and (max-width: 568px) {
  .news-items-outer {
    padding: 0px 15px 50px 15px;
  }
}

.news-items.grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
  padding-left: 25px;
  padding-right: 25px;
  row-gap: 0px;
}

@media screen and (max-width: 1067px) {
  .news-items.grid {
    grid-template-columns: 1fr;
    padding-left: 0px;
    padding-right: 0px;
  }
}

.news-items.grid .news-item {
  float: none;
  width: 100%;
  margin-left: 0px;
  margin-right: 0px;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px;
  list-style-type: none;
  grid-column: span 3;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 150px;
  margin-top: 133px;
  margin-bottom: 83px;
}

@media screen and (max-width: 1067px) {
  .pagination {
    grid-column: span 1;
    gap: 50px;
  }
}

@media screen and (max-width: 630px) {
  .pagination {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 10px;
    margin-top: 60px;
    margin-bottom: 0px;
  }
}

.pagination .disable {
  opacity: 0.7;
}

.pagination .prev-page a,
.pagination .prev-page span {
  width: 30px;
  height: 30px;
  background-image: url("../../../img/arrow-9@2.png");
  background-size: 29px;
  background-repeat: no-repeat;
  background-position: center center;
  display: block;
}

.pagination .prev-page a svg,
.pagination .prev-page span svg {
  width: 100%;
}

.pagination .next-page a,
.pagination .next-page span {
  width: 30px;
  height: 30px;
  background-image: url("../../../img/arrow-10@2.png");
  background-size: 29px;
  background-repeat: no-repeat;
  background-position: center center;
  display: block;
}

.pagination .next-page a svg,
.pagination .next-page span svg {
  width: 100%;
}

.pagination a {
  text-decoration: none;
}

.pagination .number-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}

.pagination .number-content a,
.pagination .number-content span {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-size: 25px;
  line-height: 64px;
  color: #80909B;
}

@media screen and (max-width: 630px) {
  .pagination .number-content a,
  .pagination .number-content span {
    font-size: 18px;
    line-height: 25px;
  }
}

.pagination .number-content span {
  color: #002237;
}

@media (max-width: 735px) {
  .news-item {
    width: calc(100% - 30px);
    float: left;
    margin-left: 15px;
  }
  .news-item:nth-child(n+2) {
    margin-top: 37px;
  }
}

@media (min-width: 736px) and (max-width: 1067px) {
  .news-item:after {
    content: "";
    display: table;
    clear: both;
  }
  .news-item .news-item-media {
    width: calc(41.66667% - 22.66667px);
    float: left;
    margin-left: 16px;
    padding-right: 20px;
  }
  .news-item .news-item-text {
    width: calc(58.33333% - 25.33333px);
    float: left;
    margin-left: 16px;
  }
  .news-item:nth-child(n+2) {
    margin-top: 43px;
  }
}

@media (min-width: 1068px) {
  .news-item {
    width: calc(33.33333% - 33.33333px);
    float: left;
    margin-left: 25px;
  }
  .news-item:nth-child(3n+4) {
    clear: both;
  }
  .news-item:nth-child(n+4) {
    margin-top: 77px;
  }
}

.news-item-media {
  background-color: #dfe3e6;
  position: relative;
  overflow: hidden;
  height: 272px;
  border-radius: 10px;
}

@media screen and (max-width: 790px) {
  .news-item-media {
    height: 232px;
  }
}

.news-item-media:before {
  content: '';
  display: block;
  width: 100%;
  padding-bottom: 60%;
}

.news-item-media-inner {
  background-size: cover;
  background-position: center center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: -webkit-transform 1s ease;
  transition: -webkit-transform 1s ease;
  transition: transform 1s ease;
  transition: transform 1s ease, -webkit-transform 1s ease;
}

.news-item-date {
  display: block;
  margin-bottom: 0.1em;
  font-weight: 500;
  font-size: 15px;
  line-height: 23px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  /* #80909B */
  color: #80909B;
  font-family: 'Inter';
  font-style: normal;
}

@media screen and (max-width: 790px) {
  .news-item-date {
    font-size: 13px;
    line-height: 23px;
  }
}

.news-item-text {
  color: #002237;
}

@media (max-width: 735px) {
  .news-item-text {
    margin-top: 12px;
  }
}

@media (min-width: 736px) and (max-width: 1067px) {
  .news-item-text {
    margin-top: 18px;
  }
}

@media (min-width: 1068px) {
  .news-item-text {
    margin-top: 13px;
  }
}

.news-item-text h1 {
  color: #002237;
}

@media screen and (max-width: 790px) {
  .news-item-text h1 {
    font-size: 16px;
    line-height: 24px;
  }
}

.news-item-text h1 a {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 25px;
  line-height: 35px;
  color: #002237;
  /* or 140% */
}

@media screen and (max-width: 790px) {
  .news-item-text h1 a {
    font-size: 16px;
    line-height: 24px;
  }
}

.news-item-text h1 a:hover {
  text-decoration: none;
}

.news-item:hover .news-item-media-inner {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.single-post {
  padding-top: 150px;
}

@media screen and (max-width: 668px) {
  .single-post {
    padding-top: 61px;
  }
}

.grid_detail {
  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;
  gap: 30px;
  margin: 30px auto 30px auto;
  max-width: 300px;
}

@media screen and (max-width: 668px) {
  .grid_detail {
    margin: 10px auto 30px auto;
  }
}

.grid_detail p,
.grid_detail a {
  font-weight: 500;
  font-size: 15px;
  line-height: 23px;
  text-transform: uppercase;
  color: #80909B;
  font-family: 'Inter', sans-serif;
  font-style: normal;
  font-weight: 500;
}

@media screen and (max-width: 668px) {
  .grid_detail p,
  .grid_detail a {
    color: #80909B;
    font-size: 13px;
  }
}

@media screen and (max-width: 668px) {
  .grid_detail time {
    color: #80909B;
    font-size: 13px;
    text-transform: uppercase;
    line-height: 23px;
    margin-top: 3px;
  }
}

.grid_detail .cat_top {
  position: relative;
}

.grid_detail .cat_top:before {
  content: '';
  display: block;
  position: absolute;
  top: 0px;
  left: -15px;
  height: 100%;
  width: 1px;
  background-color: #80909B;
}

@media screen and (max-width: 668px) {
  .grid_detail .cat_top:before {
    height: 15px;
    top: 7px;
  }
}

.news-single-title {
  font-weight: 400;
}

@media (min-width: 1068px) {
  .news-single-title {
    font-size: 60px;
    line-height: 72px;
  }
}

.news-single-outer {
  position: relative;
}

@media screen and (max-width: 668px) {
  .news-single-outer {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.news-single-breadcrumbs {
  position: absolute;
  top: 5px;
}

@media (max-width: 735px) {
  .news-single-breadcrumbs {
    font-size: 11px;
    line-height: 18px;
  }
}

@media (min-width: 736px) and (max-width: 1067px) {
  .news-single-breadcrumbs {
    font-size: 11px;
    line-height: 18px;
  }
}

@media (min-width: 1068px) {
  .news-single-breadcrumbs {
    font-size: 11px;
    line-height: 18px;
  }
}

.news-single-breadcrumbs a {
  color: inherit;
}

@media (max-width: 1067px) {
  .news-single-breadcrumbs {
    display: none;
  }
}

@media screen and (max-width: 668px) {
  .news-single-header {
    background-color: #002237;
    padding: 30px 21px;
  }
}

.news-single-title {
  text-align: center;
  color: #000;
}

@media screen and (max-width: 668px) {
  .news-single-title {
    color: #FFF;
  }
}

.news-single-image figure {
  margin: 0;
}

.news-single-image img {
  height: auto;
  margin: 0 auto;
  max-width: 860px;
  border-radius: 10px;
  display: block;
}

@media screen and (max-width: 992px) {
  .news-single-image img {
    max-width: 100%;
  }
}

@media screen and (max-width: 668px) {
  .news-single-image img {
    margin-bottom: -100px;
    height: 232px;
    max-width: 350px;
  }
}

@media (max-width: 735px) {
  .news-single-image figcaption {
    width: calc(100% - 30px);
    float: left;
    margin-left: 15px;
    margin-top: 10px;
  }
}

@media (min-width: 736px) and (max-width: 1067px) {
  .news-single-image figcaption {
    width: calc(66.66667% - 26.66667px);
    float: left;
    margin-left: 16px;
    margin-left: calc(16.66667% - 18.66667px + 32px);
    margin-top: 15px;
  }
}

@media (min-width: 1068px) {
  .news-single-image figcaption {
    width: calc(50% - 37.5px);
    float: left;
    margin-left: 25px;
    margin-left: calc(25% - 31.25px + 50px);
    margin-top: 15px;
  }
}

@media (max-width: 735px) {
  .news-single-image figcaption {
    font-size: 11px;
    line-height: 18px;
  }
}

@media (min-width: 736px) and (max-width: 1067px) {
  .news-single-image figcaption {
    font-size: 11px;
    line-height: 18px;
  }
}

@media (min-width: 1068px) {
  .news-single-image figcaption {
    font-size: 11px;
    line-height: 18px;
  }
}

.news-single-content-outer {
  position: relative;
  margin-bottom: 0px;
  color: #364652;
}

@media screen and (max-width: 668px) {
  .news-single-content-outer {
    padding-left: 21px;
    padding-right: 21px;
    margin-top: 80px;
  }
}

.news-single-content-outer ul li {
  font-family: Inter;
}

.news-single-content-outer p {
  color: #364652;
  font-family: Inter;
}

.news-single-content-outer h3 {
  font-family: 'Inter';
  font-style: normal;
  color: #364652;
}

@media (min-width: 1068px) {
  .news-single-content-outer h3 {
    font-weight: 400;
    font-size: 25px;
    line-height: 35px;
  }
}

.news-single-sticky-meta-inner p {
  margin: 0;
  font-weight: 700;
}

.news-single-sticky-meta-inner time {
  display: block;
}

.news-single-sticky-modal-inner a {
  display: inline-block;
}

.news-single-sticky-modal-inner svg[data-icon="download"],
.news-single-sticky-modal-inner svg[data-icon="subscribe"] {
  display: block;
  fill: #EF7C21;
  margin-left: auto;
  margin-right: auto;
}

.news-single-sticky-modal-inner span {
  display: block;
  text-align: center;
  color: #EF7C21;
  margin-top: 10px;
}

@media (max-width: 735px) {
  .news-single-sticky-modal-inner span {
    font-size: 19px;
    line-height: 28px;
  }
}

@media (min-width: 736px) and (max-width: 1067px) {
  .news-single-sticky-modal-inner span {
    font-size: 19px;
    line-height: 28px;
  }
}

@media (min-width: 1068px) {
  .news-single-sticky-modal-inner span {
    font-size: 21px;
    line-height: 31px;
  }
}

@media (max-width: 735px) {
  .news-single-sticky-meta {
    width: calc(50% - 22.5px);
    float: left;
    margin-left: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .news-single-sticky-meta-inner {
    margin-top: auto;
    margin-bottom: auto;
  }
  .news-single-sticky-modal {
    width: calc(50% - 22.5px);
    float: left;
    margin-left: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .news-single-sticky-modal-inner {
    padding-top: 14px;
  }
  .news-single-sticky-modal-inner svg[data-icon="download"] {
    width: 50px;
    height: 50px;
  }
  .news-single-sticky-modal-inner svg[data-icon="subscribe"] {
    width: 45px;
    height: 54px;
  }
}

@media (min-width: 736px) and (max-width: 1067px) {
  .news-single-sticky-meta {
    position: sticky;
    top: 80px;
    bottom: 200px;
    float: left;
    padding-left: 16px;
  }
  .news-single-sticky-meta-inner .social-share {
    margin-top: 26px;
  }
  .news-single-sticky-modal {
    position: sticky;
    top: 80px;
    bottom: 200px;
    float: right;
    padding-right: 16px;
  }
  .news-single-sticky-modal-inner {
    padding-top: 14px;
  }
  .news-single-sticky-modal-inner svg[data-icon="download"] {
    width: 50px;
    height: 50px;
  }
  .news-single-sticky-modal-inner svg[data-icon="subscribe"] {
    width: 45px;
    height: 54px;
  }
}

@media (min-width: 1068px) {
  .news-single-sticky-meta {
    position: sticky;
    top: 100px;
    bottom: 200px;
    float: left;
    padding-left: 25px;
  }
  .news-single-sticky-meta-inner .social-share {
    margin-top: 26px;
  }
  .news-single-sticky-modal {
    position: sticky;
    top: 100px;
    bottom: 200px;
    float: right;
    padding-right: 25px;
  }
  .news-single-sticky-modal-inner {
    padding-top: 14px;
  }
  .news-single-sticky-modal-inner svg[data-icon="download"] {
    width: 50px;
    height: 50px;
  }
  .news-single-sticky-modal-inner svg[data-icon="subscribe"] {
    width: 45px;
    height: 54px;
  }
}

@media (max-width: 735px) {
  .news-single-sticky-meta,
  .news-single-sticky-modal {
    margin-top: 18px;
    height: 130px;
  }
}

@media (min-width: 736px) and (max-width: 1067px) {
  .news-single-sticky-meta,
  .news-single-sticky-modal {
    margin-top: 40px;
    height: 200px;
  }
}

@media (min-width: 1068px) {
  .news-single-sticky-meta,
  .news-single-sticky-modal {
    margin-top: 66px;
    height: 200px;
  }
}

@media screen and (max-width: 880px) {
  .get-in-touch .get-in-touch-bottom {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.news-single-content {
  max-width: 635px;
  margin-top: 50px;
}

@media screen and (max-width: 658px) {
  .news-single-content {
    margin-bottom: 50px;
  }
}

.news-single-content h2 {
  font-weight: 400;
  font-size: 25px;
  line-height: 35px;
}

@media screen and (max-width: 668px) {
  .news-single-content h2 {
    font-size: 18px;
    line-height: 25.2px;
  }
}

.news-single-content p {
  font-weight: 400;
  font-size: 17px;
  line-height: 26px;
}

@media screen and (max-width: 668px) {
  .news-single-content p {
    font-size: 16px;
    line-height: 24px;
  }
}

@media screen and (max-width: 668px) {
  .news-single-content ul li, .news-single-content ol li {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (max-width: 735px) {
  .news-single-content {
    width: calc(100% - 30px);
    float: left;
    margin-left: 15px;
  }
}

@media (min-width: 736px) and (max-width: 1067px) {
  .news-single-content {
    width: calc(66.66667% - 26.66667px);
    float: left;
    margin-left: 16px;
    margin-left: calc(16.66667% - 18.66667px + 32px);
  }
}

@media (min-width: 1068px) {
  .news-single-content {
    width: calc(50% - 37.5px);
    float: left;
    margin-left: 25px;
    margin-left: calc(25% - 31.25px + 50px);
  }
}

.news-single-content .wp-block-image {
  grid-column-start: 3;
  grid-column-end: 11;
  margin-left: 0;
  margin-right: 0;
  width: 100%;
}

.news-single-content .wp-block-image img {
  width: 100%;
  display: block;
  height: auto;
}

@media (min-width: 1068px) {
  .news-single-content .wp-block-image img {
    width: calc(100% + 50px + var(--width) + var(--width));
    width: calc(100% + 26.6% + 50px);
    margin-left: calc(-13.3% - 25px);
  }
}

@media (max-width: 735px) {
  .news-single-content .wp-block-image figcaption {
    margin-top: 15px;
  }
}

@media (min-width: 736px) and (max-width: 1067px) {
  .news-single-content .wp-block-image figcaption {
    margin-top: 15px;
  }
}

@media (min-width: 1068px) {
  .news-single-content .wp-block-image figcaption {
    margin-top: 15px;
  }
}

@media (max-width: 735px) {
  .news-single-content .wp-block-image figcaption {
    font-size: 11px;
    line-height: 18px;
  }
}

@media (min-width: 736px) and (max-width: 1067px) {
  .news-single-content .wp-block-image figcaption {
    font-size: 11px;
    line-height: 18px;
  }
}

@media (min-width: 1068px) {
  .news-single-content .wp-block-image figcaption {
    font-size: 11px;
    line-height: 18px;
  }
}

.news-single-content p + ul {
  margin-top: -1.45em;
}

@media (max-width: 735px) {
  .news-single-content .smalltext {
    font-size: 11px;
    line-height: 18px;
  }
}

@media (min-width: 736px) and (max-width: 1067px) {
  .news-single-content .smalltext {
    font-size: 11px;
    line-height: 18px;
  }
}

@media (min-width: 1068px) {
  .news-single-content .smalltext {
    font-size: 11px;
    line-height: 18px;
  }
}

@media (max-width: 735px) {
  .news-single-content .smalltext > * {
    font-size: 11px;
    line-height: 18px;
  }
}

@media (min-width: 736px) and (max-width: 1067px) {
  .news-single-content .smalltext > * {
    font-size: 11px;
    line-height: 18px;
  }
}

@media (min-width: 1068px) {
  .news-single-content .smalltext > * {
    font-size: 11px;
    line-height: 18px;
  }
}

.news-single-content .wp-block-embed,
.news-single-content .wp-caption,
.news-single-content .fluid-width-video-wrapper,
.news-single-content .wp-block-image {
  margin: 3.5em 0;
}

.news-single-content .wp-block-embed-youtube .wp-caption-text,
.news-single-content .wp-block-embed-youtube figcaption {
  display: block;
  font-size: 80%;
  opacity: 0.5;
  padding-top: 4px;
  margin-top: 0;
  margin-bottom: -3.5em;
  margin-bottom: -2em;
}

.news-single-content .fluid-width-video-wrapper,
.news-single-content .wp-block-image .fluid-width-video-wrapper,
.news-single-content .wp-block-embed-youtube .fluid-width-video-wrapper,
.news-single-content .wp-block-embed-vimeo .fluid-width-video-wrapper {
  display: block;
  height: auto;
}

.news-single-content .wp-block-embed-instagram iframe {
  margin-left: auto !important;
  margin-right: auto !important;
  min-width: 200px !important;
}

.news-single-content .wp-block-embed-twitter .twitter-tweet {
  margin-left: auto;
  margin-right: auto;
}

.news-single-content .wp-block-embed-facebook {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.news-single-content .wp-block-embed-facebook .wp-block-embed__wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.news-single-content .wp-block-embed-facebook .fb-post {
  min-width: 250px !important;
  max-width: 500px !important;
  width: 100% !important;
}

.news-single-content .wp-block-embed-facebook .fb-post > span {
  min-width: 250px !important;
  max-width: 500px !important;
  width: 100% !important;
}

.news-single-content .wp-block-embed-facebook iframe {
  min-width: 250px !important;
  max-width: 500px !important;
  width: 100% !important;
}

.news-single-footer {
  clear: both;
  margin-top: 12px;
}

.news-single-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.news-single-tags a {
  display: block;
  color: #80909B;
  background: #DFE3E6;
  padding: 6px 12px 5px;
  border-radius: 4px;
  margin: 8px 8px 8px 0;
}

@media (max-width: 735px) {
  .news-single-tags a {
    font-size: 11px;
    line-height: 18px;
  }
}

@media (min-width: 736px) and (max-width: 1067px) {
  .news-single-tags a {
    font-size: 11px;
    line-height: 18px;
  }
}

@media (min-width: 1068px) {
  .news-single-tags a {
    font-size: 11px;
    line-height: 18px;
  }
}

.news-single-tags a:hover {
  color: #EF7C21;
}

.news-single-content-share {
  margin-top: 0px;
}

.news-single-content-share p {
  margin-bottom: 0px;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 23px;
  text-transform: uppercase;
}

.news-single .gform_wrapper {
  background: #fafafb;
  padding: 20px;
  margin-top: 1.65em;
  margin-bottom: 1.65em;
}

.news-single .ginput_container_text input,
.news-single .ginput_container_email input,
.news-single .ginput_container_textarea textarea {
  border-color: #DFE3E6;
}

.news-single ul.gform_fields {
  margin: 0;
  padding: 0;
  list-style: none;
}

body.single-post .fancybox-bg {
  background-color: #5E7381;
  opacity: 0.77;
}

.post-modal-form {
  background-color: #ffffff;
  width: 90%;
  max-width: 605px;
}

.post-modal-form:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #B2F8F1;
  opacity: 0.5;
  z-index: 1;
}

.post-modal-form > * {
  position: relative;
  z-index: 5;
}

.post-modal-form p {
  font-size: 20px;
  line-height: 1.5;
  margin: 0 0 1.5em 0;
}

.post-modal-form .inner {
  max-width: 395px;
  margin-left: auto;
  margin-right: auto;
}

.post-modal-form .tr-checkbox {
  margin-top: 3em;
}

.post-modal-form .tr-checkbox .gfield_label {
  display: none;
}

.post-modal-form .tr-checkbox .gfield_description {
  margin-top: 1em;
  margin-bottom: 0;
}

.post-modal-form .gform_heading {
  display: none;
}

.post-modal-form .fancybox-button.fancybox-close-small {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #002237;
  width: 50px;
  height: 50px;
  padding: 0;
}

.cat_grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cat_grid p, .cat_grid a {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 23px;
  color: #80909B;
  text-transform: uppercase;
}

.news-single-content-share {
  margin-top: 15px;
}

.news-single-content-share p {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 23px;
  color: #80909B;
  text-transform: uppercase;
}

.news-single-content-share .social-share {
  margin-top: 10px;
}

img {
  height: auto;
}

body {
  color: #364652;
}

.button, .gform_button, body .lscookies-user-box .button {
  background: #F07D00;
  border-radius: 25px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-family: 'Inter', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 23px;
  color: #FFFFFF;
  padding: 8px 28px;
}

.button-border {
  color: #66f2e4;
  border: 1px solid #66f2e4;
  background-color: transparent;
}
/*# sourceMappingURL=app.css.map */
