@charset "UTF-8";
/*! normalize.css v2.0.1 | MIT License | git.io/normalize */
/* ==========================================================================
 HTML5 display definitions
 ========================================================================== */
/*
* Corrects `block` display not defined in IE 8/9.
*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif:ital,wght@0,400;0,700;1,400;1,700&family=Open+Sans+Condensed:ital,wght@0,700&family=Open+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,700&display=swap");
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

/*
* Corrects `inline-block` display not defined in IE 8/9.
*/
audio,
canvas,
video {
  display: inline-block;
}

/*
* Prevents modern browsers from displaying `audio` without controls.
* Remove excess height in iOS 5 devices.
*/
audio:not([controls]) {
  display: none;
  height: 0;
}

/*
* Addresses styling for `hidden` attribute not present in IE 8/9.
*/
[hidden] {
  display: none;
}

/* ==========================================================================
 Base
 ========================================================================== */
/*
* 1. Sets default font family to sans-serif.
* 2. Prevents iOS text size adjust after orientation change, without disabling
*    user zoom.
*/
html {
  font-family: sans-serif; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -ms-text-size-adjust: 100%; /* 2 */
}

/*
* Removes default margin.
*/
body {
  margin: 0;
}

/* ==========================================================================
 Links
 ========================================================================== */
/*
* Addresses `outline` inconsistency between Chrome and other browsers.
*/
a:focus {
  outline: thin dotted;
}

/*
* Improves readability when focused and also mouse hovered in all browsers.
*/
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
 Typography
 ========================================================================== */
/*
* Addresses styling not present in IE 8/9, Safari 5, and Chrome.
*/
abbr[title] {
  border-bottom: 1px dotted;
}

/*
* Addresses style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
*/
b,
strong {
  font-weight: bold;
}

/*
* Addresses styling not present in Safari 5 and Chrome.
*/
dfn {
  font-style: italic;
}

/*
* Addresses styling not present in IE 8/9.
*/
mark {
  background: #ff0;
  color: #000;
}

/*
* Corrects font family set oddly in Safari 5 and Chrome.
*/
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/*
* Improves readability of pre-formatted text in all browsers.
*/
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/*
* Sets consistent quote types.
*/
q {
  quotes: "“" "”" "‘" "’";
}

/*
* Addresses inconsistent and variable font size in all browsers.
*/
small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

p {
  margin: 1em 0;
}

/* ==========================================================================
 Embedded content
 ========================================================================== */
/*
* Removes border when inside `a` element in IE 8/9.
*/
img {
  border: 0;
}

/*
* Corrects overflow displayed oddly in IE 9.
*/
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
 Figures
 ========================================================================== */
/*
* Addresses margin not present in IE 8/9 and Safari 5.
*/
figure {
  margin: 0;
}

/* ==========================================================================
 Forms
 ========================================================================== */
/*
* Define consistent border, margin, and padding.
*/
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/*
* 1. Corrects color not being inherited in IE 8/9.
* 2. Remove padding so people aren't caught out if they zero out fieldsets.
*/
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/*
* 1. Corrects font family not being inherited in all browsers.
* 2. Corrects font size not being inherited in all browsers.
* 3. Addresses margins set differently in Firefox 4+, Safari 5, and Chrome
*/
button,
input,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 2 */
  margin: 0; /* 3 */
}

/*
* Addresses Firefox 4+ setting `line-height` on `input` using `!important` in
* the UA stylesheet.
*/
button,
input {
  line-height: normal;
}

/*
* 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
*    and `video` controls.
* 2. Corrects inability to style clickable `input` types in iOS.
* 3. Improves usability and consistency of cursor style between image-type
*    `input` and others.
*/
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/*
* Re-set default cursor for disabled elements.
*/
button[disabled],
input[disabled] {
  cursor: default;
}

/*
* 1. Addresses box sizing set to `content-box` in IE 8/9.
* 2. Removes excess padding in IE 8/9.
*/
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/*
* 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
* 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
*    (include `-moz` to future-proof).
*/
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/*
* Removes inner padding and search cancel button in Safari 5 and Chrome
* on OS X.
*/
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
* Removes inner padding and border in Firefox 4+.
*/
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/*
* 1. Removes default vertical scrollbar in IE 8/9.
* 2. Improves readability and alignment in all browsers.
*/
textarea {
  overflow: auto; /* 1 */
  vertical-align: top; /* 2 */
}

/* ==========================================================================
 Tables
 ========================================================================== */
/*
* Remove most spacing between table cells.
*/
table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  font-size: 18px;
}

/*!
 *  Font Awesome 4.2.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: "FontAwesome";
  src: url("//netdna.bootstrapcdn.com/font-awesome/4.2.0/fonts/fontawesome-webfont.eot?v=4.2.0");
  src: url("//netdna.bootstrapcdn.com/font-awesome/4.2.0/fonts/fontawesome-webfont.eot?#iefix&v=4.2.0") format("embedded-opentype"), url("//netdna.bootstrapcdn.com/font-awesome/4.2.0/fonts/fontawesome-webfont.woff?v=4.2.0") format("woff"), url("//netdna.bootstrapcdn.com/font-awesome/4.2.0/fonts/fontawesome-webfont.ttf?v=4.2.0") format("truetype"), url("//netdna.bootstrapcdn.com/font-awesome/4.2.0/fonts/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.icon {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.icon-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.icon-2x {
  font-size: 2em;
}

.icon-3x {
  font-size: 3em;
}

.icon-4x {
  font-size: 4em;
}

.icon-5x {
  font-size: 5em;
}

.icon-fw {
  width: 1.2857142857em;
  text-align: center;
}

.icon-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none;
}
.icon-ul > li {
  position: relative;
}

.icon-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center;
}
.icon-li.icon-lg {
  left: -1.8571428571em;
}

.icon-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.icon.pull-left {
  margin-right: 0.3em;
}
.icon.pull-right {
  margin-left: 0.3em;
}

.icon-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.icon-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.icon-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.icon-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.icon-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.icon-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .icon-rotate-90,
:root .icon-rotate-180,
:root .icon-rotate-270,
:root .icon-flip-horizontal,
:root .icon-flip-vertical {
  filter: none;
}

.icon-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.icon-stack-1x, .icon-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.icon-stack-1x {
  line-height: inherit;
}

.icon-stack-2x {
  font-size: 2em;
}

.icon-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.icon-glass:before {
  content: "\f000";
}

.icon-music:before {
  content: "\f001";
}

.icon-search:before {
  content: "\f002";
}

.icon-envelope-o:before {
  content: "\f003";
}

.icon-heart:before {
  content: "\f004";
}

.icon-star:before {
  content: "\f005";
}

.icon-star-o:before {
  content: "\f006";
}

.icon-user:before {
  content: "\f007";
}

.icon-film:before {
  content: "\f008";
}

.icon-th-large:before {
  content: "\f009";
}

.icon-th:before {
  content: "\f00a";
}

.icon-th-list:before {
  content: "\f00b";
}

.icon-check:before {
  content: "\f00c";
}

.icon-remove:before,
.icon-close:before,
.icon-times:before {
  content: "\f00d";
}

.icon-search-plus:before {
  content: "\f00e";
}

.icon-search-minus:before {
  content: "\f010";
}

.icon-power-off:before {
  content: "\f011";
}

.icon-signal:before {
  content: "\f012";
}

.icon-gear:before,
.icon-cog:before {
  content: "\f013";
}

.icon-trash-o:before {
  content: "\f014";
}

.icon-home:before {
  content: "\f015";
}

.icon-file-o:before {
  content: "\f016";
}

.icon-clock-o:before {
  content: "\f017";
}

.icon-road:before {
  content: "\f018";
}

.icon-download:before {
  content: "\f019";
}

.icon-arrow-circle-o-down:before {
  content: "\f01a";
}

.icon-arrow-circle-o-up:before {
  content: "\f01b";
}

.icon-inbox:before {
  content: "\f01c";
}

.icon-play-circle-o:before {
  content: "\f01d";
}

.icon-rotate-right:before,
.icon-repeat:before {
  content: "\f01e";
}

.icon-refresh:before {
  content: "\f021";
}

.icon-list-alt:before {
  content: "\f022";
}

.icon-lock:before {
  content: "\f023";
}

.icon-flag:before {
  content: "\f024";
}

.icon-headphones:before {
  content: "\f025";
}

.icon-volume-off:before {
  content: "\f026";
}

.icon-volume-down:before {
  content: "\f027";
}

.icon-volume-up:before {
  content: "\f028";
}

.icon-qrcode:before {
  content: "\f029";
}

.icon-barcode:before {
  content: "\f02a";
}

.icon-tag:before {
  content: "\f02b";
}

.icon-tags:before {
  content: "\f02c";
}

.icon-book:before {
  content: "\f02d";
}

.icon-bookmark:before {
  content: "\f02e";
}

.icon-print:before {
  content: "\f02f";
}

.icon-camera:before {
  content: "\f030";
}

.icon-font:before {
  content: "\f031";
}

.icon-bold:before {
  content: "\f032";
}

.icon-italic:before {
  content: "\f033";
}

.icon-text-height:before {
  content: "\f034";
}

.icon-text-width:before {
  content: "\f035";
}

.icon-align-left:before {
  content: "\f036";
}

.icon-align-center:before {
  content: "\f037";
}

.icon-align-right:before {
  content: "\f038";
}

.icon-align-justify:before {
  content: "\f039";
}

.icon-list:before {
  content: "\f03a";
}

.icon-dedent:before,
.icon-outdent:before {
  content: "\f03b";
}

.icon-indent:before {
  content: "\f03c";
}

.icon-video-camera:before {
  content: "\f03d";
}

.icon-photo:before,
.icon-image:before,
.icon-picture-o:before {
  content: "\f03e";
}

.icon-pencil:before {
  content: "\f040";
}

.icon-map-marker:before {
  content: "\f041";
}

.icon-adjust:before {
  content: "\f042";
}

.icon-tint:before {
  content: "\f043";
}

.icon-edit:before,
.icon-pencil-square-o:before {
  content: "\f044";
}

.icon-share-square-o:before {
  content: "\f045";
}

.icon-check-square-o:before {
  content: "\f046";
}

.icon-arrows:before {
  content: "\f047";
}

.icon-step-backward:before {
  content: "\f048";
}

.icon-fast-backward:before {
  content: "\f049";
}

.icon-backward:before {
  content: "\f04a";
}

.icon-play:before {
  content: "\f04b";
}

.icon-pause:before {
  content: "\f04c";
}

.icon-stop:before {
  content: "\f04d";
}

.icon-forward:before {
  content: "\f04e";
}

.icon-fast-forward:before {
  content: "\f050";
}

.icon-step-forward:before {
  content: "\f051";
}

.icon-eject:before {
  content: "\f052";
}

.icon-chevron-left:before {
  content: "\f053";
}

.icon-chevron-right:before {
  content: "\f054";
}

.icon-plus-circle:before {
  content: "\f055";
}

.icon-minus-circle:before {
  content: "\f056";
}

.icon-times-circle:before {
  content: "\f057";
}

.icon-check-circle:before {
  content: "\f058";
}

.icon-question-circle:before {
  content: "\f059";
}

.icon-info-circle:before {
  content: "\f05a";
}

.icon-crosshairs:before {
  content: "\f05b";
}

.icon-times-circle-o:before {
  content: "\f05c";
}

.icon-check-circle-o:before {
  content: "\f05d";
}

.icon-ban:before {
  content: "\f05e";
}

.icon-arrow-left:before {
  content: "\f060";
}

.icon-arrow-right:before {
  content: "\f061";
}

.icon-arrow-up:before {
  content: "\f062";
}

.icon-arrow-down:before {
  content: "\f063";
}

.icon-mail-forward:before,
.icon-share:before {
  content: "\f064";
}

.icon-expand:before {
  content: "\f065";
}

.icon-compress:before {
  content: "\f066";
}

.icon-plus:before {
  content: "\f067";
}

.icon-minus:before {
  content: "\f068";
}

.icon-asterisk:before {
  content: "\f069";
}

.icon-exclamation-circle:before {
  content: "\f06a";
}

.icon-gift:before {
  content: "\f06b";
}

.icon-leaf:before {
  content: "\f06c";
}

.icon-fire:before {
  content: "\f06d";
}

.icon-eye:before {
  content: "\f06e";
}

.icon-eye-slash:before {
  content: "\f070";
}

.icon-warning:before,
.icon-exclamation-triangle:before {
  content: "\f071";
}

.icon-plane:before {
  content: "\f072";
}

.icon-calendar:before {
  content: "\f073";
}

.icon-random:before {
  content: "\f074";
}

.icon-comment:before {
  content: "\f075";
}

.icon-magnet:before {
  content: "\f076";
}

.icon-chevron-up:before {
  content: "\f077";
}

.icon-chevron-down:before {
  content: "\f078";
}

.icon-retweet:before {
  content: "\f079";
}

.icon-shopping-cart:before {
  content: "\f07a";
}

.icon-folder:before {
  content: "\f07b";
}

.icon-folder-open:before {
  content: "\f07c";
}

.icon-arrows-v:before {
  content: "\f07d";
}

.icon-arrows-h:before {
  content: "\f07e";
}

.icon-bar-chart-o:before,
.icon-bar-chart:before {
  content: "\f080";
}

.icon-twitter-square:before {
  content: "\f081";
}

.icon-facebook-square:before {
  content: "\f082";
}

.icon-camera-retro:before {
  content: "\f083";
}

.icon-key:before {
  content: "\f084";
}

.icon-gears:before,
.icon-cogs:before {
  content: "\f085";
}

.icon-comments:before {
  content: "\f086";
}

.icon-thumbs-o-up:before {
  content: "\f087";
}

.icon-thumbs-o-down:before {
  content: "\f088";
}

.icon-star-half:before {
  content: "\f089";
}

.icon-heart-o:before {
  content: "\f08a";
}

.icon-sign-out:before {
  content: "\f08b";
}

.icon-linkedin-square:before {
  content: "\f08c";
}

.icon-thumb-tack:before {
  content: "\f08d";
}

.icon-external-link:before {
  content: "\f08e";
}

.icon-sign-in:before {
  content: "\f090";
}

.icon-trophy:before {
  content: "\f091";
}

.icon-github-square:before {
  content: "\f092";
}

.icon-upload:before {
  content: "\f093";
}

.icon-lemon-o:before {
  content: "\f094";
}

.icon-phone:before {
  content: "\f095";
}

.icon-square-o:before {
  content: "\f096";
}

.icon-bookmark-o:before {
  content: "\f097";
}

.icon-phone-square:before {
  content: "\f098";
}

.icon-twitter:before {
  content: "\f099";
}

.icon-facebook:before {
  content: "\f09a";
}

.icon-github:before {
  content: "\f09b";
}

.icon-unlock:before {
  content: "\f09c";
}

.icon-credit-card:before {
  content: "\f09d";
}

.icon-rss:before {
  content: "\f09e";
}

.icon-hdd-o:before {
  content: "\f0a0";
}

.icon-bullhorn:before {
  content: "\f0a1";
}

.icon-bell:before {
  content: "\f0f3";
}

.icon-certificate:before {
  content: "\f0a3";
}

.icon-hand-o-right:before {
  content: "\f0a4";
}

.icon-hand-o-left:before {
  content: "\f0a5";
}

.icon-hand-o-up:before {
  content: "\f0a6";
}

.icon-hand-o-down:before {
  content: "\f0a7";
}

.icon-arrow-circle-left:before {
  content: "\f0a8";
}

.icon-arrow-circle-right:before {
  content: "\f0a9";
}

.icon-arrow-circle-up:before {
  content: "\f0aa";
}

.icon-arrow-circle-down:before {
  content: "\f0ab";
}

.icon-globe:before {
  content: "\f0ac";
}

.icon-wrench:before {
  content: "\f0ad";
}

.icon-tasks:before {
  content: "\f0ae";
}

.icon-filter:before {
  content: "\f0b0";
}

.icon-briefcase:before {
  content: "\f0b1";
}

.icon-arrows-alt:before {
  content: "\f0b2";
}

.icon-group:before,
.icon-users:before {
  content: "\f0c0";
}

.icon-chain:before,
.icon-link:before {
  content: "\f0c1";
}

.icon-cloud:before {
  content: "\f0c2";
}

.icon-flask:before {
  content: "\f0c3";
}

.icon-cut:before,
.icon-scissors:before {
  content: "\f0c4";
}

.icon-copy:before,
.icon-files-o:before {
  content: "\f0c5";
}

.icon-paperclip:before {
  content: "\f0c6";
}

.icon-save:before,
.icon-floppy-o:before {
  content: "\f0c7";
}

.icon-square:before {
  content: "\f0c8";
}

.icon-navicon:before,
.icon-reorder:before,
.icon-bars:before {
  content: "\f0c9";
}

.icon-list-ul:before {
  content: "\f0ca";
}

.icon-list-ol:before {
  content: "\f0cb";
}

.icon-strikethrough:before {
  content: "\f0cc";
}

.icon-underline:before {
  content: "\f0cd";
}

.icon-table:before {
  content: "\f0ce";
}

.icon-magic:before {
  content: "\f0d0";
}

.icon-truck:before {
  content: "\f0d1";
}

.icon-pinterest:before {
  content: "\f0d2";
}

.icon-pinterest-square:before {
  content: "\f0d3";
}

.icon-google-plus-square:before {
  content: "\f0d4";
}

.icon-google-plus:before {
  content: "\f0d5";
}

.icon-money:before {
  content: "\f0d6";
}

.icon-caret-down:before {
  content: "\f0d7";
}

.icon-caret-up:before {
  content: "\f0d8";
}

.icon-caret-left:before {
  content: "\f0d9";
}

.icon-caret-right:before {
  content: "\f0da";
}

.icon-columns:before {
  content: "\f0db";
}

.icon-unsorted:before,
.icon-sort:before {
  content: "\f0dc";
}

.icon-sort-down:before,
.icon-sort-desc:before {
  content: "\f0dd";
}

.icon-sort-up:before,
.icon-sort-asc:before {
  content: "\f0de";
}

.icon-envelope:before {
  content: "\f0e0";
}

.icon-linkedin:before {
  content: "\f0e1";
}

.icon-rotate-left:before,
.icon-undo:before {
  content: "\f0e2";
}

.icon-legal:before,
.icon-gavel:before {
  content: "\f0e3";
}

.icon-dashboard:before,
.icon-tachometer:before {
  content: "\f0e4";
}

.icon-comment-o:before {
  content: "\f0e5";
}

.icon-comments-o:before {
  content: "\f0e6";
}

.icon-flash:before,
.icon-bolt:before {
  content: "\f0e7";
}

.icon-sitemap:before {
  content: "\f0e8";
}

.icon-umbrella:before {
  content: "\f0e9";
}

.icon-paste:before,
.icon-clipboard:before {
  content: "\f0ea";
}

.icon-lightbulb-o:before {
  content: "\f0eb";
}

.icon-exchange:before {
  content: "\f0ec";
}

.icon-cloud-download:before {
  content: "\f0ed";
}

.icon-cloud-upload:before {
  content: "\f0ee";
}

.icon-user-md:before {
  content: "\f0f0";
}

.icon-stethoscope:before {
  content: "\f0f1";
}

.icon-suitcase:before {
  content: "\f0f2";
}

.icon-bell-o:before {
  content: "\f0a2";
}

.icon-coffee:before {
  content: "\f0f4";
}

.icon-cutlery:before {
  content: "\f0f5";
}

.icon-file-text-o:before {
  content: "\f0f6";
}

.icon-building-o:before {
  content: "\f0f7";
}

.icon-hospital-o:before {
  content: "\f0f8";
}

.icon-ambulance:before {
  content: "\f0f9";
}

.icon-medkit:before {
  content: "\f0fa";
}

.icon-fighter-jet:before {
  content: "\f0fb";
}

.icon-beer:before {
  content: "\f0fc";
}

.icon-h-square:before {
  content: "\f0fd";
}

.icon-plus-square:before {
  content: "\f0fe";
}

.icon-angle-double-left:before {
  content: "\f100";
}

.icon-angle-double-right:before {
  content: "\f101";
}

.icon-angle-double-up:before {
  content: "\f102";
}

.icon-angle-double-down:before {
  content: "\f103";
}

.icon-angle-left:before {
  content: "\f104";
}

.icon-angle-right:before {
  content: "\f105";
}

.icon-angle-up:before {
  content: "\f106";
}

.icon-angle-down:before {
  content: "\f107";
}

.icon-desktop:before {
  content: "\f108";
}

.icon-laptop:before {
  content: "\f109";
}

.icon-tablet:before {
  content: "\f10a";
}

.icon-mobile-phone:before,
.icon-mobile:before {
  content: "\f10b";
}

.icon-circle-o:before {
  content: "\f10c";
}

.icon-quote-left:before {
  content: "\f10d";
}

.icon-quote-right:before {
  content: "\f10e";
}

.icon-spinner:before {
  content: "\f110";
}

.icon-circle:before {
  content: "\f111";
}

.icon-mail-reply:before,
.icon-reply:before {
  content: "\f112";
}

.icon-github-alt:before {
  content: "\f113";
}

.icon-folder-o:before {
  content: "\f114";
}

.icon-folder-open-o:before {
  content: "\f115";
}

.icon-smile-o:before {
  content: "\f118";
}

.icon-frown-o:before {
  content: "\f119";
}

.icon-meh-o:before {
  content: "\f11a";
}

.icon-gamepad:before {
  content: "\f11b";
}

.icon-keyboard-o:before {
  content: "\f11c";
}

.icon-flag-o:before {
  content: "\f11d";
}

.icon-flag-checkered:before {
  content: "\f11e";
}

.icon-terminal:before {
  content: "\f120";
}

.icon-code:before {
  content: "\f121";
}

.icon-mail-reply-all:before,
.icon-reply-all:before {
  content: "\f122";
}

.icon-star-half-empty:before,
.icon-star-half-full:before,
.icon-star-half-o:before {
  content: "\f123";
}

.icon-location-arrow:before {
  content: "\f124";
}

.icon-crop:before {
  content: "\f125";
}

.icon-code-fork:before {
  content: "\f126";
}

.icon-unlink:before,
.icon-chain-broken:before {
  content: "\f127";
}

.icon-question:before {
  content: "\f128";
}

.icon-info:before {
  content: "\f129";
}

.icon-exclamation:before {
  content: "\f12a";
}

.icon-superscript:before {
  content: "\f12b";
}

.icon-subscript:before {
  content: "\f12c";
}

.icon-eraser:before {
  content: "\f12d";
}

.icon-puzzle-piece:before {
  content: "\f12e";
}

.icon-microphone:before {
  content: "\f130";
}

.icon-microphone-slash:before {
  content: "\f131";
}

.icon-shield:before {
  content: "\f132";
}

.icon-calendar-o:before {
  content: "\f133";
}

.icon-fire-extinguisher:before {
  content: "\f134";
}

.icon-rocket:before {
  content: "\f135";
}

.icon-maxcdn:before {
  content: "\f136";
}

.icon-chevron-circle-left:before {
  content: "\f137";
}

.icon-chevron-circle-right:before {
  content: "\f138";
}

.icon-chevron-circle-up:before {
  content: "\f139";
}

.icon-chevron-circle-down:before {
  content: "\f13a";
}

.icon-html5:before {
  content: "\f13b";
}

.icon-css3:before {
  content: "\f13c";
}

.icon-anchor:before {
  content: "\f13d";
}

.icon-unlock-alt:before {
  content: "\f13e";
}

.icon-bullseye:before {
  content: "\f140";
}

.icon-ellipsis-h:before {
  content: "\f141";
}

.icon-ellipsis-v:before {
  content: "\f142";
}

.icon-rss-square:before {
  content: "\f143";
}

.icon-play-circle:before {
  content: "\f144";
}

.icon-ticket:before {
  content: "\f145";
}

.icon-minus-square:before {
  content: "\f146";
}

.icon-minus-square-o:before {
  content: "\f147";
}

.icon-level-up:before {
  content: "\f148";
}

.icon-level-down:before {
  content: "\f149";
}

.icon-check-square:before {
  content: "\f14a";
}

.icon-pencil-square:before {
  content: "\f14b";
}

.icon-external-link-square:before {
  content: "\f14c";
}

.icon-share-square:before {
  content: "\f14d";
}

.icon-compass:before {
  content: "\f14e";
}

.icon-toggle-down:before,
.icon-caret-square-o-down:before {
  content: "\f150";
}

.icon-toggle-up:before,
.icon-caret-square-o-up:before {
  content: "\f151";
}

.icon-toggle-right:before,
.icon-caret-square-o-right:before {
  content: "\f152";
}

.icon-euro:before,
.icon-eur:before {
  content: "\f153";
}

.icon-gbp:before {
  content: "\f154";
}

.icon-dollar:before,
.icon-usd:before {
  content: "\f155";
}

.icon-rupee:before,
.icon-inr:before {
  content: "\f156";
}

.icon-cny:before,
.icon-rmb:before,
.icon-yen:before,
.icon-jpy:before {
  content: "\f157";
}

.icon-ruble:before,
.icon-rouble:before,
.icon-rub:before {
  content: "\f158";
}

.icon-won:before,
.icon-krw:before {
  content: "\f159";
}

.icon-bitcoin:before,
.icon-btc:before {
  content: "\f15a";
}

.icon-file:before {
  content: "\f15b";
}

.icon-file-text:before {
  content: "\f15c";
}

.icon-sort-alpha-asc:before {
  content: "\f15d";
}

.icon-sort-alpha-desc:before {
  content: "\f15e";
}

.icon-sort-amount-asc:before {
  content: "\f160";
}

.icon-sort-amount-desc:before {
  content: "\f161";
}

.icon-sort-numeric-asc:before {
  content: "\f162";
}

.icon-sort-numeric-desc:before {
  content: "\f163";
}

.icon-thumbs-up:before {
  content: "\f164";
}

.icon-thumbs-down:before {
  content: "\f165";
}

.icon-youtube-square:before {
  content: "\f166";
}

.icon-youtube:before {
  content: "\f167";
}

.icon-xing:before {
  content: "\f168";
}

.icon-xing-square:before {
  content: "\f169";
}

.icon-youtube-play:before {
  content: "\f16a";
}

.icon-dropbox:before {
  content: "\f16b";
}

.icon-stack-overflow:before {
  content: "\f16c";
}

.icon-instagram:before {
  content: "\f16d";
}

.icon-flickr:before {
  content: "\f16e";
}

.icon-adn:before {
  content: "\f170";
}

.icon-bitbucket:before {
  content: "\f171";
}

.icon-bitbucket-square:before {
  content: "\f172";
}

.icon-tumblr:before {
  content: "\f173";
}

.icon-tumblr-square:before {
  content: "\f174";
}

.icon-long-arrow-down:before {
  content: "\f175";
}

.icon-long-arrow-up:before {
  content: "\f176";
}

.icon-long-arrow-left:before {
  content: "\f177";
}

.icon-long-arrow-right:before {
  content: "\f178";
}

.icon-apple:before {
  content: "\f179";
}

.icon-windows:before {
  content: "\f17a";
}

.icon-android:before {
  content: "\f17b";
}

.icon-linux:before {
  content: "\f17c";
}

.icon-dribbble:before {
  content: "\f17d";
}

.icon-skype:before {
  content: "\f17e";
}

.icon-foursquare:before {
  content: "\f180";
}

.icon-trello:before {
  content: "\f181";
}

.icon-female:before {
  content: "\f182";
}

.icon-male:before {
  content: "\f183";
}

.icon-gittip:before {
  content: "\f184";
}

.icon-sun-o:before {
  content: "\f185";
}

.icon-moon-o:before {
  content: "\f186";
}

.icon-archive:before {
  content: "\f187";
}

.icon-bug:before {
  content: "\f188";
}

.icon-vk:before {
  content: "\f189";
}

.icon-weibo:before {
  content: "\f18a";
}

.icon-renren:before {
  content: "\f18b";
}

.icon-pagelines:before {
  content: "\f18c";
}

.icon-stack-exchange:before {
  content: "\f18d";
}

.icon-arrow-circle-o-right:before {
  content: "\f18e";
}

.icon-arrow-circle-o-left:before {
  content: "\f190";
}

.icon-toggle-left:before,
.icon-caret-square-o-left:before {
  content: "\f191";
}

.icon-dot-circle-o:before {
  content: "\f192";
}

.icon-wheelchair:before {
  content: "\f193";
}

.icon-vimeo-square:before {
  content: "\f194";
}

.icon-turkish-lira:before,
.icon-try:before {
  content: "\f195";
}

.icon-plus-square-o:before {
  content: "\f196";
}

.icon-space-shuttle:before {
  content: "\f197";
}

.icon-slack:before {
  content: "\f198";
}

.icon-envelope-square:before {
  content: "\f199";
}

.icon-wordpress:before {
  content: "\f19a";
}

.icon-openid:before {
  content: "\f19b";
}

.icon-institution:before,
.icon-bank:before,
.icon-university:before {
  content: "\f19c";
}

.icon-mortar-board:before,
.icon-graduation-cap:before {
  content: "\f19d";
}

.icon-yahoo:before {
  content: "\f19e";
}

.icon-google:before {
  content: "\f1a0";
}

.icon-reddit:before {
  content: "\f1a1";
}

.icon-reddit-square:before {
  content: "\f1a2";
}

.icon-stumbleupon-circle:before {
  content: "\f1a3";
}

.icon-stumbleupon:before {
  content: "\f1a4";
}

.icon-delicious:before {
  content: "\f1a5";
}

.icon-digg:before {
  content: "\f1a6";
}

.icon-pied-piper:before {
  content: "\f1a7";
}

.icon-pied-piper-alt:before {
  content: "\f1a8";
}

.icon-drupal:before {
  content: "\f1a9";
}

.icon-joomla:before {
  content: "\f1aa";
}

.icon-language:before {
  content: "\f1ab";
}

.icon-fax:before {
  content: "\f1ac";
}

.icon-building:before {
  content: "\f1ad";
}

.icon-child:before {
  content: "\f1ae";
}

.icon-paw:before {
  content: "\f1b0";
}

.icon-spoon:before {
  content: "\f1b1";
}

.icon-cube:before {
  content: "\f1b2";
}

.icon-cubes:before {
  content: "\f1b3";
}

.icon-behance:before {
  content: "\f1b4";
}

.icon-behance-square:before {
  content: "\f1b5";
}

.icon-steam:before {
  content: "\f1b6";
}

.icon-steam-square:before {
  content: "\f1b7";
}

.icon-recycle:before {
  content: "\f1b8";
}

.icon-automobile:before,
.icon-car:before {
  content: "\f1b9";
}

.icon-cab:before,
.icon-taxi:before {
  content: "\f1ba";
}

.icon-tree:before {
  content: "\f1bb";
}

.icon-spotify:before {
  content: "\f1bc";
}

.icon-deviantart:before {
  content: "\f1bd";
}

.icon-soundcloud:before {
  content: "\f1be";
}

.icon-database:before {
  content: "\f1c0";
}

.icon-file-pdf-o:before {
  content: "\f1c1";
}

.icon-file-word-o:before {
  content: "\f1c2";
}

.icon-file-excel-o:before {
  content: "\f1c3";
}

.icon-file-powerpoint-o:before {
  content: "\f1c4";
}

.icon-file-photo-o:before,
.icon-file-picture-o:before,
.icon-file-image-o:before {
  content: "\f1c5";
}

.icon-file-zip-o:before,
.icon-file-archive-o:before {
  content: "\f1c6";
}

.icon-file-sound-o:before,
.icon-file-audio-o:before {
  content: "\f1c7";
}

.icon-file-movie-o:before,
.icon-file-video-o:before {
  content: "\f1c8";
}

.icon-file-code-o:before {
  content: "\f1c9";
}

.icon-vine:before {
  content: "\f1ca";
}

.icon-codepen:before {
  content: "\f1cb";
}

.icon-jsfiddle:before {
  content: "\f1cc";
}

.icon-life-bouy:before,
.icon-life-buoy:before,
.icon-life-saver:before,
.icon-support:before,
.icon-life-ring:before {
  content: "\f1cd";
}

.icon-circle-o-notch:before {
  content: "\f1ce";
}

.icon-ra:before,
.icon-rebel:before {
  content: "\f1d0";
}

.icon-ge:before,
.icon-empire:before {
  content: "\f1d1";
}

.icon-git-square:before {
  content: "\f1d2";
}

.icon-git:before {
  content: "\f1d3";
}

.icon-hacker-news:before {
  content: "\f1d4";
}

.icon-tencent-weibo:before {
  content: "\f1d5";
}

.icon-qq:before {
  content: "\f1d6";
}

.icon-wechat:before,
.icon-weixin:before {
  content: "\f1d7";
}

.icon-send:before,
.icon-paper-plane:before {
  content: "\f1d8";
}

.icon-send-o:before,
.icon-paper-plane-o:before {
  content: "\f1d9";
}

.icon-history:before {
  content: "\f1da";
}

.icon-circle-thin:before {
  content: "\f1db";
}

.icon-header:before {
  content: "\f1dc";
}

.icon-paragraph:before {
  content: "\f1dd";
}

.icon-sliders:before {
  content: "\f1de";
}

.icon-share-alt:before {
  content: "\f1e0";
}

.icon-share-alt-square:before {
  content: "\f1e1";
}

.icon-bomb:before {
  content: "\f1e2";
}

.icon-soccer-ball-o:before,
.icon-futbol-o:before {
  content: "\f1e3";
}

.icon-tty:before {
  content: "\f1e4";
}

.icon-binoculars:before {
  content: "\f1e5";
}

.icon-plug:before {
  content: "\f1e6";
}

.icon-slideshare:before {
  content: "\f1e7";
}

.icon-twitch:before {
  content: "\f1e8";
}

.icon-yelp:before {
  content: "\f1e9";
}

.icon-newspaper-o:before {
  content: "\f1ea";
}

.icon-wifi:before {
  content: "\f1eb";
}

.icon-calculator:before {
  content: "\f1ec";
}

.icon-paypal:before {
  content: "\f1ed";
}

.icon-google-wallet:before {
  content: "\f1ee";
}

.icon-cc-visa:before {
  content: "\f1f0";
}

.icon-cc-mastercard:before {
  content: "\f1f1";
}

.icon-cc-discover:before {
  content: "\f1f2";
}

.icon-cc-amex:before {
  content: "\f1f3";
}

.icon-cc-paypal:before {
  content: "\f1f4";
}

.icon-cc-stripe:before {
  content: "\f1f5";
}

.icon-bell-slash:before {
  content: "\f1f6";
}

.icon-bell-slash-o:before {
  content: "\f1f7";
}

.icon-trash:before {
  content: "\f1f8";
}

.icon-copyright:before {
  content: "\f1f9";
}

.icon-at:before {
  content: "\f1fa";
}

.icon-eyedropper:before {
  content: "\f1fb";
}

.icon-paint-brush:before {
  content: "\f1fc";
}

.icon-birthday-cake:before {
  content: "\f1fd";
}

.icon-area-chart:before {
  content: "\f1fe";
}

.icon-pie-chart:before {
  content: "\f200";
}

.icon-line-chart:before {
  content: "\f201";
}

.icon-lastfm:before {
  content: "\f202";
}

.icon-lastfm-square:before {
  content: "\f203";
}

.icon-toggle-off:before {
  content: "\f204";
}

.icon-toggle-on:before {
  content: "\f205";
}

.icon-bicycle:before {
  content: "\f206";
}

.icon-bus:before {
  content: "\f207";
}

.icon-ioxhost:before {
  content: "\f208";
}

.icon-angellist:before {
  content: "\f209";
}

.icon-cc:before {
  content: "\f20a";
}

.icon-shekel:before,
.icon-sheqel:before,
.icon-ils:before {
  content: "\f20b";
}

.icon-meanpath:before {
  content: "\f20c";
}

.page-with-hero h1 {
  color: #006D97;
  font-family: "Open Sans";
  font-size: 51px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  margin-bottom: 0;
  margin-top: 0;
}
.page-with-hero h2 {
  color: #002950;
  font-family: "Open Sans Condensed";
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.page-with-hero h3 {
  color: #000;
  font-family: "Open Sans";
  font-size: 21px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
}
.page-with-hero h4 {
  color: #000;
  font-family: "Open Sans";
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 4.5px;
  text-transform: uppercase;
}
.page-with-hero h5 {
  color: #000;
  font-family: "Open Sans";
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}
.page-with-hero h6 {
  color: #000;
  font-family: "Open Sans";
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}
.page-with-hero p,
.page-with-hero .body-text {
  color: #000;
  font-family: "Open Sans";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 48px;
}
.page-with-hero .body-small-text {
  color: #000;
  font-family: "Open Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
}
.page-with-hero button {
  color: #000;
  font-family: "Open Sans";
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.page-with-hero a {
  color: #005EB8;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  text-underline-offset: 6px;
}
.page-with-hero a:hover {
  color: #00A3E0;
}
.page-with-hero a:visited {
  color: #004381;
}

.page-without-hero h1 {
  color: #006D97;
  font-family: "Open Sans";
  font-size: 51px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  margin-bottom: 0;
}
.page-without-hero h2 {
  color: #00A3E0;
  font-family: "Open Sans Condensed";
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.page-without-hero h3 {
  color: #006D97;
  font-family: "Open Sans";
  font-size: 21px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
}
.page-without-hero h4 {
  color: #003551;
  font-family: "Open Sans";
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 4.5px;
  text-transform: uppercase;
}
.page-without-hero h5 {
  color: #003551;
  font-family: "Open Sans";
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}
.page-without-hero h6 {
  font-family: "Open Sans";
}
.page-without-hero p {
  color: #000;
  font-family: "Open Sans";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 48px;
}
.page-without-hero button,
.page-without-hero .button {
  color: #003B5C;
  text-align: center;
  font-family: "Open Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
}
.page-without-hero a {
  color: #005EB8;
  font-family: "Open Sans";
  text-underline-offset: 6px;
}
.page-without-hero a:hover {
  color: #00A3E0;
}
.page-without-hero a:visited {
  color: #004381;
}

/*
CSS Written by Jes Gundy
Threespot, Washington DC
---
Ammended and appended by Andrew McCarthy
https://andrevv.com/
---
Ported to Libsass by Michael Trythall
https://lincolnloop.com/team/michael-trythall/
---
CSS rendered with Libsass 0.7.0

Altered for OpenSearch by AWS
*/
html {
  background: #003b5c;
}

body {
  font-family: "Open Sans", "Segoe UI", Tahoma, sans-serif;
  font-size: 18px;
  color: #002a3a;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body .layout-secondary,
body [role=complementary] {
  font-family: "Open Sans", "Segoe UI", Tahoma, sans-serif;
}
@media screen and (min-width: 462.5px) {
  body {
    min-width: 462.5px;
  }
}

a {
  color: #005EB8;
  text-decoration: underline;
  -webkit-tap-highlight-color: transparent;
}
a:hover {
  color: #00A3E0;
}
a:visited {
  color: #004381;
}

::selection {
  background: #b9d9eb;
}

::-moz-selection {
  background: #b9d9eb;
}

ol li, ul li {
  margin-top: 10px;
}

dl {
  margin: 20px 0 10px;
}
dl dt {
  font-family: "Open Sans", "Segoe UI", Tahoma, sans-serif;
  font-weight: 400;
}
dl dd {
  margin: 0;
  padding: 0;
}
dl dd:last-of-type {
  margin-bottom: 0;
}
dl.glossary dt {
  font-weight: 600;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Open Sans Condensed", Impact, "Franklin Gothic Bold", sans-serif;
  font-weight: 700;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  text-decoration: none;
  color: #0053b8;
  text-decoration: none;
}
h1 a:visited,
h2 a:visited,
h3 a:visited,
h4 a:visited,
h5 a:visited,
h6 a:visited {
  color: #0053b8;
}
h1 a:hover, h1 a:active, h1 a:focus,
h2 a:hover,
h2 a:active,
h2 a:focus,
h3 a:hover,
h3 a:active,
h3 a:focus,
h4 a:hover,
h4 a:active,
h4 a:focus,
h5 a:hover,
h5 a:active,
h5 a:focus,
h6 a:hover,
h6 a:active,
h6 a:focus {
  color: #137cc1;
  text-decoration: none;
}

h1 {
  font-size: 28px;
  letter-spacing: -1px;
  line-height: 1.1;
}
@media screen and (min-width: 462.5px) {
  h1 {
    font-size: 32px;
  }
}
.layout-secondary h1 {
  color: #002a3a;
}
[role=main] h1 {
  font-size: 32px;
  margin: 40px 0px 30px;
  color: #002a3a;
}
[role=complementary] h1 {
  font-size: 28px;
}

h2 {
  font-size: 24px;
}
[role=complementary] h2, .layout-secondary h2 {
  font-size: 20px;
  border-bottom: 1px solid #ccd3d6;
  padding-bottom: 15px;
  margin-top: 30px;
}
[role=complementary] h2:first-of-type, .layout-secondary h2:first-of-type {
  margin-top: inherit;
}
@media screen and (min-width: 462.5px) {
  [role=complementary] h2:first-child, .layout-secondary h2:first-child {
    margin-top: 20px;
  }
}
.full-width [role=complementary] h2, .full-width .layout-secondary h2 {
  font-size: 24px;
}
[role=main] h2 {
  margin-top: 20px;
  margin-bottom: 15px;
}

h3 {
  font-size: 20px;
  font-weight: 700;
  color: #002a3a;
  line-height: 1.2;
  margin: 35px 0 20px;
}
[role=complementary] h3, .layout-secondary h3 {
  font-size: 18px;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
@media screen and (min-width: 462.5px) {
  [role=complementary] h3:first-child, .layout-secondary h3:first-child {
    margin-top: 12px;
  }
}
[role=complementary] h3 {
  font-size: 18px;
  border-bottom: 1px solid #ccd3d6;
}

h4 {
  font-size: 16px;
  color: #002a3a;
  line-height: 1.2;
  margin: 35px 0 20px;
  font-weight: 700;
}

tt,
code,
kbd,
pre,
samp {
  font-family: Consolas, Menlo, Monaco, "Courier New", Courier, monospace;
  font-variant-ligatures: no-common-ligatures;
  text-rendering: optimizeSpeed;
  color: #003b5c;
  font-size: 1em;
}

tt {
  font-weight: 700;
}

span.pre {
  font-family: Consolas, Menlo, Monaco, "Courier New", Courier, monospace;
  font-variant-ligatures: no-common-ligatures;
  text-rendering: optimizeSpeed;
}

a.javadoc {
  font-family: Consolas, Menlo, Monaco, "Courier New", Courier, monospace;
  font-variant-ligatures: no-common-ligatures;
  text-rendering: optimizeSpeed;
  font-size: 15px;
}

a:hover tt, a:active tt, a:focus tt {
  color: #4c636f;
}

[role=main] > p:first-child {
  margin-top: 30px;
}

ul {
  padding-left: 20px;
}

[role=main] {
  background: #fff;
  padding: 1px 10px 40px;
}
@media screen and (min-width: 462.5px) {
  [role=main] {
    min-height: 800px;
    border: 1px solid #ddd;
    float: right;
    margin: 0;
    padding-bottom: 80px;
    padding-left: 3%;
    padding-right: 3%;
    width: 60%;
  }
  .mdzr-boxshadow [role=main] {
    border: none;
    box-shadow: 0px 0px 0 0 #fff, 0px 0px 0 0 #fff, 460px 0 0 0 #fff, 1000px 0 0 0 #fff, 0px 600px 0 0px #fff, 460px 600px 0 0px #fff;
    padding-left: 4%;
    padding-right: 0;
    width: 63%;
  }
  .sidebar-right [role=main] {
    float: left;
  }
  .mdzr-boxshadow .sidebar-right [role=main] {
    border: none;
    box-shadow: 0px 0px 0 0 #fff, 0px 0px 0 0 #fff, -460px 0 0 0 #fff, -1000px 0 0 0 #fff, 0px 600px 0 0px #fff, -460px 600px 0 0px #fff;
    padding-left: 0;
    width: 62%;
    padding-right: 4%;
  }
}
[role=main] .section {
  padding-bottom: 40px;
  border-bottom: 1px solid #ccd3d6;
}
[role=main] .section:last-of-type {
  padding-bottom: 0;
  border-bottom: 0;
}
[role=main] .section dd.last-child {
  padding-bottom: 0;
}

[role=complementary] {
  padding: 0 10px 20px;
  font-size: 15px;
}
@media screen and (min-width: 462.5px) {
  [role=complementary] {
    float: right;
    margin: 10px 0 20px 0;
    margin-right: 3%;
    padding: 0 0 40px 0;
    width: 30%;
  }
  .sidebar-right [role=complementary] {
    margin-left: 3%;
    margin-right: 0;
  }
}
[role=complementary] span.form-controls {
  display: none;
}
[role=complementary] .list-collapsing {
  margin-top: 0;
  border-bottom: 0;
}
[role=complementary] .list-collapsing.active li {
  border-top: 0;
}
[role=complementary] .list-collapsing.active h2 {
  padding: 10px 40px 10px 0;
  font-size: 18px;
  border-bottom: 0;
  color: #00a3e0;
}
[role=complementary] .list-collapsing.active h2 .collapsing-icon {
  font-size: 10px;
}

.copy-banner {
  background: #D9E1E2;
  padding: 1px 10px;
}
@media screen and (min-width: 462.5px) {
  .copy-banner {
    padding: 1px 0;
  }
}
.copy-banner p,
.copy-banner h1 {
  font-family: "Open Sans", "Segoe UI", Tahoma, sans-serif;
  font-size: 24px;
  color: #0053b8;
  font-weight: 300;
  line-height: 1.3;
  padding: 1px 0 6px;
  margin: 0.45em 0 0.35em;
}
.copy-banner p em,
.copy-banner h1 em {
  font-style: normal;
  color: white;
}
@media screen and (min-width: 462.5px) {
  .copy-banner p,
  .copy-banner h1 {
    font-size: 32px;
    margin: 0.35em 0 0.35em;
    color: #b9d9eb;
    padding: 1px 0 6px;
  }
}
.copy-banner p a,
.copy-banner h1 a {
  font-weight: 300;
}
.copy-banner p a.cta, .copy-banner p .cta,
.copy-banner h1 a.cta,
.copy-banner h1 .cta {
  margin: 0;
  font-size: 18px;
}
.copy-banner a.cta, .copy-banner .cta {
  margin: 15px 0;
  padding: 0.4em 1.5em 0.5em;
  background: #4fb3e3;
  background: none;
  border: 1px solid #b9d9eb;
  color: #b9d9eb;
  font-weight: 400;
}
.copy-banner a.cta em, .copy-banner .cta em {
  color: white;
}
.copy-banner a.cta:hover, .copy-banner .cta:hover {
  background: #fff;
  color: #0053b8;
  border-color: #fff;
}
.copy-banner a.cta:hover em, .copy-banner .cta:hover em {
  color: #0053b8;
}
.copy-banner a.cta.white, .copy-banner .cta.white {
  background: #fff;
  color: #0053b8;
  font-weight: 700;
  border: 0;
}
.copy-banner a.cta.white:hover, .copy-banner .cta.white:hover {
  background: #fff;
}
.homepage .copy-banner p {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  margin: 1em auto 0.5em;
  color: #002a3a;
  font-size: 36px;
}
.homepage .copy-banner p.small {
  color: #647782;
  margin: 2em auto 1em;
  font-size: 14px;
}
.homepage .copy-banner p em {
  color: #002a3a;
}
.homepage .copy-banner a.cta, .homepage .copy-banner .cta {
  display: inline-block;
  padding: 1em 50px 1.1em;
  margin-bottom: 40px;
  background: #00a3e0;
  color: white;
  border: 0;
}
.copy-banner .container {
  display: flex;
  flex-flow: column nowrap;
  align-items: flex-start;
}
@media (min-width: 462.5px) {
  .copy-banner .container {
    flex-direction: row;
    align-items: center;
  }
}

.cta, a.cta {
  font-family: "Open Sans", "Segoe UI", Tahoma, sans-serif;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: #0053b8;
  border: none;
  border-radius: 5px;
  color: #fff;
  display: block;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
  margin: 30px auto 0;
  padding: 1em 1.5em;
  text-align: center;
  text-decoration: none;
}
@media screen and (min-width: 462.5px) {
  .cta, a.cta {
    margin: 20px auto;
    max-width: 400px;
  }
}
.cta em, a.cta em {
  color: #b9d9eb;
  font-style: normal;
}
.cta:hover, .cta:focus, a.cta:hover, a.cta:focus {
  background-color: #137cc1;
}
.cta:active, a.cta:active {
  background: #00529e;
}
[role=complementary] .cta, [role=complementary] a.cta {
  font-size: 16px;
}
[role=complementary] .cta + .link-readmore, [role=complementary] a.cta + .link-readmore {
  display: block;
  text-align: center;
}
@media screen and (min-width: 462.5px) {
  [role=complementary] .cta + .link-readmore, [role=complementary] a.cta + .link-readmore {
    margin-top: -10px;
  }
}
.cta.outline, a.cta.outline {
  background: none;
  border: 1px solid #0053b8;
  color: #0053b8;
  font-weight: 400;
}
.cta.outline.inline, a.cta.outline.inline {
  display: inline;
  margin-right: 1em;
}
.cta.outline em, a.cta.outline em {
  color: #003b5c;
}
.cta.outline:hover, a.cta.outline:hover {
  border-color: #137cc1;
  color: #137cc1;
}
.cta.outline:hover em, a.cta.outline:hover em {
  color: #137cc1;
}
.cta.outline:active, a.cta.outline:active {
  border-color: #00a3e0;
  color: #00a3e0;
}
.cta.outline:active em, a.cta.outline:active em {
  color: #00a3e0;
}
.cta.create-pr, a.cta.create-pr {
  display: inline-block;
}

.link-readmore {
  font-family: "Open Sans", "Segoe UI", Tahoma, sans-serif;
  font-size: 14px;
  display: inline-block;
  margin: 5px 0 10px 0;
  font-weight: 700;
  text-transform: uppercase;
}
.link-readmore:after {
  content: " ›";
  font-size: 1.2em;
}
.link-readmore.back-link:after {
  content: "";
}
.link-readmore.back-link:before {
  content: "‹ ";
  font-size: 1.2em;
}
[role=complementary] .link-readmore {
  font-size: 12px;
}

.meta {
  font-family: "Open Sans", "Segoe UI", Tahoma, sans-serif;
  font-size: 14px;
  display: block;
  line-height: 1.3;
  margin: 25px 0 20px;
}
.meta a {
  color: #0053b8;
  text-decoration: none;
}
.meta a:visited {
  color: #0053b8;
}
.meta a:hover, .meta a:active, .meta a:focus {
  color: #137cc1;
  text-decoration: none;
}

.layout-2col {
  margin: 20px 0;
}
@media screen and (min-width: 462.5px) {
  .layout-2col {
    margin: 0;
  }
  .layout-2col:before, .layout-2col:after {
    content: "";
    display: table;
  }
  .layout-2col:after {
    clear: both;
  }
  .layout-2col .col {
    float: left;
    width: 46%;
    margin: 0 4%;
  }
  .layout-2col .col:first-child {
    margin-left: 0;
  }
  .layout-2col .col.last-child {
    margin-right: 0;
  }
  .layout-2col .one-third {
    width: 29%;
  }
  .layout-2col .two-third {
    width: 62%;
  }
}

.label {
  font-family: "Open Sans", "Segoe UI", Tahoma, sans-serif;
  font-size: 16px;
  color: #002a3a;
  display: block;
  font-weight: 700;
  margin: 20px 0 10px;
  text-transform: uppercase;
}
.label.form-controls {
  font-size: 14px;
  display: block;
  margin: 0;
  position: relative;
  text-align: left;
}
.label.form-controls span {
  cursor: pointer;
}
.label.form-controls span:hover, .label.form-controls span:active, .label.form-controls span:focus {
  color: #647782;
}

.list-news {
  list-style: none;
  margin: 0;
  padding: 0;
}
.list-news h2 {
  font-weight: 400;
  margin-bottom: 5px;
}
.list-news li {
  border-top: 1px solid #ccd3d6;
  margin-top: 35px;
  padding-top: 10px;
}
.list-news li:first-child {
  border: none;
  margin-top: 0;
  padding-top: 0;
}
.list-news li.unpublished, .list-news li.unpublished * {
  color: #647782;
}
.list-news .meta {
  margin-top: 10px;
  color: #647782;
}
.list-news .meta a:link {
  color: #647782;
  text-decoration: underline;
}

@media screen and (min-width: 462.5px) {
  .form-controls.label {
    float: right;
  }
}
form {
  font-family: "Open Sans", "Segoe UI", Tahoma, sans-serif;
  font-size: 16px;
}
form input[type=search],
form input[type=text],
form input[type=email],
form input[type=password],
form input[type=number],
form input[type=url],
form textarea {
  font-family: "Open Sans", "Segoe UI", Tahoma, sans-serif;
  font-size: 16px;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: #fff;
  border: 1px solid #ccd3d6;
  border-radius: 4px;
  cursor: auto;
  display: block;
  font-weight: 400;
  height: 30px;
  margin: 10px 0px;
  padding: 6px 14% 8px 10px;
  text-indent: 0;
  vertical-align: middle;
  width: 83%;
}
@media screen and (min-width: 462.5px) {
  form input[type=search],
  form input[type=text],
  form input[type=email],
  form input[type=password],
  form input[type=number],
  form input[type=url],
  form textarea {
    padding: 6px 18% 8px 10px;
    width: 80%;
  }
}
form input[type=search]::-ms-clear,
form input[type=text]::-ms-clear,
form input[type=email]::-ms-clear,
form input[type=password]::-ms-clear,
form input[type=number]::-ms-clear,
form input[type=url]::-ms-clear,
form textarea::-ms-clear {
  display: none;
}
form input[type=search]:active, form input[type=search]:focus,
form input[type=text]:active,
form input[type=text]:focus,
form input[type=email]:active,
form input[type=email]:focus,
form input[type=password]:active,
form input[type=password]:focus,
form input[type=number]:active,
form input[type=number]:focus,
form input[type=url]:active,
form input[type=url]:focus,
form textarea:active,
form textarea:focus {
  outline: none;
  border-color: #0053b8;
}
form textarea {
  height: auto;
}
form input[type=checkbox],
form input[type=radio] {
  margin-right: 6px;
}
form select {
  border: 1px solid #ccd3d6;
  background: white;
  height: 46px;
  padding: 0 10px;
  border-radius: 4px;
  font-size: 16px;
}
[role=complementary] form select {
  height: 36px;
  font-size: 14px;
}
form button {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: #0053b8;
  border-radius: 4px;
  color: white;
  border: 0;
  height: 46px;
  padding: 0 15px;
  font-family: "Open Sans", "Segoe UI", Tahoma, sans-serif;
  font-size: 16px;
}
form button:hover {
  background: #00a3e0;
}

hr {
  border: 0;
  border-top: 1px solid #ccd3d6;
}

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

table.opensearch-supported-versions {
  border: 1px solid black;
  text-align: center;
}
table.opensearch-supported-versions tr {
  background-color: #b9d9eb;
}
table.opensearch-supported-versions tr th, table.opensearch-supported-versions tr td {
  padding: 5px;
}
table.opensearch-supported-versions tr.unsupported {
  background-color: #fe7d8f;
}

.homepage .section.headline {
  padding-bottom: 0;
}
.homepage .section.headline h1 {
  margin: 2em 1em;
  text-align: center;
}

pre.literal-block,
.literal-block {
  font-size: 14px;
  border: 1px solid #EAEAEA;
  background: #F4F4F4;
  background: #f5f7f7;
  overflow: auto;
  border-radius: 4px;
  margin: 25px 0;
  padding: 10px 20px;
  color: #003b5c;
}

.code-block-caption {
  background: #b9d9eb;
  color: #003b5c;
  font-family: Consolas, Menlo, Monaco, "Courier New", Courier, monospace;
  font-variant-ligatures: no-common-ligatures;
  text-rendering: optimizeSpeed;
  font-size: 1em;
  padding: 5px 20px;
  border-radius: 4px 4px 0 0;
}
.code-block-caption + div > .highlight {
  margin-top: 0;
  border-radius: 0 0 4px 4px;
  border-top: 0;
}

.snippet-filename {
  background: #b9d9eb;
  color: #003b5c;
  font-family: Consolas, Menlo, Monaco, "Courier New", Courier, monospace;
  font-variant-ligatures: no-common-ligatures;
  text-rendering: optimizeSpeed;
  font-size: 1em;
  padding: 5px 20px;
  border-radius: 4px 4px 0 0;
}
.snippet-filename + .highlight {
  margin-top: 0;
  border-radius: 0 0 4px 4px;
  border-top: 0;
}

.highlight {
  font-size: 14px;
  border: 1px solid #EAEAEA;
  background: #F4F4F4;
  background: #f5f7f7;
  overflow: auto;
  border-radius: 4px;
  margin: 25px 0;
  /* Comment */
  /* Keyword */
  /* Operator */
  /* Comment.Multiline */
  /* Comment.Preproc */
  /* Comment.Single */
  /* Comment.Special */
  /* Generic.Deleted */
  /* Generic.Emph */
  /* Generic.Error */
  /* Generic.Heading */
  /* Generic.Inserted */
  /* Generic.Output */
  /* Generic.Prompt */
  /* Generic.Strong */
  /* Generic.Subheading */
  /* Generic.Traceback */
  /* Keyword.Constant */
  /* Keyword.Declaration */
  /* Keyword.Namespace */
  /* Keyword.Pseudo */
  /* Keyword.Reserved */
  /* Keyword.Type */
  /* Literal.Number */
  /* Literal.String */
  /* Name.Attribute */
  /* Name.Builtin */
  /* Name.Class */
  /* Name.Constant */
  /* Name.Decorator */
  /* Name.Entity */
  /* Name.Exception */
  /* Name.Function */
  /* Name.Label */
  /* Name.Namespace */
  /* Name.Tag */
  /* Name.Variable */
  /* Operator.Word */
  /* Text.Whitespace */
  /* Literal.Number.Float */
  /* Literal.Number.Hex */
  /* Literal.Number.Integer */
  /* Literal.Number.Oct */
  /* Literal.String.Backtick */
  /* Literal.String.Char */
  /* Literal.String.Doc */
  /* Literal.String.Double */
  /* Literal.String.Escape */
  /* Literal.String.Heredoc */
  /* Literal.String.Interpol */
  /* Literal.String.Other */
  /* Literal.String.Regex */
  /* Literal.String.Single */
  /* Literal.String.Symbol */
  /* Name.Builtin.Pseudo */
  /* Name.Variable.Class */
  /* Name.Variable.Global */
  /* Name.Variable.Instance */
  /* Literal.Number.Integer.Long */
}
.highlight pre {
  margin: 15px 20px;
}
.highlight li {
  margin-top: 0;
  border-left: 1px solid #EAEAEA;
  padding: 0 0 2px 15px;
}
.highlight li:first-child {
  padding-top: 2px;
}
.highlight .hll {
  background-color: #ffffcc;
}
.highlight .c {
  color: #408080;
  font-style: italic;
}
.highlight .k {
  color: #008000;
  font-weight: bold;
}
.highlight .o {
  color: #666666;
}
.highlight .cm {
  color: #408080;
  font-style: italic;
}
.highlight .cp {
  color: #BC7A00;
}
.highlight .c1 {
  color: #408080;
  font-style: italic;
}
.highlight .cs {
  color: #408080;
  font-style: italic;
}
.highlight .gd {
  color: #A00000;
}
.highlight .ge {
  font-style: italic;
}
.highlight .gr {
  color: #FF0000;
}
.highlight .gh {
  color: #000080;
  font-weight: bold;
}
.highlight .gi {
  color: #00A000;
}
.highlight .go {
  color: #808080;
}
.highlight .gp {
  color: #000080;
  font-weight: bold;
}
.highlight .gs {
  font-weight: bold;
}
.highlight .gu {
  color: #800080;
  font-weight: bold;
}
.highlight .gt {
  color: #0040D0;
}
.highlight .kc {
  color: #008000;
  font-weight: bold;
}
.highlight .kd {
  color: #008000;
  font-weight: bold;
}
.highlight .kn {
  color: #008000;
  font-weight: bold;
}
.highlight .kp {
  color: #008000;
}
.highlight .kr {
  color: #008000;
  font-weight: bold;
}
.highlight .kt {
  color: #B00040;
}
.highlight .m {
  color: #666666;
}
.highlight .s {
  color: #BA2121;
}
.highlight .na {
  color: #7D9029;
}
.highlight .nb {
  color: #008000;
}
.highlight .nc {
  color: #0000FF;
  font-weight: bold;
}
.highlight .no {
  color: #880000;
}
.highlight .nd {
  color: #AA22FF;
}
.highlight .ni {
  color: #999999;
  font-weight: bold;
}
.highlight .ne {
  color: #D2413A;
  font-weight: bold;
}
.highlight .nf {
  color: #0000FF;
}
.highlight .nl {
  color: #A0A000;
}
.highlight .nn {
  color: #0000FF;
  font-weight: bold;
}
.highlight .nt {
  color: #008000;
  font-weight: bold;
}
.highlight .nv {
  color: #19177C;
}
.highlight .ow {
  color: #AA22FF;
  font-weight: bold;
}
.highlight .w {
  color: #bbbbbb;
}
.highlight .mf {
  color: #666666;
}
.highlight .mh {
  color: #666666;
}
.highlight .mi {
  color: #666666;
}
.highlight .mo {
  color: #666666;
}
.highlight .sb {
  color: #BA2121;
}
.highlight .sc {
  color: #BA2121;
}
.highlight .sd {
  color: #BA2121;
  font-style: italic;
}
.highlight .s2 {
  color: #BA2121;
}
.highlight .se {
  color: #BB6622;
  font-weight: bold;
}
.highlight .sh {
  color: #BA2121;
}
.highlight .si {
  color: #BB6688;
  font-weight: bold;
}
.highlight .sx {
  color: #008000;
}
.highlight .sr {
  color: #BB6688;
}
.highlight .s1 {
  color: #BA2121;
}
.highlight .ss {
  color: #19177C;
}
.highlight .bp {
  color: #008000;
}
.highlight .vc {
  color: #19177C;
}
.highlight .vg {
  color: #19177C;
}
.highlight .vi {
  color: #19177C;
}
.highlight .il {
  color: #666666;
}
.highlight .lineno {
  color: #000000;
  background-color: #dddddd;
}

@media print {
  * {
    background: transparent !important;
    color: #000 !important; /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  /*
  * Don't show links for images, or javascript/internal links
  */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group; /* h5bp.com/t */
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  html {
    font-size: 40%;
  }
  .menu-button,
  .news-search,
  .backtotop,
  .nav-pagination,
  [role=contentinfo] > .container,
  [role=contentinfo] .logo,
  .thanks,
  [role=complementary],
  [role=navigation],
  .form-input {
    display: none !important;
  }
  .logo {
    text-indent: 0 !important;
  }
  [role=contentinfo],
  [role=contentinfo] .copyright {
    margin: 0 !important;
    padding: 0 !important;
  }
  .internal-container {
    float: none;
    width: auto;
  }
  .list-news li {
    margin-top: 0;
  }
}
.blog-nav {
  display: flex;
  flex-direction: row;
  align-items: stretch;
}
.blog-nav .next, .blog-nav .prev {
  display: block;
  flex: 1;
}
.blog-nav .next {
  padding-right: 0.5em;
}
.blog-nav .prev {
  padding-left: 0.5em;
  text-align: right;
}

.whats-new .whats-new-post h4 {
  margin-top: 20px;
  margin-bottom: 0;
}
.whats-new .whats-new-post p {
  margin-top: 0.5em;
}
.whats-new .whats-new-post + .whats-new-post h4 {
  margin-top: 30px;
}

.sidebar .feature-box {
  margin-top: 2em;
  margin-bottom: 2em;
}
.sidebar .feature-box .feature-content {
  padding-right: 70px;
}
.sidebar .feature-box img {
  height: 55px;
  width: 55px;
  float: right;
}

.source-page dt a {
  text-decoration: none;
  display: inline-block;
  color: #0053b8;
  background-color: #f5f7f7;
  padding: 0.25em 1em 0 1em;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}
.source-page dd {
  padding: 0.5em 1em;
  background-color: #f5f7f7;
  margin-bottom: 1em;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
.source-page dd p {
  margin-top: 0;
  margin-bottom: 0.5em;
}
.source-page .link-readmore {
  display: inline-block;
  margin-right: 1.5em;
}

.author-photo {
  width: 180px;
  height: auto;
}

#faq li {
  list-style-type: none;
}
#faq li h3 a i {
  float: right;
  display: block;
}
#faq li h3 span {
  opacity: 0.9;
}
#faq ol li ul li {
  list-style-type: disc;
}

.img-fluid {
  max-width: 100%;
  height: auto;
  border: 1px solid #f6f8f8;
}

.img-centered {
  max-width: 100%;
  margin: 0 auto;
  display: block;
  border: 1px solid #f6f8f8;
}

.downloads-page .layout-2col .col {
  width: 48%;
  margin: 0 4% 0 0;
}
.downloads-page .layout-2col .col + .col {
  margin: 0;
}

.banner-alert, .version-alert {
  font-family: "Open Sans", "Segoe UI", Tahoma, sans-serif;
  background-color: #ffb81c;
  background-image: linear-gradient(135deg, #ffc460 25%, transparent 25%, transparent 50%, #ffc460 50%, #ffc460 75%, transparent 75%, transparent);
}

.version-alert {
  padding: 0.5em;
  margin-top: 1em;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}
.version-alert p {
  margin: 0;
}

.imported-post {
  margin-left: -1em;
  margin-right: -1em;
  background-color: #ffe761;
  padding: 1em;
  font-family: "Open Sans", "Segoe UI", Tahoma, sans-serif;
  background-color: #ffb81c;
  background-image: linear-gradient(135deg, #ffc460 25%, transparent 25%, transparent 50%, #ffc460 50%, #ffc460 75%, transparent 75%, transparent);
}

.share-container {
  font-family: "Open Sans", "Segoe UI", Tahoma, sans-serif;
  color: #647782;
  padding-bottom: 2em;
}

#share-buttons {
  display: inline-block;
  vertical-align: middle;
}
#share-buttons :after {
  content: "";
  display: block;
  clear: both;
}
#share-buttons > div {
  position: relative;
  text-align: left;
  height: 36px;
  width: 32px;
  float: left;
  text-align: center;
}
#share-buttons > div > svg {
  height: 16px;
  fill: #D9E1E2;
  margin-top: 10px;
}
#share-buttons > div:hover {
  cursor: pointer;
}
#share-buttons > div.facebook:hover > svg {
  fill: #3B5998;
}
#share-buttons > div.twitter:hover > svg {
  fill: #55ACEE;
}
#share-buttons > div.linkedin:hover > svg {
  fill: #0077b5;
}
#share-buttons > div.mail:hover > svg {
  fill: #7D7D7D;
}
#share-buttons > div.facebook > svg {
  height: 18px;
  margin-top: 9px;
}
#share-buttons > div.twitter > svg {
  height: 20px;
  margin-top: 8px;
}
#share-buttons > div.linkedin > svg {
  height: 19px;
  margin-top: 7px;
}
#share-buttons > div.mail > svg {
  height: 14px;
  margin-top: 11px;
}

.author-social-media a {
  text-decoration: none;
}
.author-social-media ul {
  list-style-type: none;
  padding-left: 0;
}

.tree, .tree ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.tree ul {
  margin-left: 1em;
  position: relative;
}

.tree ul ul {
  margin-left: 0.5em;
}

.tree ul:before {
  content: "";
  display: block;
  width: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  border-left: 1px solid;
}

.tree li {
  margin: 0;
  line-height: 2em;
  position: relative;
}

.tree li li {
  padding: 0 1em;
}

.tree ul li:before {
  content: "";
  display: block;
  width: 10px;
  height: 0;
  border-top: 1px solid;
  margin-top: -1px;
  position: absolute;
  top: 1em;
  left: 0;
}

.tree ul li:last-child:before {
  background: #fff;
  height: auto;
  top: 1em;
  bottom: 0;
}

.artifact-download-tree {
  margin: 1em;
  padding: 1em;
  background-color: #fff;
  font-family: "Open Sans", "Segoe UI", Tahoma, sans-serif;
}

.artifact-name {
  margin-bottom: 0;
}

.artifact-and-heading {
  margin-left: 1em;
  padding-bottom: 1em;
}

.artifact-and-heading + .artifact-and-heading {
  border-top: 1px solid #ccd3d6;
}

.artifact-group h2 {
  padding-top: 0.75em;
  border-top: 1px solid #ccd3d6;
}

#content-main .artifact-group:first-child h2 {
  border-top: none;
}

#content-main img {
  max-width: 100%;
}

.artifact-container {
  display: flex;
  flex-flow: row wrap;
  gap: 1em;
}
.artifact-container .artifact-explain {
  width: 66%;
  flex-grow: 1;
}
.artifact-container .artifact-explain > p:last-child {
  margin-bottom: 0;
}
.artifact-container .download-panel {
  flex-grow: 1;
  font-family: "Open Sans", "Segoe UI", Tahoma, sans-serif;
}
.artifact-container .download-panel select {
  width: 100%;
}
.artifact-container .download-panel label,
.artifact-container .download-panel .extra_links a {
  font-size: 12px;
  display: block;
}
.artifact-container .download-panel .extra_links .cta {
  font-size: 15px;
  max-width: none;
}
.artifact-container .extra-instructions-group {
  width: 100%;
  flex-shrink: 0;
}
.artifact-container .extra-instructions-group .highlight {
  margin: 0 0 15px;
}
.artifact-container .instruction-label {
  margin: 0 0 2px;
}
.artifact-container .instruction-label a {
  font-family: "Open Sans", "Segoe UI", Tahoma, sans-serif;
  font-weight: 400;
  font-size: 12px;
  float: right;
  margin-top: 6px;
  line-height: 1;
}
.artifact-container .instruction-label a:visited {
  color: inherit;
}

.artifact-standalone {
  font-family: "Open Sans", "Segoe UI", Tahoma, sans-serif;
}
.artifact-standalone .cta {
  display: inline-block;
}

.tag-pick {
  padding: 0.25em;
  cursor: pointer;
  display: inline-block;
  border: 1px solid #ccd3d6;
  margin-bottom: 1em;
}

.tag-pick.tag-off {
  background-color: #b9d9eb;
  color: #fff;
}

.testimonial {
  border-top: 1px solid #ccd3d6;
  padding: 0.5em;
  border-left: 1px solid #ccd3d6;
  margin-bottom: 3em;
  padding-left: 1em;
  margin-left: 4em;
  margin-right: 4em;
}
.testimonial.square .attribution img {
  height: 8em;
}
.testimonial p {
  margin: 0;
  font-style: italic;
  padding-bottom: 0.25em;
}
.testimonial .attribution {
  color: #647782;
  text-align: right;
  font-family: "Open Sans", "Segoe UI", Tahoma, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.75em;
  display: flex;
  justify-content: flex-end;
  margin-top: 1em;
}
.testimonial .attribution .readable {
  margin-right: 1em;
}
.testimonial .attribution img {
  padding-left: 1em;
  padding-right: 1em;
  border-left: 1px solid #ccd3d6;
  height: 4em;
  width: auto;
}

.tutorial-layout {
  background-color: #fff;
  padding: 1em 2em;
}
.tutorial-layout img.img-fluid {
  padding: 1em;
  border: 1px solid #002a3a;
}
.tutorial-layout body {
  background-color: #fff;
}
.tutorial-layout .simple-banner {
  top: 1em;
  bottom: 1em;
  border-bottom: 1px solid #ccd3d6;
}
.tutorial-layout .simple-banner img {
  max-width: 200px;
}
.tutorial-layout .highlight pre {
  border: none;
}
.tutorial-layout pre code {
  padding: 0;
}
.tutorial-layout code {
  padding-left: 4px;
  padding-right: 4px;
  border-radius: 4px;
}
.tutorial-layout code, .tutorial-layout .highlight {
  background-color: #1d3c4b;
  color: #c7dfee;
}
.tutorial-layout code::selection, .tutorial-layout .highlight::selection {
  background-color: #ffb81c; /* WebKit/Blink Browsers */
  color: #1d3c4b;
}
.tutorial-layout h1, .tutorial-layout h2, .tutorial-layout h3, .tutorial-layout h4, .tutorial-layout h5, .tutorial-layout h6 {
  color: #002a3a;
}
.tutorial-layout .simple-footer {
  color: #647782;
  padding-top: 4em;
  border-top: 1px solid #ccd3d6;
  font-size: 0.5em;
}
.tutorial-layout .simple-footer a {
  color: #647782;
}
.tutorial-layout .gitpod-visible,
.tutorial-layout body:not(.gitpod-dashboards-ready) .gitpod-dashboards-ready-visible {
  display: none;
}
.tutorial-layout .gitpod.gitpod-dashboards-ready .gitpod-dashboards-ready-visible {
  display: inherit;
}
.tutorial-layout .gitpod.gitpod-dashboards-ready .gitpod-dashboards-ready-hidden {
  display: none;
}
.tutorial-layout .gitpod .gitpod-visible {
  display: inherit;
}
.tutorial-layout .gitpod .gitpod-hidden {
  display: none;
}

.img__outlined, .page--blog-post img {
  border-radius: 4px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12), 0 3px 10px rgba(0, 0, 0, 0.08);
}

.img__no-outline {
  border-radius: 0;
  box-shadow: none;
}

.page--blog-post .highlight pre, .page--blog-post .highlight code {
  border: none;
}
.page--blog-post pre code {
  padding: 0;
}
.page--blog-post code {
  font-size: 0.9rem;
  padding: 2px 4px;
  border-radius: 4px;
  border: 1px solid #EAEAEA;
}
.page--blog-post code, .page--blog-post .highlight {
  background-color: #f5f7f7;
}

@media screen and (max-width: 819px) {
  .resource-grid {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    row-gap: 1.5em;
  }
}
@media screen and (min-width: 820px) {
  .resource-grid {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    column-gap: 20px;
    row-gap: 1em;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 820px) and (max-width: 1220px) {
  .resource-grid {
    row-gap: 2em;
  }
}
.resource-grid .resource-grid--item {
  background-color: #f5f7f7;
  padding: 1em;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  box-sizing: border-box;
}
.resource-grid .resource-grid--item .resource-grid--item--thumbnail {
  position: relative;
  padding-top: 66.66%;
  width: 100%;
  overflow: hidden;
}
@media screen and (min-width: 1270px) {
  .resource-grid .resource-grid--item .resource-grid--item--thumbnail {
    height: auto;
  }
}
.resource-grid .resource-grid--item .resource-grid--item--thumbnail img {
  width: 100%;
  height: auto;
  object-fit: contain;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.resource-grid .resource-grid--item .resource-grid--item--title {
  flex-grow: 1;
  text-align: left;
  width: 100%;
  display: flex;
  align-items: flex-end;
}
.resource-grid .resource-grid--item .resource-grid--item--title > div {
  display: -webkit-box;
  overflow: hidden;
  max-width: 100%;
  font-size: 18px;
  line-height: 1.2;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 2.4em;
}
.resource-grid .resource-grid--item .resource-grid--item--title-type {
  text-transform: capitalize;
  width: 100%;
  text-align: left;
  padding: 0;
  color: #002a3a;
  font-weight: bold;
}
.resource-grid .resource-grid--item .resource-grid--item--title-text {
  vertical-align: text-top;
}
.resource-grid .resource-grid--item .resource-grid--item--link {
  text-decoration: none;
  line-height: 1;
}
.resource-grid .resource-grid--item .resource-grid-item--byline {
  color: #003551;
  font-family: "Open Sans";
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  width: 100%;
  padding-left: 2em;
  padding-bottom: 0.5em;
}
@media screen and (max-width: 819px) {
  .resource-grid .resource-grid--item {
    min-height: auto;
    max-height: unset;
    min-width: auto;
    max-width: unset;
    height: auto;
    justify-content: flex-start;
  }
  .resource-grid .resource-grid--item .resource-grid--item--thumbnail {
    height: auto;
  }
}
@media screen and (max-width: 861px) {
  .resource-grid .resource-grid--item {
    height: auto;
    width: 100%;
  }
}
@media screen and (min-width: 820px) and (max-width: 919px) {
  .resource-grid .resource-grid--item {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    flex-grow: 1;
    flex-shrink: 1;
  }
}
@media screen and (min-width: 920px) and (max-width: 1220px) {
  .resource-grid .resource-grid--item {
    width: calc(50% - 2em);
    max-width: calc(50% - 2em);
    flex-grow: 1;
    flex-shrink: 1;
    box-sizing: border-box;
  }
}
@media screen and (min-width: 1221px) {
  .resource-grid .resource-grid--item {
    flex-grow: 1;
    flex-shrink: 1;
    width: calc(33% - 2em);
    max-width: calc(33% - 2em);
    box-sizing: border-box;
  }
}

.btn-primary {
  color: white !important;
}

.partner-logo {
  max-width: 100%;
  height: 100px; /* Adjust this value as needed */
  object-fit: contain;
  margin: auto;
  display: block;
}

.card {
  min-width: 250px;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
  background-color: #fff;
  border-radius: 24px;
}
.card:hover {
  outline: 1px solid blue;
}

.card-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

@media screen and (min-width: 740px) {
  .partner-page--branding {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding: 2em 0;
  }
  .partner-page--branding .partner-page--branding--logo {
    flex-grow: 1;
    flex-shrink: 1;
  }
}
@media screen and (min-width: 740px) and (max-width: 1220px) {
  .partner-page--branding .partner-page--branding--logo {
    max-width: 33%;
  }
}
@media screen and (min-width: 740px) and (min-width: 1221px) {
  .partner-page--branding .partner-page--branding--logo {
    max-width: 25%;
  }
}
@media screen and (min-width: 740px) {
  .partner-page--branding .partner-page--branding--logo > img {
    width: 100%;
    height: auto;
    max-width: 250px;
  }
  .partner-page--branding .partner-page--branding--product {
    flex-grow: 2;
    max-width: 62%;
    text-align: right;
  }
}
@media screen and (min-width: 740px) and (max-width: 1220px) {
  .partner-page--branding .partner-page--branding--product {
    max-width: 67%;
  }
}
@media screen and (min-width: 740px) and (min-width: 1221px) {
  .partner-page--branding .partner-page--branding--product {
    max-width: 75%;
  }
}
@media screen and (min-width: 740px) {
  .partner-page--branding .partner-page--branding--product > img {
    width: 100%;
    height: auto;
    max-width: 750px;
  }
}
@media screen and (max-width: 739px) {
  .partner-page--branding {
    padding: 1em 0.5em;
    display: block;
  }
  .partner-page--branding .partner-page--branding--logo {
    display: inline-block;
    width: 100%;
    height: auto;
  }
  .partner-page--branding .partner-page--branding--logo > img {
    widtH: 100%;
    height: auto;
  }
  .partner-page--branding .partner-page--branding--product {
    display: none;
  }
}

.partner-page--layout {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}
.partner-page--layout .partner-page--layout--meta {
  flex-grow: 1;
}
@media screen and (min-width: 740px) and (max-width: 1220px) {
  .partner-page--layout .partner-page--layout--meta {
    max-width: 33%;
  }
}
@media screen and (min-width: 1221px) {
  .partner-page--layout .partner-page--layout--meta {
    max-width: 25%;
  }
}
.partner-page--layout .partner-page--layout--meta .partner-page--layout--meta__vspaced {
  margin-top: 0;
  margin-bottom: 5em;
}
.partner-page--layout .partner-page--layout--meta .partner-page--layout--meta__vspaced dl {
  margin: 0;
  padding: 0;
}
.partner-page--layout .partner-page--layout--meta .partner-page--layout--meta__vspaced dt {
  font-weight: normal;
  color: #002a3a;
}
.partner-page--layout .partner-page--layout--meta .partner-page--layout--meta__vspaced dd {
  padding: 0.5em;
  color: #0053b0;
}
.partner-page--layout .partner-page--layout--meta .partner-page--layout--meta__vspaced dd ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.partner-page--layout .partner-page--layout--meta .partner-page--layout--meta__vspaced dd ul li {
  margin: 0;
  padding: 0;
  color: #0053b0;
}
.partner-page--layout .partner-page--layout--details {
  flex-grow: 2;
}
.partner-page--layout .partner-page--layout--details:not(:has(.partner-page--layout--details--social-links)) {
  padding-bottom: 2em;
}
@media screen and (min-width: 740px) and (max-width: 1221px) {
  .partner-page--layout .partner-page--layout--details {
    max-width: 67%;
  }
}
@media screen and (min-width: 1221px) {
  .partner-page--layout .partner-page--layout--details {
    max-width: 75%;
  }
}
@media screen and (min-width: 462.5px) {
  .partner-page--layout .partner-page--layout--details {
    margin: 0 auto;
    box-shadow: none;
  }
}
.partner-page--layout .partner-page--layout--details > h1 {
  margin: 20px 0;
}
.partner-page--layout .partner-page--layout--details .partner-page--layout--details--description {
  padding: 0;
}
.partner-page--layout .partner-page--layout--details .partner-page--layout--details--products {
  padding: 0;
}
.partner-page--layout .partner-page--layout--details .partner-page--layout--details--products ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.partner-page--layout .partner-page--layout--details .partner-page--layout--details--products ul li {
  margin: 0;
  padding: 0;
}
.partner-page--layout .partner-page--layout--details .partner-page--layout--details--products ul li a {
  color: #0053b0;
  font-weight: bold;
  text-decoration: none;
}
.partner-page--layout .partner-page--layout--details .partner-page--layout--details--products ul li p {
  color: #002a3a;
}
.partner-page--layout .partner-page--layout--details .partner-page--layout--details--resources {
  padding: 0;
}
.partner-page--layout .partner-page--social-links {
  text-align: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.partner-page--layout .partner-page--social-links .partner-page--social-links--icon {
  position: relative;
  height: 36px;
  width: 32px;
  float: left;
  text-align: center;
}

@media screen and (max-width: 739px) {
  .partner-page--layout {
    display: flex;
    flex-flow: row nowrap;
    align-content: stretch;
    height: 100%;
    position: relative;
    justify-content: center;
    flex-flow: column nowrap;
  }
  .partner-page--layout .partner-page--layout--meta .partner-page--layout--meta__vspaced {
    margin-bottom: 0;
  }
  .partner-page--layout .partner-page--social-links {
    width: auto;
    margin-left: auto;
    justify-content: space-around;
    padding: 2em 0 0;
  }
}
@media screen and (min-width: 740px) {
  .partner-page--layout .partner-page--layout--meta {
    display: block;
  }
  .partner-page--layout .partner-page--social-links {
    padding: 1em 0;
  }
}
@media screen and (min-width: 740px) and (max-width: 1245px) {
  .partner-page--layout .partner-page--social-links {
    width: 50%;
    margin-left: 25%;
  }
}
@media screen and (min-width: 462.5px) {
  .partner-page--layout--meta.sidebar[role=complementary] {
    width: unset;
    margin-right: 0;
  }
}
.community_projects-page main.container {
  padding: 0 1em;
}
@media screen and (min-width: 768px) {
  .community_projects-page main.container {
    margin: 0 auto;
    max-width: 1400px;
    padding: 0 4.1666666667%;
  }
}

.community_projects {
  margin-bottom: 2em;
}
@media screen and (min-width: 860px) {
  .community_projects {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(min(385px, 100%), 1fr));
    column-gap: 1em;
    row-gap: 1em;
  }
}
.community_projects .community_project {
  text-align: left;
  margin: 0 -18px;
}
@media screen and (min-width: 860px) {
  .community_projects .community_project {
    margin: 0;
    display: flex;
    flex-direction: column;
    border-radius: 8px;
    border: 2px solid #ccd3d6;
    transition: border-color 0.125s ease-out;
    border-top-width: 2px;
    padding: 1em 0;
  }
  .community_projects .community_project:hover, .community_projects .community_project:active, .community_projects .community_project:focus, .community_projects .community_project:focus-within {
    border-color: #0053b8;
    transition: border-color 0.125s ease-in;
  }
}
@media screen and (max-width: 859px) {
  .community_projects .community_project + .community_project {
    padding-top: 1em;
    margin-top: 1em;
    border-top: 1px solid #ccd3d6;
  }
}
.community_projects .community_project .project-info {
  padding: 0 18px;
  margin-bottom: auto;
}
.community_projects .community_project .image {
  float: right;
  text-decoration: none;
  width: 100%;
  height: auto;
  max-width: 80px;
  margin-left: 0.5em;
  margin-bottom: 0.5em;
}
.community_projects .community_project .image img {
  width: 100%;
  height: auto;
  margin: 0;
  display: block;
}
.community_projects .community_project .name {
  margin: 0;
}
.community_projects .community_project .name:hover, .community_projects .community_project .name:active, .community_projects .community_project .name:focus {
  text-decoration: underline;
}
.community_projects .community_project .description {
  font-size: 16px;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.community_projects .community_project .extras-group {
  font-size: 14px;
  padding: 0 18px;
}
@media screen and (min-width: 860px) {
  .community_projects .community_project .extras-group {
    border-top: 1px solid #ccd3d6;
    margin-top: 1em;
    padding: 18px 18px 0;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    align-items: flex-start;
    justify-items: flex-start;
  }
}
.community_projects .community_project .extras-group .extra {
  margin-bottom: 0;
  margin-top: auto;
}
.community_projects .community_project .extras-group .extra a {
  text-decoration: none;
  font-weight: 600;
}
.community_projects .community_project .extras-group .extra a:hover, .community_projects .community_project .extras-group .extra a:active, .community_projects .community_project .extras-group .extra a:focus {
  text-decoration: underline;
}
.community_projects .community_project .extras-group .extra + .extra {
  margin-top: 8px;
}
.community_projects .community_project .extras-group .download {
  display: inline-block;
  font-size: 16px;
  border-radius: 8px;
  margin-top: 1em;
  background-color: #0053b8;
  color: #f4f8fb;
  text-decoration: none;
  padding: 12px 24px;
  transition: all 0.125s ease-out;
  font-family: "Open Sans", "Segoe UI", Tahoma, sans-serif;
}
.community_projects .community_project .extras-group .download:hover, .community_projects .community_project .extras-group .download:active, .community_projects .community_project .extras-group .download:focus {
  background-color: #006aeb;
  transition: all 0.125s ease-in;
}

.table-styler + table {
  display: table;
  min-width: 100%;
  border-collapse: separate;
  border: 1px solid #ddd;
  font-size: 16px;
}
.table-styler + table th,
.table-styler + table td {
  min-width: 120px;
  padding-top: 5px;
  padding-right: 7.5px;
  padding-bottom: 5px;
  padding-left: 7.5px;
  border-bottom: 1px solid #eeebee;
  border-left: 1px solid #eeebee;
}
.table-styler + table th:first-of-type,
.table-styler + table td:first-of-type {
  border-left: 0;
}
.table-styler + table tbody tr:last-of-type th,
.table-styler + table tbody tr:last-of-type td {
  border-bottom: 0;
}
.table-styler + table tbody tr:last-of-type td {
  padding-bottom: 75px;
}
.table-styler + table thead th {
  border-bottom: 1px solid #ddd;
}

.basic-data-table, .full-width-layout--content > .full-width-layout--content--body table, .speaker-session--speaker-cards-schedule .conference-schedule-mobile-table, .data-table__half-width, .full-width-layout--content > .full-width-layout--content--body table.data-table__half-width, .data-table__bold-first-column, .two-column-layout__community-member.two-column-layout > .two-column-layout--body > .community-member--blog-posts.solutions-card-grid > .community-member--blog-posts--table > table, .data-table__bold-first-two-columns {
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.25);
}
@media screen and (min-width: 1200px) {
  .basic-data-table, .full-width-layout--content > .full-width-layout--content--body table, .speaker-session--speaker-cards-schedule .conference-schedule-mobile-table, .data-table__half-width, .full-width-layout--content > .full-width-layout--content--body table.data-table__half-width, .data-table__bold-first-column, .two-column-layout__community-member.two-column-layout > .two-column-layout--body > .community-member--blog-posts.solutions-card-grid > .community-member--blog-posts--table > table, .data-table__bold-first-two-columns {
    margin: 40px 80px;
    width: calc(100% - 160px);
  }
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
  .basic-data-table, .full-width-layout--content > .full-width-layout--content--body table, .speaker-session--speaker-cards-schedule .conference-schedule-mobile-table, .data-table__half-width, .full-width-layout--content > .full-width-layout--content--body table.data-table__half-width, .data-table__bold-first-column, .two-column-layout__community-member.two-column-layout > .two-column-layout--body > .community-member--blog-posts.solutions-card-grid > .community-member--blog-posts--table > table, .data-table__bold-first-two-columns {
    margin: 30px 40px;
    width: calc(100% - 80px);
  }
}
@media screen and (min-width: 739px) and (max-width: 959px) {
  .basic-data-table, .full-width-layout--content > .full-width-layout--content--body table, .speaker-session--speaker-cards-schedule .conference-schedule-mobile-table, .data-table__half-width, .full-width-layout--content > .full-width-layout--content--body table.data-table__half-width, .data-table__bold-first-column, .two-column-layout__community-member.two-column-layout > .two-column-layout--body > .community-member--blog-posts.solutions-card-grid > .community-member--blog-posts--table > table, .data-table__bold-first-two-columns {
    margin: 30px 20px;
    width: calc(100% - 40px);
  }
}
@media screen and (min-width: 431px) and (max-width: 739px) {
  .basic-data-table, .full-width-layout--content > .full-width-layout--content--body table, .speaker-session--speaker-cards-schedule .conference-schedule-mobile-table, .data-table__half-width, .full-width-layout--content > .full-width-layout--content--body table.data-table__half-width, .data-table__bold-first-column, .two-column-layout__community-member.two-column-layout > .two-column-layout--body > .community-member--blog-posts.solutions-card-grid > .community-member--blog-posts--table > table, .data-table__bold-first-two-columns {
    margin: 30px;
    width: calc(100% - 60px);
  }
}
@media screen and (max-width: 430px) {
  .basic-data-table, .full-width-layout--content > .full-width-layout--content--body table, .speaker-session--speaker-cards-schedule .conference-schedule-mobile-table, .data-table__half-width, .full-width-layout--content > .full-width-layout--content--body table.data-table__half-width, .data-table__bold-first-column, .two-column-layout__community-member.two-column-layout > .two-column-layout--body > .community-member--blog-posts.solutions-card-grid > .community-member--blog-posts--table > table, .data-table__bold-first-two-columns {
    margin: 30px;
    width: calc(100% - 60px);
  }
}
.basic-data-table > thead > tr > th, .full-width-layout--content > .full-width-layout--content--body table > thead > tr > th, .speaker-session--speaker-cards-schedule .conference-schedule-mobile-table > thead > tr > th, .data-table__half-width > thead > tr > th, .full-width-layout--content > .full-width-layout--content--body table.data-table__half-width > thead > tr > th, .data-table__bold-first-column > thead > tr > th, .two-column-layout__community-member.two-column-layout > .two-column-layout--body > .community-member--blog-posts.solutions-card-grid > .community-member--blog-posts--table > table > thead > tr > th, .data-table__bold-first-two-columns > thead > tr > th {
  border-left: 3px solid #006D97;
  background: #F4F8FB;
  font-family: "Open Sans Condensed";
  font-size: 21px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: #003551;
  padding: 10px 12px;
}
.basic-data-table > tbody > tr > td, .full-width-layout--content > .full-width-layout--content--body table > tbody > tr > td, .speaker-session--speaker-cards-schedule .conference-schedule-mobile-table > tbody > tr > td, .data-table__half-width > tbody > tr > td, .full-width-layout--content > .full-width-layout--content--body table.data-table__half-width > tbody > tr > td, .data-table__bold-first-column > tbody > tr > td, .two-column-layout__community-member.two-column-layout > .two-column-layout--body > .community-member--blog-posts.solutions-card-grid > .community-member--blog-posts--table > table > tbody > tr > td, .data-table__bold-first-two-columns > tbody > tr > td {
  background-color: #fff;
  border-left: 3px solid #006D97;
  border-bottom: 1px solid #E3E8EC;
  color: #193442;
  font-family: "Open Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 48px;
  padding: 10px 12px;
}

.data-table__bold-first-column > tbody > tr > td:nth-of-type(1), .two-column-layout__community-member.two-column-layout > .two-column-layout--body > .community-member--blog-posts.solutions-card-grid > .community-member--blog-posts--table > table > tbody > tr > td:nth-of-type(1), .data-table__bold-first-two-columns > tbody > tr > td:nth-of-type(1) {
  font-weight: 700;
  color: #006D97;
}

.data-table__bold-first-two-columns > tbody > tr > td:nth-of-type(2) {
  font-weight: 700;
  color: #006D97;
}

@media screen and (min-width: 835px) {
  .data-table__half-width, .full-width-layout--content > .full-width-layout--content--body table.data-table__half-width {
    width: 50%;
  }
}

@media screen and (min-width: 1200px) {
  .data-table__use-case-styles {
    margin: 40px 80px;
    width: calc(100% - 160px);
  }
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
  .data-table__use-case-styles {
    margin: 30px 40px;
    width: calc(100% - 80px);
  }
}
@media screen and (min-width: 739px) and (max-width: 959px) {
  .data-table__use-case-styles {
    margin: 30px 20px;
    width: calc(100% - 40px);
  }
}
@media screen and (min-width: 431px) and (max-width: 739px) {
  .data-table__use-case-styles {
    margin: 30px;
    width: calc(100% - 60px);
  }
}
@media screen and (max-width: 430px) {
  .data-table__use-case-styles {
    margin: 30px;
    width: calc(100% - 60px);
  }
}
.data-table__use-case-styles > tbody > tr > td {
  color: #193442;
  font-family: "Open Sans";
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}
.data-table__use-case-styles > tbody > tr > td:nth-of-type(1) {
  color: #193442;
  font-family: "Open Sans";
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}
.data-table__use-case-styles > tbody > tr > td:nth-of-type(2) {
  color: #193442;
  font-family: "Open Sans";
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}
@media screen and (min-width: 601px) {
  .data-table__use-case-styles > tbody > tr > td:nth-of-type(1) {
    width: auto;
  }
}

div.herobanner-container img {
  width: 100%;
  border-radius: 10px;
}

@media screen and (max-width: 767px) {
  .platform-solution {
    margin-left: 1em;
    margin-right: 1em;
  }
}
.platform-solution h3 {
  font-size: 22px;
}
.platform-solution h4 {
  font-size: 20px;
}

.hero-with-headline {
  margin: 10px 0;
  padding: 20px 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
}
@media screen and (max-width: 833px) {
  .hero-with-headline {
    margin: 0;
    padding: 0;
  }
}
.hero-with-headline .hero-with-headline--wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
@media screen and (min-width: 834px) {
  .hero-with-headline .hero-with-headline--wrapper {
    width: 100%;
    max-width: 1440px;
  }
}
@media screen and (max-width: 833px) {
  .hero-with-headline .hero-with-headline--wrapper {
    width: 100%;
  }
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--headline > h1 {
  color: black;
  font-size: 2em;
  font-weight: 600;
  line-height: 1.3;
}
@media screen and (max-width: 833px) {
  .hero-with-headline .hero-with-headline--wrapper .hero-with-headline--headline > h1 {
    margin: 1em 0 0.25em;
  }
}
@media screen and (min-width: 834px) {
  .hero-with-headline .hero-with-headline--wrapper .hero-with-headline--headline > h1 {
    margin: 0.5em 0 0.5em;
  }
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  overflow-x: hidden;
}
@media screen and (min-width: 835px) {
  .hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport {
    height: 370px;
  }
}
@media screen and (max-width: 834px) {
  .hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport {
    height: 430px;
    font-size: 0;
  }
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .landing-page-hero--arrows--arrow {
  position: absolute;
  top: calc(50% - 30px);
  margin: auto;
  height: 60px;
  width: 60px;
  background: rgba(255, 255, 255, 0.15);
  margin: 0;
  padding: 0;
  cursor: pointer;
  box-sizing: border-box;
  padding-top: 6px;
  z-index: 2;
}
@media screen and (max-width: 834px) {
  .hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .landing-page-hero--arrows--arrow {
    display: none;
  }
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .landing-page-hero--arrows--arrow > opensearch-button {
  opacity: 0.4;
  width: 60px;
  height: 60px;
  transition: opacity 0.25s ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .landing-page-hero--arrows--arrow > opensearch-button:hover {
  opacity: 1;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .landing-page-hero--arrows--arrow.landing-page-hero--arrows--arrow__left {
  left: 0;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .landing-page-hero--arrows--arrow.landing-page-hero--arrows--arrow__left svg {
  position: relative;
  left: 15px;
  top: 6px;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .landing-page-hero--arrows--arrow.landing-page-hero--arrows--arrow__right {
  left: calc(100% - 60px);
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .landing-page-hero--arrows--arrow.landing-page-hero--arrows--arrow__right svg {
  position: relative;
  left: 0;
  top: 2px;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  box-sizing: border-box;
  width: auto;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: nowrap;
  align-items: center;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--items-wrapper__wind-back {
  animation: carousel-animation-wind-back 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-0__to-1 {
  animation: carousel-animation-from-to-slide-0-to-1 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-0__to-2 {
  animation: carousel-animation-from-to-slide-0-to-2 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-0__to-3 {
  animation: carousel-animation-from-to-slide-0-to-3 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-0__to-4 {
  animation: carousel-animation-from-to-slide-0-to-4 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-0__to-5 {
  animation: carousel-animation-from-to-slide-0-to-5 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-0__to-6 {
  animation: carousel-animation-from-to-slide-0-to-6 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-0__to-7 {
  animation: carousel-animation-from-to-slide-0-to-7 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-0__to-8 {
  animation: carousel-animation-from-to-slide-0-to-8 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-0__to-9 {
  animation: carousel-animation-from-to-slide-0-to-9 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-0__to-10 {
  animation: carousel-animation-from-to-slide-0-to-10 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-0__to-11 {
  animation: carousel-animation-from-to-slide-0-to-11 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-0__to-12 {
  animation: carousel-animation-from-to-slide-0-to-12 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-0__to-13 {
  animation: carousel-animation-from-to-slide-0-to-13 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-0__to-14 {
  animation: carousel-animation-from-to-slide-0-to-14 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-0__to-15 {
  animation: carousel-animation-from-to-slide-0-to-15 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-0__to-16 {
  animation: carousel-animation-from-to-slide-0-to-16 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-0__to-17 {
  animation: carousel-animation-from-to-slide-0-to-17 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-0__to-18 {
  animation: carousel-animation-from-to-slide-0-to-18 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-0__to-19 {
  animation: carousel-animation-from-to-slide-0-to-19 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-0__to-20 {
  animation: carousel-animation-from-to-slide-0-to-20 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-1__to-0 {
  animation: carousel-animation-from-to-slide-1-to-0 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-1__to-2 {
  animation: carousel-animation-from-to-slide-1-to-2 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-1__to-3 {
  animation: carousel-animation-from-to-slide-1-to-3 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-1__to-4 {
  animation: carousel-animation-from-to-slide-1-to-4 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-1__to-5 {
  animation: carousel-animation-from-to-slide-1-to-5 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-1__to-6 {
  animation: carousel-animation-from-to-slide-1-to-6 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-1__to-7 {
  animation: carousel-animation-from-to-slide-1-to-7 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-1__to-8 {
  animation: carousel-animation-from-to-slide-1-to-8 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-1__to-9 {
  animation: carousel-animation-from-to-slide-1-to-9 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-1__to-10 {
  animation: carousel-animation-from-to-slide-1-to-10 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-1__to-11 {
  animation: carousel-animation-from-to-slide-1-to-11 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-1__to-12 {
  animation: carousel-animation-from-to-slide-1-to-12 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-1__to-13 {
  animation: carousel-animation-from-to-slide-1-to-13 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-1__to-14 {
  animation: carousel-animation-from-to-slide-1-to-14 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-1__to-15 {
  animation: carousel-animation-from-to-slide-1-to-15 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-1__to-16 {
  animation: carousel-animation-from-to-slide-1-to-16 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-1__to-17 {
  animation: carousel-animation-from-to-slide-1-to-17 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-1__to-18 {
  animation: carousel-animation-from-to-slide-1-to-18 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-1__to-19 {
  animation: carousel-animation-from-to-slide-1-to-19 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-1__to-20 {
  animation: carousel-animation-from-to-slide-1-to-20 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-2__to-0 {
  animation: carousel-animation-from-to-slide-2-to-0 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-2__to-1 {
  animation: carousel-animation-from-to-slide-2-to-1 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-2__to-3 {
  animation: carousel-animation-from-to-slide-2-to-3 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-2__to-4 {
  animation: carousel-animation-from-to-slide-2-to-4 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-2__to-5 {
  animation: carousel-animation-from-to-slide-2-to-5 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-2__to-6 {
  animation: carousel-animation-from-to-slide-2-to-6 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-2__to-7 {
  animation: carousel-animation-from-to-slide-2-to-7 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-2__to-8 {
  animation: carousel-animation-from-to-slide-2-to-8 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-2__to-9 {
  animation: carousel-animation-from-to-slide-2-to-9 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-2__to-10 {
  animation: carousel-animation-from-to-slide-2-to-10 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-2__to-11 {
  animation: carousel-animation-from-to-slide-2-to-11 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-2__to-12 {
  animation: carousel-animation-from-to-slide-2-to-12 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-2__to-13 {
  animation: carousel-animation-from-to-slide-2-to-13 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-2__to-14 {
  animation: carousel-animation-from-to-slide-2-to-14 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-2__to-15 {
  animation: carousel-animation-from-to-slide-2-to-15 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-2__to-16 {
  animation: carousel-animation-from-to-slide-2-to-16 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-2__to-17 {
  animation: carousel-animation-from-to-slide-2-to-17 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-2__to-18 {
  animation: carousel-animation-from-to-slide-2-to-18 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-2__to-19 {
  animation: carousel-animation-from-to-slide-2-to-19 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-2__to-20 {
  animation: carousel-animation-from-to-slide-2-to-20 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-3__to-0 {
  animation: carousel-animation-from-to-slide-3-to-0 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-3__to-1 {
  animation: carousel-animation-from-to-slide-3-to-1 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-3__to-2 {
  animation: carousel-animation-from-to-slide-3-to-2 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-3__to-4 {
  animation: carousel-animation-from-to-slide-3-to-4 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-3__to-5 {
  animation: carousel-animation-from-to-slide-3-to-5 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-3__to-6 {
  animation: carousel-animation-from-to-slide-3-to-6 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-3__to-7 {
  animation: carousel-animation-from-to-slide-3-to-7 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-3__to-8 {
  animation: carousel-animation-from-to-slide-3-to-8 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-3__to-9 {
  animation: carousel-animation-from-to-slide-3-to-9 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-3__to-10 {
  animation: carousel-animation-from-to-slide-3-to-10 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-3__to-11 {
  animation: carousel-animation-from-to-slide-3-to-11 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-3__to-12 {
  animation: carousel-animation-from-to-slide-3-to-12 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-3__to-13 {
  animation: carousel-animation-from-to-slide-3-to-13 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-3__to-14 {
  animation: carousel-animation-from-to-slide-3-to-14 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-3__to-15 {
  animation: carousel-animation-from-to-slide-3-to-15 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-3__to-16 {
  animation: carousel-animation-from-to-slide-3-to-16 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-3__to-17 {
  animation: carousel-animation-from-to-slide-3-to-17 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-3__to-18 {
  animation: carousel-animation-from-to-slide-3-to-18 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-3__to-19 {
  animation: carousel-animation-from-to-slide-3-to-19 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-3__to-20 {
  animation: carousel-animation-from-to-slide-3-to-20 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-4__to-0 {
  animation: carousel-animation-from-to-slide-4-to-0 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-4__to-1 {
  animation: carousel-animation-from-to-slide-4-to-1 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-4__to-2 {
  animation: carousel-animation-from-to-slide-4-to-2 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-4__to-3 {
  animation: carousel-animation-from-to-slide-4-to-3 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-4__to-5 {
  animation: carousel-animation-from-to-slide-4-to-5 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-4__to-6 {
  animation: carousel-animation-from-to-slide-4-to-6 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-4__to-7 {
  animation: carousel-animation-from-to-slide-4-to-7 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-4__to-8 {
  animation: carousel-animation-from-to-slide-4-to-8 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-4__to-9 {
  animation: carousel-animation-from-to-slide-4-to-9 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-4__to-10 {
  animation: carousel-animation-from-to-slide-4-to-10 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-4__to-11 {
  animation: carousel-animation-from-to-slide-4-to-11 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-4__to-12 {
  animation: carousel-animation-from-to-slide-4-to-12 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-4__to-13 {
  animation: carousel-animation-from-to-slide-4-to-13 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-4__to-14 {
  animation: carousel-animation-from-to-slide-4-to-14 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-4__to-15 {
  animation: carousel-animation-from-to-slide-4-to-15 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-4__to-16 {
  animation: carousel-animation-from-to-slide-4-to-16 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-4__to-17 {
  animation: carousel-animation-from-to-slide-4-to-17 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-4__to-18 {
  animation: carousel-animation-from-to-slide-4-to-18 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-4__to-19 {
  animation: carousel-animation-from-to-slide-4-to-19 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-4__to-20 {
  animation: carousel-animation-from-to-slide-4-to-20 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-5__to-0 {
  animation: carousel-animation-from-to-slide-5-to-0 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-5__to-1 {
  animation: carousel-animation-from-to-slide-5-to-1 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-5__to-2 {
  animation: carousel-animation-from-to-slide-5-to-2 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-5__to-3 {
  animation: carousel-animation-from-to-slide-5-to-3 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-5__to-4 {
  animation: carousel-animation-from-to-slide-5-to-4 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-5__to-6 {
  animation: carousel-animation-from-to-slide-5-to-6 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-5__to-7 {
  animation: carousel-animation-from-to-slide-5-to-7 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-5__to-8 {
  animation: carousel-animation-from-to-slide-5-to-8 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-5__to-9 {
  animation: carousel-animation-from-to-slide-5-to-9 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-5__to-10 {
  animation: carousel-animation-from-to-slide-5-to-10 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-5__to-11 {
  animation: carousel-animation-from-to-slide-5-to-11 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-5__to-12 {
  animation: carousel-animation-from-to-slide-5-to-12 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-5__to-13 {
  animation: carousel-animation-from-to-slide-5-to-13 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-5__to-14 {
  animation: carousel-animation-from-to-slide-5-to-14 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-5__to-15 {
  animation: carousel-animation-from-to-slide-5-to-15 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-5__to-16 {
  animation: carousel-animation-from-to-slide-5-to-16 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-5__to-17 {
  animation: carousel-animation-from-to-slide-5-to-17 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-5__to-18 {
  animation: carousel-animation-from-to-slide-5-to-18 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-5__to-19 {
  animation: carousel-animation-from-to-slide-5-to-19 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-5__to-20 {
  animation: carousel-animation-from-to-slide-5-to-20 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-6__to-0 {
  animation: carousel-animation-from-to-slide-6-to-0 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-6__to-1 {
  animation: carousel-animation-from-to-slide-6-to-1 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-6__to-2 {
  animation: carousel-animation-from-to-slide-6-to-2 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-6__to-3 {
  animation: carousel-animation-from-to-slide-6-to-3 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-6__to-4 {
  animation: carousel-animation-from-to-slide-6-to-4 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-6__to-5 {
  animation: carousel-animation-from-to-slide-6-to-5 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-6__to-7 {
  animation: carousel-animation-from-to-slide-6-to-7 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-6__to-8 {
  animation: carousel-animation-from-to-slide-6-to-8 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-6__to-9 {
  animation: carousel-animation-from-to-slide-6-to-9 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-6__to-10 {
  animation: carousel-animation-from-to-slide-6-to-10 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-6__to-11 {
  animation: carousel-animation-from-to-slide-6-to-11 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-6__to-12 {
  animation: carousel-animation-from-to-slide-6-to-12 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-6__to-13 {
  animation: carousel-animation-from-to-slide-6-to-13 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-6__to-14 {
  animation: carousel-animation-from-to-slide-6-to-14 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-6__to-15 {
  animation: carousel-animation-from-to-slide-6-to-15 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-6__to-16 {
  animation: carousel-animation-from-to-slide-6-to-16 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-6__to-17 {
  animation: carousel-animation-from-to-slide-6-to-17 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-6__to-18 {
  animation: carousel-animation-from-to-slide-6-to-18 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-6__to-19 {
  animation: carousel-animation-from-to-slide-6-to-19 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-6__to-20 {
  animation: carousel-animation-from-to-slide-6-to-20 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-7__to-0 {
  animation: carousel-animation-from-to-slide-7-to-0 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-7__to-1 {
  animation: carousel-animation-from-to-slide-7-to-1 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-7__to-2 {
  animation: carousel-animation-from-to-slide-7-to-2 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-7__to-3 {
  animation: carousel-animation-from-to-slide-7-to-3 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-7__to-4 {
  animation: carousel-animation-from-to-slide-7-to-4 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-7__to-5 {
  animation: carousel-animation-from-to-slide-7-to-5 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-7__to-6 {
  animation: carousel-animation-from-to-slide-7-to-6 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-7__to-8 {
  animation: carousel-animation-from-to-slide-7-to-8 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-7__to-9 {
  animation: carousel-animation-from-to-slide-7-to-9 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-7__to-10 {
  animation: carousel-animation-from-to-slide-7-to-10 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-7__to-11 {
  animation: carousel-animation-from-to-slide-7-to-11 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-7__to-12 {
  animation: carousel-animation-from-to-slide-7-to-12 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-7__to-13 {
  animation: carousel-animation-from-to-slide-7-to-13 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-7__to-14 {
  animation: carousel-animation-from-to-slide-7-to-14 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-7__to-15 {
  animation: carousel-animation-from-to-slide-7-to-15 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-7__to-16 {
  animation: carousel-animation-from-to-slide-7-to-16 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-7__to-17 {
  animation: carousel-animation-from-to-slide-7-to-17 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-7__to-18 {
  animation: carousel-animation-from-to-slide-7-to-18 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-7__to-19 {
  animation: carousel-animation-from-to-slide-7-to-19 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-7__to-20 {
  animation: carousel-animation-from-to-slide-7-to-20 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-8__to-0 {
  animation: carousel-animation-from-to-slide-8-to-0 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-8__to-1 {
  animation: carousel-animation-from-to-slide-8-to-1 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-8__to-2 {
  animation: carousel-animation-from-to-slide-8-to-2 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-8__to-3 {
  animation: carousel-animation-from-to-slide-8-to-3 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-8__to-4 {
  animation: carousel-animation-from-to-slide-8-to-4 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-8__to-5 {
  animation: carousel-animation-from-to-slide-8-to-5 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-8__to-6 {
  animation: carousel-animation-from-to-slide-8-to-6 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-8__to-7 {
  animation: carousel-animation-from-to-slide-8-to-7 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-8__to-9 {
  animation: carousel-animation-from-to-slide-8-to-9 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-8__to-10 {
  animation: carousel-animation-from-to-slide-8-to-10 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-8__to-11 {
  animation: carousel-animation-from-to-slide-8-to-11 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-8__to-12 {
  animation: carousel-animation-from-to-slide-8-to-12 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-8__to-13 {
  animation: carousel-animation-from-to-slide-8-to-13 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-8__to-14 {
  animation: carousel-animation-from-to-slide-8-to-14 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-8__to-15 {
  animation: carousel-animation-from-to-slide-8-to-15 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-8__to-16 {
  animation: carousel-animation-from-to-slide-8-to-16 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-8__to-17 {
  animation: carousel-animation-from-to-slide-8-to-17 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-8__to-18 {
  animation: carousel-animation-from-to-slide-8-to-18 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-8__to-19 {
  animation: carousel-animation-from-to-slide-8-to-19 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-8__to-20 {
  animation: carousel-animation-from-to-slide-8-to-20 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-9__to-0 {
  animation: carousel-animation-from-to-slide-9-to-0 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-9__to-1 {
  animation: carousel-animation-from-to-slide-9-to-1 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-9__to-2 {
  animation: carousel-animation-from-to-slide-9-to-2 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-9__to-3 {
  animation: carousel-animation-from-to-slide-9-to-3 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-9__to-4 {
  animation: carousel-animation-from-to-slide-9-to-4 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-9__to-5 {
  animation: carousel-animation-from-to-slide-9-to-5 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-9__to-6 {
  animation: carousel-animation-from-to-slide-9-to-6 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-9__to-7 {
  animation: carousel-animation-from-to-slide-9-to-7 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-9__to-8 {
  animation: carousel-animation-from-to-slide-9-to-8 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-9__to-10 {
  animation: carousel-animation-from-to-slide-9-to-10 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-9__to-11 {
  animation: carousel-animation-from-to-slide-9-to-11 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-9__to-12 {
  animation: carousel-animation-from-to-slide-9-to-12 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-9__to-13 {
  animation: carousel-animation-from-to-slide-9-to-13 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-9__to-14 {
  animation: carousel-animation-from-to-slide-9-to-14 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-9__to-15 {
  animation: carousel-animation-from-to-slide-9-to-15 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-9__to-16 {
  animation: carousel-animation-from-to-slide-9-to-16 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-9__to-17 {
  animation: carousel-animation-from-to-slide-9-to-17 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-9__to-18 {
  animation: carousel-animation-from-to-slide-9-to-18 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-9__to-19 {
  animation: carousel-animation-from-to-slide-9-to-19 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-9__to-20 {
  animation: carousel-animation-from-to-slide-9-to-20 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-10__to-0 {
  animation: carousel-animation-from-to-slide-10-to-0 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-10__to-1 {
  animation: carousel-animation-from-to-slide-10-to-1 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-10__to-2 {
  animation: carousel-animation-from-to-slide-10-to-2 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-10__to-3 {
  animation: carousel-animation-from-to-slide-10-to-3 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-10__to-4 {
  animation: carousel-animation-from-to-slide-10-to-4 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-10__to-5 {
  animation: carousel-animation-from-to-slide-10-to-5 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-10__to-6 {
  animation: carousel-animation-from-to-slide-10-to-6 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-10__to-7 {
  animation: carousel-animation-from-to-slide-10-to-7 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-10__to-8 {
  animation: carousel-animation-from-to-slide-10-to-8 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-10__to-9 {
  animation: carousel-animation-from-to-slide-10-to-9 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-10__to-11 {
  animation: carousel-animation-from-to-slide-10-to-11 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-10__to-12 {
  animation: carousel-animation-from-to-slide-10-to-12 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-10__to-13 {
  animation: carousel-animation-from-to-slide-10-to-13 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-10__to-14 {
  animation: carousel-animation-from-to-slide-10-to-14 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-10__to-15 {
  animation: carousel-animation-from-to-slide-10-to-15 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-10__to-16 {
  animation: carousel-animation-from-to-slide-10-to-16 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-10__to-17 {
  animation: carousel-animation-from-to-slide-10-to-17 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-10__to-18 {
  animation: carousel-animation-from-to-slide-10-to-18 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-10__to-19 {
  animation: carousel-animation-from-to-slide-10-to-19 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-10__to-20 {
  animation: carousel-animation-from-to-slide-10-to-20 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-11__to-0 {
  animation: carousel-animation-from-to-slide-11-to-0 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-11__to-1 {
  animation: carousel-animation-from-to-slide-11-to-1 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-11__to-2 {
  animation: carousel-animation-from-to-slide-11-to-2 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-11__to-3 {
  animation: carousel-animation-from-to-slide-11-to-3 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-11__to-4 {
  animation: carousel-animation-from-to-slide-11-to-4 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-11__to-5 {
  animation: carousel-animation-from-to-slide-11-to-5 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-11__to-6 {
  animation: carousel-animation-from-to-slide-11-to-6 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-11__to-7 {
  animation: carousel-animation-from-to-slide-11-to-7 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-11__to-8 {
  animation: carousel-animation-from-to-slide-11-to-8 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-11__to-9 {
  animation: carousel-animation-from-to-slide-11-to-9 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-11__to-10 {
  animation: carousel-animation-from-to-slide-11-to-10 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-11__to-12 {
  animation: carousel-animation-from-to-slide-11-to-12 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-11__to-13 {
  animation: carousel-animation-from-to-slide-11-to-13 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-11__to-14 {
  animation: carousel-animation-from-to-slide-11-to-14 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-11__to-15 {
  animation: carousel-animation-from-to-slide-11-to-15 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-11__to-16 {
  animation: carousel-animation-from-to-slide-11-to-16 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-11__to-17 {
  animation: carousel-animation-from-to-slide-11-to-17 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-11__to-18 {
  animation: carousel-animation-from-to-slide-11-to-18 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-11__to-19 {
  animation: carousel-animation-from-to-slide-11-to-19 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-11__to-20 {
  animation: carousel-animation-from-to-slide-11-to-20 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-12__to-0 {
  animation: carousel-animation-from-to-slide-12-to-0 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-12__to-1 {
  animation: carousel-animation-from-to-slide-12-to-1 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-12__to-2 {
  animation: carousel-animation-from-to-slide-12-to-2 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-12__to-3 {
  animation: carousel-animation-from-to-slide-12-to-3 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-12__to-4 {
  animation: carousel-animation-from-to-slide-12-to-4 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-12__to-5 {
  animation: carousel-animation-from-to-slide-12-to-5 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-12__to-6 {
  animation: carousel-animation-from-to-slide-12-to-6 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-12__to-7 {
  animation: carousel-animation-from-to-slide-12-to-7 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-12__to-8 {
  animation: carousel-animation-from-to-slide-12-to-8 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-12__to-9 {
  animation: carousel-animation-from-to-slide-12-to-9 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-12__to-10 {
  animation: carousel-animation-from-to-slide-12-to-10 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-12__to-11 {
  animation: carousel-animation-from-to-slide-12-to-11 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-12__to-13 {
  animation: carousel-animation-from-to-slide-12-to-13 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-12__to-14 {
  animation: carousel-animation-from-to-slide-12-to-14 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-12__to-15 {
  animation: carousel-animation-from-to-slide-12-to-15 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-12__to-16 {
  animation: carousel-animation-from-to-slide-12-to-16 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-12__to-17 {
  animation: carousel-animation-from-to-slide-12-to-17 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-12__to-18 {
  animation: carousel-animation-from-to-slide-12-to-18 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-12__to-19 {
  animation: carousel-animation-from-to-slide-12-to-19 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-12__to-20 {
  animation: carousel-animation-from-to-slide-12-to-20 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-13__to-0 {
  animation: carousel-animation-from-to-slide-13-to-0 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-13__to-1 {
  animation: carousel-animation-from-to-slide-13-to-1 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-13__to-2 {
  animation: carousel-animation-from-to-slide-13-to-2 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-13__to-3 {
  animation: carousel-animation-from-to-slide-13-to-3 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-13__to-4 {
  animation: carousel-animation-from-to-slide-13-to-4 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-13__to-5 {
  animation: carousel-animation-from-to-slide-13-to-5 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-13__to-6 {
  animation: carousel-animation-from-to-slide-13-to-6 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-13__to-7 {
  animation: carousel-animation-from-to-slide-13-to-7 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-13__to-8 {
  animation: carousel-animation-from-to-slide-13-to-8 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-13__to-9 {
  animation: carousel-animation-from-to-slide-13-to-9 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-13__to-10 {
  animation: carousel-animation-from-to-slide-13-to-10 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-13__to-11 {
  animation: carousel-animation-from-to-slide-13-to-11 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-13__to-12 {
  animation: carousel-animation-from-to-slide-13-to-12 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-13__to-14 {
  animation: carousel-animation-from-to-slide-13-to-14 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-13__to-15 {
  animation: carousel-animation-from-to-slide-13-to-15 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-13__to-16 {
  animation: carousel-animation-from-to-slide-13-to-16 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-13__to-17 {
  animation: carousel-animation-from-to-slide-13-to-17 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-13__to-18 {
  animation: carousel-animation-from-to-slide-13-to-18 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-13__to-19 {
  animation: carousel-animation-from-to-slide-13-to-19 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-13__to-20 {
  animation: carousel-animation-from-to-slide-13-to-20 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-14__to-0 {
  animation: carousel-animation-from-to-slide-14-to-0 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-14__to-1 {
  animation: carousel-animation-from-to-slide-14-to-1 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-14__to-2 {
  animation: carousel-animation-from-to-slide-14-to-2 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-14__to-3 {
  animation: carousel-animation-from-to-slide-14-to-3 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-14__to-4 {
  animation: carousel-animation-from-to-slide-14-to-4 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-14__to-5 {
  animation: carousel-animation-from-to-slide-14-to-5 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-14__to-6 {
  animation: carousel-animation-from-to-slide-14-to-6 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-14__to-7 {
  animation: carousel-animation-from-to-slide-14-to-7 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-14__to-8 {
  animation: carousel-animation-from-to-slide-14-to-8 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-14__to-9 {
  animation: carousel-animation-from-to-slide-14-to-9 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-14__to-10 {
  animation: carousel-animation-from-to-slide-14-to-10 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-14__to-11 {
  animation: carousel-animation-from-to-slide-14-to-11 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-14__to-12 {
  animation: carousel-animation-from-to-slide-14-to-12 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-14__to-13 {
  animation: carousel-animation-from-to-slide-14-to-13 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-14__to-15 {
  animation: carousel-animation-from-to-slide-14-to-15 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-14__to-16 {
  animation: carousel-animation-from-to-slide-14-to-16 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-14__to-17 {
  animation: carousel-animation-from-to-slide-14-to-17 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-14__to-18 {
  animation: carousel-animation-from-to-slide-14-to-18 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-14__to-19 {
  animation: carousel-animation-from-to-slide-14-to-19 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-14__to-20 {
  animation: carousel-animation-from-to-slide-14-to-20 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-15__to-0 {
  animation: carousel-animation-from-to-slide-15-to-0 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-15__to-1 {
  animation: carousel-animation-from-to-slide-15-to-1 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-15__to-2 {
  animation: carousel-animation-from-to-slide-15-to-2 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-15__to-3 {
  animation: carousel-animation-from-to-slide-15-to-3 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-15__to-4 {
  animation: carousel-animation-from-to-slide-15-to-4 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-15__to-5 {
  animation: carousel-animation-from-to-slide-15-to-5 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-15__to-6 {
  animation: carousel-animation-from-to-slide-15-to-6 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-15__to-7 {
  animation: carousel-animation-from-to-slide-15-to-7 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-15__to-8 {
  animation: carousel-animation-from-to-slide-15-to-8 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-15__to-9 {
  animation: carousel-animation-from-to-slide-15-to-9 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-15__to-10 {
  animation: carousel-animation-from-to-slide-15-to-10 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-15__to-11 {
  animation: carousel-animation-from-to-slide-15-to-11 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-15__to-12 {
  animation: carousel-animation-from-to-slide-15-to-12 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-15__to-13 {
  animation: carousel-animation-from-to-slide-15-to-13 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-15__to-14 {
  animation: carousel-animation-from-to-slide-15-to-14 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-15__to-16 {
  animation: carousel-animation-from-to-slide-15-to-16 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-15__to-17 {
  animation: carousel-animation-from-to-slide-15-to-17 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-15__to-18 {
  animation: carousel-animation-from-to-slide-15-to-18 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-15__to-19 {
  animation: carousel-animation-from-to-slide-15-to-19 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-15__to-20 {
  animation: carousel-animation-from-to-slide-15-to-20 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-16__to-0 {
  animation: carousel-animation-from-to-slide-16-to-0 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-16__to-1 {
  animation: carousel-animation-from-to-slide-16-to-1 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-16__to-2 {
  animation: carousel-animation-from-to-slide-16-to-2 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-16__to-3 {
  animation: carousel-animation-from-to-slide-16-to-3 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-16__to-4 {
  animation: carousel-animation-from-to-slide-16-to-4 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-16__to-5 {
  animation: carousel-animation-from-to-slide-16-to-5 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-16__to-6 {
  animation: carousel-animation-from-to-slide-16-to-6 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-16__to-7 {
  animation: carousel-animation-from-to-slide-16-to-7 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-16__to-8 {
  animation: carousel-animation-from-to-slide-16-to-8 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-16__to-9 {
  animation: carousel-animation-from-to-slide-16-to-9 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-16__to-10 {
  animation: carousel-animation-from-to-slide-16-to-10 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-16__to-11 {
  animation: carousel-animation-from-to-slide-16-to-11 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-16__to-12 {
  animation: carousel-animation-from-to-slide-16-to-12 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-16__to-13 {
  animation: carousel-animation-from-to-slide-16-to-13 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-16__to-14 {
  animation: carousel-animation-from-to-slide-16-to-14 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-16__to-15 {
  animation: carousel-animation-from-to-slide-16-to-15 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-16__to-17 {
  animation: carousel-animation-from-to-slide-16-to-17 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-16__to-18 {
  animation: carousel-animation-from-to-slide-16-to-18 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-16__to-19 {
  animation: carousel-animation-from-to-slide-16-to-19 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-16__to-20 {
  animation: carousel-animation-from-to-slide-16-to-20 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-17__to-0 {
  animation: carousel-animation-from-to-slide-17-to-0 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-17__to-1 {
  animation: carousel-animation-from-to-slide-17-to-1 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-17__to-2 {
  animation: carousel-animation-from-to-slide-17-to-2 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-17__to-3 {
  animation: carousel-animation-from-to-slide-17-to-3 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-17__to-4 {
  animation: carousel-animation-from-to-slide-17-to-4 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-17__to-5 {
  animation: carousel-animation-from-to-slide-17-to-5 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-17__to-6 {
  animation: carousel-animation-from-to-slide-17-to-6 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-17__to-7 {
  animation: carousel-animation-from-to-slide-17-to-7 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-17__to-8 {
  animation: carousel-animation-from-to-slide-17-to-8 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-17__to-9 {
  animation: carousel-animation-from-to-slide-17-to-9 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-17__to-10 {
  animation: carousel-animation-from-to-slide-17-to-10 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-17__to-11 {
  animation: carousel-animation-from-to-slide-17-to-11 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-17__to-12 {
  animation: carousel-animation-from-to-slide-17-to-12 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-17__to-13 {
  animation: carousel-animation-from-to-slide-17-to-13 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-17__to-14 {
  animation: carousel-animation-from-to-slide-17-to-14 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-17__to-15 {
  animation: carousel-animation-from-to-slide-17-to-15 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-17__to-16 {
  animation: carousel-animation-from-to-slide-17-to-16 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-17__to-18 {
  animation: carousel-animation-from-to-slide-17-to-18 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-17__to-19 {
  animation: carousel-animation-from-to-slide-17-to-19 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-17__to-20 {
  animation: carousel-animation-from-to-slide-17-to-20 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-18__to-0 {
  animation: carousel-animation-from-to-slide-18-to-0 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-18__to-1 {
  animation: carousel-animation-from-to-slide-18-to-1 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-18__to-2 {
  animation: carousel-animation-from-to-slide-18-to-2 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-18__to-3 {
  animation: carousel-animation-from-to-slide-18-to-3 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-18__to-4 {
  animation: carousel-animation-from-to-slide-18-to-4 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-18__to-5 {
  animation: carousel-animation-from-to-slide-18-to-5 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-18__to-6 {
  animation: carousel-animation-from-to-slide-18-to-6 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-18__to-7 {
  animation: carousel-animation-from-to-slide-18-to-7 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-18__to-8 {
  animation: carousel-animation-from-to-slide-18-to-8 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-18__to-9 {
  animation: carousel-animation-from-to-slide-18-to-9 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-18__to-10 {
  animation: carousel-animation-from-to-slide-18-to-10 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-18__to-11 {
  animation: carousel-animation-from-to-slide-18-to-11 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-18__to-12 {
  animation: carousel-animation-from-to-slide-18-to-12 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-18__to-13 {
  animation: carousel-animation-from-to-slide-18-to-13 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-18__to-14 {
  animation: carousel-animation-from-to-slide-18-to-14 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-18__to-15 {
  animation: carousel-animation-from-to-slide-18-to-15 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-18__to-16 {
  animation: carousel-animation-from-to-slide-18-to-16 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-18__to-17 {
  animation: carousel-animation-from-to-slide-18-to-17 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-18__to-19 {
  animation: carousel-animation-from-to-slide-18-to-19 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-18__to-20 {
  animation: carousel-animation-from-to-slide-18-to-20 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-19__to-0 {
  animation: carousel-animation-from-to-slide-19-to-0 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-19__to-1 {
  animation: carousel-animation-from-to-slide-19-to-1 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-19__to-2 {
  animation: carousel-animation-from-to-slide-19-to-2 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-19__to-3 {
  animation: carousel-animation-from-to-slide-19-to-3 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-19__to-4 {
  animation: carousel-animation-from-to-slide-19-to-4 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-19__to-5 {
  animation: carousel-animation-from-to-slide-19-to-5 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-19__to-6 {
  animation: carousel-animation-from-to-slide-19-to-6 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-19__to-7 {
  animation: carousel-animation-from-to-slide-19-to-7 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-19__to-8 {
  animation: carousel-animation-from-to-slide-19-to-8 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-19__to-9 {
  animation: carousel-animation-from-to-slide-19-to-9 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-19__to-10 {
  animation: carousel-animation-from-to-slide-19-to-10 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-19__to-11 {
  animation: carousel-animation-from-to-slide-19-to-11 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-19__to-12 {
  animation: carousel-animation-from-to-slide-19-to-12 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-19__to-13 {
  animation: carousel-animation-from-to-slide-19-to-13 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-19__to-14 {
  animation: carousel-animation-from-to-slide-19-to-14 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-19__to-15 {
  animation: carousel-animation-from-to-slide-19-to-15 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-19__to-16 {
  animation: carousel-animation-from-to-slide-19-to-16 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-19__to-17 {
  animation: carousel-animation-from-to-slide-19-to-17 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-19__to-18 {
  animation: carousel-animation-from-to-slide-19-to-18 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-19__to-20 {
  animation: carousel-animation-from-to-slide-19-to-20 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-20__to-0 {
  animation: carousel-animation-from-to-slide-20-to-0 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-20__to-1 {
  animation: carousel-animation-from-to-slide-20-to-1 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-20__to-2 {
  animation: carousel-animation-from-to-slide-20-to-2 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-20__to-3 {
  animation: carousel-animation-from-to-slide-20-to-3 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-20__to-4 {
  animation: carousel-animation-from-to-slide-20-to-4 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-20__to-5 {
  animation: carousel-animation-from-to-slide-20-to-5 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-20__to-6 {
  animation: carousel-animation-from-to-slide-20-to-6 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-20__to-7 {
  animation: carousel-animation-from-to-slide-20-to-7 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-20__to-8 {
  animation: carousel-animation-from-to-slide-20-to-8 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-20__to-9 {
  animation: carousel-animation-from-to-slide-20-to-9 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-20__to-10 {
  animation: carousel-animation-from-to-slide-20-to-10 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-20__to-11 {
  animation: carousel-animation-from-to-slide-20-to-11 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-20__to-12 {
  animation: carousel-animation-from-to-slide-20-to-12 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-20__to-13 {
  animation: carousel-animation-from-to-slide-20-to-13 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-20__to-14 {
  animation: carousel-animation-from-to-slide-20-to-14 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-20__to-15 {
  animation: carousel-animation-from-to-slide-20-to-15 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-20__to-16 {
  animation: carousel-animation-from-to-slide-20-to-16 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-20__to-17 {
  animation: carousel-animation-from-to-slide-20-to-17 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-20__to-18 {
  animation: carousel-animation-from-to-slide-20-to-18 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper.hero-with-headline--carousel--wrapper__running__from-20__to-19 {
  animation: carousel-animation-from-to-slide-20-to-19 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper .hero-with-headline--carousel--item {
  display: inline-flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  align-self: stretch;
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 100%;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel--pagination {
  display: block;
  width: 100%;
  box-sizing: content-box;
  padding: 5px 0;
  text-align: center;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel--pagination .hero-with-headline--carousel--pagination--items-wrapper {
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  column-gap: 10px;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel--pagination .hero-with-headline--carousel--pagination--items-wrapper .hero-with-headline--carousel--pagination--item {
  flex: 1;
  display: inline-block;
  width: 1em;
  height: 1em;
  margin: 0 2.5px;
  border-radius: 50%;
  opacity: 0.5;
  transition: opacity 0.25s ease-in-out;
  box-shadow: rgba(0, 59, 92, 0.5) 0 0 0 2px;
  cursor: pointer;
  border-color: #CCD3D6;
  background: #fff;
}
.hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel--pagination .hero-with-headline--carousel--pagination--items-wrapper .hero-with-headline--carousel--pagination--item.hero-with-headline--carousel--pagination--item__active {
  background: #CCD3D6;
}

@keyframes carousel-animation-from-to-slide-0-to-1 {
  0% {
    transform: translateX(calc(-100% * 0));
  }
  100% {
    transform: translateX(calc(-100% * 1));
  }
}
@keyframes carousel-animation-from-to-slide-0-to-2 {
  0% {
    transform: translateX(calc(-100% * 0));
  }
  100% {
    transform: translateX(calc(-100% * 2));
  }
}
@keyframes carousel-animation-from-to-slide-0-to-3 {
  0% {
    transform: translateX(calc(-100% * 0));
  }
  100% {
    transform: translateX(calc(-100% * 3));
  }
}
@keyframes carousel-animation-from-to-slide-0-to-4 {
  0% {
    transform: translateX(calc(-100% * 0));
  }
  100% {
    transform: translateX(calc(-100% * 4));
  }
}
@keyframes carousel-animation-from-to-slide-0-to-5 {
  0% {
    transform: translateX(calc(-100% * 0));
  }
  100% {
    transform: translateX(calc(-100% * 5));
  }
}
@keyframes carousel-animation-from-to-slide-0-to-6 {
  0% {
    transform: translateX(calc(-100% * 0));
  }
  100% {
    transform: translateX(calc(-100% * 6));
  }
}
@keyframes carousel-animation-from-to-slide-0-to-7 {
  0% {
    transform: translateX(calc(-100% * 0));
  }
  100% {
    transform: translateX(calc(-100% * 7));
  }
}
@keyframes carousel-animation-from-to-slide-0-to-8 {
  0% {
    transform: translateX(calc(-100% * 0));
  }
  100% {
    transform: translateX(calc(-100% * 8));
  }
}
@keyframes carousel-animation-from-to-slide-0-to-9 {
  0% {
    transform: translateX(calc(-100% * 0));
  }
  100% {
    transform: translateX(calc(-100% * 9));
  }
}
@keyframes carousel-animation-from-to-slide-0-to-10 {
  0% {
    transform: translateX(calc(-100% * 0));
  }
  100% {
    transform: translateX(calc(-100% * 10));
  }
}
@keyframes carousel-animation-from-to-slide-0-to-11 {
  0% {
    transform: translateX(calc(-100% * 0));
  }
  100% {
    transform: translateX(calc(-100% * 11));
  }
}
@keyframes carousel-animation-from-to-slide-0-to-12 {
  0% {
    transform: translateX(calc(-100% * 0));
  }
  100% {
    transform: translateX(calc(-100% * 12));
  }
}
@keyframes carousel-animation-from-to-slide-0-to-13 {
  0% {
    transform: translateX(calc(-100% * 0));
  }
  100% {
    transform: translateX(calc(-100% * 13));
  }
}
@keyframes carousel-animation-from-to-slide-0-to-14 {
  0% {
    transform: translateX(calc(-100% * 0));
  }
  100% {
    transform: translateX(calc(-100% * 14));
  }
}
@keyframes carousel-animation-from-to-slide-0-to-15 {
  0% {
    transform: translateX(calc(-100% * 0));
  }
  100% {
    transform: translateX(calc(-100% * 15));
  }
}
@keyframes carousel-animation-from-to-slide-0-to-16 {
  0% {
    transform: translateX(calc(-100% * 0));
  }
  100% {
    transform: translateX(calc(-100% * 16));
  }
}
@keyframes carousel-animation-from-to-slide-0-to-17 {
  0% {
    transform: translateX(calc(-100% * 0));
  }
  100% {
    transform: translateX(calc(-100% * 17));
  }
}
@keyframes carousel-animation-from-to-slide-0-to-18 {
  0% {
    transform: translateX(calc(-100% * 0));
  }
  100% {
    transform: translateX(calc(-100% * 18));
  }
}
@keyframes carousel-animation-from-to-slide-0-to-19 {
  0% {
    transform: translateX(calc(-100% * 0));
  }
  100% {
    transform: translateX(calc(-100% * 19));
  }
}
@keyframes carousel-animation-from-to-slide-0-to-20 {
  0% {
    transform: translateX(calc(-100% * 0));
  }
  100% {
    transform: translateX(calc(-100% * 20));
  }
}
@keyframes carousel-animation-from-to-slide-1-to-0 {
  0% {
    transform: translateX(calc(-100% * 1));
  }
  100% {
    transform: translateX(calc(-100% * 0));
  }
}
@keyframes carousel-animation-from-to-slide-1-to-2 {
  0% {
    transform: translateX(calc(-100% * 1));
  }
  100% {
    transform: translateX(calc(-100% * 2));
  }
}
@keyframes carousel-animation-from-to-slide-1-to-3 {
  0% {
    transform: translateX(calc(-100% * 1));
  }
  100% {
    transform: translateX(calc(-100% * 3));
  }
}
@keyframes carousel-animation-from-to-slide-1-to-4 {
  0% {
    transform: translateX(calc(-100% * 1));
  }
  100% {
    transform: translateX(calc(-100% * 4));
  }
}
@keyframes carousel-animation-from-to-slide-1-to-5 {
  0% {
    transform: translateX(calc(-100% * 1));
  }
  100% {
    transform: translateX(calc(-100% * 5));
  }
}
@keyframes carousel-animation-from-to-slide-1-to-6 {
  0% {
    transform: translateX(calc(-100% * 1));
  }
  100% {
    transform: translateX(calc(-100% * 6));
  }
}
@keyframes carousel-animation-from-to-slide-1-to-7 {
  0% {
    transform: translateX(calc(-100% * 1));
  }
  100% {
    transform: translateX(calc(-100% * 7));
  }
}
@keyframes carousel-animation-from-to-slide-1-to-8 {
  0% {
    transform: translateX(calc(-100% * 1));
  }
  100% {
    transform: translateX(calc(-100% * 8));
  }
}
@keyframes carousel-animation-from-to-slide-1-to-9 {
  0% {
    transform: translateX(calc(-100% * 1));
  }
  100% {
    transform: translateX(calc(-100% * 9));
  }
}
@keyframes carousel-animation-from-to-slide-1-to-10 {
  0% {
    transform: translateX(calc(-100% * 1));
  }
  100% {
    transform: translateX(calc(-100% * 10));
  }
}
@keyframes carousel-animation-from-to-slide-1-to-11 {
  0% {
    transform: translateX(calc(-100% * 1));
  }
  100% {
    transform: translateX(calc(-100% * 11));
  }
}
@keyframes carousel-animation-from-to-slide-1-to-12 {
  0% {
    transform: translateX(calc(-100% * 1));
  }
  100% {
    transform: translateX(calc(-100% * 12));
  }
}
@keyframes carousel-animation-from-to-slide-1-to-13 {
  0% {
    transform: translateX(calc(-100% * 1));
  }
  100% {
    transform: translateX(calc(-100% * 13));
  }
}
@keyframes carousel-animation-from-to-slide-1-to-14 {
  0% {
    transform: translateX(calc(-100% * 1));
  }
  100% {
    transform: translateX(calc(-100% * 14));
  }
}
@keyframes carousel-animation-from-to-slide-1-to-15 {
  0% {
    transform: translateX(calc(-100% * 1));
  }
  100% {
    transform: translateX(calc(-100% * 15));
  }
}
@keyframes carousel-animation-from-to-slide-1-to-16 {
  0% {
    transform: translateX(calc(-100% * 1));
  }
  100% {
    transform: translateX(calc(-100% * 16));
  }
}
@keyframes carousel-animation-from-to-slide-1-to-17 {
  0% {
    transform: translateX(calc(-100% * 1));
  }
  100% {
    transform: translateX(calc(-100% * 17));
  }
}
@keyframes carousel-animation-from-to-slide-1-to-18 {
  0% {
    transform: translateX(calc(-100% * 1));
  }
  100% {
    transform: translateX(calc(-100% * 18));
  }
}
@keyframes carousel-animation-from-to-slide-1-to-19 {
  0% {
    transform: translateX(calc(-100% * 1));
  }
  100% {
    transform: translateX(calc(-100% * 19));
  }
}
@keyframes carousel-animation-from-to-slide-1-to-20 {
  0% {
    transform: translateX(calc(-100% * 1));
  }
  100% {
    transform: translateX(calc(-100% * 20));
  }
}
@keyframes carousel-animation-from-to-slide-2-to-0 {
  0% {
    transform: translateX(calc(-100% * 2));
  }
  100% {
    transform: translateX(calc(-100% * 0));
  }
}
@keyframes carousel-animation-from-to-slide-2-to-1 {
  0% {
    transform: translateX(calc(-100% * 2));
  }
  100% {
    transform: translateX(calc(-100% * 1));
  }
}
@keyframes carousel-animation-from-to-slide-2-to-3 {
  0% {
    transform: translateX(calc(-100% * 2));
  }
  100% {
    transform: translateX(calc(-100% * 3));
  }
}
@keyframes carousel-animation-from-to-slide-2-to-4 {
  0% {
    transform: translateX(calc(-100% * 2));
  }
  100% {
    transform: translateX(calc(-100% * 4));
  }
}
@keyframes carousel-animation-from-to-slide-2-to-5 {
  0% {
    transform: translateX(calc(-100% * 2));
  }
  100% {
    transform: translateX(calc(-100% * 5));
  }
}
@keyframes carousel-animation-from-to-slide-2-to-6 {
  0% {
    transform: translateX(calc(-100% * 2));
  }
  100% {
    transform: translateX(calc(-100% * 6));
  }
}
@keyframes carousel-animation-from-to-slide-2-to-7 {
  0% {
    transform: translateX(calc(-100% * 2));
  }
  100% {
    transform: translateX(calc(-100% * 7));
  }
}
@keyframes carousel-animation-from-to-slide-2-to-8 {
  0% {
    transform: translateX(calc(-100% * 2));
  }
  100% {
    transform: translateX(calc(-100% * 8));
  }
}
@keyframes carousel-animation-from-to-slide-2-to-9 {
  0% {
    transform: translateX(calc(-100% * 2));
  }
  100% {
    transform: translateX(calc(-100% * 9));
  }
}
@keyframes carousel-animation-from-to-slide-2-to-10 {
  0% {
    transform: translateX(calc(-100% * 2));
  }
  100% {
    transform: translateX(calc(-100% * 10));
  }
}
@keyframes carousel-animation-from-to-slide-2-to-11 {
  0% {
    transform: translateX(calc(-100% * 2));
  }
  100% {
    transform: translateX(calc(-100% * 11));
  }
}
@keyframes carousel-animation-from-to-slide-2-to-12 {
  0% {
    transform: translateX(calc(-100% * 2));
  }
  100% {
    transform: translateX(calc(-100% * 12));
  }
}
@keyframes carousel-animation-from-to-slide-2-to-13 {
  0% {
    transform: translateX(calc(-100% * 2));
  }
  100% {
    transform: translateX(calc(-100% * 13));
  }
}
@keyframes carousel-animation-from-to-slide-2-to-14 {
  0% {
    transform: translateX(calc(-100% * 2));
  }
  100% {
    transform: translateX(calc(-100% * 14));
  }
}
@keyframes carousel-animation-from-to-slide-2-to-15 {
  0% {
    transform: translateX(calc(-100% * 2));
  }
  100% {
    transform: translateX(calc(-100% * 15));
  }
}
@keyframes carousel-animation-from-to-slide-2-to-16 {
  0% {
    transform: translateX(calc(-100% * 2));
  }
  100% {
    transform: translateX(calc(-100% * 16));
  }
}
@keyframes carousel-animation-from-to-slide-2-to-17 {
  0% {
    transform: translateX(calc(-100% * 2));
  }
  100% {
    transform: translateX(calc(-100% * 17));
  }
}
@keyframes carousel-animation-from-to-slide-2-to-18 {
  0% {
    transform: translateX(calc(-100% * 2));
  }
  100% {
    transform: translateX(calc(-100% * 18));
  }
}
@keyframes carousel-animation-from-to-slide-2-to-19 {
  0% {
    transform: translateX(calc(-100% * 2));
  }
  100% {
    transform: translateX(calc(-100% * 19));
  }
}
@keyframes carousel-animation-from-to-slide-2-to-20 {
  0% {
    transform: translateX(calc(-100% * 2));
  }
  100% {
    transform: translateX(calc(-100% * 20));
  }
}
@keyframes carousel-animation-from-to-slide-3-to-0 {
  0% {
    transform: translateX(calc(-100% * 3));
  }
  100% {
    transform: translateX(calc(-100% * 0));
  }
}
@keyframes carousel-animation-from-to-slide-3-to-1 {
  0% {
    transform: translateX(calc(-100% * 3));
  }
  100% {
    transform: translateX(calc(-100% * 1));
  }
}
@keyframes carousel-animation-from-to-slide-3-to-2 {
  0% {
    transform: translateX(calc(-100% * 3));
  }
  100% {
    transform: translateX(calc(-100% * 2));
  }
}
@keyframes carousel-animation-from-to-slide-3-to-4 {
  0% {
    transform: translateX(calc(-100% * 3));
  }
  100% {
    transform: translateX(calc(-100% * 4));
  }
}
@keyframes carousel-animation-from-to-slide-3-to-5 {
  0% {
    transform: translateX(calc(-100% * 3));
  }
  100% {
    transform: translateX(calc(-100% * 5));
  }
}
@keyframes carousel-animation-from-to-slide-3-to-6 {
  0% {
    transform: translateX(calc(-100% * 3));
  }
  100% {
    transform: translateX(calc(-100% * 6));
  }
}
@keyframes carousel-animation-from-to-slide-3-to-7 {
  0% {
    transform: translateX(calc(-100% * 3));
  }
  100% {
    transform: translateX(calc(-100% * 7));
  }
}
@keyframes carousel-animation-from-to-slide-3-to-8 {
  0% {
    transform: translateX(calc(-100% * 3));
  }
  100% {
    transform: translateX(calc(-100% * 8));
  }
}
@keyframes carousel-animation-from-to-slide-3-to-9 {
  0% {
    transform: translateX(calc(-100% * 3));
  }
  100% {
    transform: translateX(calc(-100% * 9));
  }
}
@keyframes carousel-animation-from-to-slide-3-to-10 {
  0% {
    transform: translateX(calc(-100% * 3));
  }
  100% {
    transform: translateX(calc(-100% * 10));
  }
}
@keyframes carousel-animation-from-to-slide-3-to-11 {
  0% {
    transform: translateX(calc(-100% * 3));
  }
  100% {
    transform: translateX(calc(-100% * 11));
  }
}
@keyframes carousel-animation-from-to-slide-3-to-12 {
  0% {
    transform: translateX(calc(-100% * 3));
  }
  100% {
    transform: translateX(calc(-100% * 12));
  }
}
@keyframes carousel-animation-from-to-slide-3-to-13 {
  0% {
    transform: translateX(calc(-100% * 3));
  }
  100% {
    transform: translateX(calc(-100% * 13));
  }
}
@keyframes carousel-animation-from-to-slide-3-to-14 {
  0% {
    transform: translateX(calc(-100% * 3));
  }
  100% {
    transform: translateX(calc(-100% * 14));
  }
}
@keyframes carousel-animation-from-to-slide-3-to-15 {
  0% {
    transform: translateX(calc(-100% * 3));
  }
  100% {
    transform: translateX(calc(-100% * 15));
  }
}
@keyframes carousel-animation-from-to-slide-3-to-16 {
  0% {
    transform: translateX(calc(-100% * 3));
  }
  100% {
    transform: translateX(calc(-100% * 16));
  }
}
@keyframes carousel-animation-from-to-slide-3-to-17 {
  0% {
    transform: translateX(calc(-100% * 3));
  }
  100% {
    transform: translateX(calc(-100% * 17));
  }
}
@keyframes carousel-animation-from-to-slide-3-to-18 {
  0% {
    transform: translateX(calc(-100% * 3));
  }
  100% {
    transform: translateX(calc(-100% * 18));
  }
}
@keyframes carousel-animation-from-to-slide-3-to-19 {
  0% {
    transform: translateX(calc(-100% * 3));
  }
  100% {
    transform: translateX(calc(-100% * 19));
  }
}
@keyframes carousel-animation-from-to-slide-3-to-20 {
  0% {
    transform: translateX(calc(-100% * 3));
  }
  100% {
    transform: translateX(calc(-100% * 20));
  }
}
@keyframes carousel-animation-from-to-slide-4-to-0 {
  0% {
    transform: translateX(calc(-100% * 4));
  }
  100% {
    transform: translateX(calc(-100% * 0));
  }
}
@keyframes carousel-animation-from-to-slide-4-to-1 {
  0% {
    transform: translateX(calc(-100% * 4));
  }
  100% {
    transform: translateX(calc(-100% * 1));
  }
}
@keyframes carousel-animation-from-to-slide-4-to-2 {
  0% {
    transform: translateX(calc(-100% * 4));
  }
  100% {
    transform: translateX(calc(-100% * 2));
  }
}
@keyframes carousel-animation-from-to-slide-4-to-3 {
  0% {
    transform: translateX(calc(-100% * 4));
  }
  100% {
    transform: translateX(calc(-100% * 3));
  }
}
@keyframes carousel-animation-from-to-slide-4-to-5 {
  0% {
    transform: translateX(calc(-100% * 4));
  }
  100% {
    transform: translateX(calc(-100% * 5));
  }
}
@keyframes carousel-animation-from-to-slide-4-to-6 {
  0% {
    transform: translateX(calc(-100% * 4));
  }
  100% {
    transform: translateX(calc(-100% * 6));
  }
}
@keyframes carousel-animation-from-to-slide-4-to-7 {
  0% {
    transform: translateX(calc(-100% * 4));
  }
  100% {
    transform: translateX(calc(-100% * 7));
  }
}
@keyframes carousel-animation-from-to-slide-4-to-8 {
  0% {
    transform: translateX(calc(-100% * 4));
  }
  100% {
    transform: translateX(calc(-100% * 8));
  }
}
@keyframes carousel-animation-from-to-slide-4-to-9 {
  0% {
    transform: translateX(calc(-100% * 4));
  }
  100% {
    transform: translateX(calc(-100% * 9));
  }
}
@keyframes carousel-animation-from-to-slide-4-to-10 {
  0% {
    transform: translateX(calc(-100% * 4));
  }
  100% {
    transform: translateX(calc(-100% * 10));
  }
}
@keyframes carousel-animation-from-to-slide-4-to-11 {
  0% {
    transform: translateX(calc(-100% * 4));
  }
  100% {
    transform: translateX(calc(-100% * 11));
  }
}
@keyframes carousel-animation-from-to-slide-4-to-12 {
  0% {
    transform: translateX(calc(-100% * 4));
  }
  100% {
    transform: translateX(calc(-100% * 12));
  }
}
@keyframes carousel-animation-from-to-slide-4-to-13 {
  0% {
    transform: translateX(calc(-100% * 4));
  }
  100% {
    transform: translateX(calc(-100% * 13));
  }
}
@keyframes carousel-animation-from-to-slide-4-to-14 {
  0% {
    transform: translateX(calc(-100% * 4));
  }
  100% {
    transform: translateX(calc(-100% * 14));
  }
}
@keyframes carousel-animation-from-to-slide-4-to-15 {
  0% {
    transform: translateX(calc(-100% * 4));
  }
  100% {
    transform: translateX(calc(-100% * 15));
  }
}
@keyframes carousel-animation-from-to-slide-4-to-16 {
  0% {
    transform: translateX(calc(-100% * 4));
  }
  100% {
    transform: translateX(calc(-100% * 16));
  }
}
@keyframes carousel-animation-from-to-slide-4-to-17 {
  0% {
    transform: translateX(calc(-100% * 4));
  }
  100% {
    transform: translateX(calc(-100% * 17));
  }
}
@keyframes carousel-animation-from-to-slide-4-to-18 {
  0% {
    transform: translateX(calc(-100% * 4));
  }
  100% {
    transform: translateX(calc(-100% * 18));
  }
}
@keyframes carousel-animation-from-to-slide-4-to-19 {
  0% {
    transform: translateX(calc(-100% * 4));
  }
  100% {
    transform: translateX(calc(-100% * 19));
  }
}
@keyframes carousel-animation-from-to-slide-4-to-20 {
  0% {
    transform: translateX(calc(-100% * 4));
  }
  100% {
    transform: translateX(calc(-100% * 20));
  }
}
@keyframes carousel-animation-from-to-slide-5-to-0 {
  0% {
    transform: translateX(calc(-100% * 5));
  }
  100% {
    transform: translateX(calc(-100% * 0));
  }
}
@keyframes carousel-animation-from-to-slide-5-to-1 {
  0% {
    transform: translateX(calc(-100% * 5));
  }
  100% {
    transform: translateX(calc(-100% * 1));
  }
}
@keyframes carousel-animation-from-to-slide-5-to-2 {
  0% {
    transform: translateX(calc(-100% * 5));
  }
  100% {
    transform: translateX(calc(-100% * 2));
  }
}
@keyframes carousel-animation-from-to-slide-5-to-3 {
  0% {
    transform: translateX(calc(-100% * 5));
  }
  100% {
    transform: translateX(calc(-100% * 3));
  }
}
@keyframes carousel-animation-from-to-slide-5-to-4 {
  0% {
    transform: translateX(calc(-100% * 5));
  }
  100% {
    transform: translateX(calc(-100% * 4));
  }
}
@keyframes carousel-animation-from-to-slide-5-to-6 {
  0% {
    transform: translateX(calc(-100% * 5));
  }
  100% {
    transform: translateX(calc(-100% * 6));
  }
}
@keyframes carousel-animation-from-to-slide-5-to-7 {
  0% {
    transform: translateX(calc(-100% * 5));
  }
  100% {
    transform: translateX(calc(-100% * 7));
  }
}
@keyframes carousel-animation-from-to-slide-5-to-8 {
  0% {
    transform: translateX(calc(-100% * 5));
  }
  100% {
    transform: translateX(calc(-100% * 8));
  }
}
@keyframes carousel-animation-from-to-slide-5-to-9 {
  0% {
    transform: translateX(calc(-100% * 5));
  }
  100% {
    transform: translateX(calc(-100% * 9));
  }
}
@keyframes carousel-animation-from-to-slide-5-to-10 {
  0% {
    transform: translateX(calc(-100% * 5));
  }
  100% {
    transform: translateX(calc(-100% * 10));
  }
}
@keyframes carousel-animation-from-to-slide-5-to-11 {
  0% {
    transform: translateX(calc(-100% * 5));
  }
  100% {
    transform: translateX(calc(-100% * 11));
  }
}
@keyframes carousel-animation-from-to-slide-5-to-12 {
  0% {
    transform: translateX(calc(-100% * 5));
  }
  100% {
    transform: translateX(calc(-100% * 12));
  }
}
@keyframes carousel-animation-from-to-slide-5-to-13 {
  0% {
    transform: translateX(calc(-100% * 5));
  }
  100% {
    transform: translateX(calc(-100% * 13));
  }
}
@keyframes carousel-animation-from-to-slide-5-to-14 {
  0% {
    transform: translateX(calc(-100% * 5));
  }
  100% {
    transform: translateX(calc(-100% * 14));
  }
}
@keyframes carousel-animation-from-to-slide-5-to-15 {
  0% {
    transform: translateX(calc(-100% * 5));
  }
  100% {
    transform: translateX(calc(-100% * 15));
  }
}
@keyframes carousel-animation-from-to-slide-5-to-16 {
  0% {
    transform: translateX(calc(-100% * 5));
  }
  100% {
    transform: translateX(calc(-100% * 16));
  }
}
@keyframes carousel-animation-from-to-slide-5-to-17 {
  0% {
    transform: translateX(calc(-100% * 5));
  }
  100% {
    transform: translateX(calc(-100% * 17));
  }
}
@keyframes carousel-animation-from-to-slide-5-to-18 {
  0% {
    transform: translateX(calc(-100% * 5));
  }
  100% {
    transform: translateX(calc(-100% * 18));
  }
}
@keyframes carousel-animation-from-to-slide-5-to-19 {
  0% {
    transform: translateX(calc(-100% * 5));
  }
  100% {
    transform: translateX(calc(-100% * 19));
  }
}
@keyframes carousel-animation-from-to-slide-5-to-20 {
  0% {
    transform: translateX(calc(-100% * 5));
  }
  100% {
    transform: translateX(calc(-100% * 20));
  }
}
@keyframes carousel-animation-from-to-slide-6-to-0 {
  0% {
    transform: translateX(calc(-100% * 6));
  }
  100% {
    transform: translateX(calc(-100% * 0));
  }
}
@keyframes carousel-animation-from-to-slide-6-to-1 {
  0% {
    transform: translateX(calc(-100% * 6));
  }
  100% {
    transform: translateX(calc(-100% * 1));
  }
}
@keyframes carousel-animation-from-to-slide-6-to-2 {
  0% {
    transform: translateX(calc(-100% * 6));
  }
  100% {
    transform: translateX(calc(-100% * 2));
  }
}
@keyframes carousel-animation-from-to-slide-6-to-3 {
  0% {
    transform: translateX(calc(-100% * 6));
  }
  100% {
    transform: translateX(calc(-100% * 3));
  }
}
@keyframes carousel-animation-from-to-slide-6-to-4 {
  0% {
    transform: translateX(calc(-100% * 6));
  }
  100% {
    transform: translateX(calc(-100% * 4));
  }
}
@keyframes carousel-animation-from-to-slide-6-to-5 {
  0% {
    transform: translateX(calc(-100% * 6));
  }
  100% {
    transform: translateX(calc(-100% * 5));
  }
}
@keyframes carousel-animation-from-to-slide-6-to-7 {
  0% {
    transform: translateX(calc(-100% * 6));
  }
  100% {
    transform: translateX(calc(-100% * 7));
  }
}
@keyframes carousel-animation-from-to-slide-6-to-8 {
  0% {
    transform: translateX(calc(-100% * 6));
  }
  100% {
    transform: translateX(calc(-100% * 8));
  }
}
@keyframes carousel-animation-from-to-slide-6-to-9 {
  0% {
    transform: translateX(calc(-100% * 6));
  }
  100% {
    transform: translateX(calc(-100% * 9));
  }
}
@keyframes carousel-animation-from-to-slide-6-to-10 {
  0% {
    transform: translateX(calc(-100% * 6));
  }
  100% {
    transform: translateX(calc(-100% * 10));
  }
}
@keyframes carousel-animation-from-to-slide-6-to-11 {
  0% {
    transform: translateX(calc(-100% * 6));
  }
  100% {
    transform: translateX(calc(-100% * 11));
  }
}
@keyframes carousel-animation-from-to-slide-6-to-12 {
  0% {
    transform: translateX(calc(-100% * 6));
  }
  100% {
    transform: translateX(calc(-100% * 12));
  }
}
@keyframes carousel-animation-from-to-slide-6-to-13 {
  0% {
    transform: translateX(calc(-100% * 6));
  }
  100% {
    transform: translateX(calc(-100% * 13));
  }
}
@keyframes carousel-animation-from-to-slide-6-to-14 {
  0% {
    transform: translateX(calc(-100% * 6));
  }
  100% {
    transform: translateX(calc(-100% * 14));
  }
}
@keyframes carousel-animation-from-to-slide-6-to-15 {
  0% {
    transform: translateX(calc(-100% * 6));
  }
  100% {
    transform: translateX(calc(-100% * 15));
  }
}
@keyframes carousel-animation-from-to-slide-6-to-16 {
  0% {
    transform: translateX(calc(-100% * 6));
  }
  100% {
    transform: translateX(calc(-100% * 16));
  }
}
@keyframes carousel-animation-from-to-slide-6-to-17 {
  0% {
    transform: translateX(calc(-100% * 6));
  }
  100% {
    transform: translateX(calc(-100% * 17));
  }
}
@keyframes carousel-animation-from-to-slide-6-to-18 {
  0% {
    transform: translateX(calc(-100% * 6));
  }
  100% {
    transform: translateX(calc(-100% * 18));
  }
}
@keyframes carousel-animation-from-to-slide-6-to-19 {
  0% {
    transform: translateX(calc(-100% * 6));
  }
  100% {
    transform: translateX(calc(-100% * 19));
  }
}
@keyframes carousel-animation-from-to-slide-6-to-20 {
  0% {
    transform: translateX(calc(-100% * 6));
  }
  100% {
    transform: translateX(calc(-100% * 20));
  }
}
@keyframes carousel-animation-from-to-slide-7-to-0 {
  0% {
    transform: translateX(calc(-100% * 7));
  }
  100% {
    transform: translateX(calc(-100% * 0));
  }
}
@keyframes carousel-animation-from-to-slide-7-to-1 {
  0% {
    transform: translateX(calc(-100% * 7));
  }
  100% {
    transform: translateX(calc(-100% * 1));
  }
}
@keyframes carousel-animation-from-to-slide-7-to-2 {
  0% {
    transform: translateX(calc(-100% * 7));
  }
  100% {
    transform: translateX(calc(-100% * 2));
  }
}
@keyframes carousel-animation-from-to-slide-7-to-3 {
  0% {
    transform: translateX(calc(-100% * 7));
  }
  100% {
    transform: translateX(calc(-100% * 3));
  }
}
@keyframes carousel-animation-from-to-slide-7-to-4 {
  0% {
    transform: translateX(calc(-100% * 7));
  }
  100% {
    transform: translateX(calc(-100% * 4));
  }
}
@keyframes carousel-animation-from-to-slide-7-to-5 {
  0% {
    transform: translateX(calc(-100% * 7));
  }
  100% {
    transform: translateX(calc(-100% * 5));
  }
}
@keyframes carousel-animation-from-to-slide-7-to-6 {
  0% {
    transform: translateX(calc(-100% * 7));
  }
  100% {
    transform: translateX(calc(-100% * 6));
  }
}
@keyframes carousel-animation-from-to-slide-7-to-8 {
  0% {
    transform: translateX(calc(-100% * 7));
  }
  100% {
    transform: translateX(calc(-100% * 8));
  }
}
@keyframes carousel-animation-from-to-slide-7-to-9 {
  0% {
    transform: translateX(calc(-100% * 7));
  }
  100% {
    transform: translateX(calc(-100% * 9));
  }
}
@keyframes carousel-animation-from-to-slide-7-to-10 {
  0% {
    transform: translateX(calc(-100% * 7));
  }
  100% {
    transform: translateX(calc(-100% * 10));
  }
}
@keyframes carousel-animation-from-to-slide-7-to-11 {
  0% {
    transform: translateX(calc(-100% * 7));
  }
  100% {
    transform: translateX(calc(-100% * 11));
  }
}
@keyframes carousel-animation-from-to-slide-7-to-12 {
  0% {
    transform: translateX(calc(-100% * 7));
  }
  100% {
    transform: translateX(calc(-100% * 12));
  }
}
@keyframes carousel-animation-from-to-slide-7-to-13 {
  0% {
    transform: translateX(calc(-100% * 7));
  }
  100% {
    transform: translateX(calc(-100% * 13));
  }
}
@keyframes carousel-animation-from-to-slide-7-to-14 {
  0% {
    transform: translateX(calc(-100% * 7));
  }
  100% {
    transform: translateX(calc(-100% * 14));
  }
}
@keyframes carousel-animation-from-to-slide-7-to-15 {
  0% {
    transform: translateX(calc(-100% * 7));
  }
  100% {
    transform: translateX(calc(-100% * 15));
  }
}
@keyframes carousel-animation-from-to-slide-7-to-16 {
  0% {
    transform: translateX(calc(-100% * 7));
  }
  100% {
    transform: translateX(calc(-100% * 16));
  }
}
@keyframes carousel-animation-from-to-slide-7-to-17 {
  0% {
    transform: translateX(calc(-100% * 7));
  }
  100% {
    transform: translateX(calc(-100% * 17));
  }
}
@keyframes carousel-animation-from-to-slide-7-to-18 {
  0% {
    transform: translateX(calc(-100% * 7));
  }
  100% {
    transform: translateX(calc(-100% * 18));
  }
}
@keyframes carousel-animation-from-to-slide-7-to-19 {
  0% {
    transform: translateX(calc(-100% * 7));
  }
  100% {
    transform: translateX(calc(-100% * 19));
  }
}
@keyframes carousel-animation-from-to-slide-7-to-20 {
  0% {
    transform: translateX(calc(-100% * 7));
  }
  100% {
    transform: translateX(calc(-100% * 20));
  }
}
@keyframes carousel-animation-from-to-slide-8-to-0 {
  0% {
    transform: translateX(calc(-100% * 8));
  }
  100% {
    transform: translateX(calc(-100% * 0));
  }
}
@keyframes carousel-animation-from-to-slide-8-to-1 {
  0% {
    transform: translateX(calc(-100% * 8));
  }
  100% {
    transform: translateX(calc(-100% * 1));
  }
}
@keyframes carousel-animation-from-to-slide-8-to-2 {
  0% {
    transform: translateX(calc(-100% * 8));
  }
  100% {
    transform: translateX(calc(-100% * 2));
  }
}
@keyframes carousel-animation-from-to-slide-8-to-3 {
  0% {
    transform: translateX(calc(-100% * 8));
  }
  100% {
    transform: translateX(calc(-100% * 3));
  }
}
@keyframes carousel-animation-from-to-slide-8-to-4 {
  0% {
    transform: translateX(calc(-100% * 8));
  }
  100% {
    transform: translateX(calc(-100% * 4));
  }
}
@keyframes carousel-animation-from-to-slide-8-to-5 {
  0% {
    transform: translateX(calc(-100% * 8));
  }
  100% {
    transform: translateX(calc(-100% * 5));
  }
}
@keyframes carousel-animation-from-to-slide-8-to-6 {
  0% {
    transform: translateX(calc(-100% * 8));
  }
  100% {
    transform: translateX(calc(-100% * 6));
  }
}
@keyframes carousel-animation-from-to-slide-8-to-7 {
  0% {
    transform: translateX(calc(-100% * 8));
  }
  100% {
    transform: translateX(calc(-100% * 7));
  }
}
@keyframes carousel-animation-from-to-slide-8-to-9 {
  0% {
    transform: translateX(calc(-100% * 8));
  }
  100% {
    transform: translateX(calc(-100% * 9));
  }
}
@keyframes carousel-animation-from-to-slide-8-to-10 {
  0% {
    transform: translateX(calc(-100% * 8));
  }
  100% {
    transform: translateX(calc(-100% * 10));
  }
}
@keyframes carousel-animation-from-to-slide-8-to-11 {
  0% {
    transform: translateX(calc(-100% * 8));
  }
  100% {
    transform: translateX(calc(-100% * 11));
  }
}
@keyframes carousel-animation-from-to-slide-8-to-12 {
  0% {
    transform: translateX(calc(-100% * 8));
  }
  100% {
    transform: translateX(calc(-100% * 12));
  }
}
@keyframes carousel-animation-from-to-slide-8-to-13 {
  0% {
    transform: translateX(calc(-100% * 8));
  }
  100% {
    transform: translateX(calc(-100% * 13));
  }
}
@keyframes carousel-animation-from-to-slide-8-to-14 {
  0% {
    transform: translateX(calc(-100% * 8));
  }
  100% {
    transform: translateX(calc(-100% * 14));
  }
}
@keyframes carousel-animation-from-to-slide-8-to-15 {
  0% {
    transform: translateX(calc(-100% * 8));
  }
  100% {
    transform: translateX(calc(-100% * 15));
  }
}
@keyframes carousel-animation-from-to-slide-8-to-16 {
  0% {
    transform: translateX(calc(-100% * 8));
  }
  100% {
    transform: translateX(calc(-100% * 16));
  }
}
@keyframes carousel-animation-from-to-slide-8-to-17 {
  0% {
    transform: translateX(calc(-100% * 8));
  }
  100% {
    transform: translateX(calc(-100% * 17));
  }
}
@keyframes carousel-animation-from-to-slide-8-to-18 {
  0% {
    transform: translateX(calc(-100% * 8));
  }
  100% {
    transform: translateX(calc(-100% * 18));
  }
}
@keyframes carousel-animation-from-to-slide-8-to-19 {
  0% {
    transform: translateX(calc(-100% * 8));
  }
  100% {
    transform: translateX(calc(-100% * 19));
  }
}
@keyframes carousel-animation-from-to-slide-8-to-20 {
  0% {
    transform: translateX(calc(-100% * 8));
  }
  100% {
    transform: translateX(calc(-100% * 20));
  }
}
@keyframes carousel-animation-from-to-slide-9-to-0 {
  0% {
    transform: translateX(calc(-100% * 9));
  }
  100% {
    transform: translateX(calc(-100% * 0));
  }
}
@keyframes carousel-animation-from-to-slide-9-to-1 {
  0% {
    transform: translateX(calc(-100% * 9));
  }
  100% {
    transform: translateX(calc(-100% * 1));
  }
}
@keyframes carousel-animation-from-to-slide-9-to-2 {
  0% {
    transform: translateX(calc(-100% * 9));
  }
  100% {
    transform: translateX(calc(-100% * 2));
  }
}
@keyframes carousel-animation-from-to-slide-9-to-3 {
  0% {
    transform: translateX(calc(-100% * 9));
  }
  100% {
    transform: translateX(calc(-100% * 3));
  }
}
@keyframes carousel-animation-from-to-slide-9-to-4 {
  0% {
    transform: translateX(calc(-100% * 9));
  }
  100% {
    transform: translateX(calc(-100% * 4));
  }
}
@keyframes carousel-animation-from-to-slide-9-to-5 {
  0% {
    transform: translateX(calc(-100% * 9));
  }
  100% {
    transform: translateX(calc(-100% * 5));
  }
}
@keyframes carousel-animation-from-to-slide-9-to-6 {
  0% {
    transform: translateX(calc(-100% * 9));
  }
  100% {
    transform: translateX(calc(-100% * 6));
  }
}
@keyframes carousel-animation-from-to-slide-9-to-7 {
  0% {
    transform: translateX(calc(-100% * 9));
  }
  100% {
    transform: translateX(calc(-100% * 7));
  }
}
@keyframes carousel-animation-from-to-slide-9-to-8 {
  0% {
    transform: translateX(calc(-100% * 9));
  }
  100% {
    transform: translateX(calc(-100% * 8));
  }
}
@keyframes carousel-animation-from-to-slide-9-to-10 {
  0% {
    transform: translateX(calc(-100% * 9));
  }
  100% {
    transform: translateX(calc(-100% * 10));
  }
}
@keyframes carousel-animation-from-to-slide-9-to-11 {
  0% {
    transform: translateX(calc(-100% * 9));
  }
  100% {
    transform: translateX(calc(-100% * 11));
  }
}
@keyframes carousel-animation-from-to-slide-9-to-12 {
  0% {
    transform: translateX(calc(-100% * 9));
  }
  100% {
    transform: translateX(calc(-100% * 12));
  }
}
@keyframes carousel-animation-from-to-slide-9-to-13 {
  0% {
    transform: translateX(calc(-100% * 9));
  }
  100% {
    transform: translateX(calc(-100% * 13));
  }
}
@keyframes carousel-animation-from-to-slide-9-to-14 {
  0% {
    transform: translateX(calc(-100% * 9));
  }
  100% {
    transform: translateX(calc(-100% * 14));
  }
}
@keyframes carousel-animation-from-to-slide-9-to-15 {
  0% {
    transform: translateX(calc(-100% * 9));
  }
  100% {
    transform: translateX(calc(-100% * 15));
  }
}
@keyframes carousel-animation-from-to-slide-9-to-16 {
  0% {
    transform: translateX(calc(-100% * 9));
  }
  100% {
    transform: translateX(calc(-100% * 16));
  }
}
@keyframes carousel-animation-from-to-slide-9-to-17 {
  0% {
    transform: translateX(calc(-100% * 9));
  }
  100% {
    transform: translateX(calc(-100% * 17));
  }
}
@keyframes carousel-animation-from-to-slide-9-to-18 {
  0% {
    transform: translateX(calc(-100% * 9));
  }
  100% {
    transform: translateX(calc(-100% * 18));
  }
}
@keyframes carousel-animation-from-to-slide-9-to-19 {
  0% {
    transform: translateX(calc(-100% * 9));
  }
  100% {
    transform: translateX(calc(-100% * 19));
  }
}
@keyframes carousel-animation-from-to-slide-9-to-20 {
  0% {
    transform: translateX(calc(-100% * 9));
  }
  100% {
    transform: translateX(calc(-100% * 20));
  }
}
@keyframes carousel-animation-from-to-slide-10-to-0 {
  0% {
    transform: translateX(calc(-100% * 10));
  }
  100% {
    transform: translateX(calc(-100% * 0));
  }
}
@keyframes carousel-animation-from-to-slide-10-to-1 {
  0% {
    transform: translateX(calc(-100% * 10));
  }
  100% {
    transform: translateX(calc(-100% * 1));
  }
}
@keyframes carousel-animation-from-to-slide-10-to-2 {
  0% {
    transform: translateX(calc(-100% * 10));
  }
  100% {
    transform: translateX(calc(-100% * 2));
  }
}
@keyframes carousel-animation-from-to-slide-10-to-3 {
  0% {
    transform: translateX(calc(-100% * 10));
  }
  100% {
    transform: translateX(calc(-100% * 3));
  }
}
@keyframes carousel-animation-from-to-slide-10-to-4 {
  0% {
    transform: translateX(calc(-100% * 10));
  }
  100% {
    transform: translateX(calc(-100% * 4));
  }
}
@keyframes carousel-animation-from-to-slide-10-to-5 {
  0% {
    transform: translateX(calc(-100% * 10));
  }
  100% {
    transform: translateX(calc(-100% * 5));
  }
}
@keyframes carousel-animation-from-to-slide-10-to-6 {
  0% {
    transform: translateX(calc(-100% * 10));
  }
  100% {
    transform: translateX(calc(-100% * 6));
  }
}
@keyframes carousel-animation-from-to-slide-10-to-7 {
  0% {
    transform: translateX(calc(-100% * 10));
  }
  100% {
    transform: translateX(calc(-100% * 7));
  }
}
@keyframes carousel-animation-from-to-slide-10-to-8 {
  0% {
    transform: translateX(calc(-100% * 10));
  }
  100% {
    transform: translateX(calc(-100% * 8));
  }
}
@keyframes carousel-animation-from-to-slide-10-to-9 {
  0% {
    transform: translateX(calc(-100% * 10));
  }
  100% {
    transform: translateX(calc(-100% * 9));
  }
}
@keyframes carousel-animation-from-to-slide-10-to-11 {
  0% {
    transform: translateX(calc(-100% * 10));
  }
  100% {
    transform: translateX(calc(-100% * 11));
  }
}
@keyframes carousel-animation-from-to-slide-10-to-12 {
  0% {
    transform: translateX(calc(-100% * 10));
  }
  100% {
    transform: translateX(calc(-100% * 12));
  }
}
@keyframes carousel-animation-from-to-slide-10-to-13 {
  0% {
    transform: translateX(calc(-100% * 10));
  }
  100% {
    transform: translateX(calc(-100% * 13));
  }
}
@keyframes carousel-animation-from-to-slide-10-to-14 {
  0% {
    transform: translateX(calc(-100% * 10));
  }
  100% {
    transform: translateX(calc(-100% * 14));
  }
}
@keyframes carousel-animation-from-to-slide-10-to-15 {
  0% {
    transform: translateX(calc(-100% * 10));
  }
  100% {
    transform: translateX(calc(-100% * 15));
  }
}
@keyframes carousel-animation-from-to-slide-10-to-16 {
  0% {
    transform: translateX(calc(-100% * 10));
  }
  100% {
    transform: translateX(calc(-100% * 16));
  }
}
@keyframes carousel-animation-from-to-slide-10-to-17 {
  0% {
    transform: translateX(calc(-100% * 10));
  }
  100% {
    transform: translateX(calc(-100% * 17));
  }
}
@keyframes carousel-animation-from-to-slide-10-to-18 {
  0% {
    transform: translateX(calc(-100% * 10));
  }
  100% {
    transform: translateX(calc(-100% * 18));
  }
}
@keyframes carousel-animation-from-to-slide-10-to-19 {
  0% {
    transform: translateX(calc(-100% * 10));
  }
  100% {
    transform: translateX(calc(-100% * 19));
  }
}
@keyframes carousel-animation-from-to-slide-10-to-20 {
  0% {
    transform: translateX(calc(-100% * 10));
  }
  100% {
    transform: translateX(calc(-100% * 20));
  }
}
@keyframes carousel-animation-from-to-slide-11-to-0 {
  0% {
    transform: translateX(calc(-100% * 11));
  }
  100% {
    transform: translateX(calc(-100% * 0));
  }
}
@keyframes carousel-animation-from-to-slide-11-to-1 {
  0% {
    transform: translateX(calc(-100% * 11));
  }
  100% {
    transform: translateX(calc(-100% * 1));
  }
}
@keyframes carousel-animation-from-to-slide-11-to-2 {
  0% {
    transform: translateX(calc(-100% * 11));
  }
  100% {
    transform: translateX(calc(-100% * 2));
  }
}
@keyframes carousel-animation-from-to-slide-11-to-3 {
  0% {
    transform: translateX(calc(-100% * 11));
  }
  100% {
    transform: translateX(calc(-100% * 3));
  }
}
@keyframes carousel-animation-from-to-slide-11-to-4 {
  0% {
    transform: translateX(calc(-100% * 11));
  }
  100% {
    transform: translateX(calc(-100% * 4));
  }
}
@keyframes carousel-animation-from-to-slide-11-to-5 {
  0% {
    transform: translateX(calc(-100% * 11));
  }
  100% {
    transform: translateX(calc(-100% * 5));
  }
}
@keyframes carousel-animation-from-to-slide-11-to-6 {
  0% {
    transform: translateX(calc(-100% * 11));
  }
  100% {
    transform: translateX(calc(-100% * 6));
  }
}
@keyframes carousel-animation-from-to-slide-11-to-7 {
  0% {
    transform: translateX(calc(-100% * 11));
  }
  100% {
    transform: translateX(calc(-100% * 7));
  }
}
@keyframes carousel-animation-from-to-slide-11-to-8 {
  0% {
    transform: translateX(calc(-100% * 11));
  }
  100% {
    transform: translateX(calc(-100% * 8));
  }
}
@keyframes carousel-animation-from-to-slide-11-to-9 {
  0% {
    transform: translateX(calc(-100% * 11));
  }
  100% {
    transform: translateX(calc(-100% * 9));
  }
}
@keyframes carousel-animation-from-to-slide-11-to-10 {
  0% {
    transform: translateX(calc(-100% * 11));
  }
  100% {
    transform: translateX(calc(-100% * 10));
  }
}
@keyframes carousel-animation-from-to-slide-11-to-12 {
  0% {
    transform: translateX(calc(-100% * 11));
  }
  100% {
    transform: translateX(calc(-100% * 12));
  }
}
@keyframes carousel-animation-from-to-slide-11-to-13 {
  0% {
    transform: translateX(calc(-100% * 11));
  }
  100% {
    transform: translateX(calc(-100% * 13));
  }
}
@keyframes carousel-animation-from-to-slide-11-to-14 {
  0% {
    transform: translateX(calc(-100% * 11));
  }
  100% {
    transform: translateX(calc(-100% * 14));
  }
}
@keyframes carousel-animation-from-to-slide-11-to-15 {
  0% {
    transform: translateX(calc(-100% * 11));
  }
  100% {
    transform: translateX(calc(-100% * 15));
  }
}
@keyframes carousel-animation-from-to-slide-11-to-16 {
  0% {
    transform: translateX(calc(-100% * 11));
  }
  100% {
    transform: translateX(calc(-100% * 16));
  }
}
@keyframes carousel-animation-from-to-slide-11-to-17 {
  0% {
    transform: translateX(calc(-100% * 11));
  }
  100% {
    transform: translateX(calc(-100% * 17));
  }
}
@keyframes carousel-animation-from-to-slide-11-to-18 {
  0% {
    transform: translateX(calc(-100% * 11));
  }
  100% {
    transform: translateX(calc(-100% * 18));
  }
}
@keyframes carousel-animation-from-to-slide-11-to-19 {
  0% {
    transform: translateX(calc(-100% * 11));
  }
  100% {
    transform: translateX(calc(-100% * 19));
  }
}
@keyframes carousel-animation-from-to-slide-11-to-20 {
  0% {
    transform: translateX(calc(-100% * 11));
  }
  100% {
    transform: translateX(calc(-100% * 20));
  }
}
@keyframes carousel-animation-from-to-slide-12-to-0 {
  0% {
    transform: translateX(calc(-100% * 12));
  }
  100% {
    transform: translateX(calc(-100% * 0));
  }
}
@keyframes carousel-animation-from-to-slide-12-to-1 {
  0% {
    transform: translateX(calc(-100% * 12));
  }
  100% {
    transform: translateX(calc(-100% * 1));
  }
}
@keyframes carousel-animation-from-to-slide-12-to-2 {
  0% {
    transform: translateX(calc(-100% * 12));
  }
  100% {
    transform: translateX(calc(-100% * 2));
  }
}
@keyframes carousel-animation-from-to-slide-12-to-3 {
  0% {
    transform: translateX(calc(-100% * 12));
  }
  100% {
    transform: translateX(calc(-100% * 3));
  }
}
@keyframes carousel-animation-from-to-slide-12-to-4 {
  0% {
    transform: translateX(calc(-100% * 12));
  }
  100% {
    transform: translateX(calc(-100% * 4));
  }
}
@keyframes carousel-animation-from-to-slide-12-to-5 {
  0% {
    transform: translateX(calc(-100% * 12));
  }
  100% {
    transform: translateX(calc(-100% * 5));
  }
}
@keyframes carousel-animation-from-to-slide-12-to-6 {
  0% {
    transform: translateX(calc(-100% * 12));
  }
  100% {
    transform: translateX(calc(-100% * 6));
  }
}
@keyframes carousel-animation-from-to-slide-12-to-7 {
  0% {
    transform: translateX(calc(-100% * 12));
  }
  100% {
    transform: translateX(calc(-100% * 7));
  }
}
@keyframes carousel-animation-from-to-slide-12-to-8 {
  0% {
    transform: translateX(calc(-100% * 12));
  }
  100% {
    transform: translateX(calc(-100% * 8));
  }
}
@keyframes carousel-animation-from-to-slide-12-to-9 {
  0% {
    transform: translateX(calc(-100% * 12));
  }
  100% {
    transform: translateX(calc(-100% * 9));
  }
}
@keyframes carousel-animation-from-to-slide-12-to-10 {
  0% {
    transform: translateX(calc(-100% * 12));
  }
  100% {
    transform: translateX(calc(-100% * 10));
  }
}
@keyframes carousel-animation-from-to-slide-12-to-11 {
  0% {
    transform: translateX(calc(-100% * 12));
  }
  100% {
    transform: translateX(calc(-100% * 11));
  }
}
@keyframes carousel-animation-from-to-slide-12-to-13 {
  0% {
    transform: translateX(calc(-100% * 12));
  }
  100% {
    transform: translateX(calc(-100% * 13));
  }
}
@keyframes carousel-animation-from-to-slide-12-to-14 {
  0% {
    transform: translateX(calc(-100% * 12));
  }
  100% {
    transform: translateX(calc(-100% * 14));
  }
}
@keyframes carousel-animation-from-to-slide-12-to-15 {
  0% {
    transform: translateX(calc(-100% * 12));
  }
  100% {
    transform: translateX(calc(-100% * 15));
  }
}
@keyframes carousel-animation-from-to-slide-12-to-16 {
  0% {
    transform: translateX(calc(-100% * 12));
  }
  100% {
    transform: translateX(calc(-100% * 16));
  }
}
@keyframes carousel-animation-from-to-slide-12-to-17 {
  0% {
    transform: translateX(calc(-100% * 12));
  }
  100% {
    transform: translateX(calc(-100% * 17));
  }
}
@keyframes carousel-animation-from-to-slide-12-to-18 {
  0% {
    transform: translateX(calc(-100% * 12));
  }
  100% {
    transform: translateX(calc(-100% * 18));
  }
}
@keyframes carousel-animation-from-to-slide-12-to-19 {
  0% {
    transform: translateX(calc(-100% * 12));
  }
  100% {
    transform: translateX(calc(-100% * 19));
  }
}
@keyframes carousel-animation-from-to-slide-12-to-20 {
  0% {
    transform: translateX(calc(-100% * 12));
  }
  100% {
    transform: translateX(calc(-100% * 20));
  }
}
@keyframes carousel-animation-from-to-slide-13-to-0 {
  0% {
    transform: translateX(calc(-100% * 13));
  }
  100% {
    transform: translateX(calc(-100% * 0));
  }
}
@keyframes carousel-animation-from-to-slide-13-to-1 {
  0% {
    transform: translateX(calc(-100% * 13));
  }
  100% {
    transform: translateX(calc(-100% * 1));
  }
}
@keyframes carousel-animation-from-to-slide-13-to-2 {
  0% {
    transform: translateX(calc(-100% * 13));
  }
  100% {
    transform: translateX(calc(-100% * 2));
  }
}
@keyframes carousel-animation-from-to-slide-13-to-3 {
  0% {
    transform: translateX(calc(-100% * 13));
  }
  100% {
    transform: translateX(calc(-100% * 3));
  }
}
@keyframes carousel-animation-from-to-slide-13-to-4 {
  0% {
    transform: translateX(calc(-100% * 13));
  }
  100% {
    transform: translateX(calc(-100% * 4));
  }
}
@keyframes carousel-animation-from-to-slide-13-to-5 {
  0% {
    transform: translateX(calc(-100% * 13));
  }
  100% {
    transform: translateX(calc(-100% * 5));
  }
}
@keyframes carousel-animation-from-to-slide-13-to-6 {
  0% {
    transform: translateX(calc(-100% * 13));
  }
  100% {
    transform: translateX(calc(-100% * 6));
  }
}
@keyframes carousel-animation-from-to-slide-13-to-7 {
  0% {
    transform: translateX(calc(-100% * 13));
  }
  100% {
    transform: translateX(calc(-100% * 7));
  }
}
@keyframes carousel-animation-from-to-slide-13-to-8 {
  0% {
    transform: translateX(calc(-100% * 13));
  }
  100% {
    transform: translateX(calc(-100% * 8));
  }
}
@keyframes carousel-animation-from-to-slide-13-to-9 {
  0% {
    transform: translateX(calc(-100% * 13));
  }
  100% {
    transform: translateX(calc(-100% * 9));
  }
}
@keyframes carousel-animation-from-to-slide-13-to-10 {
  0% {
    transform: translateX(calc(-100% * 13));
  }
  100% {
    transform: translateX(calc(-100% * 10));
  }
}
@keyframes carousel-animation-from-to-slide-13-to-11 {
  0% {
    transform: translateX(calc(-100% * 13));
  }
  100% {
    transform: translateX(calc(-100% * 11));
  }
}
@keyframes carousel-animation-from-to-slide-13-to-12 {
  0% {
    transform: translateX(calc(-100% * 13));
  }
  100% {
    transform: translateX(calc(-100% * 12));
  }
}
@keyframes carousel-animation-from-to-slide-13-to-14 {
  0% {
    transform: translateX(calc(-100% * 13));
  }
  100% {
    transform: translateX(calc(-100% * 14));
  }
}
@keyframes carousel-animation-from-to-slide-13-to-15 {
  0% {
    transform: translateX(calc(-100% * 13));
  }
  100% {
    transform: translateX(calc(-100% * 15));
  }
}
@keyframes carousel-animation-from-to-slide-13-to-16 {
  0% {
    transform: translateX(calc(-100% * 13));
  }
  100% {
    transform: translateX(calc(-100% * 16));
  }
}
@keyframes carousel-animation-from-to-slide-13-to-17 {
  0% {
    transform: translateX(calc(-100% * 13));
  }
  100% {
    transform: translateX(calc(-100% * 17));
  }
}
@keyframes carousel-animation-from-to-slide-13-to-18 {
  0% {
    transform: translateX(calc(-100% * 13));
  }
  100% {
    transform: translateX(calc(-100% * 18));
  }
}
@keyframes carousel-animation-from-to-slide-13-to-19 {
  0% {
    transform: translateX(calc(-100% * 13));
  }
  100% {
    transform: translateX(calc(-100% * 19));
  }
}
@keyframes carousel-animation-from-to-slide-13-to-20 {
  0% {
    transform: translateX(calc(-100% * 13));
  }
  100% {
    transform: translateX(calc(-100% * 20));
  }
}
@keyframes carousel-animation-from-to-slide-14-to-0 {
  0% {
    transform: translateX(calc(-100% * 14));
  }
  100% {
    transform: translateX(calc(-100% * 0));
  }
}
@keyframes carousel-animation-from-to-slide-14-to-1 {
  0% {
    transform: translateX(calc(-100% * 14));
  }
  100% {
    transform: translateX(calc(-100% * 1));
  }
}
@keyframes carousel-animation-from-to-slide-14-to-2 {
  0% {
    transform: translateX(calc(-100% * 14));
  }
  100% {
    transform: translateX(calc(-100% * 2));
  }
}
@keyframes carousel-animation-from-to-slide-14-to-3 {
  0% {
    transform: translateX(calc(-100% * 14));
  }
  100% {
    transform: translateX(calc(-100% * 3));
  }
}
@keyframes carousel-animation-from-to-slide-14-to-4 {
  0% {
    transform: translateX(calc(-100% * 14));
  }
  100% {
    transform: translateX(calc(-100% * 4));
  }
}
@keyframes carousel-animation-from-to-slide-14-to-5 {
  0% {
    transform: translateX(calc(-100% * 14));
  }
  100% {
    transform: translateX(calc(-100% * 5));
  }
}
@keyframes carousel-animation-from-to-slide-14-to-6 {
  0% {
    transform: translateX(calc(-100% * 14));
  }
  100% {
    transform: translateX(calc(-100% * 6));
  }
}
@keyframes carousel-animation-from-to-slide-14-to-7 {
  0% {
    transform: translateX(calc(-100% * 14));
  }
  100% {
    transform: translateX(calc(-100% * 7));
  }
}
@keyframes carousel-animation-from-to-slide-14-to-8 {
  0% {
    transform: translateX(calc(-100% * 14));
  }
  100% {
    transform: translateX(calc(-100% * 8));
  }
}
@keyframes carousel-animation-from-to-slide-14-to-9 {
  0% {
    transform: translateX(calc(-100% * 14));
  }
  100% {
    transform: translateX(calc(-100% * 9));
  }
}
@keyframes carousel-animation-from-to-slide-14-to-10 {
  0% {
    transform: translateX(calc(-100% * 14));
  }
  100% {
    transform: translateX(calc(-100% * 10));
  }
}
@keyframes carousel-animation-from-to-slide-14-to-11 {
  0% {
    transform: translateX(calc(-100% * 14));
  }
  100% {
    transform: translateX(calc(-100% * 11));
  }
}
@keyframes carousel-animation-from-to-slide-14-to-12 {
  0% {
    transform: translateX(calc(-100% * 14));
  }
  100% {
    transform: translateX(calc(-100% * 12));
  }
}
@keyframes carousel-animation-from-to-slide-14-to-13 {
  0% {
    transform: translateX(calc(-100% * 14));
  }
  100% {
    transform: translateX(calc(-100% * 13));
  }
}
@keyframes carousel-animation-from-to-slide-14-to-15 {
  0% {
    transform: translateX(calc(-100% * 14));
  }
  100% {
    transform: translateX(calc(-100% * 15));
  }
}
@keyframes carousel-animation-from-to-slide-14-to-16 {
  0% {
    transform: translateX(calc(-100% * 14));
  }
  100% {
    transform: translateX(calc(-100% * 16));
  }
}
@keyframes carousel-animation-from-to-slide-14-to-17 {
  0% {
    transform: translateX(calc(-100% * 14));
  }
  100% {
    transform: translateX(calc(-100% * 17));
  }
}
@keyframes carousel-animation-from-to-slide-14-to-18 {
  0% {
    transform: translateX(calc(-100% * 14));
  }
  100% {
    transform: translateX(calc(-100% * 18));
  }
}
@keyframes carousel-animation-from-to-slide-14-to-19 {
  0% {
    transform: translateX(calc(-100% * 14));
  }
  100% {
    transform: translateX(calc(-100% * 19));
  }
}
@keyframes carousel-animation-from-to-slide-14-to-20 {
  0% {
    transform: translateX(calc(-100% * 14));
  }
  100% {
    transform: translateX(calc(-100% * 20));
  }
}
@keyframes carousel-animation-from-to-slide-15-to-0 {
  0% {
    transform: translateX(calc(-100% * 15));
  }
  100% {
    transform: translateX(calc(-100% * 0));
  }
}
@keyframes carousel-animation-from-to-slide-15-to-1 {
  0% {
    transform: translateX(calc(-100% * 15));
  }
  100% {
    transform: translateX(calc(-100% * 1));
  }
}
@keyframes carousel-animation-from-to-slide-15-to-2 {
  0% {
    transform: translateX(calc(-100% * 15));
  }
  100% {
    transform: translateX(calc(-100% * 2));
  }
}
@keyframes carousel-animation-from-to-slide-15-to-3 {
  0% {
    transform: translateX(calc(-100% * 15));
  }
  100% {
    transform: translateX(calc(-100% * 3));
  }
}
@keyframes carousel-animation-from-to-slide-15-to-4 {
  0% {
    transform: translateX(calc(-100% * 15));
  }
  100% {
    transform: translateX(calc(-100% * 4));
  }
}
@keyframes carousel-animation-from-to-slide-15-to-5 {
  0% {
    transform: translateX(calc(-100% * 15));
  }
  100% {
    transform: translateX(calc(-100% * 5));
  }
}
@keyframes carousel-animation-from-to-slide-15-to-6 {
  0% {
    transform: translateX(calc(-100% * 15));
  }
  100% {
    transform: translateX(calc(-100% * 6));
  }
}
@keyframes carousel-animation-from-to-slide-15-to-7 {
  0% {
    transform: translateX(calc(-100% * 15));
  }
  100% {
    transform: translateX(calc(-100% * 7));
  }
}
@keyframes carousel-animation-from-to-slide-15-to-8 {
  0% {
    transform: translateX(calc(-100% * 15));
  }
  100% {
    transform: translateX(calc(-100% * 8));
  }
}
@keyframes carousel-animation-from-to-slide-15-to-9 {
  0% {
    transform: translateX(calc(-100% * 15));
  }
  100% {
    transform: translateX(calc(-100% * 9));
  }
}
@keyframes carousel-animation-from-to-slide-15-to-10 {
  0% {
    transform: translateX(calc(-100% * 15));
  }
  100% {
    transform: translateX(calc(-100% * 10));
  }
}
@keyframes carousel-animation-from-to-slide-15-to-11 {
  0% {
    transform: translateX(calc(-100% * 15));
  }
  100% {
    transform: translateX(calc(-100% * 11));
  }
}
@keyframes carousel-animation-from-to-slide-15-to-12 {
  0% {
    transform: translateX(calc(-100% * 15));
  }
  100% {
    transform: translateX(calc(-100% * 12));
  }
}
@keyframes carousel-animation-from-to-slide-15-to-13 {
  0% {
    transform: translateX(calc(-100% * 15));
  }
  100% {
    transform: translateX(calc(-100% * 13));
  }
}
@keyframes carousel-animation-from-to-slide-15-to-14 {
  0% {
    transform: translateX(calc(-100% * 15));
  }
  100% {
    transform: translateX(calc(-100% * 14));
  }
}
@keyframes carousel-animation-from-to-slide-15-to-16 {
  0% {
    transform: translateX(calc(-100% * 15));
  }
  100% {
    transform: translateX(calc(-100% * 16));
  }
}
@keyframes carousel-animation-from-to-slide-15-to-17 {
  0% {
    transform: translateX(calc(-100% * 15));
  }
  100% {
    transform: translateX(calc(-100% * 17));
  }
}
@keyframes carousel-animation-from-to-slide-15-to-18 {
  0% {
    transform: translateX(calc(-100% * 15));
  }
  100% {
    transform: translateX(calc(-100% * 18));
  }
}
@keyframes carousel-animation-from-to-slide-15-to-19 {
  0% {
    transform: translateX(calc(-100% * 15));
  }
  100% {
    transform: translateX(calc(-100% * 19));
  }
}
@keyframes carousel-animation-from-to-slide-15-to-20 {
  0% {
    transform: translateX(calc(-100% * 15));
  }
  100% {
    transform: translateX(calc(-100% * 20));
  }
}
@keyframes carousel-animation-from-to-slide-16-to-0 {
  0% {
    transform: translateX(calc(-100% * 16));
  }
  100% {
    transform: translateX(calc(-100% * 0));
  }
}
@keyframes carousel-animation-from-to-slide-16-to-1 {
  0% {
    transform: translateX(calc(-100% * 16));
  }
  100% {
    transform: translateX(calc(-100% * 1));
  }
}
@keyframes carousel-animation-from-to-slide-16-to-2 {
  0% {
    transform: translateX(calc(-100% * 16));
  }
  100% {
    transform: translateX(calc(-100% * 2));
  }
}
@keyframes carousel-animation-from-to-slide-16-to-3 {
  0% {
    transform: translateX(calc(-100% * 16));
  }
  100% {
    transform: translateX(calc(-100% * 3));
  }
}
@keyframes carousel-animation-from-to-slide-16-to-4 {
  0% {
    transform: translateX(calc(-100% * 16));
  }
  100% {
    transform: translateX(calc(-100% * 4));
  }
}
@keyframes carousel-animation-from-to-slide-16-to-5 {
  0% {
    transform: translateX(calc(-100% * 16));
  }
  100% {
    transform: translateX(calc(-100% * 5));
  }
}
@keyframes carousel-animation-from-to-slide-16-to-6 {
  0% {
    transform: translateX(calc(-100% * 16));
  }
  100% {
    transform: translateX(calc(-100% * 6));
  }
}
@keyframes carousel-animation-from-to-slide-16-to-7 {
  0% {
    transform: translateX(calc(-100% * 16));
  }
  100% {
    transform: translateX(calc(-100% * 7));
  }
}
@keyframes carousel-animation-from-to-slide-16-to-8 {
  0% {
    transform: translateX(calc(-100% * 16));
  }
  100% {
    transform: translateX(calc(-100% * 8));
  }
}
@keyframes carousel-animation-from-to-slide-16-to-9 {
  0% {
    transform: translateX(calc(-100% * 16));
  }
  100% {
    transform: translateX(calc(-100% * 9));
  }
}
@keyframes carousel-animation-from-to-slide-16-to-10 {
  0% {
    transform: translateX(calc(-100% * 16));
  }
  100% {
    transform: translateX(calc(-100% * 10));
  }
}
@keyframes carousel-animation-from-to-slide-16-to-11 {
  0% {
    transform: translateX(calc(-100% * 16));
  }
  100% {
    transform: translateX(calc(-100% * 11));
  }
}
@keyframes carousel-animation-from-to-slide-16-to-12 {
  0% {
    transform: translateX(calc(-100% * 16));
  }
  100% {
    transform: translateX(calc(-100% * 12));
  }
}
@keyframes carousel-animation-from-to-slide-16-to-13 {
  0% {
    transform: translateX(calc(-100% * 16));
  }
  100% {
    transform: translateX(calc(-100% * 13));
  }
}
@keyframes carousel-animation-from-to-slide-16-to-14 {
  0% {
    transform: translateX(calc(-100% * 16));
  }
  100% {
    transform: translateX(calc(-100% * 14));
  }
}
@keyframes carousel-animation-from-to-slide-16-to-15 {
  0% {
    transform: translateX(calc(-100% * 16));
  }
  100% {
    transform: translateX(calc(-100% * 15));
  }
}
@keyframes carousel-animation-from-to-slide-16-to-17 {
  0% {
    transform: translateX(calc(-100% * 16));
  }
  100% {
    transform: translateX(calc(-100% * 17));
  }
}
@keyframes carousel-animation-from-to-slide-16-to-18 {
  0% {
    transform: translateX(calc(-100% * 16));
  }
  100% {
    transform: translateX(calc(-100% * 18));
  }
}
@keyframes carousel-animation-from-to-slide-16-to-19 {
  0% {
    transform: translateX(calc(-100% * 16));
  }
  100% {
    transform: translateX(calc(-100% * 19));
  }
}
@keyframes carousel-animation-from-to-slide-16-to-20 {
  0% {
    transform: translateX(calc(-100% * 16));
  }
  100% {
    transform: translateX(calc(-100% * 20));
  }
}
@keyframes carousel-animation-from-to-slide-17-to-0 {
  0% {
    transform: translateX(calc(-100% * 17));
  }
  100% {
    transform: translateX(calc(-100% * 0));
  }
}
@keyframes carousel-animation-from-to-slide-17-to-1 {
  0% {
    transform: translateX(calc(-100% * 17));
  }
  100% {
    transform: translateX(calc(-100% * 1));
  }
}
@keyframes carousel-animation-from-to-slide-17-to-2 {
  0% {
    transform: translateX(calc(-100% * 17));
  }
  100% {
    transform: translateX(calc(-100% * 2));
  }
}
@keyframes carousel-animation-from-to-slide-17-to-3 {
  0% {
    transform: translateX(calc(-100% * 17));
  }
  100% {
    transform: translateX(calc(-100% * 3));
  }
}
@keyframes carousel-animation-from-to-slide-17-to-4 {
  0% {
    transform: translateX(calc(-100% * 17));
  }
  100% {
    transform: translateX(calc(-100% * 4));
  }
}
@keyframes carousel-animation-from-to-slide-17-to-5 {
  0% {
    transform: translateX(calc(-100% * 17));
  }
  100% {
    transform: translateX(calc(-100% * 5));
  }
}
@keyframes carousel-animation-from-to-slide-17-to-6 {
  0% {
    transform: translateX(calc(-100% * 17));
  }
  100% {
    transform: translateX(calc(-100% * 6));
  }
}
@keyframes carousel-animation-from-to-slide-17-to-7 {
  0% {
    transform: translateX(calc(-100% * 17));
  }
  100% {
    transform: translateX(calc(-100% * 7));
  }
}
@keyframes carousel-animation-from-to-slide-17-to-8 {
  0% {
    transform: translateX(calc(-100% * 17));
  }
  100% {
    transform: translateX(calc(-100% * 8));
  }
}
@keyframes carousel-animation-from-to-slide-17-to-9 {
  0% {
    transform: translateX(calc(-100% * 17));
  }
  100% {
    transform: translateX(calc(-100% * 9));
  }
}
@keyframes carousel-animation-from-to-slide-17-to-10 {
  0% {
    transform: translateX(calc(-100% * 17));
  }
  100% {
    transform: translateX(calc(-100% * 10));
  }
}
@keyframes carousel-animation-from-to-slide-17-to-11 {
  0% {
    transform: translateX(calc(-100% * 17));
  }
  100% {
    transform: translateX(calc(-100% * 11));
  }
}
@keyframes carousel-animation-from-to-slide-17-to-12 {
  0% {
    transform: translateX(calc(-100% * 17));
  }
  100% {
    transform: translateX(calc(-100% * 12));
  }
}
@keyframes carousel-animation-from-to-slide-17-to-13 {
  0% {
    transform: translateX(calc(-100% * 17));
  }
  100% {
    transform: translateX(calc(-100% * 13));
  }
}
@keyframes carousel-animation-from-to-slide-17-to-14 {
  0% {
    transform: translateX(calc(-100% * 17));
  }
  100% {
    transform: translateX(calc(-100% * 14));
  }
}
@keyframes carousel-animation-from-to-slide-17-to-15 {
  0% {
    transform: translateX(calc(-100% * 17));
  }
  100% {
    transform: translateX(calc(-100% * 15));
  }
}
@keyframes carousel-animation-from-to-slide-17-to-16 {
  0% {
    transform: translateX(calc(-100% * 17));
  }
  100% {
    transform: translateX(calc(-100% * 16));
  }
}
@keyframes carousel-animation-from-to-slide-17-to-18 {
  0% {
    transform: translateX(calc(-100% * 17));
  }
  100% {
    transform: translateX(calc(-100% * 18));
  }
}
@keyframes carousel-animation-from-to-slide-17-to-19 {
  0% {
    transform: translateX(calc(-100% * 17));
  }
  100% {
    transform: translateX(calc(-100% * 19));
  }
}
@keyframes carousel-animation-from-to-slide-17-to-20 {
  0% {
    transform: translateX(calc(-100% * 17));
  }
  100% {
    transform: translateX(calc(-100% * 20));
  }
}
@keyframes carousel-animation-from-to-slide-18-to-0 {
  0% {
    transform: translateX(calc(-100% * 18));
  }
  100% {
    transform: translateX(calc(-100% * 0));
  }
}
@keyframes carousel-animation-from-to-slide-18-to-1 {
  0% {
    transform: translateX(calc(-100% * 18));
  }
  100% {
    transform: translateX(calc(-100% * 1));
  }
}
@keyframes carousel-animation-from-to-slide-18-to-2 {
  0% {
    transform: translateX(calc(-100% * 18));
  }
  100% {
    transform: translateX(calc(-100% * 2));
  }
}
@keyframes carousel-animation-from-to-slide-18-to-3 {
  0% {
    transform: translateX(calc(-100% * 18));
  }
  100% {
    transform: translateX(calc(-100% * 3));
  }
}
@keyframes carousel-animation-from-to-slide-18-to-4 {
  0% {
    transform: translateX(calc(-100% * 18));
  }
  100% {
    transform: translateX(calc(-100% * 4));
  }
}
@keyframes carousel-animation-from-to-slide-18-to-5 {
  0% {
    transform: translateX(calc(-100% * 18));
  }
  100% {
    transform: translateX(calc(-100% * 5));
  }
}
@keyframes carousel-animation-from-to-slide-18-to-6 {
  0% {
    transform: translateX(calc(-100% * 18));
  }
  100% {
    transform: translateX(calc(-100% * 6));
  }
}
@keyframes carousel-animation-from-to-slide-18-to-7 {
  0% {
    transform: translateX(calc(-100% * 18));
  }
  100% {
    transform: translateX(calc(-100% * 7));
  }
}
@keyframes carousel-animation-from-to-slide-18-to-8 {
  0% {
    transform: translateX(calc(-100% * 18));
  }
  100% {
    transform: translateX(calc(-100% * 8));
  }
}
@keyframes carousel-animation-from-to-slide-18-to-9 {
  0% {
    transform: translateX(calc(-100% * 18));
  }
  100% {
    transform: translateX(calc(-100% * 9));
  }
}
@keyframes carousel-animation-from-to-slide-18-to-10 {
  0% {
    transform: translateX(calc(-100% * 18));
  }
  100% {
    transform: translateX(calc(-100% * 10));
  }
}
@keyframes carousel-animation-from-to-slide-18-to-11 {
  0% {
    transform: translateX(calc(-100% * 18));
  }
  100% {
    transform: translateX(calc(-100% * 11));
  }
}
@keyframes carousel-animation-from-to-slide-18-to-12 {
  0% {
    transform: translateX(calc(-100% * 18));
  }
  100% {
    transform: translateX(calc(-100% * 12));
  }
}
@keyframes carousel-animation-from-to-slide-18-to-13 {
  0% {
    transform: translateX(calc(-100% * 18));
  }
  100% {
    transform: translateX(calc(-100% * 13));
  }
}
@keyframes carousel-animation-from-to-slide-18-to-14 {
  0% {
    transform: translateX(calc(-100% * 18));
  }
  100% {
    transform: translateX(calc(-100% * 14));
  }
}
@keyframes carousel-animation-from-to-slide-18-to-15 {
  0% {
    transform: translateX(calc(-100% * 18));
  }
  100% {
    transform: translateX(calc(-100% * 15));
  }
}
@keyframes carousel-animation-from-to-slide-18-to-16 {
  0% {
    transform: translateX(calc(-100% * 18));
  }
  100% {
    transform: translateX(calc(-100% * 16));
  }
}
@keyframes carousel-animation-from-to-slide-18-to-17 {
  0% {
    transform: translateX(calc(-100% * 18));
  }
  100% {
    transform: translateX(calc(-100% * 17));
  }
}
@keyframes carousel-animation-from-to-slide-18-to-19 {
  0% {
    transform: translateX(calc(-100% * 18));
  }
  100% {
    transform: translateX(calc(-100% * 19));
  }
}
@keyframes carousel-animation-from-to-slide-18-to-20 {
  0% {
    transform: translateX(calc(-100% * 18));
  }
  100% {
    transform: translateX(calc(-100% * 20));
  }
}
@keyframes carousel-animation-from-to-slide-19-to-0 {
  0% {
    transform: translateX(calc(-100% * 19));
  }
  100% {
    transform: translateX(calc(-100% * 0));
  }
}
@keyframes carousel-animation-from-to-slide-19-to-1 {
  0% {
    transform: translateX(calc(-100% * 19));
  }
  100% {
    transform: translateX(calc(-100% * 1));
  }
}
@keyframes carousel-animation-from-to-slide-19-to-2 {
  0% {
    transform: translateX(calc(-100% * 19));
  }
  100% {
    transform: translateX(calc(-100% * 2));
  }
}
@keyframes carousel-animation-from-to-slide-19-to-3 {
  0% {
    transform: translateX(calc(-100% * 19));
  }
  100% {
    transform: translateX(calc(-100% * 3));
  }
}
@keyframes carousel-animation-from-to-slide-19-to-4 {
  0% {
    transform: translateX(calc(-100% * 19));
  }
  100% {
    transform: translateX(calc(-100% * 4));
  }
}
@keyframes carousel-animation-from-to-slide-19-to-5 {
  0% {
    transform: translateX(calc(-100% * 19));
  }
  100% {
    transform: translateX(calc(-100% * 5));
  }
}
@keyframes carousel-animation-from-to-slide-19-to-6 {
  0% {
    transform: translateX(calc(-100% * 19));
  }
  100% {
    transform: translateX(calc(-100% * 6));
  }
}
@keyframes carousel-animation-from-to-slide-19-to-7 {
  0% {
    transform: translateX(calc(-100% * 19));
  }
  100% {
    transform: translateX(calc(-100% * 7));
  }
}
@keyframes carousel-animation-from-to-slide-19-to-8 {
  0% {
    transform: translateX(calc(-100% * 19));
  }
  100% {
    transform: translateX(calc(-100% * 8));
  }
}
@keyframes carousel-animation-from-to-slide-19-to-9 {
  0% {
    transform: translateX(calc(-100% * 19));
  }
  100% {
    transform: translateX(calc(-100% * 9));
  }
}
@keyframes carousel-animation-from-to-slide-19-to-10 {
  0% {
    transform: translateX(calc(-100% * 19));
  }
  100% {
    transform: translateX(calc(-100% * 10));
  }
}
@keyframes carousel-animation-from-to-slide-19-to-11 {
  0% {
    transform: translateX(calc(-100% * 19));
  }
  100% {
    transform: translateX(calc(-100% * 11));
  }
}
@keyframes carousel-animation-from-to-slide-19-to-12 {
  0% {
    transform: translateX(calc(-100% * 19));
  }
  100% {
    transform: translateX(calc(-100% * 12));
  }
}
@keyframes carousel-animation-from-to-slide-19-to-13 {
  0% {
    transform: translateX(calc(-100% * 19));
  }
  100% {
    transform: translateX(calc(-100% * 13));
  }
}
@keyframes carousel-animation-from-to-slide-19-to-14 {
  0% {
    transform: translateX(calc(-100% * 19));
  }
  100% {
    transform: translateX(calc(-100% * 14));
  }
}
@keyframes carousel-animation-from-to-slide-19-to-15 {
  0% {
    transform: translateX(calc(-100% * 19));
  }
  100% {
    transform: translateX(calc(-100% * 15));
  }
}
@keyframes carousel-animation-from-to-slide-19-to-16 {
  0% {
    transform: translateX(calc(-100% * 19));
  }
  100% {
    transform: translateX(calc(-100% * 16));
  }
}
@keyframes carousel-animation-from-to-slide-19-to-17 {
  0% {
    transform: translateX(calc(-100% * 19));
  }
  100% {
    transform: translateX(calc(-100% * 17));
  }
}
@keyframes carousel-animation-from-to-slide-19-to-18 {
  0% {
    transform: translateX(calc(-100% * 19));
  }
  100% {
    transform: translateX(calc(-100% * 18));
  }
}
@keyframes carousel-animation-from-to-slide-19-to-20 {
  0% {
    transform: translateX(calc(-100% * 19));
  }
  100% {
    transform: translateX(calc(-100% * 20));
  }
}
@keyframes carousel-animation-from-to-slide-20-to-0 {
  0% {
    transform: translateX(calc(-100% * 20));
  }
  100% {
    transform: translateX(calc(-100% * 0));
  }
}
@keyframes carousel-animation-from-to-slide-20-to-1 {
  0% {
    transform: translateX(calc(-100% * 20));
  }
  100% {
    transform: translateX(calc(-100% * 1));
  }
}
@keyframes carousel-animation-from-to-slide-20-to-2 {
  0% {
    transform: translateX(calc(-100% * 20));
  }
  100% {
    transform: translateX(calc(-100% * 2));
  }
}
@keyframes carousel-animation-from-to-slide-20-to-3 {
  0% {
    transform: translateX(calc(-100% * 20));
  }
  100% {
    transform: translateX(calc(-100% * 3));
  }
}
@keyframes carousel-animation-from-to-slide-20-to-4 {
  0% {
    transform: translateX(calc(-100% * 20));
  }
  100% {
    transform: translateX(calc(-100% * 4));
  }
}
@keyframes carousel-animation-from-to-slide-20-to-5 {
  0% {
    transform: translateX(calc(-100% * 20));
  }
  100% {
    transform: translateX(calc(-100% * 5));
  }
}
@keyframes carousel-animation-from-to-slide-20-to-6 {
  0% {
    transform: translateX(calc(-100% * 20));
  }
  100% {
    transform: translateX(calc(-100% * 6));
  }
}
@keyframes carousel-animation-from-to-slide-20-to-7 {
  0% {
    transform: translateX(calc(-100% * 20));
  }
  100% {
    transform: translateX(calc(-100% * 7));
  }
}
@keyframes carousel-animation-from-to-slide-20-to-8 {
  0% {
    transform: translateX(calc(-100% * 20));
  }
  100% {
    transform: translateX(calc(-100% * 8));
  }
}
@keyframes carousel-animation-from-to-slide-20-to-9 {
  0% {
    transform: translateX(calc(-100% * 20));
  }
  100% {
    transform: translateX(calc(-100% * 9));
  }
}
@keyframes carousel-animation-from-to-slide-20-to-10 {
  0% {
    transform: translateX(calc(-100% * 20));
  }
  100% {
    transform: translateX(calc(-100% * 10));
  }
}
@keyframes carousel-animation-from-to-slide-20-to-11 {
  0% {
    transform: translateX(calc(-100% * 20));
  }
  100% {
    transform: translateX(calc(-100% * 11));
  }
}
@keyframes carousel-animation-from-to-slide-20-to-12 {
  0% {
    transform: translateX(calc(-100% * 20));
  }
  100% {
    transform: translateX(calc(-100% * 12));
  }
}
@keyframes carousel-animation-from-to-slide-20-to-13 {
  0% {
    transform: translateX(calc(-100% * 20));
  }
  100% {
    transform: translateX(calc(-100% * 13));
  }
}
@keyframes carousel-animation-from-to-slide-20-to-14 {
  0% {
    transform: translateX(calc(-100% * 20));
  }
  100% {
    transform: translateX(calc(-100% * 14));
  }
}
@keyframes carousel-animation-from-to-slide-20-to-15 {
  0% {
    transform: translateX(calc(-100% * 20));
  }
  100% {
    transform: translateX(calc(-100% * 15));
  }
}
@keyframes carousel-animation-from-to-slide-20-to-16 {
  0% {
    transform: translateX(calc(-100% * 20));
  }
  100% {
    transform: translateX(calc(-100% * 16));
  }
}
@keyframes carousel-animation-from-to-slide-20-to-17 {
  0% {
    transform: translateX(calc(-100% * 20));
  }
  100% {
    transform: translateX(calc(-100% * 17));
  }
}
@keyframes carousel-animation-from-to-slide-20-to-18 {
  0% {
    transform: translateX(calc(-100% * 20));
  }
  100% {
    transform: translateX(calc(-100% * 18));
  }
}
@keyframes carousel-animation-from-to-slide-20-to-19 {
  0% {
    transform: translateX(calc(-100% * 20));
  }
  100% {
    transform: translateX(calc(-100% * 19));
  }
}
@keyframes carousel-animation-wind-back {
  0% {
    transform: translateX(-500%);
  }
  33% {
    transform: translateX(-530%);
  }
  100% {
    transform: translateX(0);
  }
}
.container {
  max-width: 1440px;
}

.landing-page-content__right-panel {
  background: #fff;
}
.landing-page-content__right-panel > .landing-page-content__right-panel--content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.landing-page-content__right-panel > .landing-page-content__right-panel--content > .landing-page-content__right-panel--content--body {
  background: #fff;
}
@media screen and (min-width: 1200px) {
  .landing-page-content__right-panel > .landing-page-content__right-panel--content > .landing-page-content__right-panel--content--body {
    padding: 40px 40px 40px 80px;
    flex-basis: calc(100% - 420px - 120px);
    flex-grow: 1;
    flex-shrink: 1;
  }
}
@media screen and (max-width: 1199px) {
  .landing-page-content__right-panel > .landing-page-content__right-panel--content > .landing-page-content__right-panel--content--body {
    padding: 40px 20px 40px 20px;
    flex-basis: calc(100% - 420px - 40px);
    flex-grow: 1;
    flex-shrink: 1;
  }
}
@media screen and (max-width: 834px) {
  .landing-page-content__right-panel > .landing-page-content__right-panel--content > .landing-page-content__right-panel--content--body {
    flex-shrink: 0;
    flex-grow: 0;
    padding: 20px 30px 0 30px;
    flex-basis: calc(100% - 60px);
  }
}
.landing-page-content__right-panel > .landing-page-content__right-panel--content > .landing-page-content__right-panel--content--body > h2 {
  color: #003551;
  font-family: "Open Sans Condensed";
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.landing-page-content__right-panel > .landing-page-content__right-panel--content > .landing-page-content__right-panel--content--body > h2 > a {
  color: #005EB8;
  text-decoration: underline;
  font-family: "Open Sans Condensed";
}
.landing-page-content__right-panel > .landing-page-content__right-panel--content > .landing-page-content__right-panel--content--body > h2 > a:hover {
  color: #00A3E0;
}
@media screen and (min-width: 835px) {
  .landing-page-content__right-panel > .landing-page-content__right-panel--content > .landing-page-content__right-panel--content--side-panel {
    flex-basis: 420px;
    flex-grow: 0;
    flex-shrink: 1;
    max-width: 420px;
  }
}
@media screen and (max-width: 834px) {
  .landing-page-content__right-panel > .landing-page-content__right-panel--content > .landing-page-content__right-panel--content--side-panel {
    flex-basis: 100%;
    padding-top: 0;
  }
}
.landing-page-content__right-panel > .landing-page-content__right-panel--content > .landing-page-content__right-panel--content--side-panel.landing-page-content__right-panel--content--side-panel__has-card-grid {
  padding-top: 2em;
  padding-bottom: 2em;
}
@media screen and (min-width: 429px) and (max-width: 834px) {
  .landing-page-content__right-panel > .landing-page-content__right-panel--content > .landing-page-content__right-panel--content--side-panel.landing-page-content__right-panel--content--side-panel__without-card-grid {
    flex-basis: calc(100% - 80px);
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 428px) {
  .landing-page-content__right-panel > .landing-page-content__right-panel--content > .landing-page-content__right-panel--content--side-panel.landing-page-content__right-panel--content--side-panel__without-card-grid {
    padding-left: 30px;
    padding-right: 30px;
    flex-basis: 100%;
    padding-bottom: 20px;
    box-sizing: border-box;
  }
}
.landing-page-content__right-panel > .landing-page-content__right-panel--content > .landing-page-content__right-panel--content--side-panel > .solutions-card-grid > .solutions-card-grid--card-wrapper {
  padding: 2em 0;
}
@media screen and (min-width: 835px) {
  .landing-page-content__right-panel > .landing-page-content__right-panel--content > .landing-page-content__right-panel--content--side-panel > .solutions-card-grid > .solutions-card-grid--card-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 700px) {
  .landing-page-content__right-panel > .landing-page-content__right-panel--content > .landing-page-content__right-panel--content--side-panel > .solutions-card-grid > .solutions-card-grid--card-wrapper {
    display: grid;
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 700px) {
  .landing-page-content__right-panel > .landing-page-content__right-panel--content > .landing-page-content__right-panel--content--side-panel > .solutions-card-grid > .solutions-card-grid--card-wrapper > .solutions-card-grid--card-wrapper--card {
    width: 100%;
  }
}
.landing-page-content__right-panel > .landing-page-content__right-panel--content > .landing-page-content__right-panel--content--side-panel > .solutions-card-grid > .solutions-card-grid--card-wrapper > .solutions-card-grid--card-wrapper--card > .solutions-card-grid--card-wrapper--card--content {
  font-family: "Open Sans";
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: 0em;
  text-align: left;
  color: #697B84;
}
.landing-page-content__right-panel > .landing-page-content__right-panel--content > .landing-page-content__right-panel--content--side-panel > .landing-page-content__right-panel--content-side-panel--header {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.landing-page-content__right-panel > .landing-page-content__right-panel--content > .landing-page-content__right-panel--content--side-panel > .landing-page-content__right-panel--content-side-panel--header > h2 {
  width: 350px;
  white-space: nowrap;
}
.landing-page-content__right-panel > .landing-page-content__right-panel--content > .landing-page-content__right-panel--content--side-panel .draft-3-landing-page--button-stack {
  box-sizing: border-box;
}
@media screen and (max-width: 834px) and (min-width: 429px) {
  .landing-page-content__right-panel > .landing-page-content__right-panel--content > .landing-page-content__right-panel--content--side-panel .draft-3-landing-page--button-stack {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 2em;
    padding: 0 0 0 20px;
    width: calc(100% - 4em);
  }
}
@media screen and (min-width: 835px), screen and (max-width: 428px) {
  .landing-page-content__right-panel > .landing-page-content__right-panel--content > .landing-page-content__right-panel--content--side-panel .draft-3-landing-page--button-stack {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    row-gap: 30px;
  }
}
@media screen and (max-width: 834px) {
  .landing-page-content__right-panel > .landing-page-content__right-panel--content > .landing-page-content__right-panel--content--side-panel .draft-3-landing-page--button-stack {
    width: 100%;
  }
}
@media screen and (min-width: 835px) {
  .landing-page-content__right-panel > .landing-page-content__right-panel--content > .landing-page-content__right-panel--content--side-panel .draft-3-landing-page--button-stack {
    padding-top: 110px;
  }
}
@media screen and (max-width: 428px) {
  .landing-page-content__right-panel > .landing-page-content__right-panel--content > .landing-page-content__right-panel--content--side-panel .draft-3-landing-page--button-stack {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 410px) {
  .landing-page-content__right-panel > .landing-page-content__right-panel--content > .landing-page-content__right-panel--content--side-panel .draft-3-landing-page--button-stack {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: 835px) and (max-width: 1439px) {
  .landing-page-content__right-panel > .landing-page-content__right-panel--content > .landing-page-content__right-panel--content--side-panel .draft-3-landing-page--button-stack .draft-3-landing-page--button-stack--button {
    flex-basis: 50%;
    flex-grow: 1;
    flex-shrink: 1;
    widtH: auto;
  }
}
@media screen and (min-width: 1440px) {
  .landing-page-content__right-panel > .landing-page-content__right-panel--content > .landing-page-content__right-panel--content--side-panel .draft-3-landing-page--button-stack .draft-3-landing-page--button-stack--button {
    width: 71%;
  }
}
@media screen and (max-width: 834px) {
  .landing-page-content__right-panel > .landing-page-content__right-panel--content > .landing-page-content__right-panel--content--side-panel .draft-3-landing-page--button-stack .draft-3-landing-page--button-stack--button {
    width: 100%;
  }
}
.landing-page-content__right-panel > .landing-page-content__right-panel--content > .landing-page-content__right-panel--content--side-panel .draft-3-landing-page--button-stack .draft-3-landing-page--button-stack--button > opensearch-button {
  width: 100%;
  height: 71px;
}
.landing-page-content__right-panel > .landing-page-content__right-panel--content > .landing-page-content__right-panel--content--side-panel .draft-3-landing-page--button-stack .draft-3-landing-page--button-stack--button > opensearch-button span[slot=icon-slot] {
  width: 37px;
  height: 37px;
  padding: 1em;
}
.landing-page-content__right-panel > .landing-page-content__right-panel--content > .landing-page-content__right-panel--content--side-panel .draft-3-landing-page--button-stack .draft-3-landing-page--button-stack--button > opensearch-button div[slot=icon-slot] {
  widtH: 37px;
  height: 37px;
}
.landing-page-content__right-panel > .landing-page-content__right-panel--content > .landing-page-content__right-panel--content--side-panel .draft-3-landing-page--button-stack .draft-3-landing-page--button-stack--button > opensearch-button div[slot=text-slot] {
  font-weight: bolder;
}
.landing-page-content__right-panel > .landing-page-content__right-panel--content > .landing-page-content__right-panel--content--side-panel > .landing-page-content__right-panel--content-side-panel--version-label {
  color: #94A1A8;
  font-family: "Open Sans";
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  padding-top: 20px;
}
@media screen and (max-width: 834px) {
  .landing-page-content__right-panel > .landing-page-content__right-panel--content > .landing-page-content__right-panel--content--side-panel > .landing-page-content__right-panel--content-side-panel--version-label {
    padding-top: 6px;
  }
}
.landing-page-content__right-panel > .landing-page-content__right-panel--content > .landing-page-content__right-panel--content--side-panel > .resource-grid {
  flex-wrap: wrap;
  justify-content: center;
  row-gap: 4em;
}
.landing-page-content__right-panel > .landing-page-content__right-panel--content > .landing-page-content__right-panel--content--side-panel > .resource-grid > .resource-grid--item {
  width: 350px;
  background-color: #fff;
}
.landing-page-content__right-panel > .landing-page-content__right-panel--content > .landing-page-content__right-panel--content--side-panel > .resource-grid--more {
  margin-top: 80px;
}

.landing-page-content__left-panel {
  box-sizing: border-box;
  width: 100%;
  background: transparent;
  margin-bottom: 0;
}
@media screen and (min-width: 1200px) {
  .landing-page-content__left-panel {
    padding: 40px 80px;
  }
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
  .landing-page-content__left-panel {
    padding: 30px 40px;
  }
}
@media screen and (min-width: 739px) and (max-width: 959px) {
  .landing-page-content__left-panel {
    padding: 30px 20px;
  }
}
@media screen and (min-width: 431px) and (max-width: 739px) {
  .landing-page-content__left-panel {
    padding: 30px;
  }
}
@media screen and (max-width: 430px) {
  .landing-page-content__left-panel {
    padding: 30px;
  }
}
.landing-page-content__left-panel > .landing-page-content__left-panel--content {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: nowrap;
  padding-bottom: 80px;
}
@media screen and (min-width: 835px) {
  .landing-page-content__left-panel > .landing-page-content__left-panel--content {
    flex-wrap: nowrap;
    column-gap: 40px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 834px) {
  .landing-page-content__left-panel > .landing-page-content__left-panel--content {
    flex-wrap: wrap;
    padding-right: 0;
    column-gap: 0;
  }
}
.landing-page-content__left-panel > .landing-page-content__left-panel--content h2 {
  color: #003551;
  font-family: "Open Sans Condensed";
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.landing-page-content__left-panel > .landing-page-content__left-panel--content h2 > a {
  color: #005EB8;
  text-decoration: underline;
  font-family: "Open Sans Condensed";
}
.landing-page-content__left-panel > .landing-page-content__left-panel--content h2 > a:hover {
  color: #00A3E0;
}
.landing-page-content__left-panel > .landing-page-content__left-panel--content > .landing-page-content__left-panel--content--body {
  padding: 0;
}
@media screen and (min-widtH: 835px) {
  .landing-page-content__left-panel > .landing-page-content__left-panel--content > .landing-page-content__left-panel--content--body {
    max-width: unset;
    flex-basis: 71.5%;
  }
}
@media screen and (max-width: 834px) {
  .landing-page-content__left-panel > .landing-page-content__left-panel--content > .landing-page-content__left-panel--content--body {
    max-width: 100%;
  }
}
.landing-page-content__left-panel > .landing-page-content__left-panel--content > .landing-page-content__left-panel--content--side-panel {
  background: #fff;
  box-sizing: border-box;
}
.landing-page-content__left-panel > .landing-page-content__left-panel--content > .landing-page-content__left-panel--content--side-panel.landing-page-content__left-panel--content--side-panel__vertical-gradient {
  background: linear-gradient(180deg, #E1FAFF 0%, #98E3F4 48.15%, #00B7E0 100%);
}
@media screen and (min-width: 835px) {
  .landing-page-content__left-panel > .landing-page-content__left-panel--content > .landing-page-content__left-panel--content--side-panel {
    display: block;
    flex-basis: 28.5%;
    padding: 30px;
  }
}
@media screen and (max-width: 834px) {
  .landing-page-content__left-panel > .landing-page-content__left-panel--content > .landing-page-content__left-panel--content--side-panel {
    width: 100%;
    display: block;
    padding: 0 20px;
  }
}
.landing-page-content__left-panel > .landing-page-content__left-panel--content > .landing-page-content__left-panel--content--side-panel > .draft-3-landing-page--button-stack__with-label {
  box-sizing: border-box;
}
@media screen and (min-width: 835px) {
  .landing-page-content__left-panel > .landing-page-content__left-panel--content > .landing-page-content__left-panel--content--side-panel > .draft-3-landing-page--button-stack__with-label {
    width: 100%;
    max-width: unset;
  }
  .landing-page-content__left-panel > .landing-page-content__left-panel--content > .landing-page-content__left-panel--content--side-panel > .draft-3-landing-page--button-stack__with-label:not(:first-of-type) {
    margin-top: 60px;
  }
}
@media screen and (max-width: 834px) {
  .landing-page-content__left-panel > .landing-page-content__left-panel--content > .landing-page-content__left-panel--content--side-panel > .draft-3-landing-page--button-stack__with-label {
    max-width: 100%;
    padding-top: 0;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 650px) {
  .landing-page-content__left-panel > .landing-page-content__left-panel--content > .landing-page-content__left-panel--content--side-panel > .draft-3-landing-page--button-stack__with-label:nth-of-type(1) > .draft-3-landing-page--button-stack, .landing-page-content__left-panel > .landing-page-content__left-panel--content > .landing-page-content__left-panel--content--side-panel > .draft-3-landing-page--button-stack__with-label:nth-of-type(2) > .draft-3-landing-page--button-stack {
    flex-wrap: wrap;
    row-gap: 20px;
    justify-content: flex-start;
  }
}
@media screen and (min-width: 480px) and (max-width: 834px) {
  .landing-page-content__left-panel > .landing-page-content__left-panel--content > .landing-page-content__left-panel--content--side-panel > .draft-3-landing-page--button-stack__with-label:nth-of-type(1) > .draft-3-landing-page--button-stack.draft-3-landing-page--button-stack__tablet-2column, .landing-page-content__left-panel > .landing-page-content__left-panel--content > .landing-page-content__left-panel--content--side-panel > .draft-3-landing-page--button-stack__with-label:nth-of-type(2) > .draft-3-landing-page--button-stack.draft-3-landing-page--button-stack__tablet-2column {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
}
.landing-page-content__left-panel > .landing-page-content__left-panel--content > .landing-page-content__left-panel--content--side-panel > .draft-3-landing-page--button-stack__with-label > .draft-3-landing-page--button-stack__with-label--label > .h2 {
  margin-top: 0;
}
.landing-page-content__left-panel > .landing-page-content__left-panel--content > .landing-page-content__left-panel--content--side-panel > .draft-3-landing-page--button-stack__with-label > .draft-3-landing-page--button-stack {
  background: transparent;
  box-sizing: border-box;
}
@media screen and (max-width: 834px) and (min-width: 429px) {
  .landing-page-content__left-panel > .landing-page-content__left-panel--content > .landing-page-content__left-panel--content--side-panel > .draft-3-landing-page--button-stack__with-label > .draft-3-landing-page--button-stack {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
@media screen and (min-width: 835px), screen and (max-width: 428px) {
  .landing-page-content__left-panel > .landing-page-content__left-panel--content > .landing-page-content__left-panel--content--side-panel > .draft-3-landing-page--button-stack__with-label > .draft-3-landing-page--button-stack {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
  }
}
@media screen and (max-width: 834px) {
  .landing-page-content__left-panel > .landing-page-content__left-panel--content > .landing-page-content__left-panel--content--side-panel > .draft-3-landing-page--button-stack__with-label > .draft-3-landing-page--button-stack {
    width: 100%;
  }
}
@media screen and (max-width: 428px) {
  .landing-page-content__left-panel > .landing-page-content__left-panel--content > .landing-page-content__left-panel--content--side-panel > .draft-3-landing-page--button-stack__with-label > .draft-3-landing-page--button-stack {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (min-width: 835px) {
  .landing-page-content__left-panel > .landing-page-content__left-panel--content > .landing-page-content__left-panel--content--side-panel > .draft-3-landing-page--button-stack__with-label > .draft-3-landing-page--button-stack {
    max-width: 350px;
    min-width: 280px;
    margin-top: 40px;
    row-gap: 30px;
  }
  .landing-page-content__left-panel > .landing-page-content__left-panel--content > .landing-page-content__left-panel--content--side-panel > .draft-3-landing-page--button-stack__with-label > .draft-3-landing-page--button-stack:nth-of-type(2) {
    row-gap: 40px;
  }
}
@media screen and (max-width: 834px) {
  .landing-page-content__left-panel > .landing-page-content__left-panel--content > .landing-page-content__left-panel--content--side-panel > .draft-3-landing-page--button-stack__with-label > .draft-3-landing-page--button-stack {
    width: 100%;
    padding: 0;
  }
}
.landing-page-content__left-panel > .landing-page-content__left-panel--content > .landing-page-content__left-panel--content--side-panel > .draft-3-landing-page--button-stack__with-label > .draft-3-landing-page--button-stack .draft-3-landing-page--button-stack--button.draft-3-landing-page--button-stack--button__hide-labels > label {
  display: none;
}
@media screen and (min-width: 835px) and (max-width: 1439px) {
  .landing-page-content__left-panel > .landing-page-content__left-panel--content > .landing-page-content__left-panel--content--side-panel > .draft-3-landing-page--button-stack__with-label > .draft-3-landing-page--button-stack .draft-3-landing-page--button-stack--button {
    flex-basis: 50%;
    flex-grow: 1;
    flex-shrink: 1;
    width: auto;
  }
}
@media screen and (max-width: 834px) {
  .landing-page-content__left-panel > .landing-page-content__left-panel--content > .landing-page-content__left-panel--content--side-panel > .draft-3-landing-page--button-stack__with-label > .draft-3-landing-page--button-stack .draft-3-landing-page--button-stack--button {
    flex-basis: 50%;
    flex-shrink: 0;
    flex-grow: 0;
  }
}
.landing-page-content__left-panel > .landing-page-content__left-panel--content > .landing-page-content__left-panel--content--side-panel > .draft-3-landing-page--button-stack__with-label > .draft-3-landing-page--button-stack .draft-3-landing-page--button-stack--button > .conference-archive-section-buttons--link-button.conference-archive-section-buttons--link-button__light {
  background: #F4F8FB;
  border-radius: 6px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  text-align: center;
  height: 60px;
  padding: 0;
  white-space: nowrap;
}
.landing-page-content__left-panel > .landing-page-content__left-panel--content > .landing-page-content__left-panel--content--side-panel > .draft-3-landing-page--button-stack__with-label > .draft-3-landing-page--button-stack .draft-3-landing-page--button-stack--button > .conference-archive-section-buttons--link-button.conference-archive-section-buttons--link-button__light > a {
  display: inline-block;
  box-sizing: border-box;
  line-height: 60px;
  width: 100%;
  color: #003B5C;
  text-decoration: none;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
}
.landing-page-content__left-panel > .landing-page-content__left-panel--content > .landing-page-content__left-panel--content--side-panel > .draft-3-landing-page--button-stack__with-label > .draft-3-landing-page--button-stack .draft-3-landing-page--button-stack--button > .conference-archive-section-buttons--link-button.conference-archive-section-buttons--link-button__light:hover {
  background: #F4F8FB;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.landing-page-content__left-panel > .landing-page-content__left-panel--content > .landing-page-content__left-panel--content--side-panel > .draft-3-landing-page--button-stack__with-label > .draft-3-landing-page--button-stack .draft-3-landing-page--button-stack--button > .conference-archive-section-buttons--link-button.conference-archive-section-buttons--link-button__light:hover > a:hover {
  background: unset;
  color: #00A3E0;
}
.landing-page-content__left-panel > .landing-page-content__left-panel--content > .landing-page-content__left-panel--content--side-panel > .draft-3-landing-page--button-stack__with-label > .draft-3-landing-page--button-stack .draft-3-landing-page--button-stack--button > .conference-archive-section-buttons--link-button.conference-archive-section-buttons--link-button__light.conference-archive-section-buttons--link-button__light__focused {
  border: 3px solid #00A3E0;
  background: #F4F8FB;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  height: 45px;
}
.landing-page-content__left-panel > .landing-page-content__left-panel--content > .landing-page-content__left-panel--content--side-panel > .draft-3-landing-page--button-stack__with-label > .draft-3-landing-page--button-stack .draft-3-landing-page--button-stack--button > .conference-archive-section-buttons--link-button.conference-archive-section-buttons--link-button__light.conference-archive-section-buttons--link-button__light__focused > a:focus {
  line-height: 46px;
}
.landing-page-content__left-panel > .landing-page-content__left-panel--content > .landing-page-content__left-panel--content--side-panel > .draft-3-landing-page--button-stack__with-label > .draft-3-landing-page--button-stack .draft-3-landing-page--button-stack--button > .conference-archive-section-buttons--link-button.conference-archive-section-buttons--link-button__light.conference-archive-section-buttons--link-button__light__active {
  background: #F4F8FB;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25) inset;
  border: none;
}
.landing-page-content__left-panel > .landing-page-content__left-panel--content > .landing-page-content__left-panel--content--side-panel > .draft-3-landing-page--button-stack__with-label > .draft-3-landing-page--button-stack .draft-3-landing-page--button-stack--button > .conference-archive-section-buttons--link-button.conference-archive-section-buttons--link-button__light.conference-archive-section-buttons--link-button__light__disabled {
  background: #94A1A8;
}
.landing-page-content__left-panel > .landing-page-content__left-panel--content > .landing-page-content__left-panel--content--side-panel > .draft-3-landing-page--button-stack__with-label > .draft-3-landing-page--button-stack .draft-3-landing-page--button-stack--button > .conference-archive-section-buttons--link-button.conference-archive-section-buttons--link-button__dark {
  background: #006D97;
  border-radius: 6px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  height: 50px;
  padding: 0;
  text-align: center;
  white-space: nowrap;
}
.landing-page-content__left-panel > .landing-page-content__left-panel--content > .landing-page-content__left-panel--content--side-panel > .draft-3-landing-page--button-stack__with-label > .draft-3-landing-page--button-stack .draft-3-landing-page--button-stack--button > .conference-archive-section-buttons--link-button.conference-archive-section-buttons--link-button__dark > a {
  display: inline-block;
  box-sizing: border-box;
  width: 100%;
  line-height: 50px;
  color: #F6F8F8;
  text-decoration: none;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
}
.landing-page-content__left-panel > .landing-page-content__left-panel--content > .landing-page-content__left-panel--content--side-panel > .draft-3-landing-page--button-stack__with-label > .draft-3-landing-page--button-stack .draft-3-landing-page--button-stack--button > .conference-archive-section-buttons--link-button.conference-archive-section-buttons--link-button__dark:hover {
  background: #00A3E0;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.landing-page-content__left-panel > .landing-page-content__left-panel--content > .landing-page-content__left-panel--content--side-panel > .draft-3-landing-page--button-stack__with-label > .draft-3-landing-page--button-stack .draft-3-landing-page--button-stack--button > .conference-archive-section-buttons--link-button.conference-archive-section-buttons--link-button__dark:hover a:hover {
  background: unset;
}
.landing-page-content__left-panel > .landing-page-content__left-panel--content > .landing-page-content__left-panel--content--side-panel > .draft-3-landing-page--button-stack__with-label > .draft-3-landing-page--button-stack .draft-3-landing-page--button-stack--button > .conference-archive-section-buttons--link-button.conference-archive-section-buttons--link-button__dark.conference-archive-section-buttons--link-button__dark__focused {
  border: 3px solid #00A3E0;
  background: #006D97;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.landing-page-content__left-panel > .landing-page-content__left-panel--content > .landing-page-content__left-panel--content--side-panel > .draft-3-landing-page--button-stack__with-label > .draft-3-landing-page--button-stack .draft-3-landing-page--button-stack--button > .conference-archive-section-buttons--link-button.conference-archive-section-buttons--link-button__dark.conference-archive-section-buttons--link-button__dark__focused > a:focus {
  line-height: 46px;
}
.landing-page-content__left-panel > .landing-page-content__left-panel--content > .landing-page-content__left-panel--content--side-panel > .draft-3-landing-page--button-stack__with-label > .draft-3-landing-page--button-stack .draft-3-landing-page--button-stack--button > .conference-archive-section-buttons--link-button.conference-archive-section-buttons--link-button__dark.conference-archive-section-buttons--link-button__dark__active {
  background: #00A3E0;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25) inset;
}
.landing-page-content__left-panel > .landing-page-content__left-panel--content > .landing-page-content__left-panel--content--side-panel > .draft-3-landing-page--button-stack__with-label > .draft-3-landing-page--button-stack .draft-3-landing-page--button-stack--button > .conference-archive-section-buttons--link-button.conference-archive-section-buttons--link-button__dark.conference-archive-section-buttons--link-button__dark__disabled {
  border-radius: 6px;
  background: #94A1A8;
}
.landing-page-content__left-panel > .landing-page-content__left-panel--content > .landing-page-content__left-panel--content--side-panel > .draft-3-landing-page--button-stack__with-label > .draft-3-landing-page--button-stack .draft-3-landing-page--button-stack--button > .conference-archive-section-buttons--link-button.conference-archive-section-buttons--link-button__dark.conference-archive-section-buttons--link-button__dark__disabled > a {
  color: #D9E1E2;
}
@media screen and (max-width: 834px) {
  .landing-page-content__left-panel > .landing-page-content__left-panel--content > .landing-page-content__left-panel--content--side-panel > .draft-3-landing-page--button-stack__with-label > .draft-3-landing-page--button-stack .draft-3-landing-page--button-stack--button > .conference-archive-section-buttons--link-button {
    width: 100%;
  }
}
@media screen and (max-width: 834px) {
  .landing-page-content__left-panel > .landing-page-content__left-panel--content > .landing-page-content__left-panel--content--side-panel > .draft-3-landing-page--button-stack__with-label > .draft-3-landing-page--button-stack .draft-3-landing-page--button-stack--button > .redesign-button-pair--wrapper {
    flex-wrap: wrap;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    column-gap: 10px;
    width: 100%;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 834px) {
  .landing-page-content__left-panel > .landing-page-content__left-panel--content > .landing-page-content__left-panel--content--side-panel > .draft-3-landing-page--button-stack__with-label > .draft-3-landing-page--button-stack .draft-3-landing-page--button-stack--button > .redesign-button-pair--wrapper > .redesign-button--wrapper {
    flex-basis: calc(50% - 5px);
    flex-shrink: 0;
    flex-grow: 0;
    width: auto;
  }
}
@media screen and (max-width: 410px) {
  .landing-page-content__left-panel > .landing-page-content__left-panel--content > .landing-page-content__left-panel--content--side-panel > .draft-3-landing-page--button-stack__with-label > .draft-3-landing-page--button-stack .draft-3-landing-page--button-stack--button .redesign-button--wrapper {
    width: 100%;
  }
}

.homepage-wrapper {
  width: 100%;
  padding: 0;
}
.homepage-wrapper > .landing-page-hero__left-header {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  background: #D9D9D9;
}
.homepage-wrapper > .landing-page-hero__left-header > .landing-page-hero__left-header--header,
.homepage-wrapper > .landing-page-hero__left-header > .landing-page-hero__left-header--hero {
  display: flex;
  min-height: 264px;
}
.homepage-wrapper > .landing-page-hero__left-header > .landing-page-hero__left-header--header {
  max-width: calc(480px - 6em);
  flex-basis: calc(480px - 6em);
  flex-direction: column;
  flex-shrink: 1;
  flex-grow: 1;
  background: #6F6E6E;
  padding: 3em;
}
.homepage-wrapper > .landing-page-hero__left-header > .landing-page-hero__left-header--header > h1 {
  color: #FFF;
  font-size: 54px;
  font-style: normal;
  font-weight: normal;
  line-height: normal;
  font-family: "Open Sans";
}
.homepage-wrapper > .landing-page-hero__left-header > .landing-page-hero__left-header--hero {
  max-width: 960px;
  flex-basis: 960px;
  flex-shrink: 1;
  flex-grow: 1;
}
.homepage-wrapper > .landing-page-hero__left-header > .landing-page-hero__left-header--hero > .landing-page-hero--hero--image-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-basis: 100%;
}
.homepage-wrapper > .landing-page-hero__left-header > .landing-page-hero__left-header--hero > .landing-page-hero--hero--image-wrapper > img {
  margin: auto;
  width: 91.581px;
  height: 68.571px;
  flex-shrink: 0;
}
.homepage-wrapper .landing-page-hero-wrapper {
  position: relative;
  padding: 0;
}
@media screen and (min-width: 834px) {
  .homepage-wrapper .landing-page-hero-wrapper {
    height: 440px;
  }
}
@media screen and (max-width: 833px) {
  .homepage-wrapper .landing-page-hero-wrapper {
    height: 460px;
  }
}
.homepage-wrapper .landing-page-hero-wrapper .landing-page-hero {
  top: 0;
  left: 0;
  margin: 0;
  width: 100%;
  max-width: 1440px;
  position: relative;
}
@media screen and (min-width: 834px) {
  .homepage-wrapper .landing-page-hero-wrapper .landing-page-hero {
    height: 350px;
  }
}
@media screen and (max-width: 833px) {
  .homepage-wrapper .landing-page-hero-wrapper .landing-page-hero {
    height: 430px;
  }
}
.homepage-wrapper .landing-page-hero-wrapper .landing-page-hero .homepage-hero-banner--new-release-available {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.homepage-wrapper .landing-page-hero-wrapper .landing-page-hero .homepage-hero-banner--new-release-available > .homepage-hero-banner--new-release-available--flex-wrap {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 399px) {
  .homepage-wrapper .landing-page-hero-wrapper .landing-page-hero .homepage-hero-banner--new-release-available > .homepage-hero-banner--new-release-available--flex-wrap {
    padding-left: 30px;
    padding-right: 30px;
    box-sizing: border-box;
  }
}
.homepage-wrapper .landing-page-hero-wrapper .landing-page-hero .homepage-hero-banner--new-release-available > .homepage-hero-banner--new-release-available--flex-wrap > .homepage-hero-banner--new-release-available--icon-with-name {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: nowrap;
  justify-content: center;
}
.homepage-wrapper .landing-page-hero-wrapper .landing-page-hero .homepage-hero-banner--new-release-available > .homepage-hero-banner--new-release-available--flex-wrap > .homepage-hero-banner--new-release-available--icon-with-name > .homepage-hero-banner--new-release-available--icon-with-name--icon {
  width: 88px;
  height: 88px;
  flex-basis: 88px;
  flex-grow: 0;
  flex-shrink: 0;
}
.homepage-wrapper .landing-page-hero-wrapper .landing-page-hero .homepage-hero-banner--new-release-available > .homepage-hero-banner--new-release-available--flex-wrap > .homepage-hero-banner--new-release-available--icon-with-name > .homepage-hero-banner--new-release-available--icon-with-name--icon > a {
  color: #fff;
  text-decoration: none;
}
.homepage-wrapper .landing-page-hero-wrapper .landing-page-hero .homepage-hero-banner--new-release-available > .homepage-hero-banner--new-release-available--flex-wrap > .homepage-hero-banner--new-release-available--icon-with-name > .homepage-hero-banner--new-release-available--icon-with-name--icon > a > svg {
  width: 88px;
  height: 88px;
}
@media screen and (max-width: 580px) {
  .homepage-wrapper .landing-page-hero-wrapper .landing-page-hero .homepage-hero-banner--new-release-available > .homepage-hero-banner--new-release-available--flex-wrap > .homepage-hero-banner--new-release-available--icon-with-name > .homepage-hero-banner--new-release-available--icon-with-name--icon > a > svg {
    width: 75px;
    height: 75px;
  }
}
@media screen and (max-width: 399px) {
  .homepage-wrapper .landing-page-hero-wrapper .landing-page-hero .homepage-hero-banner--new-release-available > .homepage-hero-banner--new-release-available--flex-wrap > .homepage-hero-banner--new-release-available--icon-with-name > .homepage-hero-banner--new-release-available--icon-with-name--icon > a > svg {
    width: 58px;
    height: 58px;
  }
}
@media screen and (max-width: 580px) {
  .homepage-wrapper .landing-page-hero-wrapper .landing-page-hero .homepage-hero-banner--new-release-available > .homepage-hero-banner--new-release-available--flex-wrap > .homepage-hero-banner--new-release-available--icon-with-name > .homepage-hero-banner--new-release-available--icon-with-name--icon {
    width: 75px;
    height: 75px;
    flex-basis: 75px;
  }
}
@media screen and (max-width: 399px) {
  .homepage-wrapper .landing-page-hero-wrapper .landing-page-hero .homepage-hero-banner--new-release-available > .homepage-hero-banner--new-release-available--flex-wrap > .homepage-hero-banner--new-release-available--icon-with-name > .homepage-hero-banner--new-release-available--icon-with-name--icon {
    width: 58px;
    height: 58px;
    flex-basis: 58px;
  }
}
.homepage-wrapper .landing-page-hero-wrapper .landing-page-hero .homepage-hero-banner--new-release-available > .homepage-hero-banner--new-release-available--flex-wrap > .homepage-hero-banner--new-release-available--icon-with-name > .homepage-hero-banner--new-release-available--icon-with-name--name {
  color: #FFF;
  text-align: center;
  font-family: "Open Sans";
  font-size: 64px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  padding-left: 17px;
  box-sizing: border-box;
}
.homepage-wrapper .landing-page-hero-wrapper .landing-page-hero .homepage-hero-banner--new-release-available > .homepage-hero-banner--new-release-available--flex-wrap > .homepage-hero-banner--new-release-available--icon-with-name > .homepage-hero-banner--new-release-available--icon-with-name--name > a {
  color: #fff;
  text-decoration: none;
}
@media screen and (max-width: 580px) {
  .homepage-wrapper .landing-page-hero-wrapper .landing-page-hero .homepage-hero-banner--new-release-available > .homepage-hero-banner--new-release-available--flex-wrap > .homepage-hero-banner--new-release-available--icon-with-name > .homepage-hero-banner--new-release-available--icon-with-name--name {
    font-size: 51px;
    padding-left: 0;
  }
}
@media screen and (max-width: 399px) {
  .homepage-wrapper .landing-page-hero-wrapper .landing-page-hero .homepage-hero-banner--new-release-available > .homepage-hero-banner--new-release-available--flex-wrap > .homepage-hero-banner--new-release-available--icon-with-name > .homepage-hero-banner--new-release-available--icon-with-name--name {
    font-size: 44px;
    padding-left: 10px;
  }
}
.homepage-wrapper .landing-page-hero-wrapper .landing-page-hero .homepage-hero-banner--new-release-available > .homepage-hero-banner--new-release-available--flex-wrap > .homepage-hero-banner--new-release-available--version {
  color: #FFF;
  text-align: center;
  font-family: "Open Sans";
  font-size: 64px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
.homepage-wrapper .landing-page-hero-wrapper .landing-page-hero .homepage-hero-banner--new-release-available > .homepage-hero-banner--new-release-available--flex-wrap > .homepage-hero-banner--new-release-available--version > a {
  color: #fff;
  text-decoration: none;
}
@media screen and (max-width: 580px) {
  .homepage-wrapper .landing-page-hero-wrapper .landing-page-hero .homepage-hero-banner--new-release-available > .homepage-hero-banner--new-release-available--flex-wrap > .homepage-hero-banner--new-release-available--version {
    font-size: 51px;
  }
}
@media screen and (max-width: 399px) {
  .homepage-wrapper .landing-page-hero-wrapper .landing-page-hero .homepage-hero-banner--new-release-available > .homepage-hero-banner--new-release-available--flex-wrap > .homepage-hero-banner--new-release-available--version {
    font-size: 44px;
    white-space: nowrap;
  }
}
.homepage-wrapper .landing-page-hero-wrapper .landing-page-hero .homepage-hero-banner--text-with-gradient {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.homepage-wrapper .landing-page-hero-wrapper .landing-page-hero .homepage-hero-banner--text-with-gradient.homepage-hero-banner--text-with-gradient__malibu-sunset-dark {
  background: linear-gradient(180deg, #F65275 0%, #8C3649 100%);
}
.homepage-wrapper .landing-page-hero-wrapper .landing-page-hero .homepage-hero-banner--text-with-gradient.homepage-hero-banner--text-with-gradient__purple-sage-dark {
  background: linear-gradient(180deg, #963CBD 0%, #692F84 50.52%, #411D52 100%);
}
.homepage-wrapper .landing-page-hero-wrapper .landing-page-hero .homepage-hero-banner--text-with-gradient.homepage-hero-banner--text-with-gradient__deep-blue-sea {
  background: linear-gradient(180deg, #016BA7 0%, #011C2D 97.92%);
}
.homepage-wrapper .landing-page-hero-wrapper .landing-page-hero .homepage-hero-banner--text-with-gradient > .homepage-hero-banner--text-with-gradient--text {
  margin-left: 80px;
  max-width: 650px;
}
@media screen and (max-width: 959px) {
  .homepage-wrapper .landing-page-hero-wrapper .landing-page-hero .homepage-hero-banner--text-with-gradient > .homepage-hero-banner--text-with-gradient--text {
    margin-left: 40px;
  }
}
@media screen and (max-width: 739px) {
  .homepage-wrapper .landing-page-hero-wrapper .landing-page-hero .homepage-hero-banner--text-with-gradient > .homepage-hero-banner--text-with-gradient--text {
    margin-left: 20px;
  }
}
@media screen and (max-width: 690px) {
  .homepage-wrapper .landing-page-hero-wrapper .landing-page-hero .homepage-hero-banner--text-with-gradient > .homepage-hero-banner--text-with-gradient--text {
    margin-left: 30px;
    margin-right: 30px;
    max-width: calc(100% - 60px);
  }
}
@media screen and (max-width: 430px) {
  .homepage-wrapper .landing-page-hero-wrapper .landing-page-hero .homepage-hero-banner--text-with-gradient > .homepage-hero-banner--text-with-gradient--text.homepage-hero-banner--text-with-gradient--text__assistant-toolkit {
    position: relative;
    top: -40px;
  }
}
.homepage-wrapper .landing-page-hero-wrapper .landing-page-hero .homepage-hero-banner--text-with-gradient > .homepage-hero-banner--text-with-gradient--text > .homepage-hero-banner--text-with-gradient--pre-header {
  color: #B9D9EB;
  font-family: "Open Sans Condensed";
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.homepage-wrapper .landing-page-hero-wrapper .landing-page-hero .homepage-hero-banner--text-with-gradient > .homepage-hero-banner--text-with-gradient--text > .homepage-hero-banner--text-with-gradient--pre-header > a {
  color: #005EB8;
  text-decoration: underline;
  font-family: "Open Sans Condensed";
}
.homepage-wrapper .landing-page-hero-wrapper .landing-page-hero .homepage-hero-banner--text-with-gradient > .homepage-hero-banner--text-with-gradient--text > .homepage-hero-banner--text-with-gradient--pre-header > a:hover {
  color: #00A3E0;
}
.homepage-wrapper .landing-page-hero-wrapper .landing-page-hero .homepage-hero-banner--text-with-gradient > .homepage-hero-banner--text-with-gradient--text > .homepage-hero-banner--text-with-gradient--text--header__larger {
  color: #fff;
  font-family: "Open Sans";
  font-size: 60px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
@media screen and (max-width: 490px) {
  .homepage-wrapper .landing-page-hero-wrapper .landing-page-hero .homepage-hero-banner--text-with-gradient > .homepage-hero-banner--text-with-gradient--text > .homepage-hero-banner--text-with-gradient--text--header__larger {
    font-size: 42px;
  }
}
.homepage-wrapper .landing-page-hero-wrapper .landing-page-hero .homepage-hero-banner--text-with-gradient > .homepage-hero-banner--text-with-gradient--text > .homepage-hero-banner--text-with-gradient--text--header {
  color: #fff;
  font-family: "Open Sans";
  font-size: 51px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
@media screen and (max-width: 490px) {
  .homepage-wrapper .landing-page-hero-wrapper .landing-page-hero .homepage-hero-banner--text-with-gradient > .homepage-hero-banner--text-with-gradient--text > .homepage-hero-banner--text-with-gradient--text--header {
    font-size: 42px;
  }
}
.homepage-wrapper .landing-page-hero-wrapper .landing-page-hero .homepage-hero-banner--text-with-gradient > .homepage-hero-banner--text-with-gradient--text > .homepage-hero-banner--text-with-gradient--text--body__larger {
  color: #B9D9EB;
  font-family: "Open Sans";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
}
@media screen and (max-width: 490px) {
  .homepage-wrapper .landing-page-hero-wrapper .landing-page-hero .homepage-hero-banner--text-with-gradient > .homepage-hero-banner--text-with-gradient--text > .homepage-hero-banner--text-with-gradient--text--body__larger {
    font-size: 18px;
    line-height: 24px;
  }
}
.homepage-wrapper .landing-page-hero-wrapper .landing-page-hero .homepage-hero-banner--text-with-gradient > .homepage-hero-banner--text-with-gradient--text > .homepage-hero-banner--text-with-gradient--text--body {
  color: #FFF;
  font-family: "Open Sans";
  font-size: 21px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
}
@media screen and (max-width: 490px) {
  .homepage-wrapper .landing-page-hero-wrapper .landing-page-hero .homepage-hero-banner--text-with-gradient > .homepage-hero-banner--text-with-gradient--text > .homepage-hero-banner--text-with-gradient--text--body {
    font-size: 18px;
    line-height: 24px;
  }
}
.homepage-wrapper .landing-page-hero-wrapper .landing-page-hero > .landing-page-hero--images {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}
.homepage-wrapper .landing-page-hero-wrapper .landing-page-hero > .landing-page-hero--images > .landing-page-hero--images--image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}
.homepage-wrapper .landing-page-hero-wrapper .landing-page-hero > .landing-page-hero--images > .landing-page-hero--images--image.landing-page-hero--images--image__desktop > img {
  object-fit: fill;
  width: 100%;
  height: 100%;
}
.homepage-wrapper .landing-page-hero-wrapper .landing-page-hero > .landing-page-hero--images > .landing-page-hero--images--image.landing-page-hero--images--image__mobile > img {
  object-fit: fill;
  width: 100%;
  height: 100%;
}
.homepage-wrapper .landing-page-hero-wrapper .landing-page-hero > .landing-page-hero--images > .landing-page-hero--images--image img {
  object-fit: fill;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 834px) {
  .homepage-wrapper .landing-page-hero-wrapper .landing-page-hero > .landing-page-hero--images > .landing-page-hero--images--image.landing-page-hero--images--image__desktop {
    display: block;
  }
  .homepage-wrapper .landing-page-hero-wrapper .landing-page-hero > .landing-page-hero--images > .landing-page-hero--images--image.landing-page-hero--images--image__mobile {
    display: none;
  }
}
@media screen and (max-width: 833px) {
  .homepage-wrapper .landing-page-hero-wrapper .landing-page-hero > .landing-page-hero--images > .landing-page-hero--images--image.landing-page-hero--images--image__desktop {
    display: none;
  }
  .homepage-wrapper .landing-page-hero-wrapper .landing-page-hero > .landing-page-hero--images > .landing-page-hero--images--image.landing-page-hero--images--image__mobile {
    display: block;
  }
}
.homepage-wrapper .landing-page-hero-wrapper .landing-page-hero > .landing-page-hero--call-to-action {
  position: absolute;
  height: 60px;
  box-sizing: border-box;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (min-width: 1200px) {
  .homepage-wrapper .landing-page-hero-wrapper .landing-page-hero > .landing-page-hero--call-to-action {
    bottom: 50px;
    right: 100px;
  }
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
  .homepage-wrapper .landing-page-hero-wrapper .landing-page-hero > .landing-page-hero--call-to-action {
    bottom: 20px;
    right: 100px;
  }
}
@media screen and (min-width: 835px) and (max-width: 959px) {
  .homepage-wrapper .landing-page-hero-wrapper .landing-page-hero > .landing-page-hero--call-to-action {
    bottom: 20px;
    right: 40px;
  }
}
@media screen and (max-width: 834px) {
  .homepage-wrapper .landing-page-hero-wrapper .landing-page-hero > .landing-page-hero--call-to-action {
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 490px) {
  .homepage-wrapper .landing-page-hero-wrapper .landing-page-hero > .landing-page-hero--call-to-action {
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.homepage-wrapper .landing-page-hero-wrapper .landing-page-hero > .landing-page-hero--call-to-action.malibu-sunrise {
  background: #F65275;
  color: #FFF;
  text-align: center;
  font-family: "Open Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  height: 60px;
  padding: 17px 17px 16px 25px;
  box-sizing: border-box;
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.25);
  border: 1px solid #fff;
  border-radius: 30px;
}
.homepage-wrapper .landing-page-hero-wrapper .landing-page-hero > .landing-page-hero--call-to-action.malibu-sunrise:has(a:focus) {
  border: 3px solid #005EB8;
  background: #F65275;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.homepage-wrapper .landing-page-hero-wrapper .landing-page-hero > .landing-page-hero--call-to-action.malibu-sunrise:has(a:hover) {
  background: #fff;
  border: 1px solid #F65275;
}
.homepage-wrapper .landing-page-hero-wrapper .landing-page-hero > .landing-page-hero--call-to-action.malibu-sunrise:has(a:hover) a {
  color: #F65275;
}
.homepage-wrapper .landing-page-hero-wrapper .landing-page-hero > .landing-page-hero--call-to-action.malibu-sunrise:has(a:active) {
  background: #fff;
  border: 1px solid #005EB8;
}
.homepage-wrapper .landing-page-hero-wrapper .landing-page-hero > .landing-page-hero--call-to-action.malibu-sunrise:has(a:active) a {
  color: #F65275;
}
.homepage-wrapper .landing-page-hero-wrapper .landing-page-hero > .landing-page-hero--call-to-action.malibu-sunrise a:hover {
  background: unset;
}
.homepage-wrapper .landing-page-hero-wrapper .landing-page-hero > .landing-page-hero--call-to-action.malibu-sunrise .landing-page-hero--call-to-action--arrow__normal-focused {
  display: block;
}
.homepage-wrapper .landing-page-hero-wrapper .landing-page-hero > .landing-page-hero--call-to-action.malibu-sunrise .landing-page-hero--call-to-action--arrow__hover-active {
  display: none;
}
.homepage-wrapper .landing-page-hero-wrapper .landing-page-hero > .landing-page-hero--call-to-action.malibu-sunrise:hover {
  background: #fff;
  border: 1px solid #F65275;
}
.homepage-wrapper .landing-page-hero-wrapper .landing-page-hero > .landing-page-hero--call-to-action.malibu-sunrise:hover a {
  color: #F65275;
}
.homepage-wrapper .landing-page-hero-wrapper .landing-page-hero > .landing-page-hero--call-to-action.malibu-sunrise:hover .landing-page-hero--call-to-action--arrow__normal-focused {
  display: none;
}
.homepage-wrapper .landing-page-hero-wrapper .landing-page-hero > .landing-page-hero--call-to-action.malibu-sunrise:hover .landing-page-hero--call-to-action--arrow__hover-active {
  display: block;
}
.homepage-wrapper .landing-page-hero-wrapper .landing-page-hero > .landing-page-hero--call-to-action.malibu-sunrise.malibu-sunrise__focus {
  border: 3px solid #005EB8;
  background: #F65275;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.homepage-wrapper .landing-page-hero-wrapper .landing-page-hero > .landing-page-hero--call-to-action.malibu-sunrise.malibu-sunrise__focus .landing-page-hero--call-to-action--arrow__normal-focused {
  display: block;
}
.homepage-wrapper .landing-page-hero-wrapper .landing-page-hero > .landing-page-hero--call-to-action.malibu-sunrise.malibu-sunrise__focus .landing-page-hero--call-to-action--arrow__hover-active {
  display: none;
}
.homepage-wrapper .landing-page-hero-wrapper .landing-page-hero > .landing-page-hero--call-to-action.malibu-sunrise.malibu-sunrise__active {
  background: #fff;
  border: 1px solid #005EB8;
}
.homepage-wrapper .landing-page-hero-wrapper .landing-page-hero > .landing-page-hero--call-to-action.malibu-sunrise.malibu-sunrise__active a {
  color: #F65275;
}
.homepage-wrapper .landing-page-hero-wrapper .landing-page-hero > .landing-page-hero--call-to-action.malibu-sunrise.malibu-sunrise__active .landing-page-hero--call-to-action--arrow__normal-focused {
  display: none;
}
.homepage-wrapper .landing-page-hero-wrapper .landing-page-hero > .landing-page-hero--call-to-action.malibu-sunrise.malibu-sunrise__active .landing-page-hero--call-to-action--arrow__hover-active {
  display: block;
}
.homepage-wrapper .landing-page-hero-wrapper .landing-page-hero > .landing-page-hero--call-to-action.purple-sage-secondary {
  background: #963CBD;
  color: #FFF;
  text-align: center;
  font-family: "Open Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  height: 60px;
  padding: 17px 17px 16px 25px;
  box-sizing: border-box;
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.25);
  border: 1px solid #fff;
  border-radius: 30px;
}
.homepage-wrapper .landing-page-hero-wrapper .landing-page-hero > .landing-page-hero--call-to-action.purple-sage-secondary:has(a:focus) {
  border: 3px solid #00A3E0;
  background: #963CBD;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.homepage-wrapper .landing-page-hero-wrapper .landing-page-hero > .landing-page-hero--call-to-action.purple-sage-secondary:has(a:hover) {
  background: #fff;
  border: 1px solid #963CBD;
}
.homepage-wrapper .landing-page-hero-wrapper .landing-page-hero > .landing-page-hero--call-to-action.purple-sage-secondary:has(a:hover) a {
  color: #963CBD;
}
.homepage-wrapper .landing-page-hero-wrapper .landing-page-hero > .landing-page-hero--call-to-action.purple-sage-secondary:has(a:active) {
  background: #fff;
  border: 1px solid #00A3E0;
}
.homepage-wrapper .landing-page-hero-wrapper .landing-page-hero > .landing-page-hero--call-to-action.purple-sage-secondary:has(a:active) a {
  color: #963CBD;
}
.homepage-wrapper .landing-page-hero-wrapper .landing-page-hero > .landing-page-hero--call-to-action.purple-sage-secondary a:hover {
  background: unset;
}
.homepage-wrapper .landing-page-hero-wrapper .landing-page-hero > .landing-page-hero--call-to-action.purple-sage-secondary .landing-page-hero--call-to-action--arrow__normal-focused {
  display: block;
}
.homepage-wrapper .landing-page-hero-wrapper .landing-page-hero > .landing-page-hero--call-to-action.purple-sage-secondary .landing-page-hero--call-to-action--arrow__hover-active {
  display: none;
}
.homepage-wrapper .landing-page-hero-wrapper .landing-page-hero > .landing-page-hero--call-to-action.purple-sage-secondary:hover {
  background: #fff;
  border: 1px solid #963CBD;
}
.homepage-wrapper .landing-page-hero-wrapper .landing-page-hero > .landing-page-hero--call-to-action.purple-sage-secondary:hover a {
  color: #963CBD;
}
.homepage-wrapper .landing-page-hero-wrapper .landing-page-hero > .landing-page-hero--call-to-action.purple-sage-secondary:hover .landing-page-hero--call-to-action--arrow__normal-focused {
  display: none;
}
.homepage-wrapper .landing-page-hero-wrapper .landing-page-hero > .landing-page-hero--call-to-action.purple-sage-secondary:hover .landing-page-hero--call-to-action--arrow__hover-active {
  display: block;
}
.homepage-wrapper .landing-page-hero-wrapper .landing-page-hero > .landing-page-hero--call-to-action.purple-sage-secondary.purple-sage-secondary__focus {
  border: 3px solid #00A3E0;
  background: #963CBD;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.homepage-wrapper .landing-page-hero-wrapper .landing-page-hero > .landing-page-hero--call-to-action.purple-sage-secondary.purple-sage-secondary__focus .landing-page-hero--call-to-action--arrow__normal-focused {
  display: block;
}
.homepage-wrapper .landing-page-hero-wrapper .landing-page-hero > .landing-page-hero--call-to-action.purple-sage-secondary.purple-sage-secondary__focus .landing-page-hero--call-to-action--arrow__hover-active {
  display: none;
}
.homepage-wrapper .landing-page-hero-wrapper .landing-page-hero > .landing-page-hero--call-to-action.purple-sage-secondary.purple-sage-secondary__active {
  background: #fff;
  border: 1px solid #00A3E0;
}
.homepage-wrapper .landing-page-hero-wrapper .landing-page-hero > .landing-page-hero--call-to-action.purple-sage-secondary.purple-sage-secondary__active a {
  color: #963CBD;
}
.homepage-wrapper .landing-page-hero-wrapper .landing-page-hero > .landing-page-hero--call-to-action.purple-sage-secondary.purple-sage-secondary__active .landing-page-hero--call-to-action--arrow__normal-focused {
  display: none;
}
.homepage-wrapper .landing-page-hero-wrapper .landing-page-hero > .landing-page-hero--call-to-action.purple-sage-secondary.purple-sage-secondary__active .landing-page-hero--call-to-action--arrow__hover-active {
  display: block;
}
.homepage-wrapper .landing-page-hero-wrapper .landing-page-hero > .landing-page-hero--call-to-action.open-sky-primary {
  background: #00A3E0;
  color: #FFF;
  text-align: center;
  font-family: "Open Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  height: 60px;
  padding: 17px 17px 16px 25px;
  box-sizing: border-box;
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.25);
  border: 1px solid #fff;
  border-radius: 30px;
}
.homepage-wrapper .landing-page-hero-wrapper .landing-page-hero > .landing-page-hero--call-to-action.open-sky-primary:has(a:focus) {
  border: 3px solid #005EB8;
  background: #00A3E0;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.homepage-wrapper .landing-page-hero-wrapper .landing-page-hero > .landing-page-hero--call-to-action.open-sky-primary:has(a:hover) {
  background: #fff;
  border: 1px solid #00A3E0;
}
.homepage-wrapper .landing-page-hero-wrapper .landing-page-hero > .landing-page-hero--call-to-action.open-sky-primary:has(a:hover) a {
  color: #00A3E0;
}
.homepage-wrapper .landing-page-hero-wrapper .landing-page-hero > .landing-page-hero--call-to-action.open-sky-primary:has(a:active) {
  background: #fff;
  border: 1px solid #005EB8;
}
.homepage-wrapper .landing-page-hero-wrapper .landing-page-hero > .landing-page-hero--call-to-action.open-sky-primary:has(a:active) a {
  color: #00A3E0;
}
.homepage-wrapper .landing-page-hero-wrapper .landing-page-hero > .landing-page-hero--call-to-action.open-sky-primary a:hover {
  background: unset;
}
.homepage-wrapper .landing-page-hero-wrapper .landing-page-hero > .landing-page-hero--call-to-action.open-sky-primary .landing-page-hero--call-to-action--arrow__normal-focused {
  display: block;
}
.homepage-wrapper .landing-page-hero-wrapper .landing-page-hero > .landing-page-hero--call-to-action.open-sky-primary .landing-page-hero--call-to-action--arrow__hover-active {
  display: none;
}
.homepage-wrapper .landing-page-hero-wrapper .landing-page-hero > .landing-page-hero--call-to-action.open-sky-primary:hover {
  background: #fff;
  border: 1px solid #00A3E0;
}
.homepage-wrapper .landing-page-hero-wrapper .landing-page-hero > .landing-page-hero--call-to-action.open-sky-primary:hover a {
  color: #00A3E0;
}
.homepage-wrapper .landing-page-hero-wrapper .landing-page-hero > .landing-page-hero--call-to-action.open-sky-primary:hover .landing-page-hero--call-to-action--arrow__normal-focused {
  display: none;
}
.homepage-wrapper .landing-page-hero-wrapper .landing-page-hero > .landing-page-hero--call-to-action.open-sky-primary:hover .landing-page-hero--call-to-action--arrow__hover-active {
  display: block;
}
.homepage-wrapper .landing-page-hero-wrapper .landing-page-hero > .landing-page-hero--call-to-action.open-sky-primary.open-sky-primary__focus {
  border: 3px solid #005EB8;
  background: #00A3E0;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.homepage-wrapper .landing-page-hero-wrapper .landing-page-hero > .landing-page-hero--call-to-action.open-sky-primary.open-sky-primary__focus .landing-page-hero--call-to-action--arrow__normal-focused {
  display: block;
}
.homepage-wrapper .landing-page-hero-wrapper .landing-page-hero > .landing-page-hero--call-to-action.open-sky-primary.open-sky-primary__focus .landing-page-hero--call-to-action--arrow__hover-active {
  display: none;
}
.homepage-wrapper .landing-page-hero-wrapper .landing-page-hero > .landing-page-hero--call-to-action.open-sky-primary.open-sky-primary__active {
  background: #fff;
  border: 1px solid #005EB8;
}
.homepage-wrapper .landing-page-hero-wrapper .landing-page-hero > .landing-page-hero--call-to-action.open-sky-primary.open-sky-primary__active a {
  color: #00A3E0;
}
.homepage-wrapper .landing-page-hero-wrapper .landing-page-hero > .landing-page-hero--call-to-action.open-sky-primary.open-sky-primary__active .landing-page-hero--call-to-action--arrow__normal-focused {
  display: none;
}
.homepage-wrapper .landing-page-hero-wrapper .landing-page-hero > .landing-page-hero--call-to-action.open-sky-primary.open-sky-primary__active .landing-page-hero--call-to-action--arrow__hover-active {
  display: block;
}
.homepage-wrapper .landing-page-hero-wrapper .landing-page-hero > .landing-page-hero--call-to-action > a {
  text-decoration: none;
  color: #FFEEEF;
  transition: color 0.25s ease-in-out;
  font-weight: 700;
  font-size: 18px;
  white-space: nowrap;
}
.homepage-wrapper .landing-page-hero-wrapper .landing-page-hero > .landing-page-hero--call-to-action > a:hover {
  color: #FFAFB7;
}
.homepage-wrapper .landing-page-hero-wrapper .landing-page-hero > .landing-page-hero--call-to-action > a > .landing-page-hero--call-to-action--flex-wrap {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}
.homepage-wrapper .landing-page-hero-wrapper .landing-page-hero > .landing-page-hero--call-to-action > a > .landing-page-hero--call-to-action--flex-wrap > .landing-page-hero--call-to-action--label {
  padding-right: 15px;
  padding-bottom: 4px;
}
.homepage-wrapper .landing-page-hero-wrapper .landing-page-hero > .landing-page-hero--call-to-action > a > .landing-page-hero--call-to-action--flex-wrap > .landing-page-hero--call-to-action--arrow {
  flex-basis: 25px;
  height: 25px;
  flex-shrink: 0;
  flex-grow: 0;
}
.homepage-wrapper .landing-page-hero-wrapper .landing-page-hero > .landing-page-hero--controls {
  position: absolute;
  bottom: -50px;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  max-width: 1440px;
  height: 50px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.homepage-wrapper .landing-page-hero-wrapper .landing-page-hero > .landing-page-hero--controls > .landing-page-hero--controls--control {
  width: 20px;
  height: 20px;
  border-color: #CCD3D6;
  border-width: 2px;
  border-style: solid;
  border-radius: 50%;
  background: #fff;
  margin: 0 0.5em;
  cursor: pointer;
  overflow: hidden;
}
.homepage-wrapper .landing-page-hero-wrapper .landing-page-hero > .landing-page-hero--controls > .landing-page-hero--controls--control.landing-page-hero--controls--control__active {
  background: #CCD3D6;
}
.homepage-wrapper .landing-page-hero-wrapper .landing-page-hero > .landing-page-hero--controls > .landing-page-hero--controls--control > opensearch-button {
  width: 20px;
  height: 20px;
  padding: 0;
  margin: 0;
  border-radius: 50%;
}
.homepage-wrapper > .landing-page-content__right-panel {
  box-sizing: border-box;
  width: 100%;
}
@media screen and (min-width: 1200px) {
  .homepage-wrapper > .landing-page-content__right-panel {
    padding: 40px 80px;
  }
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
  .homepage-wrapper > .landing-page-content__right-panel {
    padding: 30px 40px;
  }
}
@media screen and (min-width: 739px) and (max-width: 959px) {
  .homepage-wrapper > .landing-page-content__right-panel {
    padding: 30px 20px;
  }
}
@media screen and (min-width: 431px) and (max-width: 739px) {
  .homepage-wrapper > .landing-page-content__right-panel {
    padding: 30px;
  }
}
@media screen and (max-width: 430px) {
  .homepage-wrapper > .landing-page-content__right-panel {
    padding: 30px;
  }
}
.homepage-wrapper > .landing-page-content__right-panel > .landing-page-content__right-panel--content > .landing-page-content__right-panel--content--body {
  box-sizing: border-box;
}
@media screen and (min-width: 1200px) {
  .homepage-wrapper > .landing-page-content__right-panel > .landing-page-content__right-panel--content > .landing-page-content__right-panel--content--body {
    padding: 40px 80px 40px 0;
  }
}
@media screen and (max-width: 1199px) {
  .homepage-wrapper > .landing-page-content__right-panel > .landing-page-content__right-panel--content > .landing-page-content__right-panel--content--body {
    padding: 40px 0;
  }
}
@media screen and (min-width: 835px) {
  .homepage-wrapper > .landing-page-content__right-panel > .landing-page-content__right-panel--content > .landing-page-content__right-panel--content--body {
    flex-basis: calc(100% - 350px);
  }
}
@media screen and (max-width: 834px) {
  .homepage-wrapper > .landing-page-content__right-panel > .landing-page-content__right-panel--content > .landing-page-content__right-panel--content--body {
    flex-basis: 100%;
  }
}
.homepage-wrapper > .landing-page-content__right-panel > .landing-page-content__right-panel--content > .landing-page-content__right-panel--content--side-panel {
  box-sizing: border-box;
  max-width: unset;
}
@media screen and (min-width: 835px) {
  .homepage-wrapper > .landing-page-content__right-panel > .landing-page-content__right-panel--content > .landing-page-content__right-panel--content--side-panel {
    flex-basis: 350px;
  }
}
@media screen and (max-width: 834px) {
  .homepage-wrapper > .landing-page-content__right-panel > .landing-page-content__right-panel--content > .landing-page-content__right-panel--content--side-panel {
    flex-basis: 100%;
  }
}
@media screen and (min-width: 740px) and (max-width: 1199px) {
  .homepage-wrapper > .landing-page-content__right-panel > .landing-page-content__right-panel--content > .landing-page-content__right-panel--content--side-panel .draft-3-landing-page--button-stack {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 20px;
    padding: 0;
  }
}
@media screen and (min-width: 835px) {
  .homepage-wrapper > .landing-page-content__right-panel > .landing-page-content__right-panel--content > .landing-page-content__right-panel--content--side-panel .draft-3-landing-page--button-stack {
    padding-top: 0;
  }
}
@media screen and (min-width: 429px) and (max-width: 834px) {
  .homepage-wrapper > .landing-page-content__right-panel > .landing-page-content__right-panel--content > .landing-page-content__right-panel--content--side-panel .draft-3-landing-page--button-stack {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    row-gap: 10px;
    padding: 0;
  }
}
@media screen and (max-width: 428px) {
  .homepage-wrapper > .landing-page-content__right-panel > .landing-page-content__right-panel--content > .landing-page-content__right-panel--content--side-panel .draft-3-landing-page--button-stack {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
}
@media screen and (min-width: 1440px) {
  .homepage-wrapper > .landing-page-content__right-panel > .landing-page-content__right-panel--content > .landing-page-content__right-panel--content--side-panel .draft-3-landing-page--button-stack .draft-3-landing-page--button-stack--button {
    width: 100%;
  }
}
@media screen and (max-width: 428px) {
  .homepage-wrapper > .landing-page-content__right-panel > .landing-page-content__right-panel--content > .landing-page-content__right-panel--content--side-panel .draft-3-landing-page--button-stack .draft-3-landing-page--button-stack--button > .redesign-button--wrapper {
    width: 100%;
    box-sizing: border-box;
  }
}
.homepage-wrapper > .landing-page-content__right-panel > .landing-page-content__right-panel--content > .landing-page-content__right-panel--content--side-panel .draft-3-landing-page--button-stack .draft-3-landing-page--button-stack--button > .redesign-button--wrapper.redesign-button--wrapper__complex-content > .redesign-button--anchor {
  width: 100%;
}
.homepage-wrapper > .solutions-card-grid {
  box-sizing: border-box;
  width: 100%;
}
@media screen and (min-width: 1200px) {
  .homepage-wrapper > .solutions-card-grid {
    padding: 40px 80px;
  }
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
  .homepage-wrapper > .solutions-card-grid {
    padding: 30px 40px;
  }
}
@media screen and (min-width: 739px) and (max-width: 959px) {
  .homepage-wrapper > .solutions-card-grid {
    padding: 30px 20px;
  }
}
@media screen and (min-width: 431px) and (max-width: 739px) {
  .homepage-wrapper > .solutions-card-grid {
    padding: 30px;
  }
}
@media screen and (max-width: 430px) {
  .homepage-wrapper > .solutions-card-grid {
    padding: 30px;
  }
}
.homepage-wrapper > .solutions-card-grid > .solutions-card-grid--card-wrapper {
  padding: 0;
}
.homepage-wrapper > .solutions-card-grid > .solutions-card-grid--card-wrapper > .solutions-card-grid--card-wrapper--card {
  min-height: 280px;
  align-items: normal;
}
.homepage-wrapper > .landing-page-solutions--hero-3up {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  background: linear-gradient(180deg, #E1FAFF 0%, #98E3F4 48.15%, #00B7E0 100%);
  box-sizing: border-box;
  width: 100%;
}
@media screen and (min-width: 1200px) {
  .homepage-wrapper > .landing-page-solutions--hero-3up {
    padding: 40px 80px;
  }
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
  .homepage-wrapper > .landing-page-solutions--hero-3up {
    padding: 30px 40px;
  }
}
@media screen and (min-width: 739px) and (max-width: 959px) {
  .homepage-wrapper > .landing-page-solutions--hero-3up {
    padding: 30px 20px;
  }
}
@media screen and (min-width: 431px) and (max-width: 739px) {
  .homepage-wrapper > .landing-page-solutions--hero-3up {
    padding: 30px;
  }
}
@media screen and (max-width: 430px) {
  .homepage-wrapper > .landing-page-solutions--hero-3up {
    padding: 30px;
  }
}
.homepage-wrapper > .landing-page-solutions--hero-3up > div:nth-of-type(1) {
  width: 100%;
  flex-grow: 0;
  flex-shrink: 0;
}
.homepage-wrapper > .landing-page-solutions--hero-3up > .landing-page-solutions--hero-3up--hero:has(a[href]) {
  cursor: pointer;
}
.homepage-wrapper > .landing-page-solutions--hero-3up > .landing-page-solutions--hero-3up--hero:hover .landing-page-solutions--hero-3up--hero--preview--title a {
  border-bottom: 2px solid #005EB8;
  color: #00A3E0;
}
.homepage-wrapper > .landing-page-solutions--hero-3up > .landing-page-solutions--hero-3up--hero:has(a:focus) {
  box-shadow: 0px 4px 12px 8px rgba(0, 99, 184, 0.5);
}
.homepage-wrapper > .landing-page-solutions--hero-3up > .landing-page-solutions--hero-3up--hero:has(a:active) {
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.25) inset;
}
.homepage-wrapper > .landing-page-solutions--hero-3up > .landing-page-solutions--hero-3up--hero.landing-page-solutions--hero-3up--hero__focused {
  box-shadow: 0px 4px 12px 8px rgba(0, 99, 184, 0.5);
}
.homepage-wrapper > .landing-page-solutions--hero-3up > .landing-page-solutions--hero-3up--hero.landing-page-solutions--hero-3up--hero__focused {
  box-shadow: 0px 4px 12px 8px rgba(0, 99, 184, 0.5);
}
.homepage-wrapper > .landing-page-solutions--hero-3up > .landing-page-solutions--hero-3up--hero.landing-page-solutions--hero-3up--hero__active {
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.25) inset;
}
@media screen and (max-width: 1439px) {
  .homepage-wrapper > .landing-page-solutions--hero-3up > .landing-page-solutions--hero-3up--hero {
    display: none;
  }
}
@media screen and (min-width: 1440px) {
  .homepage-wrapper > .landing-page-solutions--hero-3up > .landing-page-solutions--hero-3up--hero {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.25);
  }
  .homepage-wrapper > .landing-page-solutions--hero-3up > .landing-page-solutions--hero-3up--hero > .landing-page-solutions--hero-3up--hero--image:not(:has(> img)) {
    background: linear-gradient(180deg, #963CBD 5.45%, #2CD5C4 100%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }
  .homepage-wrapper > .landing-page-solutions--hero-3up > .landing-page-solutions--hero-3up--hero > .landing-page-solutions--hero-3up--hero--image:not(:has(> img)) > svg {
    margin: auto;
  }
  .homepage-wrapper > .landing-page-solutions--hero-3up > .landing-page-solutions--hero-3up--hero > .landing-page-solutions--hero-3up--hero--image > img {
    object-fit: fill;
  }
  .homepage-wrapper > .landing-page-solutions--hero-3up > .landing-page-solutions--hero-3up--hero > .landing-page-solutions--hero-3up--hero--preview {
    background-color: #fff;
    padding: 40px;
    border-bottom: #006D97 6px solid;
    box-sizing: border-box;
  }
  .homepage-wrapper > .landing-page-solutions--hero-3up > .landing-page-solutions--hero-3up--hero > .landing-page-solutions--hero-3up--hero--preview > .landing-page-solutions--hero-3up--hero--preview--category {
    color: #003551;
    font-family: "Open Sans";
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 4.5px;
    text-transform: uppercase;
    flex-basis: 62.5px;
  }
  .homepage-wrapper > .landing-page-solutions--hero-3up > .landing-page-solutions--hero-3up--hero > .landing-page-solutions--hero-3up--hero--preview > .landing-page-solutions--hero-3up--hero--preview--title {
    color: #0085B8;
    font-family: "Open Sans";
    font-size: 21px;
    font-style: normal;
    line-height: 36px;
    font-weight: 700;
  }
  .homepage-wrapper > .landing-page-solutions--hero-3up > .landing-page-solutions--hero-3up--hero > .landing-page-solutions--hero-3up--hero--preview > .landing-page-solutions--hero-3up--hero--preview--title > h3 {
    margin-top: 0;
    margin-bottom: 0;
  }
  .homepage-wrapper > .landing-page-solutions--hero-3up > .landing-page-solutions--hero-3up--hero > .landing-page-solutions--hero-3up--hero--preview > .landing-page-solutions--hero-3up--hero--preview--title > h3 > a {
    color: #0085B8;
    font-family: "Open Sans";
    font-size: 21px;
    font-style: normal;
    line-height: 36px;
    font-weight: 700;
  }
  .homepage-wrapper > .landing-page-solutions--hero-3up > .landing-page-solutions--hero-3up--hero > .landing-page-solutions--hero-3up--hero--preview > .landing-page-solutions--hero-3up--hero--preview--excerpt {
    font-family: "Open Sans";
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: 0em;
    text-align: left;
    flex-basis: 150px;
  }
  .homepage-wrapper > .landing-page-solutions--hero-3up > .landing-page-solutions--hero-3up--hero > .landing-page-solutions--hero-3up--hero--preview > .landing-page-solutions--hero-3up--hero--preview--excerpt > p:last-of-type {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-family: "Open Sans";
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: 0em;
    text-align: left;
    color: #000;
  }
  .homepage-wrapper > .landing-page-solutions--hero-3up > .landing-page-solutions--hero-3up--hero > .landing-page-solutions--hero-3up--hero--preview > .landing-page-solutions--hero-3up--hero--preview--footer {
    flex-basis: 62.5px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
  }
  .homepage-wrapper > .landing-page-solutions--hero-3up > .landing-page-solutions--hero-3up--hero > .landing-page-solutions--hero-3up--hero--preview > .landing-page-solutions--hero-3up--hero--preview--footer > .landing-page-solutions--hero-3up--hero--preview--footer--icon {
    width: 27px;
    height: 30px;
    padding: 0;
    flex-basis: 27px;
    flex-shrink: 0;
    flex-grow: 0;
  }
  .homepage-wrapper > .landing-page-solutions--hero-3up > .landing-page-solutions--hero-3up--hero > .landing-page-solutions--hero-3up--hero--preview > .landing-page-solutions--hero-3up--hero--preview--footer > .landing-page-solutions--hero-3up--hero--preview--footer--icon > img,
  .homepage-wrapper > .landing-page-solutions--hero-3up > .landing-page-solutions--hero-3up--hero > .landing-page-solutions--hero-3up--hero--preview > .landing-page-solutions--hero-3up--hero--preview--footer > .landing-page-solutions--hero-3up--hero--preview--footer--icon > svg {
    width: 28px;
    height: 38px;
  }
  .homepage-wrapper > .landing-page-solutions--hero-3up > .landing-page-solutions--hero-3up--hero > .landing-page-solutions--hero-3up--hero--preview > .landing-page-solutions--hero-3up--hero--preview--footer > .landing-page-solutions--hero-3up--hero--preview--footer--date {
    height: 30px;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: content;
    font-family: "Open Sans";
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: 0em;
    text-align: left;
    color: #415662;
    padding-top: 12px;
    padding-left: 8px;
  }
  .homepage-wrapper > .landing-page-solutions--hero-3up > .landing-page-solutions--hero-3up--hero > .landing-page-solutions--hero-3up--hero--preview > .landing-page-solutions--hero-3up--hero--preview--author {
    color: #003551;
    font-family: "Open Sans";
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 21px;
    flex-basis: 62.5px;
  }
  .homepage-wrapper > .landing-page-solutions--hero-3up > .landing-page-solutions--hero-3up--hero > div {
    flex-basis: 50%;
    height: 400px;
  }
}
.homepage-wrapper > .landing-page-solutions--hero-3up > .landing-page-solutions--hero-3-up--3up.solutions-card-grid {
  background: unset;
  padding: 55px 0 0;
}
.homepage-wrapper > .landing-page-solutions--hero-3up > .landing-page-solutions--hero-3-up--3up.solutions-card-grid > .solutions-card-grid--card-wrapper {
  margin-bottom: 0;
}
@media screen and (min-width: 1460px) {
  .homepage-wrapper > .landing-page-solutions--hero-3up > .landing-page-solutions--hero-3-up--3up.solutions-card-grid > .solutions-card-grid--card-wrapper {
    padding: 0;
  }
}
@media screen and (min-width: 1440px) {
  .homepage-wrapper > .landing-page-solutions--hero-3up > .landing-page-solutions--hero-3-up--3up.solutions-card-grid > .solutions-card-grid--card-wrapper .solutions-card-grid--card-wrapper--card:nth-of-type(1) {
    display: none;
  }
}
.homepage-wrapper > .landing-page-solutions--hero-3up > .landing-page-solutions--hero-3-up--3up > .resource-grid {
  min-height: 550px;
  margin: 40px 0;
  justify-content: space-between;
}
@media screen and (max-width: 1439px) {
  .homepage-wrapper > .landing-page-solutions--hero-3up > .landing-page-solutions--hero-3-up--3up > .resource-grid {
    row-gap: 2em;
  }
}
.homepage-wrapper > .landing-page-solutions--hero-3up > .landing-page-solutions--hero-3-up--3up > .resource-grid .resource-grid--item {
  background-color: white;
  padding: 0;
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 833px) {
  .homepage-wrapper > .landing-page-solutions--hero-3up > .landing-page-solutions--hero-3-up--3up > .resource-grid .resource-grid--item {
    width: 100%;
    max-width: 100%;
    min-height: 600px;
  }
}
@media screen and (min-width: 834px) and (max-width: 1439px) {
  .homepage-wrapper > .landing-page-solutions--hero-3up > .landing-page-solutions--hero-3-up--3up > .resource-grid .resource-grid--item {
    width: calc(50% - 2em);
    max-width: calc(50% - 2em);
    min-height: 500px;
  }
}
@media screen and (min-width: 1440px) {
  .homepage-wrapper > .landing-page-solutions--hero-3up > .landing-page-solutions--hero-3-up--3up > .resource-grid .resource-grid--item {
    min-height: 400px;
    max-height: 500px;
  }
  .homepage-wrapper > .landing-page-solutions--hero-3up > .landing-page-solutions--hero-3-up--3up > .resource-grid .resource-grid--item:nth-of-type(1) {
    display: none;
  }
}
.homepage-wrapper > .landing-page-solutions--hero-3up > .landing-page-solutions--hero-3-up--3up > .resource-grid .resource-grid--item .resource-grid--item--title-type {
  color: #003551;
  font-family: "Open Sans";
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 4.5px;
  text-transform: uppercase;
  padding-left: 2em;
  position: relative;
  top: -10px;
}
.homepage-wrapper > .landing-page-solutions--hero-3up > .landing-page-solutions--hero-3-up--3up > .resource-grid .resource-grid--item .resource-grid--item--title {
  position: relative;
}
.homepage-wrapper > .landing-page-solutions--hero-3up > .landing-page-solutions--hero-3-up--3up > .resource-grid .resource-grid--item .resource-grid--item--title > div {
  position: absolute;
  top: 0;
  left: 14px;
  padding-right: 14px;
  height: auto;
  -webkit-line-clamp: unset;
  overflow: hidden;
}
.homepage-wrapper > .landing-page-solutions--hero-3up > .landing-page-solutions--hero-3-up--3up > .resource-grid .resource-grid--item .resource-grid--item--link {
  color: #0085B8;
  font-family: "Open Sans";
  font-size: 21px;
  font-style: normal;
  line-height: 36px;
  font-weight: 700;
}

.redesign-button--wrapper {
  width: 350px;
}
@media screen and (max-width: 410px) {
  .redesign-button--wrapper {
    width: 100%;
  }
}
.redesign-button--wrapper.redesign-button--wrapper__complex-content > .redesign-button--anchor {
  display: inline-block;
  width: 350px;
  height: 70px;
  padding: 0px;
}
@media screen and (max-width: 410px) {
  .redesign-button--wrapper.redesign-button--wrapper__complex-content > .redesign-button--anchor {
    width: 100%;
  }
}
.redesign-button--wrapper.redesign-button--wrapper__complex-content > .redesign-button--anchor:focus {
  padding: 0;
}
.redesign-button--wrapper.redesign-button--wrapper__complex-content > .redesign-button--anchor:focus > .redesign-button--contents {
  border: 4px solid #4FB3E3;
  margin: -4px auto auto -4px;
}
.redesign-button--wrapper.redesign-button--wrapper__complex-content > .redesign-button--anchor:focus > .redesign-button--contents.redesign-buttons--project__large {
  border: 4px solid #006D97;
}
.redesign-button--wrapper.redesign-button--wrapper__complex-content > .redesign-button--anchor .redesign-button--contents__mouseout {
  display: inline-flex;
}
.redesign-button--wrapper.redesign-button--wrapper__complex-content > .redesign-button--anchor .redesign-button--contents__mouseover {
  display: none;
}
.redesign-button--wrapper.redesign-button--wrapper__complex-content > .redesign-button--anchor .redesign-button--contents__disabled {
  display: none;
}
.redesign-button--wrapper.redesign-button--wrapper__complex-content > .redesign-button--anchor:hover .redesign-button--contents__mouseout {
  display: none;
}
.redesign-button--wrapper.redesign-button--wrapper__complex-content > .redesign-button--anchor:hover .redesign-button--contents__mouseover {
  display: inline-flex;
}
.redesign-button--wrapper.redesign-button--wrapper__complex-content > .redesign-button--anchor > .redesign-button--contents {
  border-radius: 6px;
  width: 100%;
  margin: 0;
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  background-color: #003B5C;
}
.redesign-button--wrapper.redesign-button--wrapper__complex-content > .redesign-button--anchor > .redesign-button--contents.redesign-buttons--project__large {
  background-color: #DCEBF4;
}
.redesign-button--wrapper.redesign-button--wrapper__text-only {
  background: #F4F8FB;
  border-radius: 6px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  text-align: center;
  height: 60px;
  padding: 0;
  white-space: nowrap;
}
.redesign-button--wrapper.redesign-button--wrapper__text-only > a {
  display: inline-block;
  box-sizing: border-box;
  line-height: 60px;
  width: 100%;
  color: #003B5C;
  text-decoration: none;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
}
.redesign-button--wrapper.redesign-button--wrapper__text-only:hover {
  background: #F4F8FB;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.redesign-button--wrapper.redesign-button--wrapper__text-only:hover > a:hover {
  background: unset;
  color: #00A3E0;
}
.redesign-button--wrapper.redesign-button--wrapper__text-only.redesign-button--wrapper__text-only__focused {
  border: 3px solid #00A3E0;
  background: #F4F8FB;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  height: 45px;
}
.redesign-button--wrapper.redesign-button--wrapper__text-only.redesign-button--wrapper__text-only__focused > a:focus {
  line-height: 46px;
}
.redesign-button--wrapper.redesign-button--wrapper__text-only.redesign-button--wrapper__text-only__active {
  background: #F4F8FB;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25) inset;
  border: none;
}
.redesign-button--wrapper.redesign-button--wrapper__text-only.redesign-button--wrapper__text-only__disabled {
  background: #94A1A8;
}
.redesign-button--wrapper.redesign-button--wrapper__text-only__dark {
  background: #006D97;
  border-radius: 6px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  height: 50px;
  padding: 0;
  text-align: center;
  white-space: nowrap;
}
.redesign-button--wrapper.redesign-button--wrapper__text-only__dark > a {
  display: inline-block;
  box-sizing: border-box;
  width: 100%;
  line-height: 50px;
  color: #F6F8F8;
  text-decoration: none;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
}
.redesign-button--wrapper.redesign-button--wrapper__text-only__dark:hover {
  background: #00A3E0;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.redesign-button--wrapper.redesign-button--wrapper__text-only__dark:hover a:hover {
  background: unset;
}
.redesign-button--wrapper.redesign-button--wrapper__text-only__dark.redesign-button--wrapper__text-only__dark__focused {
  border: 3px solid #00A3E0;
  background: #006D97;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.redesign-button--wrapper.redesign-button--wrapper__text-only__dark.redesign-button--wrapper__text-only__dark__focused > a:focus {
  line-height: 46px;
}
.redesign-button--wrapper.redesign-button--wrapper__text-only__dark.redesign-button--wrapper__text-only__dark__active {
  background: #00A3E0;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25) inset;
}
.redesign-button--wrapper.redesign-button--wrapper__text-only__dark.redesign-button--wrapper__text-only__dark__disabled {
  border-radius: 6px;
  background: #94A1A8;
}
.redesign-button--wrapper.redesign-button--wrapper__text-only__dark.redesign-button--wrapper__text-only__dark__disabled > a {
  color: #D9E1E2;
}
.redesign-button--wrapper.redesign-button--wrapper__text-with-icon > .redesign-button--anchor {
  display: inline-block;
  width: 350px;
  height: 70px;
  padding: 0px;
}
@media screen and (max-width: 410px) {
  .redesign-button--wrapper.redesign-button--wrapper__text-with-icon > .redesign-button--anchor {
    width: 100%;
  }
}
.redesign-button--wrapper.redesign-button--wrapper__text-with-icon > .redesign-button--anchor:focus {
  padding: 0;
}
.redesign-button--wrapper.redesign-button--wrapper__text-with-icon > .redesign-button--anchor:focus > .redesign-button--contents {
  border: 4px solid #4FB3E3;
  margin: -4px auto auto -4px;
}
.redesign-button--wrapper.redesign-button--wrapper__text-with-icon > .redesign-button--anchor:focus > .redesign-button--contents.redesign-buttons--project__large {
  border: 4px solid #006D97;
}
.redesign-button--wrapper.redesign-button--wrapper__text-with-icon > .redesign-button--anchor:hover {
  background: #00A3E0;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.redesign-button--wrapper.redesign-button--wrapper__text-with-icon > .redesign-button--anchor:hover a:hover {
  background: unset;
}
.redesign-button--wrapper.redesign-button--wrapper__text-with-icon > .redesign-button--anchor:hover path {
  fill: #F6F8F8;
}
.redesign-button--wrapper.redesign-button--wrapper__text-with-icon > .redesign-button--anchor.redesign-button--wrapper__text-with-icon__focus {
  border: 3px solid #00A3E0;
  background: #006D97;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.redesign-button--wrapper.redesign-button--wrapper__text-with-icon > .redesign-button--anchor.redesign-button--wrapper__text-with-icon__focus > a:focus {
  line-height: 46px;
}
.redesign-button--wrapper.redesign-button--wrapper__text-with-icon > .redesign-button--anchor.redesign-button--contents__disabled {
  border-radius: 6px;
  background: #94A1A8;
}
.redesign-button--wrapper.redesign-button--wrapper__text-with-icon > .redesign-button--anchor.redesign-button--contents__disabled > a {
  color: #D9E1E2;
}
.redesign-button--wrapper.redesign-button--wrapper__text-with-icon > .redesign-button--anchor > .redesign-button--contents {
  border-radius: 6px;
  width: 100%;
  margin: 0;
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  background-color: #003B5C;
}
.redesign-button--wrapper.redesign-button--wrapper__text-with-icon > .redesign-button--anchor > .redesign-button--contents > .redesign-button--contents--icon-slot > span > svg {
  width: 39px;
  height: 39px;
}
.redesign-button--wrapper.redesign-button--wrapper__text-with-icon > .redesign-button--anchor > .redesign-button--contents > .redesign-button--contents--text-slot {
  color: #F6F8F8;
  font-size: 30px;
  font-family: "Open Sans Condensed";
}

.redesign-button-pair--wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.redesign-button-pair--wrapper > .redesign-button--wrapper {
  flex-basis: 45%;
}
.redesign-buttons--project__large .redesign-button--contents--text-slot {
  flex-basis: 95%;
  padding: 18px 0 0 20px;
}
@media screen and (max-width: 390px) {
  .redesign-buttons--project__large .redesign-button--contents--text-slot {
    padding: 18px 0 0 12px;
  }
}
@media screen and (max-width: 370px) {
  .redesign-buttons--project__large .redesign-button--contents--text-slot {
    padding: 18px 0 0 5px;
  }
}
.redesign-buttons--project__large .redesign-button--contents--icon-slot {
  flex-basis: 5%;
  padding: 25px 20px 13px;
}
@media screen and (max-width: 412px) {
  .redesign-buttons--project__large .redesign-button--contents--icon-slot {
    padding: 25px 5px 13px 0;
    flex-shrink: 1;
  }
}
@media screen and (max-width: 390px) {
  .redesign-buttons--project__large .redesign-button--contents--icon-slot {
    padding: 25px 10px 13px 0;
  }
}

.redesign-buttons--download__large .redesign-button--contents--text-slot,
.redesign-buttons--opensearchcon-stay-informed__large .redesign-button--contents--text-slot {
  padding: 18px 0 0 20px;
  flex-basis: 90%;
}
@media screen and (max-width: 380px) {
  .redesign-buttons--download__large .redesign-button--contents--text-slot,
  .redesign-buttons--opensearchcon-stay-informed__large .redesign-button--contents--text-slot {
    padding: 18px 0 0 18px;
  }
}
@media screen and (max-width: 370px) {
  .redesign-buttons--download__large .redesign-button--contents--text-slot,
  .redesign-buttons--opensearchcon-stay-informed__large .redesign-button--contents--text-slot {
    padding: 18px 0 0 14px;
  }
}
.redesign-buttons--download__large .redesign-button--contents--icon-slot,
.redesign-buttons--opensearchcon-stay-informed__large .redesign-button--contents--icon-slot {
  padding: 22px 20px 16px;
  flex-basis: 10%;
}
@media screen and (max-width: 412px) {
  .redesign-buttons--download__large .redesign-button--contents--icon-slot,
  .redesign-buttons--opensearchcon-stay-informed__large .redesign-button--contents--icon-slot {
    padding: 22px 5px 16px 0;
    flex-shrink: 1;
  }
}

.redesign-buttons--opensearchcon-stay-informed__large .redesign-button--contents--text-slot {
  padding: 12px 0 0 0;
  flex-basis: auto;
}
.redesign-buttons--opensearchcon-stay-informed__large .redesign-button--contents--icon-slot {
  padding: 18px 20px 10px 0;
  flex-basis: auto;
}

.redesign-buttons--label {
  display: block;
  color: #003551;
  font-family: "Open Sans";
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 4.5px;
  text-transform: uppercase;
  clear: both;
  width: 100%;
  margin-bottom: 12px;
  white-space: nowrap;
}

.redesign-buttons--project__large .opensearch-button--label__combined-text-icon > .opensearch-button--label__combined-text-icon--text {
  color: #006D97;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  white-space: nowrap;
  overflow-x: visible;
}

.redesign-buttons--project__large,
.redesign-buttons--download__large {
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.opensearch-button--label__combined-text-icon {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  height: 40px;
}
.opensearch-button--label__combined-text-icon > .opensearch-button--label__combined-text-icon--text {
  padding-left: 8px;
  line-height: 2.25;
  color: #006D97;
}
.opensearch-button--label__combined-text-icon > .opensearch-button--label__combined-text-icon--icon {
  padding-left: 2px;
}

.redesign-buttons--documentation {
  height: 50px;
  padding: 10px 50px;
  border-radius: 6px;
  background: var(--pacific-sky-t-3, #F4F8FB);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.resource-grid--more {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.resource-grid--more > .link-button {
  flex-basis: 268px;
  background: #F4F8FB;
  border-radius: 6px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  text-align: center;
  height: 50px;
  padding: 0;
  white-space: nowrap;
}
.resource-grid--more > .link-button > a {
  display: inline-block;
  box-sizing: border-box;
  line-height: 50px;
  width: 100%;
  color: #003B5C;
  text-decoration: none;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
}
.resource-grid--more > .link-button:hover {
  background: #F4F8FB;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.resource-grid--more > .link-button:hover > a:hover {
  background: unset;
  color: #00A3E0;
}
.resource-grid--more > .link-button.link-button__focused {
  border: 3px solid #00A3E0;
  background: #F4F8FB;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  height: 45px;
}
.resource-grid--more > .link-button.link-button__focused > a:focus {
  line-height: 46px;
}
.resource-grid--more > .link-button.link-button__active {
  background: #F4F8FB;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25) inset;
  border: none;
}
.resource-grid--more > .link-button.link-button__disabled {
  background: #94A1A8;
}

.solutions-card-grid {
  background: linear-gradient(180deg, #E1FAFF 0%, #98E3F4 48.15%, #00B7E0 100%);
  width: 100%;
  box-sizing: border-box;
  padding: 1em 35px 0 35px;
}
@media screen and (max-width: 834px) {
  .solutions-card-grid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.solutions-card-grid > h2 {
  color: #003551;
  font-family: "Open Sans Condensed";
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-top: 13px;
}
.solutions-card-grid > h2 > a {
  color: #005EB8;
  text-decoration: underline;
  font-family: "Open Sans Condensed";
}
.solutions-card-grid > h2 > a:hover {
  color: #00A3E0;
}
.solutions-card-grid > .solutions-card-grid--card-wrapper {
  display: grid;
}
@media screen and (min-width: 1460px) {
  .solutions-card-grid > .solutions-card-grid--card-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 100px;
    row-gap: 100px;
    padding: 0 2em 2em;
  }
}
@media screen and (min-width: 1401px) and (max-width: 1459px) {
  .solutions-card-grid > .solutions-card-grid--card-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 25px;
    row-gap: 25px;
    padding: 0 1em 2em;
  }
}
@media screen and (min-width: 835px) and (max-width: 1400px) {
  .solutions-card-grid > .solutions-card-grid--card-wrapper {
    grid-template-columns: 1fr 1fr;
    column-gap: 50px;
    row-gap: 50px;
  }
}
@media screen and (max-width: 834px) {
  .solutions-card-grid > .solutions-card-grid--card-wrapper {
    padding: 0;
    grid-template-columns: 1fr;
  }
}
@media screen and (min-width: 835px) and (max-width: 1400px) {
  .solutions-card-grid > .solutions-card-grid--card-wrapper.solutions-card-grid--card-wrapper__2-col-max {
    column-gap: 25px;
    row-gap: 25px;
    padding: 0;
  }
}
.solutions-card-grid > .solutions-card-grid--card-wrapper > .solutions-card-grid--card-wrapper--card {
  box-sizing: border-box;
  min-height: 250px;
  min-width: auto;
  flex-shrink: 1;
  flex-grow: 0;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  background: #FFF;
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.25);
  border-left: #006D97 10px solid;
  padding: 0 15px 15px;
  margin-bottom: 2em;
}
.solutions-card-grid > .solutions-card-grid--card-wrapper > .solutions-card-grid--card-wrapper--card:has(a[href]) {
  cursor: pointer;
}
.solutions-card-grid > .solutions-card-grid--card-wrapper > .solutions-card-grid--card-wrapper--card:hover .solutions-card-grid--card-wrapper--card--content a {
  border-bottom: 2px solid #005EB8;
  color: #00A3E0;
}
.solutions-card-grid > .solutions-card-grid--card-wrapper > .solutions-card-grid--card-wrapper--card:has(a:focus) {
  box-shadow: 0px 4px 12px 8px rgba(0, 99, 184, 0.5);
}
.solutions-card-grid > .solutions-card-grid--card-wrapper > .solutions-card-grid--card-wrapper--card:has(a:active) {
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.25) inset;
}
.solutions-card-grid > .solutions-card-grid--card-wrapper > .solutions-card-grid--card-wrapper--card.solutions-card-grid--card-wrapper--card__focused {
  box-shadow: 0px 4px 12px 8px rgba(0, 99, 184, 0.5);
}
.solutions-card-grid > .solutions-card-grid--card-wrapper > .solutions-card-grid--card-wrapper--card.solutions-card-grid--card-wrapper--card__active {
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.25) inset;
}
.solutions-card-grid > .solutions-card-grid--card-wrapper > .solutions-card-grid--card-wrapper--card.tall-card__no-image--grid--card {
  border-left: unset;
  border-bottom: #006D97 10px solid;
  align-items: flex-start;
  min-height: 245px;
  min-width: 280px;
  box-sizing: border-box;
  padding-top: 15px;
  padding-left: 20px;
  padding-right: 10px;
  position: relative;
}
.solutions-card-grid > .solutions-card-grid--card-wrapper > .solutions-card-grid--card-wrapper--card.tall-card__no-image--grid--card:has(a[href]) {
  cursor: pointer;
}
.solutions-card-grid > .solutions-card-grid--card-wrapper > .solutions-card-grid--card-wrapper--card.tall-card__no-image--grid--card:hover h3.tall-card__no-image--grid--card--title a {
  border-bottom: 2px solid #005EB8;
  color: #00A3E0;
}
.solutions-card-grid > .solutions-card-grid--card-wrapper > .solutions-card-grid--card-wrapper--card.tall-card__no-image--grid--card > h3.tall-card__no-image--grid--card--title {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-top: 0;
}
.solutions-card-grid > .solutions-card-grid--card-wrapper > .solutions-card-grid--card-wrapper--card.tall-card__no-image--grid--card > h3.tall-card__no-image--grid--card--title > a {
  color: #0085B8;
  font-family: "Open Sans";
  font-size: 21px;
  font-style: normal;
  line-height: 36px;
  font-weight: 700;
}
.solutions-card-grid > .solutions-card-grid--card-wrapper > .solutions-card-grid--card-wrapper--card.tall-card__no-image--grid--card > h3.tall-card__no-image--grid--card--title a:focus {
  border-bottom: 2px solid #005EB8;
  outline: none;
}
.solutions-card-grid > .solutions-card-grid--card-wrapper > .solutions-card-grid--card-wrapper--card.tall-card__no-image--grid--card:has(a:focus) {
  box-shadow: 0px 4px 12px 8px rgba(0, 99, 184, 0.5);
}
.solutions-card-grid > .solutions-card-grid--card-wrapper > .solutions-card-grid--card-wrapper--card.tall-card__no-image--grid--card:has(a:active) {
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.25) inset;
}
.solutions-card-grid > .solutions-card-grid--card-wrapper > .solutions-card-grid--card-wrapper--card.tall-card__no-image--grid--card.tall-card__no-image--grid--card__focused {
  box-shadow: 0px 4px 12px 8px rgba(0, 99, 184, 0.5);
}
.solutions-card-grid > .solutions-card-grid--card-wrapper > .solutions-card-grid--card-wrapper--card.tall-card__no-image--grid--card.tall-card__no-image--grid--card__active {
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.25) inset;
}
.solutions-card-grid > .solutions-card-grid--card-wrapper > .solutions-card-grid--card-wrapper--card.tall-card__no-image--grid--card > .tall-card__no-image--grid--card--category {
  margin-bottom: 10px;
  white-space: nowrap;
  margin-top: 10px;
}
.solutions-card-grid > .solutions-card-grid--card-wrapper > .solutions-card-grid--card-wrapper--card.tall-card__no-image--grid--card > .tall-card__no-image--grid--card--footer {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  position: absolute;
  left: 20px;
  right: 30px;
  bottom: 20px;
  top: calc(100% - 50px);
  flex-wrap: nowrap;
}
.solutions-card-grid > .solutions-card-grid--card-wrapper > .solutions-card-grid--card-wrapper--card.tall-card__no-image--grid--card > .tall-card__no-image--grid--card--footer > .tall-card__no-image--grid--card--footer--icon {
  width: 27px;
  height: 30px;
  padding: 0;
  flex-basis: 27px;
  flex-shrink: 0;
  flex-grow: 0;
}
.solutions-card-grid > .solutions-card-grid--card-wrapper > .solutions-card-grid--card-wrapper--card.tall-card__no-image--grid--card > .tall-card__no-image--grid--card--footer > .tall-card__no-image--grid--card--footer--icon > img,
.solutions-card-grid > .solutions-card-grid--card-wrapper > .solutions-card-grid--card-wrapper--card.tall-card__no-image--grid--card > .tall-card__no-image--grid--card--footer > .tall-card__no-image--grid--card--footer--icon > svg {
  width: 28px;
  height: 38px;
}
.solutions-card-grid > .solutions-card-grid--card-wrapper > .solutions-card-grid--card-wrapper--card.tall-card__no-image--grid--card > .tall-card__no-image--grid--card--footer > .tall-card__no-image--grid--card--footer--date {
  height: 30px;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: content;
  font-family: "Open Sans";
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: 0em;
  text-align: left;
  color: #415662;
  padding-top: 12px;
  padding-left: 8px;
}
.solutions-card-grid > .solutions-card-grid--card-wrapper > .solutions-card-grid--card-wrapper--card > .solutions-card-grid--card-wrapper--card--label__no-icon {
  color: #002950;
  font-family: "Open Sans";
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 4.5px;
  text-transform: uppercase;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 25px;
  box-sizing: border-box;
}
.solutions-card-grid > .solutions-card-grid--card-wrapper > .solutions-card-grid--card-wrapper--card > .solutions-card-grid--card-wrapper--card--icon__left-label {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}
.solutions-card-grid > .solutions-card-grid--card-wrapper > .solutions-card-grid--card-wrapper--card > .solutions-card-grid--card-wrapper--card--icon__left-label > div:nth-child(1) {
  color: #002950;
  flex-basis: calc(100% - 82px);
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 4.5px;
  text-transform: uppercase;
  padding-top: 50px;
}
.solutions-card-grid > .solutions-card-grid--card-wrapper > .solutions-card-grid--card-wrapper--card > .solutions-card-grid--card-wrapper--card--icon__left-label > div:nth-child(2) {
  padding: 1em 0;
  flex-basis: 82px;
  flex-grow: 0;
  flex-shrink: 0;
  text-align: right;
}
.solutions-card-grid > .solutions-card-grid--card-wrapper > .solutions-card-grid--card-wrapper--card > .solutions-card-grid--card-wrapper--card--icon__left-label > div:nth-child(2) > svg {
  width: 75px;
  height: 75px;
}
.solutions-card-grid > .solutions-card-grid--card-wrapper > .solutions-card-grid--card-wrapper--card > .solutions-card-grid--card-wrapper--card--content {
  color: #00A3E0;
  font-family: "Open Sans Condensed";
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.solutions-card-grid > .solutions-card-grid--card-wrapper > .solutions-card-grid--card-wrapper--card > .solutions-card-grid--card-wrapper--card--content > a {
  color: #005EB8;
  text-decoration: underline;
  font-family: "Open Sans Condensed";
}
.solutions-card-grid > .solutions-card-grid--card-wrapper > .solutions-card-grid--card-wrapper--card > .solutions-card-grid--card-wrapper--card--content > a:hover {
  color: #00A3E0;
}
.solutions-card-grid > .solutions-card-grid--card-wrapper > .solutions-card-grid--card-wrapper--card > .solutions-card-grid--card-wrapper--card--content > a {
  color: #00A3E0;
  font-family: "Open Sans Condensed";
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-decoration: none;
}
.solutions-card-grid > .solutions-card-grid--card-wrapper > .solutions-card-grid--card-wrapper--card > .solutions-card-grid--card-wrapper--card--content > a > a {
  color: #005EB8;
  text-decoration: underline;
  font-family: "Open Sans Condensed";
}
.solutions-card-grid > .solutions-card-grid--card-wrapper > .solutions-card-grid--card-wrapper--card > .solutions-card-grid--card-wrapper--card--content > a > a:hover {
  color: #00A3E0;
}
.solutions-card-grid > .solutions-card-grid--call-to-action {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 150px;
}
.solutions-card-grid > .solutions-card-grid--call-to-action > .link-button {
  font-family: "Open Sans";
  border-radius: 6px;
  background: #F4F8FB;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  text-align: center;
  height: 50px;
  padding: 0;
  white-space: nowrap;
}
.solutions-card-grid > .solutions-card-grid--call-to-action > .link-button:has(a:focus) {
  border: 3px solid #00A3E0;
  background: #F4F8FB;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  height: 45px;
}
.solutions-card-grid > .solutions-card-grid--call-to-action > .link-button:has(a:focus) > a:focus {
  line-height: 46px;
}
.solutions-card-grid > .solutions-card-grid--call-to-action > .link-button:has(a:hover) {
  background: #F4F8FB;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.solutions-card-grid > .solutions-card-grid--call-to-action > .link-button:has(a:hover) > a:hover {
  background: unset;
  color: #00A3E0;
}
.solutions-card-grid > .solutions-card-grid--call-to-action > .link-button:has(a:active) {
  background: #F4F8FB;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25) inset;
  border: none;
  border: none;
}
.solutions-card-grid > .solutions-card-grid--call-to-action > .link-button:has(a[disabled]) {
  background: #94A1A8;
}
.solutions-card-grid > .solutions-card-grid--call-to-action > .link-button > a {
  display: inline-block;
  box-sizing: border-box;
  line-height: 50px;
  width: 100%;
  color: #003B5C;
  text-decoration: none;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
}
.solutions-card-grid > .solutions-card-grid--call-to-action > .link-button > a {
  padding-left: 50px;
  padding-right: 50px;
}
.solutions-card-grid > .solutions-card-grid--call-to-action > .link-button:hover {
  background: #F4F8FB;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.solutions-card-grid > .solutions-card-grid--call-to-action > .link-button:hover > a:hover {
  background: unset;
  color: #00A3E0;
}
.solutions-card-grid > .solutions-card-grid--call-to-action > .link-button.link-button__focus {
  border: 3px solid #00A3E0;
  background: #F4F8FB;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  height: 45px;
}
.solutions-card-grid > .solutions-card-grid--call-to-action > .link-button.link-button__focus > a:focus {
  line-height: 46px;
}
.solutions-card-grid > .solutions-card-grid--call-to-action > .link-button.link-button__active {
  background: #F4F8FB;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25) inset;
  border: none;
}
.solutions-card-grid > .solutions-card-grid--call-to-action > .link-button.link-button__disabled {
  background: #94A1A8;
}
.solutions-card-grid > .solutions-card-grid--call-to-action > div {
  font-family: "Open Sans";
  border-radius: 6px;
  background: #F4F8FB;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  text-align: center;
  height: 50px;
  padding: 0;
  white-space: nowrap;
}
.solutions-card-grid > .solutions-card-grid--call-to-action > div:has(a:focus) {
  border: 3px solid #00A3E0;
  background: #F4F8FB;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  height: 45px;
}
.solutions-card-grid > .solutions-card-grid--call-to-action > div:has(a:focus) > a:focus {
  line-height: 46px;
}
.solutions-card-grid > .solutions-card-grid--call-to-action > div:has(a:hover) {
  background: #F4F8FB;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.solutions-card-grid > .solutions-card-grid--call-to-action > div:has(a:hover) > a:hover {
  background: unset;
  color: #00A3E0;
}
.solutions-card-grid > .solutions-card-grid--call-to-action > div:has(a:active) {
  background: #F4F8FB;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25) inset;
  border: none;
  border: none;
}
.solutions-card-grid > .solutions-card-grid--call-to-action > div:has(a[disabled]) {
  background: #94A1A8;
}
.solutions-card-grid > .solutions-card-grid--call-to-action > div > a {
  display: inline-block;
  box-sizing: border-box;
  line-height: 50px;
  width: 100%;
  color: #003B5C;
  text-decoration: none;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
}
.solutions-card-grid > .solutions-card-grid--call-to-action > div:hover {
  background: #F4F8FB;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.solutions-card-grid > .solutions-card-grid--call-to-action > div:hover > a:hover {
  background: unset;
  color: #00A3E0;
}
.solutions-card-grid > .solutions-card-grid--call-to-action > div.link-button__focus {
  border: 3px solid #00A3E0;
  background: #F4F8FB;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  height: 45px;
}
.solutions-card-grid > .solutions-card-grid--call-to-action > div.link-button__focus > a:focus {
  line-height: 46px;
}
.solutions-card-grid > .solutions-card-grid--call-to-action > div.link-button__active {
  background: #F4F8FB;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25) inset;
  border: none;
}
.solutions-card-grid > .solutions-card-grid--call-to-action > div.link-button__disabled {
  background: #94A1A8;
}
.solutions-card-grid > .solutions-card-grid--call-to-action > div > a {
  padding-left: 50px;
  padding-right: 50px;
}

.landing-page-solutions-community-voices--wrapper {
  padding: 0;
}
.landing-page-solutions-community-voices--wrapper > .landing-page-solutions-community-voices--header > h2 {
  color: #003551;
}
@media screen and (max-width: 834px) {
  .landing-page-solutions-community-voices--wrapper > .landing-page-solutions-community-voices--header > h2 {
    padding-left: 30px;
  }
}
@media screen and (max-width: 979px) {
  .landing-page-solutions-community-voices--wrapper > .landing-page-solutions-community-voices .hero-with-headline {
    margin: 0;
    padding: 0;
  }
}
@media screen and (min-width: 360px) and (max-width: 369px) {
  .landing-page-solutions-community-voices--wrapper > .landing-page-solutions-community-voices.landing-page-hero-wrapper {
    height: 2000px;
  }
}
@media screen and (min-width: 370px) and (max-width: 389px) {
  .landing-page-solutions-community-voices--wrapper > .landing-page-solutions-community-voices.landing-page-hero-wrapper {
    height: 1950px;
  }
}
@media screen and (min-width: 390px) and (max-width: 409px) {
  .landing-page-solutions-community-voices--wrapper > .landing-page-solutions-community-voices.landing-page-hero-wrapper {
    height: 1900px;
  }
}
@media screen and (min-width: 410px) and (max-width: 430px) {
  .landing-page-solutions-community-voices--wrapper > .landing-page-solutions-community-voices.landing-page-hero-wrapper {
    height: 1750px;
  }
}
@media screen and (min-width: 431px) and (max-width: 480px) {
  .landing-page-solutions-community-voices--wrapper > .landing-page-solutions-community-voices.landing-page-hero-wrapper {
    height: 1650px;
  }
}
@media screen and (min-width: 481px) and (max-width: 539px) {
  .landing-page-solutions-community-voices--wrapper > .landing-page-solutions-community-voices.landing-page-hero-wrapper {
    height: 1350px;
  }
}
@media screen and (min-width: 540px) and (max-width: 599px) {
  .landing-page-solutions-community-voices--wrapper > .landing-page-solutions-community-voices.landing-page-hero-wrapper {
    height: 1250px;
  }
}
@media screen and (min-width: 600px) and (max-width: 679px) {
  .landing-page-solutions-community-voices--wrapper > .landing-page-solutions-community-voices.landing-page-hero-wrapper {
    height: 1150px;
  }
}
@media screen and (min-width: 680px) and (max-width: 739px) {
  .landing-page-solutions-community-voices--wrapper > .landing-page-solutions-community-voices.landing-page-hero-wrapper {
    height: 1050px;
  }
}
@media screen and (min-width: 740px) and (max-width: 979px) {
  .landing-page-solutions-community-voices--wrapper > .landing-page-solutions-community-voices.landing-page-hero-wrapper {
    height: 950px;
  }
}
@media screen and (min-width: 980px) {
  .landing-page-solutions-community-voices--wrapper > .landing-page-solutions-community-voices.landing-page-hero-wrapper {
    height: 800px;
  }
}
@media screen and (min-width: 360px) and (max-width: 369px) {
  .landing-page-solutions-community-voices--wrapper > .landing-page-solutions-community-voices .hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport {
    height: 1900px;
  }
}
@media screen and (min-width: 370px) and (max-width: 389px) {
  .landing-page-solutions-community-voices--wrapper > .landing-page-solutions-community-voices .hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport {
    height: 1850px;
  }
}
@media screen and (min-width: 390px) and (max-width: 409px) {
  .landing-page-solutions-community-voices--wrapper > .landing-page-solutions-community-voices .hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport {
    height: 1800px;
  }
}
@media screen and (min-width: 410px) and (max-width: 430px) {
  .landing-page-solutions-community-voices--wrapper > .landing-page-solutions-community-voices .hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport {
    height: 1700px;
  }
}
@media screen and (min-width: 431px) and (max-width: 480px) {
  .landing-page-solutions-community-voices--wrapper > .landing-page-solutions-community-voices .hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport {
    height: 1600px;
  }
}
@media screen and (min-width: 481px) and (max-width: 539px) {
  .landing-page-solutions-community-voices--wrapper > .landing-page-solutions-community-voices .hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport {
    height: 1300px;
  }
}
@media screen and (min-width: 540px) and (max-width: 599px) {
  .landing-page-solutions-community-voices--wrapper > .landing-page-solutions-community-voices .hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport {
    height: 1200px;
  }
}
@media screen and (min-width: 600px) and (max-width: 679px) {
  .landing-page-solutions-community-voices--wrapper > .landing-page-solutions-community-voices .hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport {
    height: 1100px;
  }
}
@media screen and (min-width: 680px) and (max-width: 739px) {
  .landing-page-solutions-community-voices--wrapper > .landing-page-solutions-community-voices .hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport {
    height: 1000px;
  }
}
@media screen and (min-width: 740px) and (max-width: 979px) {
  .landing-page-solutions-community-voices--wrapper > .landing-page-solutions-community-voices .hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport {
    height: 900px;
  }
}
@media screen and (min-width: 980px) {
  .landing-page-solutions-community-voices--wrapper > .landing-page-solutions-community-voices .hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport {
    height: 800px;
  }
}
@media screen and (max-width: 979px) {
  .landing-page-solutions-community-voices--wrapper > .landing-page-solutions-community-voices .hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport .hero-with-headline--carousel--wrapper .hero-with-headline--carousel--item {
    justify-content: stretch;
  }
}
.landing-page-solutions-community-voices--wrapper > .landing-page-solutions-community-voices .landing-page-community-voices--arrow-margin-wrapper {
  height: 100%;
  align-content: space-between;
  display: flex;
  justify-content: stretch;
  align-items: stretch;
  height: auto;
}
@media screen and (max-width: 979px) {
  .landing-page-solutions-community-voices--wrapper > .landing-page-solutions-community-voices .landing-page-community-voices--arrow-margin-wrapper {
    flex-direction: column;
  }
}
@media screen and (min-width: 980px) {
  .landing-page-solutions-community-voices--wrapper > .landing-page-solutions-community-voices .landing-page-community-voices--arrow-margin-wrapper {
    flex-direction: row;
  }
}
@media screen and (min-width: 1200px) {
  .landing-page-solutions-community-voices--wrapper > .landing-page-solutions-community-voices .landing-page-community-voices--arrow-margin-wrapper {
    margin: 0 80px;
    width: calc(100% - 160px);
  }
}
@media screen and (max-width: 1199px) {
  .landing-page-solutions-community-voices--wrapper > .landing-page-solutions-community-voices .landing-page-community-voices--arrow-margin-wrapper {
    margin: 0 40px;
    width: calc(100% - 80px);
  }
}
@media screen and (max-width: 739px) {
  .landing-page-solutions-community-voices--wrapper > .landing-page-solutions-community-voices .landing-page-community-voices--arrow-margin-wrapper {
    margin: 0 20px;
    width: calc(100% - 40px);
  }
}
.landing-page-solutions-community-voices--wrapper > .landing-page-solutions-community-voices .landing-page-community-voices--arrow-margin-wrapper .landing-page-community-voices--testimonial {
  display: flex;
}
@media screen and (max-width: 979px) {
  .landing-page-solutions-community-voices--wrapper > .landing-page-solutions-community-voices .landing-page-community-voices--arrow-margin-wrapper .landing-page-community-voices--testimonial {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
}
@media screen and (min-width: 980px) {
  .landing-page-solutions-community-voices--wrapper > .landing-page-solutions-community-voices .landing-page-community-voices--arrow-margin-wrapper .landing-page-community-voices--testimonial {
    flex-direction: row;
    justify-content: stretch;
    align-items: stretch;
  }
}
.landing-page-solutions-community-voices--wrapper > .landing-page-solutions-community-voices .landing-page-community-voices--arrow-margin-wrapper .landing-page-community-voices--testimonial > .landing-page-community-voices--testimonial--logo {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 980px) {
  .landing-page-solutions-community-voices--wrapper > .landing-page-solutions-community-voices .landing-page-community-voices--arrow-margin-wrapper .landing-page-community-voices--testimonial > .landing-page-community-voices--testimonial--logo {
    flex-basis: 38.6%;
    flex-grow: 1;
    flex-shrink: 1;
  }
}
@media screen and (max-width: 979px) {
  .landing-page-solutions-community-voices--wrapper > .landing-page-solutions-community-voices .landing-page-community-voices--arrow-margin-wrapper .landing-page-community-voices--testimonial > .landing-page-community-voices--testimonial--logo {
    flex-grow: 0;
    flex-shrink: 0;
  }
}
.landing-page-solutions-community-voices--wrapper > .landing-page-solutions-community-voices .landing-page-community-voices--arrow-margin-wrapper .landing-page-community-voices--testimonial > .landing-page-community-voices--testimonial--logo > img {
  flex-basis: content;
  flex-grow: 0;
  flex-shrink: 0;
  object-fit: contain;
  width: 100%;
  height: auto;
  max-height: 350px;
}
.landing-page-solutions-community-voices--wrapper > .landing-page-solutions-community-voices .landing-page-community-voices--arrow-margin-wrapper .landing-page-community-voices--testimonial > .landing-page-community-voices--testimonial--citation {
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: baseline;
}
@media screen and (min-width: 980px) {
  .landing-page-solutions-community-voices--wrapper > .landing-page-solutions-community-voices .landing-page-community-voices--arrow-margin-wrapper .landing-page-community-voices--testimonial > .landing-page-community-voices--testimonial--citation {
    flex-basis: 61.4%;
    flex-grow: 1;
    flex-shrink: 1;
  }
}
@media screen and (max-width: 979px) {
  .landing-page-solutions-community-voices--wrapper > .landing-page-solutions-community-voices .landing-page-community-voices--arrow-margin-wrapper .landing-page-community-voices--testimonial > .landing-page-community-voices--testimonial--citation {
    flex-grow: 0;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 739px) {
  .landing-page-solutions-community-voices--wrapper > .landing-page-solutions-community-voices .landing-page-community-voices--arrow-margin-wrapper .landing-page-community-voices--testimonial > .landing-page-community-voices--testimonial--citation {
    align-items: unset;
    padding: 0 20px;
    overflow-y: scroll;
  }
}
.landing-page-solutions-community-voices--wrapper > .landing-page-solutions-community-voices .landing-page-community-voices--arrow-margin-wrapper .landing-page-community-voices--testimonial > .landing-page-community-voices--testimonial--citation > blockquote {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}
@media screen and (min-width: 980px) {
  .landing-page-solutions-community-voices--wrapper > .landing-page-solutions-community-voices .landing-page-community-voices--arrow-margin-wrapper .landing-page-community-voices--testimonial > .landing-page-community-voices--testimonial--citation > blockquote {
    flex-basis: content;
    flex-grow: 1;
    flex-shrink: 1;
  }
}
@media screen and (max-width: 979px) {
  .landing-page-solutions-community-voices--wrapper > .landing-page-solutions-community-voices .landing-page-community-voices--arrow-margin-wrapper .landing-page-community-voices--testimonial > .landing-page-community-voices--testimonial--citation > blockquote {
    margin-left: 0;
  }
}
@media screen and (min-width: 980px) {
  .landing-page-solutions-community-voices--wrapper > .landing-page-solutions-community-voices .landing-page-community-voices--arrow-margin-wrapper .landing-page-community-voices--testimonial > .landing-page-community-voices--testimonial--citation > blockquote {
    margin-left: 40px;
  }
}
@media screen and (max-width: 739px) {
  .landing-page-solutions-community-voices--wrapper > .landing-page-solutions-community-voices .landing-page-community-voices--arrow-margin-wrapper .landing-page-community-voices--testimonial > .landing-page-community-voices--testimonial--citation > blockquote {
    margin-left: 0;
    margin-right: 0;
  }
}
.landing-page-solutions-community-voices--wrapper > .landing-page-solutions-community-voices .landing-page-community-voices--arrow-margin-wrapper .landing-page-community-voices--testimonial > .landing-page-community-voices--testimonial--citation > blockquote > p {
  color: #000;
  font-family: "Open Sans";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 48px;
  color: #415662;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
}
.landing-page-solutions-community-voices--wrapper > .landing-page-solutions-community-voices .landing-page-community-voices--arrow-margin-wrapper .landing-page-community-voices--testimonial > .landing-page-community-voices--testimonial--citation > cite {
  flex-basis: content;
  flex-grow: 0;
  flex-shrink: 0;
  margin-left: 40px;
}
@media screen and (max-width: 739px) {
  .landing-page-solutions-community-voices--wrapper > .landing-page-solutions-community-voices .landing-page-community-voices--arrow-margin-wrapper .landing-page-community-voices--testimonial > .landing-page-community-voices--testimonial--citation > cite {
    margin-left: 0;
  }
}
.landing-page-solutions-community-voices--wrapper > .landing-page-solutions-community-voices .landing-page-community-voices--arrow-margin-wrapper .landing-page-community-voices--testimonial > .landing-page-community-voices--testimonial--citation > cite > div:nth-of-type(1) {
  color: #415662;
  font-family: "Open Sans";
  font-size: 21px;
  font-style: normal;
  line-height: 36px;
  font-weight: 700;
}
.landing-page-solutions-community-voices--wrapper > .landing-page-solutions-community-voices .landing-page-community-voices--arrow-margin-wrapper .landing-page-community-voices--testimonial > .landing-page-community-voices--testimonial--citation > cite > div:nth-of-type(2) {
  color: #415662;
  font-family: "Open Sans";
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}

.link-button {
  text-align: center;
  height: 50px;
  border-radius: 6px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  background-color: #F4F8FB;
}
.link-button > a {
  color: #003B5C;
  font-size: 18px;
  line-height: 2.8;
  text-decoration: none;
  font-weight: 700;
}
.link-button > a:hover {
  background: #DCEBF4;
}

.side-panel-button-stack {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: flex-start;
  width: 100%;
  height: 100%;
}
.side-panel-button-stack > .side-panel-button-stack--button {
  width: 100%;
}
.side-panel-button-stack > .side-panel-button-stack--button > opensearch-button {
  width: 100%;
  height: 71px;
}
.side-panel-button-stack > .side-panel-button-stack--button > opensearch-button span[slot=icon-slot] {
  width: 37px;
  height: 37px;
  padding: 1em;
}
.side-panel-button-stack > .side-panel-button-stack--button > opensearch-button div[slot=icon-slot] {
  widtH: 37px;
  height: 37px;
}
.side-panel-button-stack > .side-panel-button-stack--button > opensearch-button div[slot=text-slot] {
  font-weight: bolder;
}
.side-panel-button-stack > .side-panel-button-stack--button > .side-panel-button-stack--button__split {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.side-panel-button-stack > .side-panel-button-stack--button > .side-panel-button-stack--button__split > .side-panel-button-stack--button__split--half {
  flex-basis: 45%;
}
.side-panel-button-stack > .side-panel-button-stack--button > .side-panel-button-stack--button__split > .side-panel-button-stack--button__split--half > opensearch-button {
  width: 100%;
  height: 71px;
}
.side-panel-button-stack > .side-panel-button-stack--button > .side-panel-button-stack--button__split > .side-panel-button-stack--button__split--half > opensearch-button span[slot=icon-slot] {
  width: 37px;
  height: 37px;
  padding: 1em;
}
.side-panel-button-stack > .side-panel-button-stack--button > .side-panel-button-stack--button__split > .side-panel-button-stack--button__split--half > opensearch-button div[slot=icon-slot] {
  widtH: 37px;
  height: 37px;
}
.side-panel-button-stack > .side-panel-button-stack--button > .side-panel-button-stack--button__split > .side-panel-button-stack--button__split--half > opensearch-button div[slot=text-slot] {
  font-weight: bolder;
}

.landing-page-solutions--hero-3up {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  background: linear-gradient(180deg, #E1FAFF 0%, #98E3F4 48.15%, #00B7E0 100%);
  padding: 80px;
}
@media screen and (max-width: 833px) {
  .landing-page-solutions--hero-3up {
    padding: 40px;
  }
}
.landing-page-solutions--hero-3up > .landing-page-solutions--hero-3up--title {
  width: 100%;
  flex-grow: 0;
  flex-shrink: 0;
}
@media screen and (max-width: 1439px) {
  .landing-page-solutions--hero-3up > .landing-page-solutions--hero-3up--hero {
    display: none;
  }
}
@media screen and (min-width: 1440px) {
  .landing-page-solutions--hero-3up > .landing-page-solutions--hero-3up--hero {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.25);
    padding: 0;
    margin: 0;
  }
  .landing-page-solutions--hero-3up > .landing-page-solutions--hero-3up--hero > .landing-page-solutions--hero-3up--hero--image {
    padding: 0;
  }
  .landing-page-solutions--hero-3up > .landing-page-solutions--hero-3up--hero > .landing-page-solutions--hero-3up--hero--image:not(:has(> img)) {
    background: linear-gradient(180deg, #963CBD 5.45%, #2CD5C4 100%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }
  .landing-page-solutions--hero-3up > .landing-page-solutions--hero-3up--hero > .landing-page-solutions--hero-3up--hero--image:not(:has(> img)) > svg {
    margin: auto;
  }
  .landing-page-solutions--hero-3up > .landing-page-solutions--hero-3up--hero > .landing-page-solutions--hero-3up--hero--image > img {
    object-fit: contain;
    width: 100%;
    height: 100%;
    margin: 0;
  }
  .landing-page-solutions--hero-3up > .landing-page-solutions--hero-3up--hero > .landing-page-solutions--hero-3up--hero--preview {
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 40px;
    height: 414px;
    border-bottom: #006D97 6px solid;
  }
  .landing-page-solutions--hero-3up > .landing-page-solutions--hero-3up--hero > .landing-page-solutions--hero-3up--hero--preview > .landing-page-solutions--hero-3up--hero--preview--category {
    color: #003551;
    font-family: "Open Sans";
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 4.5px;
    text-transform: uppercase;
    flex-basis: 62.5px;
  }
  .landing-page-solutions--hero-3up > .landing-page-solutions--hero-3up--hero > .landing-page-solutions--hero-3up--hero--preview > .landing-page-solutions--hero-3up--hero--preview--title {
    color: #0085B8;
    font-family: "Open Sans";
    font-size: 21px;
    font-style: normal;
    line-height: 36px;
    font-weight: 700;
    flex-basis: 125px;
  }
  .landing-page-solutions--hero-3up > .landing-page-solutions--hero-3up--hero > .landing-page-solutions--hero-3up--hero--preview > .landing-page-solutions--hero-3up--hero--preview--excerpt {
    font-family: "Open Sans";
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: 0em;
    text-align: left;
    flex-basis: 150px;
  }
  .landing-page-solutions--hero-3up > .landing-page-solutions--hero-3up--hero > .landing-page-solutions--hero-3up--hero--preview > .landing-page-solutions--hero-3up--hero--preview--excerpt > p:last-of-type {
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .landing-page-solutions--hero-3up > .landing-page-solutions--hero-3up--hero > .landing-page-solutions--hero-3up--hero--preview > .landing-page-solutions--hero-3up--hero--preview--author {
    color: #003551;
    font-family: "Open Sans";
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 21px;
    flex-basis: 62.5px;
  }
  .landing-page-solutions--hero-3up > .landing-page-solutions--hero-3up--hero > div {
    flex-basis: 50%;
    height: 500px;
  }
}
.landing-page-solutions--hero-3up > .landing-page-solutions--hero-3-up--3up {
  padding: 0;
}
.landing-page-solutions--hero-3up > .landing-page-solutions--hero-3-up--3up > .resource-grid {
  min-height: 550px;
  margin: 40px 0;
  justify-content: space-between;
}
@media screen and (max-width: 1439px) {
  .landing-page-solutions--hero-3up > .landing-page-solutions--hero-3-up--3up > .resource-grid {
    row-gap: 2em;
  }
}
.landing-page-solutions--hero-3up > .landing-page-solutions--hero-3-up--3up > .resource-grid .resource-grid--item {
  background-color: white;
  padding: 0;
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 833px) {
  .landing-page-solutions--hero-3up > .landing-page-solutions--hero-3-up--3up > .resource-grid .resource-grid--item {
    width: 100%;
    max-width: 100%;
    min-height: 600px;
  }
}
@media screen and (min-width: 834px) and (max-width: 1439px) {
  .landing-page-solutions--hero-3up > .landing-page-solutions--hero-3-up--3up > .resource-grid .resource-grid--item {
    width: calc(50% - 2em);
    max-width: calc(50% - 2em);
    min-height: 500px;
  }
}
@media screen and (min-width: 1440px) {
  .landing-page-solutions--hero-3up > .landing-page-solutions--hero-3-up--3up > .resource-grid .resource-grid--item {
    min-height: 400px;
    max-height: 500px;
  }
  .landing-page-solutions--hero-3up > .landing-page-solutions--hero-3-up--3up > .resource-grid .resource-grid--item:nth-of-type(1) {
    display: none;
  }
}
.landing-page-solutions--hero-3up > .landing-page-solutions--hero-3-up--3up > .resource-grid .resource-grid--item .resource-grid--item--title-type {
  color: #003551;
  font-family: "Open Sans";
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 4.5px;
  text-transform: uppercase;
  padding-left: 2em;
  position: relative;
  top: -10px;
}
.landing-page-solutions--hero-3up > .landing-page-solutions--hero-3-up--3up > .resource-grid .resource-grid--item .resource-grid--item--title {
  position: relative;
}
.landing-page-solutions--hero-3up > .landing-page-solutions--hero-3-up--3up > .resource-grid .resource-grid--item .resource-grid--item--title > div {
  position: absolute;
  top: 0;
  left: 14px;
  padding-right: 14px;
  height: auto;
  -webkit-line-clamp: unset;
  overflow: hidden;
}
.landing-page-solutions--hero-3up > .landing-page-solutions--hero-3-up--3up > .resource-grid .resource-grid--item .resource-grid--item--link {
  color: #0085B8;
  font-family: "Open Sans";
  font-size: 21px;
  font-style: normal;
  line-height: 36px;
  font-weight: 700;
}

.author-social-media--mastodon {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  column-gap: 3px;
}
.author-social-media--mastodon > div {
  flex-shrink: 0;
  flex-grow: 0;
}
.author-social-media--mastodon > .author-social-media--mastodon--icon {
  flex-basis: 15px;
  height: 16px;
}
.author-social-media--mastodon > .author-social-media--mastodon--icon > a > svg {
  width: 15px;
  height: 16px;
  flex-shrink: 0;
  padding-right: 8px;
}
.author-social-media--mastodon > .author-social-media--mastodon--name {
  flex-basis: auto;
}

.platform-page--solutions--use-cases--table, .platform-page--content .platform-page--solution--use-cases > table, .full-width-layout--content > .full-width-layout--content--body .platform-page--solution--use-cases > table, .data-table__use-case-styles, .landing-page-content__right-panel > .landing-page-content__right-panel--content > .landing-page-content__right-panel--content--body table {
  background: #FFF;
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.25);
}
.platform-page--solutions--use-cases--table > thead, .platform-page--content .platform-page--solution--use-cases > table > thead, .full-width-layout--content > .full-width-layout--content--body .platform-page--solution--use-cases > table > thead, .data-table__use-case-styles > thead, .landing-page-content__right-panel > .landing-page-content__right-panel--content > .landing-page-content__right-panel--content--body table > thead {
  height: 50px;
}
.platform-page--solutions--use-cases--table > thead > tr > th, .platform-page--content .platform-page--solution--use-cases > table > thead > tr > th, .full-width-layout--content > .full-width-layout--content--body .platform-page--solution--use-cases > table > thead > tr > th, .data-table__use-case-styles > thead > tr > th, .landing-page-content__right-panel > .landing-page-content__right-panel--content > .landing-page-content__right-panel--content--body table > thead > tr > th {
  color: #002950;
  font-family: "Open Sans";
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 4.5px;
  text-transform: uppercase;
  border-bottom: 6px solid #006D97;
  text-align: left;
  padding-left: 12px;
  padding-right: 12px;
  white-space: nowrap;
}
.platform-page--solutions--use-cases--table > thead > tr > th:nth-of-type(1), .platform-page--content .platform-page--solution--use-cases > table > thead > tr > th:nth-of-type(1), .full-width-layout--content > .full-width-layout--content--body .platform-page--solution--use-cases > table > thead > tr > th:nth-of-type(1), .data-table__use-case-styles > thead > tr > th:nth-of-type(1), .landing-page-content__right-panel > .landing-page-content__right-panel--content > .landing-page-content__right-panel--content--body table > thead > tr > th:nth-of-type(1) {
  white-space: nowrap;
  overflow-x: visible;
}
@media screen and (min-width: 601px) {
  .platform-page--solutions--use-cases--table > thead > tr > th:nth-of-type(1), .platform-page--content .platform-page--solution--use-cases > table > thead > tr > th:nth-of-type(1), .full-width-layout--content > .full-width-layout--content--body .platform-page--solution--use-cases > table > thead > tr > th:nth-of-type(1), .data-table__use-case-styles > thead > tr > th:nth-of-type(1), .landing-page-content__right-panel > .landing-page-content__right-panel--content > .landing-page-content__right-panel--content--body table > thead > tr > th:nth-of-type(1) {
    width: 175px;
  }
}
@media screen and (max-width: 600px) {
  .platform-page--solutions--use-cases--table > thead > tr > th:nth-of-type(1), .platform-page--content .platform-page--solution--use-cases > table > thead > tr > th:nth-of-type(1), .full-width-layout--content > .full-width-layout--content--body .platform-page--solution--use-cases > table > thead > tr > th:nth-of-type(1), .data-table__use-case-styles > thead > tr > th:nth-of-type(1), .landing-page-content__right-panel > .landing-page-content__right-panel--content > .landing-page-content__right-panel--content--body table > thead > tr > th:nth-of-type(1) {
    width: 100px;
  }
}
.platform-page--solutions--use-cases--table > tbody > tr > td, .platform-page--content .platform-page--solution--use-cases > table > tbody > tr > td, .full-width-layout--content > .full-width-layout--content--body .platform-page--solution--use-cases > table > tbody > tr > td, .data-table__use-case-styles > tbody > tr > td, .landing-page-content__right-panel > .landing-page-content__right-panel--content > .landing-page-content__right-panel--content--body table > tbody > tr > td {
  height: 70px;
  font-family: "Open Sans";
  background: #F6F8F8;
  border-bottom: 12px solid #fff;
  padding: 4px 12px;
}
.platform-page--solutions--use-cases--table > tbody > tr > td:nth-of-type(1), .platform-page--content .platform-page--solution--use-cases > table > tbody > tr > td:nth-of-type(1), .full-width-layout--content > .full-width-layout--content--body .platform-page--solution--use-cases > table > tbody > tr > td:nth-of-type(1), .data-table__use-case-styles > tbody > tr > td:nth-of-type(1), .landing-page-content__right-panel > .landing-page-content__right-panel--content > .landing-page-content__right-panel--content--body table > tbody > tr > td:nth-of-type(1) {
  color: #006D97;
  font-family: "Open Sans";
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  white-space: normal;
}
.platform-page--solutions--use-cases--table > tbody > tr > td:nth-of-type(1) > a, .platform-page--content .platform-page--solution--use-cases > table > tbody > tr > td:nth-of-type(1) > a, .full-width-layout--content > .full-width-layout--content--body .platform-page--solution--use-cases > table > tbody > tr > td:nth-of-type(1) > a, .data-table__use-case-styles > tbody > tr > td:nth-of-type(1) > a, .landing-page-content__right-panel > .landing-page-content__right-panel--content > .landing-page-content__right-panel--content--body table > tbody > tr > td:nth-of-type(1) > a {
  color: #006D97;
  font-family: "Open Sans";
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}
@media screen and (min-width: 601px) {
  .platform-page--solutions--use-cases--table > tbody > tr > td:nth-of-type(1), .platform-page--content .platform-page--solution--use-cases > table > tbody > tr > td:nth-of-type(1), .full-width-layout--content > .full-width-layout--content--body .platform-page--solution--use-cases > table > tbody > tr > td:nth-of-type(1), .data-table__use-case-styles > tbody > tr > td:nth-of-type(1), .landing-page-content__right-panel > .landing-page-content__right-panel--content > .landing-page-content__right-panel--content--body table > tbody > tr > td:nth-of-type(1) {
    width: 175px;
  }
}
@media screen and (max-width: 600px) {
  .platform-page--solutions--use-cases--table > tbody > tr > td:nth-of-type(1), .platform-page--content .platform-page--solution--use-cases > table > tbody > tr > td:nth-of-type(1), .full-width-layout--content > .full-width-layout--content--body .platform-page--solution--use-cases > table > tbody > tr > td:nth-of-type(1), .data-table__use-case-styles > tbody > tr > td:nth-of-type(1), .landing-page-content__right-panel > .landing-page-content__right-panel--content > .landing-page-content__right-panel--content--body table > tbody > tr > td:nth-of-type(1) {
    width: 100px;
  }
}
.platform-page--solutions--use-cases--table > tbody > tr > td:nth-of-type(2), .platform-page--content .platform-page--solution--use-cases > table > tbody > tr > td:nth-of-type(2), .full-width-layout--content > .full-width-layout--content--body .platform-page--solution--use-cases > table > tbody > tr > td:nth-of-type(2), .data-table__use-case-styles > tbody > tr > td:nth-of-type(2), .landing-page-content__right-panel > .landing-page-content__right-panel--content > .landing-page-content__right-panel--content--body table > tbody > tr > td:nth-of-type(2) {
  color: #193442;
  font-family: "Open Sans";
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}
.platform-page--solutions--use-cases--table > tbody > tr:last-child > td, .platform-page--content .platform-page--solution--use-cases > table > tbody > tr:last-child > td, .full-width-layout--content > .full-width-layout--content--body .platform-page--solution--use-cases > table > tbody > tr:last-child > td, .data-table__use-case-styles > tbody > tr:last-child > td, .landing-page-content__right-panel > .landing-page-content__right-panel--content > .landing-page-content__right-panel--content--body table > tbody > tr:last-child > td {
  border-bottom: none;
}

.platform-page--content h2.platform-page--solution--header, .full-width-layout--content > .full-width-layout--content--body h2.platform-page--solution--header {
  color: #002950;
}
.platform-page--content h2.platform-page--resource--header, .full-width-layout--content > .full-width-layout--content--body h2.platform-page--resource--header {
  color: #002950;
}
.platform-page--content .platform-solution-page--resources h3, .full-width-layout--content > .full-width-layout--content--body .platform-solution-page--resources h3 {
  color: #002950;
}
.platform-page--content .platform-page--solution--use-cases, .full-width-layout--content > .full-width-layout--content--body .platform-page--solution--use-cases {
  box-sizing: border-box;
  width: 100%;
  background: linear-gradient(180deg, #E1FAFF 0%, #98E3F4 48.15%, #00B7E0 100%);
  padding-top: 40px;
  padding-bottom: 66px;
}
@media screen and (min-width: 1200px) {
  .platform-page--content .platform-page--solution--use-cases, .full-width-layout--content > .full-width-layout--content--body .platform-page--solution--use-cases {
    padding-left: 80px;
    padding-right: 80px;
  }
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
  .platform-page--content .platform-page--solution--use-cases, .full-width-layout--content > .full-width-layout--content--body .platform-page--solution--use-cases {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (min-width: 739px) and (max-width: 959px) {
  .platform-page--content .platform-page--solution--use-cases, .full-width-layout--content > .full-width-layout--content--body .platform-page--solution--use-cases {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 431px) and (max-width: 739px) {
  .platform-page--content .platform-page--solution--use-cases, .full-width-layout--content > .full-width-layout--content--body .platform-page--solution--use-cases {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 430px) {
  .platform-page--content .platform-page--solution--use-cases, .full-width-layout--content > .full-width-layout--content--body .platform-page--solution--use-cases {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.platform-page--content .platform-page--solution--use-cases h2, .full-width-layout--content > .full-width-layout--content--body .platform-page--solution--use-cases h2 {
  color: #002950;
}
.platform-page--content .platform-page--solution--use-cases > table, .full-width-layout--content > .full-width-layout--content--body .platform-page--solution--use-cases > table {
  margin-bottom: 43px;
  width: 100%;
}
@media screen and (max-width: 490px) {
  .platform-page--content .platform-page--solution--use-cases > table > thead > tr > th, .full-width-layout--content > .full-width-layout--content--body .platform-page--solution--use-cases > table > thead > tr > th,
  .platform-page--content .platform-page--solution--use-cases > table > thead > tr > th:nth-of-type(1) {
    white-space: normal;
    overflow: hidden;
  }
  .platform-page--content .platform-page--solution--use-cases > table > tbody > tr, .full-width-layout--content > .full-width-layout--content--body .platform-page--solution--use-cases > table > tbody > tr {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .platform-page--content .platform-page--solution--use-cases > table > tbody > tr > td, .full-width-layout--content > .full-width-layout--content--body .platform-page--solution--use-cases > table > tbody > tr > td,
  .platform-page--content .platform-page--solution--use-cases > table > tbody > tr > td:nth-of-type(1) {
    width: calc(100% - 24px);
    height: min-content;
  }
  .platform-page--content .platform-page--solution--use-cases > table > tbody > tr > td:nth-of-type(1), .full-width-layout--content > .full-width-layout--content--body .platform-page--solution--use-cases > table > tbody > tr > td:nth-of-type(1) {
    border-bottom: none;
  }
  .platform-page--content .platform-page--solution--use-cases > table > tbody > tr > td:nth-of-type(2), .full-width-layout--content > .full-width-layout--content--body .platform-page--solution--use-cases > table > tbody > tr > td:nth-of-type(2) {
    border-bottom: 12px solid #fff;
  }
  .platform-page--content .platform-page--solution--use-cases > table > tbody > tr:last-of-type > td:nth-of-type(2), .full-width-layout--content > .full-width-layout--content--body .platform-page--solution--use-cases > table > tbody > tr:last-of-type > td:nth-of-type(2) {
    border-bottom: none;
  }
}

.platform-landing-page .landing-page-hero-wrapper {
  position: relative;
  background: linear-gradient(180deg, #68E3FF 0%, #005EB8 100%);
}
.platform-landing-page .landing-page-hero-wrapper > .platform-category-page--hero {
  height: auto;
  position: relative;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 835px) {
  .platform-landing-page .landing-page-hero-wrapper > .platform-category-page--hero {
    max-width: unset;
    min-height: 360px;
  }
}
@media screen and (max-width: 834px) {
  .platform-landing-page .landing-page-hero-wrapper > .platform-category-page--hero {
    max-width: 100%;
    height: auto;
    aspect-ratio: 3/2;
  }
}
.platform-landing-page .landing-page-hero-wrapper > .platform-category-page--hero > .landing-page-hero--images {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}
.platform-landing-page .landing-page-hero-wrapper > .platform-category-page--hero > .landing-page-hero--images > .landing-page-hero--images--image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #016BA7 0%, #011C2D 97.92%);
}
.platform-landing-page .landing-page-hero-wrapper > .platform-category-page--hero > .landing-page-hero--images > .landing-page-hero--images--image.landing-page-hero--images--image__desktop > img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.platform-landing-page .landing-page-hero-wrapper > .platform-category-page--hero > .landing-page-hero--images > .landing-page-hero--images--image.landing-page-hero--images--image__mobile > img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 835px) {
  .platform-landing-page .landing-page-hero-wrapper > .platform-category-page--hero > .landing-page-hero--images > .landing-page-hero--images--image.landing-page-hero--images--image__desktop {
    display: block;
  }
  .platform-landing-page .landing-page-hero-wrapper > .platform-category-page--hero > .landing-page-hero--images > .landing-page-hero--images--image.landing-page-hero--images--image__mobile {
    display: none;
  }
}
@media screen and (max-width: 834px) {
  .platform-landing-page .landing-page-hero-wrapper > .platform-category-page--hero > .landing-page-hero--images > .landing-page-hero--images--image.landing-page-hero--images--image__desktop {
    display: none;
  }
  .platform-landing-page .landing-page-hero-wrapper > .platform-category-page--hero > .landing-page-hero--images > .landing-page-hero--images--image.landing-page-hero--images--image__mobile {
    display: block;
  }
}
.platform-landing-page .landing-page-hero-wrapper > .landing-page-hero--header-wrapper {
  position: absolute;
  padding: 0;
}
@media screen and (min-width: 1200px) {
  .platform-landing-page .landing-page-hero-wrapper > .landing-page-hero--header-wrapper {
    top: 34px;
    left: 80px;
  }
}
@media screen and (min-width: 740px) and (max-width: 1199px) {
  .platform-landing-page .landing-page-hero-wrapper > .landing-page-hero--header-wrapper {
    top: 34px;
    left: 40px;
  }
}
@media screen and (max-width: 739px) {
  .platform-landing-page .landing-page-hero-wrapper > .landing-page-hero--header-wrapper {
    top: 34px;
    left: 30px;
  }
}
@media screen and (max-width: 420px) {
  .platform-landing-page .landing-page-hero-wrapper > .landing-page-hero--header-wrapper {
    top: 0;
    left: 30px;
  }
}
.platform-landing-page .landing-page-hero-wrapper > .landing-page-hero--header-wrapper > .landing-page-hero--header {
  padding: 0;
}
.platform-landing-page .landing-page-hero-wrapper > .landing-page-hero--header-wrapper > .landing-page-hero--header > h1 {
  color: #FFF;
  font-family: "Open Sans";
  font-size: 64px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  margin-top: 0;
  margin-bottom: 0;
}
@media screen and (max-width: 660px) {
  .platform-landing-page .landing-page-hero-wrapper > .landing-page-hero--header-wrapper > .landing-page-hero--header > h1 {
    font-family: "Open Sans";
    font-size: 40px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
  }
}
@media screen and (min-width: 1200px) {
  .platform-landing-page .landing-page-hero-wrapper > .landing-page-hero--header-wrapper > .landing-page-hero--header {
    width: calc(70% - 160px);
  }
}
@media screen and (min-width: 835px) and (max-width: 1199px) {
  .platform-landing-page .landing-page-hero-wrapper > .landing-page-hero--header-wrapper > .landing-page-hero--header {
    width: calc(78% - 80px);
  }
}
@media screen and (max-width: 834px) {
  .platform-landing-page .landing-page-hero-wrapper > .landing-page-hero--header-wrapper > .landing-page-hero--header {
    width: calc(100% - 40px);
  }
}
@media screen and (max-width: 739px) {
  .platform-landing-page .landing-page-hero-wrapper > .landing-page-hero--header-wrapper > .landing-page-hero--header {
    width: 75%;
  }
}
@media screen and (max-width: 420px) {
  .platform-landing-page .landing-page-hero-wrapper > .landing-page-hero--header-wrapper > .landing-page-hero--header {
    width: 100%;
  }
}
@media screen and (max-width: 413px) {
  .platform-landing-page .landing-page-hero-wrapper > .landing-page-hero--header-wrapper > .landing-page-hero--header > h1 {
    font-size: 36px;
  }
}
.platform-landing-page .landing-page-hero-wrapper > .landing-page-hero--header-wrapper > .landing-page-hero--header-subtext {
  position: relative;
  top: -20px;
  box-sizing: border-box;
}
.platform-landing-page .landing-page-hero-wrapper > .landing-page-hero--header-wrapper > .landing-page-hero--header-subtext > h2 {
  color: #FFF;
  font-family: "Open Sans";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 42px;
  margin-bottom: 3px;
}
@media screen and (max-width: 460px) {
  .platform-landing-page .landing-page-hero-wrapper > .landing-page-hero--header-wrapper > .landing-page-hero--header-subtext > h2 {
    font-size: 21px;
    line-height: 36px;
  }
}
@media screen and (min-width: 1010px) {
  .platform-landing-page .landing-page-hero-wrapper > .landing-page-hero--header-wrapper > .landing-page-hero--header-subtext {
    width: 50%;
  }
}
@media screen and (min-width: 835px) and (max-width: 1009px) {
  .platform-landing-page .landing-page-hero-wrapper > .landing-page-hero--header-wrapper > .landing-page-hero--header-subtext {
    width: 60%;
  }
}
@media screen and (max-width: 834px) {
  .platform-landing-page .landing-page-hero-wrapper > .landing-page-hero--header-wrapper > .landing-page-hero--header-subtext {
    width: 70%;
    top: 0;
    padding-right: 20px;
  }
}
@media screen and (max-width: 522px) {
  .platform-landing-page .landing-page-hero-wrapper > .landing-page-hero--header-wrapper > .landing-page-hero--header-subtext {
    width: 100%;
  }
}
@media screen and (max-width: 420px) {
  .platform-landing-page .landing-page-hero-wrapper > .landing-page-hero--header-wrapper > .landing-page-hero--header-subtext > h2 {
    font-size: 18px;
    line-height: 27px;
  }
}
.platform-landing-page .platform-landing-page--overview {
  background: #F6F8F8;
  box-sizing: border-box;
  width: 100%;
}
@media screen and (min-width: 1200px) {
  .platform-landing-page .platform-landing-page--overview {
    padding: 40px 80px;
  }
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
  .platform-landing-page .platform-landing-page--overview {
    padding: 30px 40px;
  }
}
@media screen and (min-width: 739px) and (max-width: 959px) {
  .platform-landing-page .platform-landing-page--overview {
    padding: 30px 20px;
  }
}
@media screen and (min-width: 431px) and (max-width: 739px) {
  .platform-landing-page .platform-landing-page--overview {
    padding: 30px;
  }
}
@media screen and (max-width: 430px) {
  .platform-landing-page .platform-landing-page--overview {
    padding: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .platform-landing-page .platform-landing-page--overview {
    padding-top: 60px;
    padding-bottom: 0;
  }
}
@media screen and (min-width: 835px) and (max-width: 1199px) {
  .platform-landing-page .platform-landing-page--overview {
    padding-top: 60px;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 834px) {
  .platform-landing-page .platform-landing-page--overview {
    padding-top: 30px;
    padding-bottom: 0;
  }
}
.platform-landing-page .platform-landing-page--overview > p {
  margin-top: 0;
}
.platform-landing-page > .solutions-card-grid {
  box-sizing: border-box;
  width: 100%;
}
@media screen and (min-width: 1200px) {
  .platform-landing-page > .solutions-card-grid {
    padding: 40px 80px;
  }
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
  .platform-landing-page > .solutions-card-grid {
    padding: 30px 40px;
  }
}
@media screen and (min-width: 739px) and (max-width: 959px) {
  .platform-landing-page > .solutions-card-grid {
    padding: 30px 20px;
  }
}
@media screen and (min-width: 431px) and (max-width: 739px) {
  .platform-landing-page > .solutions-card-grid {
    padding: 30px;
  }
}
@media screen and (max-width: 430px) {
  .platform-landing-page > .solutions-card-grid {
    padding: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .platform-landing-page > .solutions-card-grid {
    padding-top: 60px;
    padding-bottom: 24px;
  }
}
@media screen and (min-width: 835px) and (max-width: 1199px) {
  .platform-landing-page > .solutions-card-grid {
    padding-top: 60px;
    padding-bottom: 24px;
  }
}
@media screen and (max-width: 834px) {
  .platform-landing-page > .solutions-card-grid {
    padding-top: 30px;
    padding-bottom: 0;
  }
}
.platform-landing-page > .solutions-card-grid h2 {
  padding-top: 1em;
}
.platform-landing-page > .solutions-card-grid > .solutions-card-grid--card-wrapper {
  padding: 0;
}
.platform-landing-page > .solutions-card-grid > .solutions-card-grid--card-wrapper > .solutions-card-grid--card-wrapper--card {
  align-items: normal;
}
@media screen and (min-width: 1401px) {
  .platform-landing-page > .solutions-card-grid > .solutions-card-grid--card-wrapper > .solutions-card-grid--card-wrapper--card {
    min-width: 350px;
  }
}
@media screen and (min-width: 835px) and (max-width: 1400px) {
  .platform-landing-page > .solutions-card-grid > .solutions-card-grid--card-wrapper > .solutions-card-grid--card-wrapper--card {
    min-width: 300px;
  }
}
@media screen and (max-width: 834px) {
  .platform-landing-page > .solutions-card-grid > .solutions-card-grid--card-wrapper > .solutions-card-grid--card-wrapper--card {
    min-width: calc(100% - 20px);
  }
}
.platform-landing-page.platform-page--content .platform-page--solution--use-cases, .full-width-layout--content > .platform-landing-page.full-width-layout--content--body .platform-page--solution--use-cases {
  background: white;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  margin-bottom: 66px;
  padding-bottom: 0;
}
.platform-landing-page.platform-page--content .platform-page--solution--use-cases > hgroup > p, .full-width-layout--content > .platform-landing-page.full-width-layout--content--body .platform-page--solution--use-cases > hgroup > p {
  margin-bottom: 60px;
}
@media screen and (min-width: 1200px) {
  .platform-landing-page.platform-page--content .platform-page--solution--use-cases > hgroup, .full-width-layout--content > .platform-landing-page.full-width-layout--content--body .platform-page--solution--use-cases > hgroup,
  .platform-landing-page.platform-page--content .platform-page--solution--use-cases > table,
  .full-width-layout--content > .platform-landing-page.full-width-layout--content--body .platform-page--solution--use-cases > table {
    margin-left: 80px;
    margin-right: 80px;
    width: calc(100% - 160px);
  }
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
  .platform-landing-page.platform-page--content .platform-page--solution--use-cases > hgroup, .full-width-layout--content > .platform-landing-page.full-width-layout--content--body .platform-page--solution--use-cases > hgroup,
  .platform-landing-page.platform-page--content .platform-page--solution--use-cases > table,
  .full-width-layout--content > .platform-landing-page.full-width-layout--content--body .platform-page--solution--use-cases > table {
    margin-left: 40px;
    margin-right: 40px;
    width: calc(100% - 80px);
  }
}
@media screen and (min-width: 739px) and (max-width: 959px) {
  .platform-landing-page.platform-page--content .platform-page--solution--use-cases > hgroup, .full-width-layout--content > .platform-landing-page.full-width-layout--content--body .platform-page--solution--use-cases > hgroup,
  .platform-landing-page.platform-page--content .platform-page--solution--use-cases > table,
  .full-width-layout--content > .platform-landing-page.full-width-layout--content--body .platform-page--solution--use-cases > table {
    margin-left: 20px;
    margin-right: 20px;
    width: calc(100% - 40px);
  }
}
@media screen and (min-width: 431px) and (max-width: 739px) {
  .platform-landing-page.platform-page--content .platform-page--solution--use-cases > hgroup, .full-width-layout--content > .platform-landing-page.full-width-layout--content--body .platform-page--solution--use-cases > hgroup,
  .platform-landing-page.platform-page--content .platform-page--solution--use-cases > table,
  .full-width-layout--content > .platform-landing-page.full-width-layout--content--body .platform-page--solution--use-cases > table {
    margin-left: 30px;
    margin-right: 30px;
    width: calc(100% - 60px);
  }
}
@media screen and (max-width: 430px) {
  .platform-landing-page.platform-page--content .platform-page--solution--use-cases > hgroup, .full-width-layout--content > .platform-landing-page.full-width-layout--content--body .platform-page--solution--use-cases > hgroup,
  .platform-landing-page.platform-page--content .platform-page--solution--use-cases > table,
  .full-width-layout--content > .platform-landing-page.full-width-layout--content--body .platform-page--solution--use-cases > table {
    margin-left: 30px;
    margin-right: 30px;
    width: calc(100% - 60px);
  }
}
.platform-landing-page.platform-page--content .platform-page--solution--use-cases .platform-page--solution--use-cases__fog-background, .full-width-layout--content > .platform-landing-page.full-width-layout--content--body .platform-page--solution--use-cases .platform-page--solution--use-cases__fog-background {
  background: #F6F8F8;
  padding-top: 70px;
  box-sizing: border-box;
  width: 100%;
}
@media screen and (min-width: 1200px) {
  .platform-landing-page.platform-page--content .platform-page--solution--use-cases .platform-page--solution--use-cases__fog-background, .full-width-layout--content > .platform-landing-page.full-width-layout--content--body .platform-page--solution--use-cases .platform-page--solution--use-cases__fog-background {
    padding: 40px 80px;
  }
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
  .platform-landing-page.platform-page--content .platform-page--solution--use-cases .platform-page--solution--use-cases__fog-background, .full-width-layout--content > .platform-landing-page.full-width-layout--content--body .platform-page--solution--use-cases .platform-page--solution--use-cases__fog-background {
    padding: 30px 40px;
  }
}
@media screen and (min-width: 739px) and (max-width: 959px) {
  .platform-landing-page.platform-page--content .platform-page--solution--use-cases .platform-page--solution--use-cases__fog-background, .full-width-layout--content > .platform-landing-page.full-width-layout--content--body .platform-page--solution--use-cases .platform-page--solution--use-cases__fog-background {
    padding: 30px 20px;
  }
}
@media screen and (min-width: 431px) and (max-width: 739px) {
  .platform-landing-page.platform-page--content .platform-page--solution--use-cases .platform-page--solution--use-cases__fog-background, .full-width-layout--content > .platform-landing-page.full-width-layout--content--body .platform-page--solution--use-cases .platform-page--solution--use-cases__fog-background {
    padding: 30px;
  }
}
@media screen and (max-width: 430px) {
  .platform-landing-page.platform-page--content .platform-page--solution--use-cases .platform-page--solution--use-cases__fog-background, .full-width-layout--content > .platform-landing-page.full-width-layout--content--body .platform-page--solution--use-cases .platform-page--solution--use-cases__fog-background {
    padding: 30px;
  }
}
.platform-landing-page.platform-page--content .platform-page--solution--use-cases .platform-page--solution--use-cases__fog-background > h2:nth-of-type(1), .full-width-layout--content > .platform-landing-page.full-width-layout--content--body .platform-page--solution--use-cases .platform-page--solution--use-cases__fog-background > h2:nth-of-type(1) {
  margin-top: 0;
}
.platform-landing-page.platform-page--content .landing-page-content__right-panel, .full-width-layout--content > .platform-landing-page.full-width-layout--content--body .landing-page-content__right-panel {
  box-sizing: border-box;
  width: 100%;
}
@media screen and (min-width: 1200px) {
  .platform-landing-page.platform-page--content .landing-page-content__right-panel, .full-width-layout--content > .platform-landing-page.full-width-layout--content--body .landing-page-content__right-panel {
    padding: 40px 80px;
  }
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
  .platform-landing-page.platform-page--content .landing-page-content__right-panel, .full-width-layout--content > .platform-landing-page.full-width-layout--content--body .landing-page-content__right-panel {
    padding: 30px 40px;
  }
}
@media screen and (min-width: 739px) and (max-width: 959px) {
  .platform-landing-page.platform-page--content .landing-page-content__right-panel, .full-width-layout--content > .platform-landing-page.full-width-layout--content--body .landing-page-content__right-panel {
    padding: 30px 20px;
  }
}
@media screen and (min-width: 431px) and (max-width: 739px) {
  .platform-landing-page.platform-page--content .landing-page-content__right-panel, .full-width-layout--content > .platform-landing-page.full-width-layout--content--body .landing-page-content__right-panel {
    padding: 30px;
  }
}
@media screen and (max-width: 430px) {
  .platform-landing-page.platform-page--content .landing-page-content__right-panel, .full-width-layout--content > .platform-landing-page.full-width-layout--content--body .landing-page-content__right-panel {
    padding: 30px;
  }
}
.platform-landing-page.platform-page--content .landing-page-content__right-panel > .landing-page-content__right-panel--content, .full-width-layout--content > .platform-landing-page.full-width-layout--content--body .landing-page-content__right-panel > .landing-page-content__right-panel--content {
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.25);
}
.platform-landing-page .platform-landing-page--community-voices-wrapper {
  margin-bottom: 0;
  background-color: white;
}
@media screen and (max-width: 979px) {
  .platform-landing-page .platform-landing-page--community-voices-wrapper .landing-page-solutions-community-voices .hero-with-headline {
    margin: 0;
    padding: 0;
  }
}
@media screen and (min-width: 360px) and (max-width: 369px) {
  .platform-landing-page .platform-landing-page--community-voices-wrapper .landing-page-solutions-community-voices.landing-page-hero-wrapper {
    height: 2000px;
  }
}
@media screen and (min-width: 370px) and (max-width: 389px) {
  .platform-landing-page .platform-landing-page--community-voices-wrapper .landing-page-solutions-community-voices.landing-page-hero-wrapper {
    height: 1950px;
  }
}
@media screen and (min-width: 390px) and (max-width: 409px) {
  .platform-landing-page .platform-landing-page--community-voices-wrapper .landing-page-solutions-community-voices.landing-page-hero-wrapper {
    height: 1900px;
  }
}
@media screen and (min-width: 410px) and (max-width: 430px) {
  .platform-landing-page .platform-landing-page--community-voices-wrapper .landing-page-solutions-community-voices.landing-page-hero-wrapper {
    height: 1750px;
  }
}
@media screen and (min-width: 431px) and (max-width: 480px) {
  .platform-landing-page .platform-landing-page--community-voices-wrapper .landing-page-solutions-community-voices.landing-page-hero-wrapper {
    height: 1650px;
  }
}
@media screen and (min-width: 481px) and (max-width: 539px) {
  .platform-landing-page .platform-landing-page--community-voices-wrapper .landing-page-solutions-community-voices.landing-page-hero-wrapper {
    height: 1350px;
  }
}
@media screen and (min-width: 540px) and (max-width: 599px) {
  .platform-landing-page .platform-landing-page--community-voices-wrapper .landing-page-solutions-community-voices.landing-page-hero-wrapper {
    height: 1250px;
  }
}
@media screen and (min-width: 600px) and (max-width: 679px) {
  .platform-landing-page .platform-landing-page--community-voices-wrapper .landing-page-solutions-community-voices.landing-page-hero-wrapper {
    height: 1150px;
  }
}
@media screen and (min-width: 680px) and (max-width: 739px) {
  .platform-landing-page .platform-landing-page--community-voices-wrapper .landing-page-solutions-community-voices.landing-page-hero-wrapper {
    height: 1050px;
  }
}
@media screen and (min-width: 740px) and (max-width: 979px) {
  .platform-landing-page .platform-landing-page--community-voices-wrapper .landing-page-solutions-community-voices.landing-page-hero-wrapper {
    height: 950px;
  }
}
@media screen and (min-width: 980px) {
  .platform-landing-page .platform-landing-page--community-voices-wrapper .landing-page-solutions-community-voices.landing-page-hero-wrapper {
    height: 800px;
  }
}
.platform-landing-page .platform-landing-page--community-voices-wrapper .landing-page-solutions-community-voices .hero-with-headline {
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 980px) {
  .platform-landing-page .platform-landing-page--community-voices-wrapper .landing-page-solutions-community-voices .hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport {
    height: 800px;
  }
}
@media screen and (min-width: 360px) and (max-width: 369px) {
  .platform-landing-page .platform-landing-page--community-voices-wrapper .landing-page-solutions-community-voices .hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport {
    height: 1900px;
  }
}
@media screen and (min-width: 370px) and (max-width: 389px) {
  .platform-landing-page .platform-landing-page--community-voices-wrapper .landing-page-solutions-community-voices .hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport {
    height: 1850px;
  }
}
@media screen and (min-width: 390px) and (max-width: 409px) {
  .platform-landing-page .platform-landing-page--community-voices-wrapper .landing-page-solutions-community-voices .hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport {
    height: 1800px;
  }
}
@media screen and (min-width: 410px) and (max-width: 430px) {
  .platform-landing-page .platform-landing-page--community-voices-wrapper .landing-page-solutions-community-voices .hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport {
    height: 1700px;
  }
}
@media screen and (min-width: 431px) and (max-width: 480px) {
  .platform-landing-page .platform-landing-page--community-voices-wrapper .landing-page-solutions-community-voices .hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport {
    height: 1600px;
  }
}
@media screen and (min-width: 481px) and (max-width: 539px) {
  .platform-landing-page .platform-landing-page--community-voices-wrapper .landing-page-solutions-community-voices .hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport {
    height: 1300px;
  }
}
@media screen and (min-width: 540px) and (max-width: 599px) {
  .platform-landing-page .platform-landing-page--community-voices-wrapper .landing-page-solutions-community-voices .hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport {
    height: 1200px;
  }
}
@media screen and (min-width: 600px) and (max-width: 679px) {
  .platform-landing-page .platform-landing-page--community-voices-wrapper .landing-page-solutions-community-voices .hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport {
    height: 1100px;
  }
}
@media screen and (min-width: 680px) and (max-width: 739px) {
  .platform-landing-page .platform-landing-page--community-voices-wrapper .landing-page-solutions-community-voices .hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport {
    height: 1000px;
  }
}
@media screen and (min-width: 740px) and (max-width: 979px) {
  .platform-landing-page .platform-landing-page--community-voices-wrapper .landing-page-solutions-community-voices .hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport {
    height: 900px;
  }
}
@media screen and (min-width: 980px) {
  .platform-landing-page .platform-landing-page--community-voices-wrapper .landing-page-solutions-community-voices .hero-with-headline .hero-with-headline--wrapper .hero-with-headline--carousel .hero-with-headline--carousel--viewport {
    height: 800px;
  }
}
.platform-landing-page .platform-landing-page--community-voices-wrapper .landing-page-solutions-community-voices--header {
  padding: 80px 0 0 80px;
}
@media screen and (max-width: 739px) {
  .platform-landing-page .platform-landing-page--community-voices-wrapper .landing-page-solutions-community-voices--header {
    padding: 30px 0 0 30px;
  }
}
.platform-landing-page .platform-landing-page--community-voices-wrapper .landing-page-solutions-community-voices--wrapper > .landing-page-solutions-community-voices.landing-page-hero-wrapper {
  background: transparent;
  padding: 0;
}

.platform-landing-page .landing-page-content__right-panel,
.platform-category-page .landing-page-content__right-panel {
  background: #F6F8F8;
  width: 100%;
  margin-bottom: 80px;
}
.platform-landing-page .landing-page-content__right-panel > .landing-page-content__right-panel--content,
.platform-category-page .landing-page-content__right-panel > .landing-page-content__right-panel--content {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: nowrap;
  column-gap: 0;
}
@media screen and (max-width: 1199px) {
  .platform-landing-page .landing-page-content__right-panel > .landing-page-content__right-panel--content,
  .platform-category-page .landing-page-content__right-panel > .landing-page-content__right-panel--content {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
}
@media screen and (max-width: 834px) {
  .platform-landing-page .landing-page-content__right-panel > .landing-page-content__right-panel--content,
  .platform-category-page .landing-page-content__right-panel > .landing-page-content__right-panel--content {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 390px) {
  .platform-landing-page .landing-page-content__right-panel > .landing-page-content__right-panel--content,
  .platform-category-page .landing-page-content__right-panel > .landing-page-content__right-panel--content {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
}
.platform-landing-page .landing-page-content__right-panel > .landing-page-content__right-panel--content > .landing-page-content__right-panel--content--body,
.platform-category-page .landing-page-content__right-panel > .landing-page-content__right-panel--content > .landing-page-content__right-panel--content--body {
  background: white;
  padding: 50px 3%;
  box-sizing: border-box;
  flex-basis: 60.75%;
  max-width: 774px;
}
@media screen and (max-width: 834px) {
  .platform-landing-page .landing-page-content__right-panel > .landing-page-content__right-panel--content > .landing-page-content__right-panel--content--body,
  .platform-category-page .landing-page-content__right-panel > .landing-page-content__right-panel--content > .landing-page-content__right-panel--content--body {
    flex-basis: unset;
    max-width: 100%;
    padding-top: 0;
  }
}
.platform-landing-page .landing-page-content__right-panel > .landing-page-content__right-panel--content > .landing-page-content__right-panel--content--side-panel,
.platform-category-page .landing-page-content__right-panel > .landing-page-content__right-panel--content > .landing-page-content__right-panel--content--side-panel {
  box-sizing: border-box;
  flex-basis: 39.25%;
  max-width: unset;
  flex-grow: 1;
  background: linear-gradient(180deg, #E1FAFF 0%, #98E3F4 48.15%, #00B7E0 100%);
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 834px) {
  .platform-landing-page .landing-page-content__right-panel > .landing-page-content__right-panel--content > .landing-page-content__right-panel--content--side-panel,
  .platform-category-page .landing-page-content__right-panel > .landing-page-content__right-panel--content > .landing-page-content__right-panel--content--side-panel {
    flex-basis: unset;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: 835px) {
  .platform-landing-page .landing-page-content__right-panel > .landing-page-content__right-panel--content > .landing-page-content__right-panel--content--side-panel,
  .platform-category-page .landing-page-content__right-panel > .landing-page-content__right-panel--content > .landing-page-content__right-panel--content--side-panel {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.platform-landing-page .landing-page-content__right-panel > .landing-page-content__right-panel--content > .landing-page-content__right-panel--content--side-panel > *,
.platform-category-page .landing-page-content__right-panel > .landing-page-content__right-panel--content > .landing-page-content__right-panel--content--side-panel > * {
  max-width: 350px;
}
.platform-landing-page .landing-page-content__right-panel > .landing-page-content__right-panel--content > .landing-page-content__right-panel--content--side-panel .draft-3-landing-page--button-stack,
.platform-category-page .landing-page-content__right-panel > .landing-page-content__right-panel--content > .landing-page-content__right-panel--content--side-panel .draft-3-landing-page--button-stack {
  justify-content: space-evenly;
  row-gap: unset;
  padding-top: 0;
}
@media screen and (min-width: 835px) and (max-width: 959px) {
  .platform-landing-page .landing-page-content__right-panel > .landing-page-content__right-panel--content > .landing-page-content__right-panel--content--side-panel .draft-3-landing-page--button-stack,
  .platform-category-page .landing-page-content__right-panel > .landing-page-content__right-panel--content > .landing-page-content__right-panel--content--side-panel .draft-3-landing-page--button-stack {
    max-width: 300px;
  }
}
@media screen and (max-width: 834px) and (min-width: 429px), screen and (max-width: 428px) {
  .platform-landing-page .landing-page-content__right-panel > .landing-page-content__right-panel--content > .landing-page-content__right-panel--content--side-panel .draft-3-landing-page--button-stack,
  .platform-category-page .landing-page-content__right-panel > .landing-page-content__right-panel--content > .landing-page-content__right-panel--content--side-panel .draft-3-landing-page--button-stack {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    row-gap: unset;
    padding-top: 0;
    align-items: center;
    grid-gap: unset;
  }
}
@media screen and (max-width: 834px) and (min-width: 429px) {
  .platform-landing-page .landing-page-content__right-panel > .landing-page-content__right-panel--content > .landing-page-content__right-panel--content--side-panel .draft-3-landing-page--button-stack,
  .platform-category-page .landing-page-content__right-panel > .landing-page-content__right-panel--content > .landing-page-content__right-panel--content--side-panel .draft-3-landing-page--button-stack {
    padding: 0 20px;
  }
}
@media screen and (max-width: 428px) {
  .platform-landing-page .landing-page-content__right-panel > .landing-page-content__right-panel--content > .landing-page-content__right-panel--content--side-panel .draft-3-landing-page--button-stack,
  .platform-category-page .landing-page-content__right-panel > .landing-page-content__right-panel--content > .landing-page-content__right-panel--content--side-panel .draft-3-landing-page--button-stack {
    width: 100%;
    max-width: unset;
  }
}
.platform-landing-page .landing-page-content__right-panel > .landing-page-content__right-panel--content > .landing-page-content__right-panel--content--side-panel .draft-3-landing-page--button-stack .draft-3-landing-page--button-stack--button,
.platform-category-page .landing-page-content__right-panel > .landing-page-content__right-panel--content > .landing-page-content__right-panel--content--side-panel .draft-3-landing-page--button-stack .draft-3-landing-page--button-stack--button {
  width: 100%;
}
@media screen and (min-width: 835px) and (max-width: 1439px) {
  .platform-landing-page .landing-page-content__right-panel > .landing-page-content__right-panel--content > .landing-page-content__right-panel--content--side-panel .draft-3-landing-page--button-stack .draft-3-landing-page--button-stack--button,
  .platform-category-page .landing-page-content__right-panel > .landing-page-content__right-panel--content > .landing-page-content__right-panel--content--side-panel .draft-3-landing-page--button-stack .draft-3-landing-page--button-stack--button {
    flex-basis: unset;
    flex-grow: unset;
    flex-shrink: unset;
    widtH: 100%;
  }
}
.platform-landing-page .landing-page-content__right-panel > .landing-page-content__right-panel--content > .landing-page-content__right-panel--content--side-panel .draft-3-landing-page--button-stack .draft-3-landing-page--button-stack--button > .redesign-button--wrapper,
.platform-category-page .landing-page-content__right-panel > .landing-page-content__right-panel--content > .landing-page-content__right-panel--content--side-panel .draft-3-landing-page--button-stack .draft-3-landing-page--button-stack--button > .redesign-button--wrapper {
  width: 100%;
  box-sizing: border-box;
}
.platform-landing-page .landing-page-content__right-panel > .landing-page-content__right-panel--content > .landing-page-content__right-panel--content--side-panel .draft-3-landing-page--button-stack .draft-3-landing-page--button-stack--button > .redesign-button--wrapper.redesign-button--wrapper__complex-content > .redesign-button--anchor,
.platform-category-page .landing-page-content__right-panel > .landing-page-content__right-panel--content > .landing-page-content__right-panel--content--side-panel .draft-3-landing-page--button-stack .draft-3-landing-page--button-stack--button > .redesign-button--wrapper.redesign-button--wrapper__complex-content > .redesign-button--anchor {
  width: 100%;
}

.platform-landing-page .landing-page-content__right-panel > .landing-page-content__right-panel--content > .landing-page-content__right-panel--content--body {
  min-height: 485px;
}
.platform-landing-page .landing-page-content__right-panel > .landing-page-content__right-panel--content > .landing-page-content__right-panel--content--side-panel {
  min-height: 485px;
}

.platform-category-page {
  border-top: #006D97 10px solid;
}
.platform-category-page .platform-category-page--overview {
  box-sizing: border-box;
  width: 100%;
}
@media screen and (min-width: 1200px) {
  .platform-category-page .platform-category-page--overview {
    padding: 40px 80px;
  }
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
  .platform-category-page .platform-category-page--overview {
    padding: 30px 40px;
  }
}
@media screen and (min-width: 739px) and (max-width: 959px) {
  .platform-category-page .platform-category-page--overview {
    padding: 30px 20px;
  }
}
@media screen and (min-width: 431px) and (max-width: 739px) {
  .platform-category-page .platform-category-page--overview {
    padding: 30px;
  }
}
@media screen and (max-width: 430px) {
  .platform-category-page .platform-category-page--overview {
    padding: 30px;
  }
}
.platform-category-page .platform-category-page--overview > .platform-category-page--hero {
  height: auto;
  position: relative;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 835px) {
  .platform-category-page .platform-category-page--overview > .platform-category-page--hero {
    max-width: unset;
    aspect-ratio: 1280/400;
  }
}
@media screen and (max-width: 834px) {
  .platform-category-page .platform-category-page--overview > .platform-category-page--hero {
    max-width: 100%;
    aspect-ratio: 754/400;
  }
}
.platform-category-page .platform-category-page--overview > .platform-category-page--hero > .landing-page-hero--images > .landing-page-hero--images--image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}
.platform-category-page .platform-category-page--overview > .platform-category-page--hero > .landing-page-hero--images > .landing-page-hero--images--image.landing-page-hero--images--image__desktop > img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.platform-category-page .platform-category-page--overview > .platform-category-page--hero > .landing-page-hero--images > .landing-page-hero--images--image.landing-page-hero--images--image__mobile > img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.platform-category-page .platform-category-page--overview > .platform-category-page--hero > .landing-page-hero--images > .landing-page-hero--images--image img {
  object-fit: fill;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 835px) {
  .platform-category-page .platform-category-page--overview > .platform-category-page--hero > .landing-page-hero--images > .landing-page-hero--images--image.landing-page-hero--images--image__desktop {
    display: block;
    background: linear-gradient(180deg, #F65275 0%, #FFB81C 100%);
  }
  .platform-category-page .platform-category-page--overview > .platform-category-page--hero > .landing-page-hero--images > .landing-page-hero--images--image.landing-page-hero--images--image__mobile {
    display: none;
  }
}
@media screen and (max-width: 834px) {
  .platform-category-page .platform-category-page--overview > .platform-category-page--hero > .landing-page-hero--images > .landing-page-hero--images--image.landing-page-hero--images--image__desktop {
    display: none;
  }
  .platform-category-page .platform-category-page--overview > .platform-category-page--hero > .landing-page-hero--images > .landing-page-hero--images--image.landing-page-hero--images--image__mobile {
    display: block;
    background: linear-gradient(180deg, #F65275 0%, #FFB81C 100%);
  }
  .platform-category-page .platform-category-page--overview > .platform-category-page--hero > .landing-page-hero--images > .landing-page-hero--images--image.landing-page-hero--images--image__mobile:nth-of-type(2) {
    background: linear-gradient(180deg, #963CBD 5.45%, #2CD5C4 100%);
  }
}
.platform-category-page .platform-category-page--key-benefits > .solutions-card-grid {
  box-sizing: border-box;
  width: 100%;
}
@media screen and (min-width: 1200px) {
  .platform-category-page .platform-category-page--key-benefits > .solutions-card-grid {
    padding: 40px 80px;
  }
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
  .platform-category-page .platform-category-page--key-benefits > .solutions-card-grid {
    padding: 30px 40px;
  }
}
@media screen and (min-width: 739px) and (max-width: 959px) {
  .platform-category-page .platform-category-page--key-benefits > .solutions-card-grid {
    padding: 30px 20px;
  }
}
@media screen and (min-width: 431px) and (max-width: 739px) {
  .platform-category-page .platform-category-page--key-benefits > .solutions-card-grid {
    padding: 30px;
  }
}
@media screen and (max-width: 430px) {
  .platform-category-page .platform-category-page--key-benefits > .solutions-card-grid {
    padding: 30px;
  }
}
@media screen and (min-width: 1401px), screen and (min-width: 835px) and (max-width: 1400px) {
  .platform-category-page .platform-category-page--key-benefits > .solutions-card-grid > .solutions-card-grid--card-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    column-gap: 4%;
    row-gap: 40px;
    padding: 0;
  }
}
@media screen and (max-width: 834px) {
  .platform-category-page .platform-category-page--key-benefits > .solutions-card-grid > .solutions-card-grid--card-wrapper {
    display: grid;
    grid-template-columns: 1fr;
    padding: 0;
    row-gap: 40px;
  }
}
.platform-category-page .platform-category-page--key-benefits > .solutions-card-grid > .solutions-card-grid--card-wrapper > .solutions-card-grid--card-wrapper--card {
  width: 46.875%;
  max-width: 600px;
  min-height: 150px;
  margin-bottom: 0;
  box-sizing: border-box;
}
@media screen and (max-width: 834px) {
  .platform-category-page .platform-category-page--key-benefits > .solutions-card-grid > .solutions-card-grid--card-wrapper > .solutions-card-grid--card-wrapper--card {
    width: 100%;
    max-width: unset;
  }
}
.platform-category-page .platform-category-page--key-benefits > .solutions-card-grid > .solutions-card-grid--card-wrapper > .solutions-card-grid--card-wrapper--card > .solutions-card-grid--card-wrapper--card--label__no-icon {
  padding-top: 25px;
  padding-bottom: 5px;
}
.platform-category-page .platform-category-page--key-benefits > .solutions-card-grid > .solutions-card-grid--card-wrapper > .solutions-card-grid--card-wrapper--card > .solutions-card-grid--card-wrapper--card--content {
  font-family: "Open Sans";
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: 0em;
  text-align: left;
  color: #697B84;
}
.platform-category-page .platform-category-page--key-features {
  box-sizing: border-box;
  width: 100%;
}
@media screen and (min-width: 1200px) {
  .platform-category-page .platform-category-page--key-features {
    padding: 40px 80px;
  }
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
  .platform-category-page .platform-category-page--key-features {
    padding: 30px 40px;
  }
}
@media screen and (min-width: 739px) and (max-width: 959px) {
  .platform-category-page .platform-category-page--key-features {
    padding: 30px 20px;
  }
}
@media screen and (min-width: 431px) and (max-width: 739px) {
  .platform-category-page .platform-category-page--key-features {
    padding: 30px;
  }
}
@media screen and (max-width: 430px) {
  .platform-category-page .platform-category-page--key-features {
    padding: 30px;
  }
}
.platform-category-page .platform-category-page--key-features > .platform-category-page--key-features--list-box {
  background: white;
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.25);
  border-bottom: #006D97 10px solid;
  padding: 25px 50px;
}
@media screen and (max-width: 834px) {
  .platform-category-page .platform-category-page--key-features > .platform-category-page--key-features--list-box {
    padding: 25px 10px;
  }
}
.platform-category-page .platform-category-page--key-features > .platform-category-page--key-features--list-box > hgroup > h2 {
  color: #006D97;
  font-family: "Open Sans Condensed";
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-top: 0;
  margin-bottom: 0;
}
.platform-category-page .platform-category-page--key-features > .platform-category-page--key-features--list-box > hgroup > h2 > a {
  color: #005EB8;
  text-decoration: underline;
  font-family: "Open Sans Condensed";
}
.platform-category-page .platform-category-page--key-features > .platform-category-page--key-features--list-box > hgroup > h2 > a:hover {
  color: #00A3E0;
}
.platform-category-page .platform-category-page--key-features > .platform-category-page--key-features--list-box > hgroup > p {
  color: #415662;
  font-family: "Open Sans";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 48px;
  margin-top: 5px;
  margin-bottom: 30px;
}
.platform-category-page .platform-category-page--key-features > .platform-category-page--key-features--list-box > hgroup:last-of-type > p {
  margin-bottom: 20px;
}
.platform-category-page .platform-page--solution--use-cases {
  box-sizing: border-box;
  width: 100%;
  box-sizing: border-box;
  width: 100%;
  background: #F6F8F8;
}
@media screen and (min-width: 1200px) {
  .platform-category-page .platform-page--solution--use-cases {
    padding: 40px 80px;
  }
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
  .platform-category-page .platform-page--solution--use-cases {
    padding: 30px 40px;
  }
}
@media screen and (min-width: 739px) and (max-width: 959px) {
  .platform-category-page .platform-page--solution--use-cases {
    padding: 30px 20px;
  }
}
@media screen and (min-width: 431px) and (max-width: 739px) {
  .platform-category-page .platform-page--solution--use-cases {
    padding: 30px;
  }
}
@media screen and (max-width: 430px) {
  .platform-category-page .platform-page--solution--use-cases {
    padding: 30px;
  }
}
.platform-category-page .landing-page-content__right-panel {
  padding: 0;
  background: #fff;
  margin-bottom: 0;
}
.platform-category-page .landing-page-content__right-panel > .landing-page-content__right-panel--content {
  box-sizing: border-box;
  width: 100%;
  padding-bottom: 0;
}
@media screen and (min-width: 1200px) {
  .platform-category-page .landing-page-content__right-panel > .landing-page-content__right-panel--content {
    padding: 40px 80px;
  }
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
  .platform-category-page .landing-page-content__right-panel > .landing-page-content__right-panel--content {
    padding: 30px 40px;
  }
}
@media screen and (min-width: 739px) and (max-width: 959px) {
  .platform-category-page .landing-page-content__right-panel > .landing-page-content__right-panel--content {
    padding: 30px 20px;
  }
}
@media screen and (min-width: 431px) and (max-width: 739px) {
  .platform-category-page .landing-page-content__right-panel > .landing-page-content__right-panel--content {
    padding: 30px;
  }
}
@media screen and (max-width: 430px) {
  .platform-category-page .landing-page-content__right-panel > .landing-page-content__right-panel--content {
    padding: 30px;
  }
}
.platform-category-page .landing-page-content__right-panel > .landing-page-content__right-panel--content > .landing-page-content__right-panel--content--body {
  padding: 0;
}
@media screen and (min-widtH: 835px) {
  .platform-category-page .landing-page-content__right-panel > .landing-page-content__right-panel--content > .landing-page-content__right-panel--content--body {
    max-width: 774px;
  }
}
@media screen and (max-width: 834px) {
  .platform-category-page .landing-page-content__right-panel > .landing-page-content__right-panel--content > .landing-page-content__right-panel--content--body {
    max-width: 100%;
  }
}
.platform-category-page .landing-page-content__right-panel > .landing-page-content__right-panel--content > .landing-page-content__right-panel--content--side-panel {
  background: #fff;
}
.platform-category-page .landing-page-content__right-panel > .landing-page-content__right-panel--content > .landing-page-content__right-panel--content--side-panel .draft-3-landing-page--button-stack .draft-3-landing-page--button-stack--button > label {
  margin-top: 12px;
}
.platform-category-page .landing-page-content__right-panel > .landing-page-content__right-panel--content > .landing-page-content__right-panel--content--side-panel .draft-3-landing-page--button-stack .draft-3-landing-page--button-stack--button:nth-of-type(1) > label {
  margin-top: 0;
}
.platform-category-page .platform-page-resources.platform-solution-page--content__gradient {
  background: linear-gradient(180deg, #E1FAFF 0%, #98E3F4 48.15%, #00B7E0 100%);
  box-sizing: border-box;
  width: 100%;
}
@media screen and (min-width: 1200px) {
  .platform-category-page .platform-page-resources.platform-solution-page--content__gradient {
    padding: 40px 80px;
  }
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
  .platform-category-page .platform-page-resources.platform-solution-page--content__gradient {
    padding: 30px 40px;
  }
}
@media screen and (min-width: 739px) and (max-width: 959px) {
  .platform-category-page .platform-page-resources.platform-solution-page--content__gradient {
    padding: 30px 20px;
  }
}
@media screen and (min-width: 431px) and (max-width: 739px) {
  .platform-category-page .platform-page-resources.platform-solution-page--content__gradient {
    padding: 30px;
  }
}
@media screen and (max-width: 430px) {
  .platform-category-page .platform-page-resources.platform-solution-page--content__gradient {
    padding: 30px;
  }
}
.platform-category-page .platform-page-resources.platform-solution-page--content__gradient .landing-page-content__right-panel {
  background: transparent;
}
.platform-category-page .platform-page-resources.platform-solution-page--content__gradient .landing-page-content__right-panel h2 {
  margin-top: 0;
}
@media screen and (max-width: 375px) {
  .platform-category-page .platform-page-resources.platform-solution-page--content__gradient .landing-page-content__right-panel h2 {
    padding-left: 0;
  }
}
.platform-category-page .platform-page-resources.platform-solution-page--content__gradient .landing-page-content__right-panel > .landing-page-content__right-panel--content {
  padding: 0;
}
.platform-category-page .platform-page-resources.platform-solution-page--content__gradient .landing-page-content__right-panel > .landing-page-content__right-panel--content > .landing-page-content__right-panel--content--body {
  box-sizing: border-box;
  background: transparent;
}
@media screen and (min-width: 835px) {
  .platform-category-page .platform-page-resources.platform-solution-page--content__gradient .landing-page-content__right-panel > .landing-page-content__right-panel--content > .landing-page-content__right-panel--content--body {
    width: 66%;
    flex-basis: 66%;
  }
}
@media screen and (max-width: 834px) {
  .platform-category-page .platform-page-resources.platform-solution-page--content__gradient .landing-page-content__right-panel > .landing-page-content__right-panel--content > .landing-page-content__right-panel--content--body {
    width: 100%;
  }
}
.platform-category-page .platform-page-resources.platform-solution-page--content__gradient .landing-page-content__right-panel > .landing-page-content__right-panel--content > .landing-page-content__right-panel--content--body .platform-page--resources.solutions-card-grid {
  padding: 0;
  box-sizing: border-box;
  background: transparent;
}
.platform-category-page .platform-page-resources.platform-solution-page--content__gradient .landing-page-content__right-panel > .landing-page-content__right-panel--content > .landing-page-content__right-panel--content--body .platform-page--resources.solutions-card-grid > .tall-card__no-image--grid.solutions-card-grid--card-wrapper {
  padding: 0;
  box-sizing: border-box;
}
@media screen and (min-width: 1460px) {
  .platform-category-page .platform-page-resources.platform-solution-page--content__gradient .landing-page-content__right-panel > .landing-page-content__right-panel--content > .landing-page-content__right-panel--content--body .platform-page--resources.solutions-card-grid > .tall-card__no-image--grid.solutions-card-grid--card-wrapper {
    grid-template-columns: 1fr 1fr;
    column-gap: 70px;
    row-gap: 70px;
  }
}
@media screen and (min-width: 1001px) and (max-width: 1199px) {
  .platform-category-page .platform-page-resources.platform-solution-page--content__gradient .landing-page-content__right-panel > .landing-page-content__right-panel--content > .landing-page-content__right-panel--content--body .platform-page--resources.solutions-card-grid > .tall-card__no-image--grid.solutions-card-grid--card-wrapper {
    column-gap: 25px;
    row-gap: 25px;
  }
}
@media screen and (min-width: 960px) and (max-width: 1000px) {
  .platform-category-page .platform-page-resources.platform-solution-page--content__gradient .landing-page-content__right-panel > .landing-page-content__right-panel--content > .landing-page-content__right-panel--content--body .platform-page--resources.solutions-card-grid > .tall-card__no-image--grid.solutions-card-grid--card-wrapper {
    column-gap: 10px;
    row-gap: 10px;
  }
}
@media screen and (min-width: 960px) {
  .platform-category-page .platform-page-resources.platform-solution-page--content__gradient .landing-page-content__right-panel > .landing-page-content__right-panel--content > .landing-page-content__right-panel--content--body .platform-page--resources.solutions-card-grid > .tall-card__no-image--grid.solutions-card-grid--card-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 959px) {
  .platform-category-page .platform-page-resources.platform-solution-page--content__gradient .landing-page-content__right-panel > .landing-page-content__right-panel--content > .landing-page-content__right-panel--content--body .platform-page--resources.solutions-card-grid > .tall-card__no-image--grid.solutions-card-grid--card-wrapper {
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 40px;
  }
}
.platform-category-page .platform-page-resources.platform-solution-page--content__gradient .landing-page-content__right-panel > .landing-page-content__right-panel--content > .landing-page-content__right-panel--content--body .platform-page--resources.solutions-card-grid > .tall-card__no-image--grid.solutions-card-grid--card-wrapper > .solutions-card-grid--card-wrapper--card.tall-card__no-image--grid--card {
  box-sizing: border-box;
  min-height: 245px;
  min-width: 280px;
  padding-left: 20px;
  padding-right: 10px;
  position: relative;
  margin-bottom: 0;
}
@media screen and (min-width: 960px) {
  .platform-category-page .platform-page-resources.platform-solution-page--content__gradient .landing-page-content__right-panel > .landing-page-content__right-panel--content > .landing-page-content__right-panel--content--body .platform-page--resources.solutions-card-grid > .tall-card__no-image--grid.solutions-card-grid--card-wrapper > .solutions-card-grid--card-wrapper--card.tall-card__no-image--grid--card {
    max-width: 350px;
    flex-basis: 350px;
    flex-grow: 1;
    flex-shrink: 1;
  }
}
@media screen and (max-width: 959px) {
  .platform-category-page .platform-page-resources.platform-solution-page--content__gradient .landing-page-content__right-panel > .landing-page-content__right-panel--content > .landing-page-content__right-panel--content--body .platform-page--resources.solutions-card-grid > .tall-card__no-image--grid.solutions-card-grid--card-wrapper > .solutions-card-grid--card-wrapper--card.tall-card__no-image--grid--card {
    max-width: 100%;
    flex-basis: 100%;
  }
}
.platform-category-page .platform-page-resources.platform-solution-page--content__gradient .landing-page-content__right-panel > .landing-page-content__right-panel--content > .landing-page-content__right-panel--content--body .platform-page--resources.solutions-card-grid > .tall-card__no-image--grid.solutions-card-grid--card-wrapper > .solutions-card-grid--card-wrapper--card.tall-card__no-image--grid--card > .tall-card__no-image--grid--card--category {
  margin-bottom: 10px;
  white-space: nowrap;
}
.platform-category-page .platform-page-resources.platform-solution-page--content__gradient .landing-page-content__right-panel > .landing-page-content__right-panel--content > .landing-page-content__right-panel--content--body .platform-page--resources.solutions-card-grid > .tall-card__no-image--grid.solutions-card-grid--card-wrapper > .solutions-card-grid--card-wrapper--card.tall-card__no-image--grid--card > h3.tall-card__no-image--grid--card--title {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.platform-category-page .platform-page-resources.platform-solution-page--content__gradient .landing-page-content__right-panel > .landing-page-content__right-panel--content > .landing-page-content__right-panel--content--body .platform-page--resources.solutions-card-grid > .tall-card__no-image--grid.solutions-card-grid--card-wrapper > .solutions-card-grid--card-wrapper--card.tall-card__no-image--grid--card > h3.tall-card__no-image--grid--card--title > a {
  font-weight: 700;
}
.platform-category-page .platform-page-resources.platform-solution-page--content__gradient .landing-page-content__right-panel > .landing-page-content__right-panel--content > .landing-page-content__right-panel--content--body .platform-page--resources.solutions-card-grid > .tall-card__no-image--grid.solutions-card-grid--card-wrapper > .solutions-card-grid--card-wrapper--card.tall-card__no-image--grid--card > h3.tall-card__no-image--grid--card--title > a:focus {
  outline: none;
}
.platform-category-page .platform-page-resources.platform-solution-page--content__gradient .landing-page-content__right-panel > .landing-page-content__right-panel--content > .landing-page-content__right-panel--content--body .platform-page--resources.solutions-card-grid > .tall-card__no-image--grid.solutions-card-grid--card-wrapper > .solutions-card-grid--card-wrapper--card.tall-card__no-image--grid--card > .tall-card__no-image--grid--card--footer {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  position: absolute;
  left: 20px;
  right: 30px;
  bottom: 20px;
  top: calc(100% - 50px);
  flex-wrap: nowrap;
}
.platform-category-page .platform-page-resources.platform-solution-page--content__gradient .landing-page-content__right-panel > .landing-page-content__right-panel--content > .landing-page-content__right-panel--content--body .platform-page--resources.solutions-card-grid > .tall-card__no-image--grid.solutions-card-grid--card-wrapper > .solutions-card-grid--card-wrapper--card.tall-card__no-image--grid--card > .tall-card__no-image--grid--card--footer > .tall-card__no-image--grid--card--footer--icon {
  width: 27px;
  height: 30px;
  padding: 0;
  flex-basis: 27px;
  flex-shrink: 0;
  flex-grow: 0;
}
.platform-category-page .platform-page-resources.platform-solution-page--content__gradient .landing-page-content__right-panel > .landing-page-content__right-panel--content > .landing-page-content__right-panel--content--body .platform-page--resources.solutions-card-grid > .tall-card__no-image--grid.solutions-card-grid--card-wrapper > .solutions-card-grid--card-wrapper--card.tall-card__no-image--grid--card > .tall-card__no-image--grid--card--footer > .tall-card__no-image--grid--card--footer--icon > img {
  width: 28px;
  height: 38px;
}
.platform-category-page .platform-page-resources.platform-solution-page--content__gradient .landing-page-content__right-panel > .landing-page-content__right-panel--content > .landing-page-content__right-panel--content--body .platform-page--resources.solutions-card-grid > .tall-card__no-image--grid.solutions-card-grid--card-wrapper > .solutions-card-grid--card-wrapper--card.tall-card__no-image--grid--card > .tall-card__no-image--grid--card--footer > .tall-card__no-image--grid--card--footer--date {
  height: 30px;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: content;
  font-family: "Open Sans";
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: 0em;
  text-align: left;
  color: #415662;
  padding-top: 12px;
  padding-left: 8px;
}
.platform-category-page .platform-page-resources.platform-solution-page--content__gradient .landing-page-content__right-panel > .landing-page-content__right-panel--content > .landing-page-content__right-panel--content--side-panel {
  background: transparent;
  box-sizing: border-box;
}
@media screen and (min-width: 835px) and (max-width: 1099px) {
  .platform-category-page .platform-page-resources.platform-solution-page--content__gradient .landing-page-content__right-panel > .landing-page-content__right-panel--content > .landing-page-content__right-panel--content--side-panel {
    display: block;
    width: 34%;
    flex-basis: 34%;
    padding: 0 0 0 20px;
  }
}
@media screen and (min-width: 1100px) {
  .platform-category-page .platform-page-resources.platform-solution-page--content__gradient .landing-page-content__right-panel > .landing-page-content__right-panel--content > .landing-page-content__right-panel--content--side-panel {
    width: 34%;
    flex-basis: 34%;
    padding: 0 0 0 6.32%;
    display: block;
  }
}
@media screen and (max-width: 834px) {
  .platform-category-page .platform-page-resources.platform-solution-page--content__gradient .landing-page-content__right-panel > .landing-page-content__right-panel--content > .landing-page-content__right-panel--content--side-panel {
    width: 100%;
    display: flex;
    justify-content: center;
  }
}
.platform-category-page .platform-page-resources.platform-solution-page--content__gradient .landing-page-content__right-panel > .landing-page-content__right-panel--content > .landing-page-content__right-panel--content--side-panel .draft-3-landing-page--button-stack__with-label {
  box-sizing: border-box;
}
@media screen and (min-width: 835px) {
  .platform-category-page .platform-page-resources.platform-solution-page--content__gradient .landing-page-content__right-panel > .landing-page-content__right-panel--content > .landing-page-content__right-panel--content--side-panel .draft-3-landing-page--button-stack__with-label {
    width: 100%;
    max-width: unset;
  }
}
@media screen and (max-width: 834px) {
  .platform-category-page .platform-page-resources.platform-solution-page--content__gradient .landing-page-content__right-panel > .landing-page-content__right-panel--content > .landing-page-content__right-panel--content--side-panel .draft-3-landing-page--button-stack__with-label {
    width: auto;
    max-width: 350px;
  }
}
@media screen and (max-width: 410px) {
  .platform-category-page .platform-page-resources.platform-solution-page--content__gradient .landing-page-content__right-panel > .landing-page-content__right-panel--content > .landing-page-content__right-panel--content--side-panel .draft-3-landing-page--button-stack__with-label {
    width: auto;
    max-width: 100%;
  }
}
@media screen and (max-width: 834px) {
  .platform-category-page .platform-page-resources.platform-solution-page--content__gradient .landing-page-content__right-panel > .landing-page-content__right-panel--content > .landing-page-content__right-panel--content--side-panel .draft-3-landing-page--button-stack__with-label {
    padding-top: 40px;
  }
}
.platform-category-page .platform-page-resources.platform-solution-page--content__gradient .landing-page-content__right-panel > .landing-page-content__right-panel--content > .landing-page-content__right-panel--content--side-panel .draft-3-landing-page--button-stack__with-label > .draft-3-landing-page--button-stack__with-label--label > .h2 {
  margin-top: 0;
}
.platform-category-page .platform-page-resources.platform-solution-page--content__gradient .landing-page-content__right-panel > .landing-page-content__right-panel--content > .landing-page-content__right-panel--content--side-panel .draft-3-landing-page--button-stack__with-label > .draft-3-landing-page--button-stack {
  background: #F6F8F8;
  box-sizing: border-box;
  height: 245px;
}
@media screen and (min-width: 835px) {
  .platform-category-page .platform-page-resources.platform-solution-page--content__gradient .landing-page-content__right-panel > .landing-page-content__right-panel--content > .landing-page-content__right-panel--content--side-panel .draft-3-landing-page--button-stack__with-label > .draft-3-landing-page--button-stack {
    max-width: 350px;
    min-width: 280px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 834px) {
  .platform-category-page .platform-page-resources.platform-solution-page--content__gradient .landing-page-content__right-panel > .landing-page-content__right-panel--content > .landing-page-content__right-panel--content--side-panel .draft-3-landing-page--button-stack__with-label > .draft-3-landing-page--button-stack {
    width: 100%;
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.platform-solution-page {
  border-top: #006D97 10px solid;
}
.platform-solution-page .platform-solution-page--content__gradient {
  background: linear-gradient(180deg, #E1FAFF 0%, #98E3F4 48.15%, #00B7E0 100%);
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.platform-solution-page .platform-solution-page--content__gradient > h3,
.platform-solution-page .platform-solution-page--content__gradient > hgroup,
.platform-solution-page .platform-solution-page--content__gradient > div,
.platform-solution-page .platform-solution-page--content__gradient > .resource-grid {
  flex-basis: 1265px;
  justify-content: space-between;
}
.platform-solution-page .platform-solution-page--content__gradient .resource-grid--more {
  flex-basis: 1265px;
  justify-content: center;
  padding: 80px 0;
}
.platform-solution-page .landing-page-content__right-panel--content--side-panel.landing-page-content__right-panel--content--side-panel__has-card-grid .solutions-card-grid > .solutions-card-grid--card-wrapper > .solutions-card-grid--card-wrapper--card {
  justify-content: center;
}
.platform-solution-page .landing-page-content__right-panel--content--side-panel.landing-page-content__right-panel--content--side-panel__has-card-grid .solutions-card-grid > .solutions-card-grid--card-wrapper > .solutions-card-grid--card-wrapper--card > .solutions-card-grid--card-wrapper--card--label__no-icon {
  padding-bottom: 0;
}
.platform-solution-page .resource-grid--item {
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.25);
  border-bottom: #006D97 10px solid;
  max-width: 350px;
  height: 437px;
  background-color: white;
  padding: 0;
}
.platform-solution-page .resource-grid--item .resource-grid-item--byline {
  padding-left: 2em;
}
.platform-solution-page .resource-grid--item .resource-grid-item--byline > span {
  color: #003551;
  font-family: "Open Sans";
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}
.platform-solution-page .resource-grid--item .resource-grid--item--title-type {
  color: #003551;
  font-family: "Open Sans";
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 4.5px;
  text-transform: uppercase;
  position: relative;
  top: -10px;
  padding-left: 2em;
}
.platform-solution-page .resource-grid--item .resource-grid--item--title {
  position: relative;
}
.platform-solution-page .resource-grid--item .resource-grid--item--title > div {
  position: absolute;
  top: 0;
  left: 14px;
  padding-right: 14px;
  height: auto;
  -webkit-line-clamp: unset;
  overflow: hidden;
}
.platform-solution-page .resource-grid--item .resource-grid--item--title > div .resource-grid--item--link {
  color: #0085B8;
  font-family: "Open Sans";
  font-size: 21px;
  font-style: normal;
  line-height: 36px;
  font-weight: 700;
}
.platform-solution-page > hgroup > h2 {
  color: #003551;
  padding-left: 0;
}
@media screen and (max-width: 833px) {
  .platform-solution-page > hgroup {
    padding: 0 20px 0 20px;
  }
}
@media screen and (min-width: 834px) {
  .platform-solution-page > hgroup {
    padding: 0 40px 0 80px;
  }
}

.conference-speakers--featured .resource-grid {
  column-gap: 79px;
  row-gap: 51px;
}
.conference-speakers--featured .resource-grid .resource-grid--item {
  border-bottom: 6px solid #006D97;
}

.conference-speakers--session-speakers--more, .full-width-layout--content > .full-width-layout--content--body > div.events--calendar--wrapper > .events--calendar--more {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0 0 42px;
}
.conference-speakers--session-speakers--more > .conference-speakers--session-speakers--more--link-button, .full-width-layout--content > .full-width-layout--content--body > div.events--calendar--wrapper > .events--calendar--more > .conference-speakers--session-speakers--more--link-button {
  background: #006D97;
  border-radius: 6px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  height: 50px;
  padding: 0;
  text-align: center;
  white-space: nowrap;
}
.conference-speakers--session-speakers--more > .conference-speakers--session-speakers--more--link-button > a, .full-width-layout--content > .full-width-layout--content--body > div.events--calendar--wrapper > .events--calendar--more > .conference-speakers--session-speakers--more--link-button > a {
  display: inline-block;
  box-sizing: border-box;
  width: 100%;
  line-height: 50px;
  color: #F6F8F8;
  text-decoration: none;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
}
.conference-speakers--session-speakers--more > .conference-speakers--session-speakers--more--link-button:hover, .full-width-layout--content > .full-width-layout--content--body > div.events--calendar--wrapper > .events--calendar--more > .conference-speakers--session-speakers--more--link-button:hover {
  background: #00A3E0;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.conference-speakers--session-speakers--more > .conference-speakers--session-speakers--more--link-button:hover a:hover, .full-width-layout--content > .full-width-layout--content--body > div.events--calendar--wrapper > .events--calendar--more > .conference-speakers--session-speakers--more--link-button:hover a:hover {
  background: unset;
}
.conference-speakers--session-speakers--more > .conference-speakers--session-speakers--more--link-button.conference-speakers--session-speakers--more--link-button__focused, .full-width-layout--content > .full-width-layout--content--body > div.events--calendar--wrapper > .events--calendar--more > .conference-speakers--session-speakers--more--link-button.conference-speakers--session-speakers--more--link-button__focused {
  border: 3px solid #00A3E0;
  background: #006D97;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.conference-speakers--session-speakers--more > .conference-speakers--session-speakers--more--link-button.conference-speakers--session-speakers--more--link-button__focused > a:focus, .full-width-layout--content > .full-width-layout--content--body > div.events--calendar--wrapper > .events--calendar--more > .conference-speakers--session-speakers--more--link-button.conference-speakers--session-speakers--more--link-button__focused > a:focus {
  line-height: 46px;
}
.conference-speakers--session-speakers--more > .conference-speakers--session-speakers--more--link-button.conference-speakers--session-speakers--more--link-button__active, .full-width-layout--content > .full-width-layout--content--body > div.events--calendar--wrapper > .events--calendar--more > .conference-speakers--session-speakers--more--link-button.conference-speakers--session-speakers--more--link-button__active {
  background: #00A3E0;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25) inset;
}
.conference-speakers--session-speakers--more > .conference-speakers--session-speakers--more--link-button.conference-speakers--session-speakers--more--link-button__disabled, .full-width-layout--content > .full-width-layout--content--body > div.events--calendar--wrapper > .events--calendar--more > .conference-speakers--session-speakers--more--link-button.conference-speakers--session-speakers--more--link-button__disabled {
  border-radius: 6px;
  background: #94A1A8;
}
.conference-speakers--session-speakers--more > .conference-speakers--session-speakers--more--link-button.conference-speakers--session-speakers--more--link-button__disabled > a, .full-width-layout--content > .full-width-layout--content--body > div.events--calendar--wrapper > .events--calendar--more > .conference-speakers--session-speakers--more--link-button.conference-speakers--session-speakers--more--link-button__disabled > a {
  color: #D9E1E2;
}
.conference-speakers--session-speakers--more > .conference-speakers--session-speakers--more--link-button > a, .full-width-layout--content > .full-width-layout--content--body > div.events--calendar--wrapper > .events--calendar--more > .conference-speakers--session-speakers--more--link-button > a {
  padding: 0 50px;
}

.platform-page--resources .resource-grid {
  row-gap: 54px;
}
.platform-page--resources .resource-grid > .resource-grid--item {
  cursor: pointer;
}

.platform-product-collection {
  background: linear-gradient(180deg, #E1FAFF 0%, #98E3F4 48.15%, #00B7E0 100%);
}
@media screen and (min-width: 1010px) {
  .platform-product-collection {
    padding: 40px 80px 15px;
  }
}
@media screen and (min-width: 835px) and (max-width: 1009px) {
  .platform-product-collection {
    padding: 40px 40px 15px;
  }
}
@media screen and (max-width: 834px) {
  .platform-product-collection {
    padding: 40px 30px 15px;
  }
}
.platform-product-collection > h2 {
  margin-top: 10px;
}
.platform-product-collection > .platform-product {
  display: flex;
  margin-bottom: 75px;
}
@media screen and (min-width: 835px) {
  .platform-product-collection > .platform-product {
    max-width: 1265px;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: nowrap;
    column-gap: 0;
  }
}
@media screen and (max-width: 834px) {
  .platform-product-collection > .platform-product {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    row-gap: 0;
  }
}
.platform-product-collection > .platform-product :has(a[href]) {
  cursor: pointer;
}
.platform-product-collection > .platform-product:hover .platform-product--description a {
  border-bottom: 2px solid #005EB8;
  color: #00A3E0;
}
.platform-product-collection > .platform-product:has(a:focus) {
  box-shadow: 0px 4px 12px 8px rgba(0, 99, 184, 0.5);
}
.platform-product-collection > .platform-product:has(a:active) {
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.25) inset;
}
.platform-product-collection > .platform-product.platform-product__focused {
  box-shadow: 0px 4px 12px 8px rgba(0, 99, 184, 0.5);
}
.platform-product-collection > .platform-product.platform-product__active {
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.25) inset;
}
@media screen and (min-width: 835px) {
  .platform-product-collection > .platform-product > .platform-product--image {
    flex-basis: 47.43%;
    max-width: 600px;
    min-height: 400px;
  }
}
@media screen and (max-width: 834px) {
  .platform-product-collection > .platform-product > .platform-product--image {
    width: 100%;
    font-size: 0;
  }
}
.platform-product-collection > .platform-product > .platform-product--image > img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.platform-product-collection > .platform-product > .platform-product--title {
  background: linear-gradient(180deg, #016BA7 0%, #011C2D 97.92%);
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 835px) {
  .platform-product-collection > .platform-product > .platform-product--title {
    flex-basis: 47.43%;
    max-width: 600px;
    min-height: 400px;
  }
}
@media screen and (max-width: 834px) {
  .platform-product-collection > .platform-product > .platform-product--title {
    width: 100%;
    min-height: 300px;
  }
}
.platform-product-collection > .platform-product > .platform-product--title > .platform-product--title--text {
  color: white;
  font-family: "Open Sans";
  font-size: 51px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: auto;
}
@media screen and (min-width: 1010px) {
  .platform-product-collection > .platform-product > .platform-product--title > .platform-product--title--text {
    width: 75%;
  }
}
@media screen and (max-width: 460px) {
  .platform-product-collection > .platform-product > .platform-product--title > .platform-product--title--text {
    font-family: "Open Sans";
    font-size: 40px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
  }
}
.platform-product-collection > .platform-product > .platform-product--description {
  padding: 50px 3%;
  min-height: 400px;
  background-color: white;
  border-bottom: #006D97 10px solid;
  box-sizing: border-box;
}
@media screen and (min-width: 835px) {
  .platform-product-collection > .platform-product > .platform-product--description {
    flex-basis: 52.57%;
    max-width: 665px;
  }
}
@media screen and (max-width: 834px) {
  .platform-product-collection > .platform-product > .platform-product--description {
    width: 100%;
  }
}
.platform-product-collection > .platform-product > .platform-product--description > h3 {
  color: #006D97;
  font-family: "Open Sans";
  font-size: 21px;
  font-style: normal;
  line-height: 36px;
  font-weight: 700;
  margin-top: 0;
}
.platform-product-collection > .platform-product > .platform-product--description > h3 > a {
  color: #006D97;
  font-family: "Open Sans";
  font-size: 21px;
  font-style: normal;
  line-height: 36px;
  font-weight: 700;
}
.platform-product-collection > .platform-product > .platform-product--description > p {
  font-family: "Open Sans";
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: 0em;
  text-align: left;
}

.landing-page-content__right-panel.conference-speaker-session-page {
  background: unset;
}
@media screen and (min-width: 835px) {
  .landing-page-content__right-panel.conference-speaker-session-page > .conference-speaker-session-page--embedded-video {
    padding: 40px 40px 80px 80px;
  }
}
@media screen and (max-width: 834px) {
  .landing-page-content__right-panel.conference-speaker-session-page > .conference-speaker-session-page--embedded-video {
    padding: 40px 0;
  }
}
.landing-page-content__right-panel.conference-speaker-session-page .landing-page-content__right-panel--content--body {
  background: unset;
}
@media screen and (max-width: 834px) {
  .landing-page-content__right-panel.conference-speaker-session-page .landing-page-content__right-panel--content--body {
    padding: 20px 0 0 0;
    flex-basis: 100%;
  }
}
@media screen and (min-width: 1019px) {
  .landing-page-content__right-panel.conference-speaker-session-page .landing-page-content__right-panel--content--body {
    padding: 40px 0 40px 80px;
    flex-basis: calc(63% - 80px);
  }
}
.landing-page-content__right-panel.conference-speaker-session-page .landing-page-content__right-panel--content--body > p {
  margin-top: 0;
  padding-right: 20px;
}
@media screen and (max-width: 834px) {
  .landing-page-content__right-panel.conference-speaker-session-page .landing-page-content__right-panel--content--body > p {
    padding-right: 0;
    overflow-wrap: anywhere;
  }
}
.landing-page-content__right-panel.conference-speaker-session-page .landing-page-content__right-panel--content--body > img {
  margin: 0;
  object-fit: fill;
  width: calc(100% - 80px);
  height: auto;
}
@media screen and (max-width: 834px) {
  .landing-page-content__right-panel.conference-speaker-session-page > .landing-page-content__right-panel--content > .landing-page-content__right-panel--content--side-panel {
    flex-basis: calc(100% - 40px);
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media screen and (min-width: 1019px) {
  .landing-page-content__right-panel.conference-speaker-session-page > .landing-page-content__right-panel--content > .landing-page-content__right-panel--content--side-panel {
    flex-basis: calc(37% - 63px);
    padding-left: 23px;
    padding-right: 40px;
    padding-top: 55px;
  }
}
@media screen and (max-width: 834px) {
  .landing-page-content__right-panel.conference-speaker-session-page > .landing-page-content__right-panel--content > .landing-page-content__right-panel--content--side-panel.landing-page-content__right-panel--content--side-panel__events-page {
    padding-left: 0;
    padding-right: 0;
    flex-basis: 100%;
  }
  .landing-page-content__right-panel.conference-speaker-session-page > .landing-page-content__right-panel--content > .landing-page-content__right-panel--content--side-panel.landing-page-content__right-panel--content--side-panel__events-page > .events--calendar--details--card, .full-width-layout--content > .full-width-layout--content--body > div.events--calendar--wrapper > .events--calendar > .events--calendar--body > .events--calendar--body--weeks > .events--calendar--body--week.landing-page-content__right-panel.conference-speaker-session-page > .events--calendar--body--week--day.landing-page-content__right-panel--content > .events--calendar--body--week--day--event.landing-page-content__right-panel--content--side-panel.landing-page-content__right-panel--content--side-panel__events-page > .events--calendar--body--week--day--event--details {
    width: 100%;
  }
}

.speaker-session--details-card {
  background-color: white;
  padding: 30px 28px 54px 33px;
  border-bottom: #006D97 10px solid;
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.25);
}
.speaker-session--details-card > h4 {
  margin-top: 66px;
  margin-bottom: 10px;
}
.speaker-session--details-card > h3 {
  margin-top: 10px;
}
.speaker-session--details-card > .speaker-session--details-card--date {
  color: #00A3E0;
  font-family: "Open Sans Condensed";
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-top: 0;
}
.speaker-session--details-card > .speaker-session--details-card--date > a {
  color: #005EB8;
  text-decoration: underline;
  font-family: "Open Sans Condensed";
}
.speaker-session--details-card > .speaker-session--details-card--date > a:hover {
  color: #00A3E0;
}
.speaker-session--details-card > .speaker-session--details-card--date.speaker-session--details-card--date__not_keynote {
  margin-top: 66px;
}
.speaker-session--details-card > .speaker-session--details-card--related > h4 {
  margin-bottom: 0;
}
.speaker-session--details-card > .speaker-session--details-card--related > h3 {
  margin-top: 0px;
  margin-bottom: 0;
}
.speaker-session--details-card > .speaker-session--details-card--related > h3 > a {
  color: #006D97;
  font-family: "Open Sans";
  font-size: 21px;
  font-style: normal;
  line-height: 36px;
  font-weight: 700;
}
.speaker-session--details-card > .speaker-session--details-card--related > h5 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.speaker-session--details-card > .speaker-session--details-card--more {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
}
.speaker-session--details-card > .speaker-session--details-card--more > div {
  flex-basis: 52%;
  max-width: 252px;
  flex-grow: 0;
  font-family: "Open Sans";
  border-radius: 6px;
  background: #0085B8;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  text-align: center;
  height: 50px;
  white-space: nowrap;
}
.speaker-session--details-card > .speaker-session--details-card--more > div:has(a:focus) {
  border: 3px solid #00A3E0;
  background: #006D97;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.speaker-session--details-card > .speaker-session--details-card--more > div:has(a:focus) > a:focus {
  line-height: 46px;
}
.speaker-session--details-card > .speaker-session--details-card--more > div:has(a:hover) {
  background: #00A3E0;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.speaker-session--details-card > .speaker-session--details-card--more > div:has(a:hover) a:hover {
  background: unset;
}
.speaker-session--details-card > .speaker-session--details-card--more > div:has(a:active) {
  background: #00A3E0;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25) inset;
  border: none;
}
.speaker-session--details-card > .speaker-session--details-card--more > div:has(a[disabled]) {
  border-radius: 6px;
  background: #94A1A8;
}
.speaker-session--details-card > .speaker-session--details-card--more > div:has(a[disabled]) > a {
  color: #D9E1E2;
}
.speaker-session--details-card > .speaker-session--details-card--more > div > a {
  text-decoration: none;
}
.speaker-session--details-card > .speaker-session--details-card--more > div > a:focus {
  padding: 10px 47px;
}
.speaker-session--details-card > .speaker-session--details-card--more > div > a {
  color: #F6F8F8;
  padding: 10px 50px;
}

.conference-speaker-session-page--view-all {
  box-sizing: border-box;
  width: 100%;
  display: flex;
}
@media screen and (min-width: 1200px) {
  .conference-speaker-session-page--view-all {
    padding: 40px 80px;
  }
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
  .conference-speaker-session-page--view-all {
    padding: 30px 40px;
  }
}
@media screen and (min-width: 739px) and (max-width: 959px) {
  .conference-speaker-session-page--view-all {
    padding: 30px 20px;
  }
}
@media screen and (min-width: 431px) and (max-width: 739px) {
  .conference-speaker-session-page--view-all {
    padding: 30px;
  }
}
@media screen and (max-width: 430px) {
  .conference-speaker-session-page--view-all {
    padding: 30px;
  }
}
@media screen and (max-width: 834px) {
  .conference-speaker-session-page--view-all {
    flex-direction: column;
    align-items: center;
    row-gap: 2em;
  }
}
@media screen and (min-width: 834px) {
  .conference-speaker-session-page--view-all {
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
  }
}
.conference-speaker-session-page--view-all .conference-speaker-session-page--view-all--link-button {
  flex-basis: unset;
  max-width: unset;
  flex-grow: 0;
  background: #006D97;
  border-radius: 6px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  height: 50px;
  padding: 0;
  text-align: center;
  white-space: nowrap;
}
.conference-speaker-session-page--view-all .conference-speaker-session-page--view-all--link-button > a {
  display: inline-block;
  box-sizing: border-box;
  width: 100%;
  line-height: 50px;
  color: #F6F8F8;
  text-decoration: none;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
}
.conference-speaker-session-page--view-all .conference-speaker-session-page--view-all--link-button:hover {
  background: #00A3E0;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.conference-speaker-session-page--view-all .conference-speaker-session-page--view-all--link-button:hover a:hover {
  background: unset;
}
.conference-speaker-session-page--view-all .conference-speaker-session-page--view-all--link-button.conference-speaker-session-page--view-all--link-button__focused {
  border: 3px solid #00A3E0;
  background: #006D97;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.conference-speaker-session-page--view-all .conference-speaker-session-page--view-all--link-button.conference-speaker-session-page--view-all--link-button__focused > a:focus {
  line-height: 46px;
}
.conference-speaker-session-page--view-all .conference-speaker-session-page--view-all--link-button.conference-speaker-session-page--view-all--link-button__active {
  background: #00A3E0;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25) inset;
}
.conference-speaker-session-page--view-all .conference-speaker-session-page--view-all--link-button.conference-speaker-session-page--view-all--link-button__disabled {
  border-radius: 6px;
  background: #94A1A8;
}
.conference-speaker-session-page--view-all .conference-speaker-session-page--view-all--link-button.conference-speaker-session-page--view-all--link-button__disabled > a {
  color: #D9E1E2;
}
.conference-speaker-session-page--view-all .conference-speaker-session-page--view-all--link-button > a {
  padding: 0 50px;
}

.speaker-session--speaker-cards, .speaker-session--speaker-cards-schedule {
  box-sizing: border-box;
  width: 100%;
  display: grid;
  margin-bottom: 0;
}
@media screen and (min-width: 1200px) {
  .speaker-session--speaker-cards, .speaker-session--speaker-cards-schedule {
    padding: 40px 80px;
  }
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
  .speaker-session--speaker-cards, .speaker-session--speaker-cards-schedule {
    padding: 30px 40px;
  }
}
@media screen and (min-width: 739px) and (max-width: 959px) {
  .speaker-session--speaker-cards, .speaker-session--speaker-cards-schedule {
    padding: 30px 20px;
  }
}
@media screen and (min-width: 431px) and (max-width: 739px) {
  .speaker-session--speaker-cards, .speaker-session--speaker-cards-schedule {
    padding: 30px;
  }
}
@media screen and (max-width: 430px) {
  .speaker-session--speaker-cards, .speaker-session--speaker-cards-schedule {
    padding: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .speaker-session--speaker-cards, .speaker-session--speaker-cards-schedule {
    column-gap: 66px;
  }
}
@media screen and (min-width: 1020px) {
  .speaker-session--speaker-cards, .speaker-session--speaker-cards-schedule {
    grid-template-columns: 1fr 1fr;
    row-gap: 60px;
  }
}
@media screen and (max-width: 1019px) {
  .speaker-session--speaker-cards, .speaker-session--speaker-cards-schedule {
    grid-template-columns: 1fr;
    row-gap: 20px;
  }
}
@media screen and (max-width: 1290px) {
  .speaker-session--speaker-cards, .speaker-session--speaker-cards-schedule {
    column-gap: 20px;
  }
}
@media screen and (min-width: 1291px) {
  .speaker-session--speaker-cards, .speaker-session--speaker-cards-schedule {
    column-gap: 66px;
  }
}
.speaker-session--speaker-cards > .speaker-session--speaker-cards--card, .speaker-session--speaker-cards-schedule > .speaker-session--speaker-cards--card {
  cursor: pointer;
  background-color: white;
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.25);
  max-width: 600px;
  min-width: 400px;
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: nowrap;
}
.speaker-session--speaker-cards > .speaker-session--speaker-cards--card.speaker-session--speaker-cards--card__left-edge, .speaker-session--speaker-cards-schedule > .speaker-session--speaker-cards--card.speaker-session--speaker-cards--card__left-edge {
  border-left: #006D97 10px solid;
  border-bottom: unset;
}
.speaker-session--speaker-cards > .speaker-session--speaker-cards--card.speaker-session--speaker-cards--card__bottom-edge, .speaker-session--speaker-cards-schedule > .speaker-session--speaker-cards--card.speaker-session--speaker-cards--card__bottom-edge {
  border-bottom: #006D97 10px solid;
  border-left: unset;
}
@media screen and (max-width: 660px) {
  .speaker-session--speaker-cards > .speaker-session--speaker-cards--card, .speaker-session--speaker-cards-schedule > .speaker-session--speaker-cards--card {
    min-width: auto;
  }
}
@media screen and (max-width: 660px) {
  .speaker-session--speaker-cards > .speaker-session--speaker-cards--card, .speaker-session--speaker-cards-schedule > .speaker-session--speaker-cards--card {
    flex-direction: column;
  }
}
.speaker-session--speaker-cards > .speaker-session--speaker-cards--card.speaker-session--speaker-cards--card__categorized, .speaker-session--speaker-cards-schedule > .speaker-session--speaker-cards--card.speaker-session--speaker-cards--card__categorized {
  height: 130px;
}
.speaker-session--speaker-cards > .speaker-session--speaker-cards--card.speaker-session--speaker-cards--card__categorized.session-card, .speaker-session--speaker-cards-schedule > .speaker-session--speaker-cards--card.speaker-session--speaker-cards--card__categorized.session-card {
  /*
   * FYI: The highly detailed and granular media queries below are necessary to account for
   * the wild variability in the length of text in the card content (Conference session names, especially)
   * while maintaining layout consistency with the category indicator, and defined margins / padding.
   * It's worth noting that should this code be used for future conferences it's likely that these media queries
   * won't apply to the new content, and will need to be adjusted. The best approach would be to normalize
   * requirements for the length of text in the card content, or use line clamping in the card text, because
   * this complexity makes 2 or 3 work while making the rest look like they have too much exmpty space, but
   * at least there's no text overflowing the cards.
   */
}
@media screen and (min-width: 1462px) {
  .speaker-session--speaker-cards > .speaker-session--speaker-cards--card.speaker-session--speaker-cards--card__categorized.session-card, .speaker-session--speaker-cards-schedule > .speaker-session--speaker-cards--card.speaker-session--speaker-cards--card__categorized.session-card {
    height: 170px;
  }
  .speaker-session--speaker-cards > .speaker-session--speaker-cards--card.speaker-session--speaker-cards--card__categorized.session-card > .speaker-session--speaker-cards--card--content, .speaker-session--speaker-cards-schedule > .speaker-session--speaker-cards--card.speaker-session--speaker-cards--card__categorized.session-card > .speaker-session--speaker-cards--card--content {
    height: 150px;
  }
}
@media screen and (min-width: 1415px) and (max-width: 1461px) {
  .speaker-session--speaker-cards > .speaker-session--speaker-cards--card.speaker-session--speaker-cards--card__categorized.session-card, .speaker-session--speaker-cards-schedule > .speaker-session--speaker-cards--card.speaker-session--speaker-cards--card__categorized.session-card {
    height: 220px;
  }
  .speaker-session--speaker-cards > .speaker-session--speaker-cards--card.speaker-session--speaker-cards--card__categorized.session-card > .speaker-session--speaker-cards--card--content, .speaker-session--speaker-cards-schedule > .speaker-session--speaker-cards--card.speaker-session--speaker-cards--card__categorized.session-card > .speaker-session--speaker-cards--card--content {
    height: 180px;
  }
}
@media screen and (min-width: 1215px) and (max-width: 1414px) {
  .speaker-session--speaker-cards > .speaker-session--speaker-cards--card.speaker-session--speaker-cards--card__categorized.session-card, .speaker-session--speaker-cards-schedule > .speaker-session--speaker-cards--card.speaker-session--speaker-cards--card__categorized.session-card {
    height: 240px;
  }
  .speaker-session--speaker-cards > .speaker-session--speaker-cards--card.speaker-session--speaker-cards--card__categorized.session-card > .speaker-session--speaker-cards--card--content, .speaker-session--speaker-cards-schedule > .speaker-session--speaker-cards--card.speaker-session--speaker-cards--card__categorized.session-card > .speaker-session--speaker-cards--card--content {
    height: 190px;
  }
}
@media screen and (max-width: 1214px) and (min-width: 1020px) {
  .speaker-session--speaker-cards > .speaker-session--speaker-cards--card.speaker-session--speaker-cards--card__categorized.session-card, .speaker-session--speaker-cards-schedule > .speaker-session--speaker-cards--card.speaker-session--speaker-cards--card__categorized.session-card {
    height: 220px;
  }
  .speaker-session--speaker-cards > .speaker-session--speaker-cards--card.speaker-session--speaker-cards--card__categorized.session-card > .speaker-session--speaker-cards--card--content, .speaker-session--speaker-cards-schedule > .speaker-session--speaker-cards--card.speaker-session--speaker-cards--card__categorized.session-card > .speaker-session--speaker-cards--card--content {
    height: 200px;
  }
}
@media screen and (max-width: 1019px) {
  .speaker-session--speaker-cards > .speaker-session--speaker-cards--card.speaker-session--speaker-cards--card__categorized.session-card, .speaker-session--speaker-cards-schedule > .speaker-session--speaker-cards--card.speaker-session--speaker-cards--card__categorized.session-card {
    max-width: unset;
  }
}
@media screen and (max-width: 1019px) and (min-width: 619px) {
  .speaker-session--speaker-cards > .speaker-session--speaker-cards--card.speaker-session--speaker-cards--card__categorized.session-card, .speaker-session--speaker-cards-schedule > .speaker-session--speaker-cards--card.speaker-session--speaker-cards--card__categorized.session-card {
    height: 175px;
  }
  .speaker-session--speaker-cards > .speaker-session--speaker-cards--card.speaker-session--speaker-cards--card__categorized.session-card > .speaker-session--speaker-cards--card--content, .speaker-session--speaker-cards-schedule > .speaker-session--speaker-cards--card.speaker-session--speaker-cards--card__categorized.session-card > .speaker-session--speaker-cards--card--content {
    height: 150px;
  }
}
@media screen and (min-width: 595px) and (max-width: 618px) {
  .speaker-session--speaker-cards > .speaker-session--speaker-cards--card.speaker-session--speaker-cards--card__categorized.session-card, .speaker-session--speaker-cards-schedule > .speaker-session--speaker-cards--card.speaker-session--speaker-cards--card__categorized.session-card {
    height: 210px;
  }
  .speaker-session--speaker-cards > .speaker-session--speaker-cards--card.speaker-session--speaker-cards--card__categorized.session-card > .speaker-session--speaker-cards--card--content, .speaker-session--speaker-cards-schedule > .speaker-session--speaker-cards--card.speaker-session--speaker-cards--card__categorized.session-card > .speaker-session--speaker-cards--card--content {
    height: 170px;
  }
}
@media screen and (min-width: 520px) and (max-width: 594px) {
  .speaker-session--speaker-cards > .speaker-session--speaker-cards--card.speaker-session--speaker-cards--card__categorized.session-card, .speaker-session--speaker-cards-schedule > .speaker-session--speaker-cards--card.speaker-session--speaker-cards--card__categorized.session-card {
    height: 230px;
  }
  .speaker-session--speaker-cards > .speaker-session--speaker-cards--card.speaker-session--speaker-cards--card__categorized.session-card > .speaker-session--speaker-cards--card--content, .speaker-session--speaker-cards-schedule > .speaker-session--speaker-cards--card.speaker-session--speaker-cards--card__categorized.session-card > .speaker-session--speaker-cards--card--content {
    height: 190px;
  }
}
@media screen and (min-width: 455px) and (max-width: 519px) {
  .speaker-session--speaker-cards > .speaker-session--speaker-cards--card.speaker-session--speaker-cards--card__categorized.session-card, .speaker-session--speaker-cards-schedule > .speaker-session--speaker-cards--card.speaker-session--speaker-cards--card__categorized.session-card {
    height: 270px;
  }
  .speaker-session--speaker-cards > .speaker-session--speaker-cards--card.speaker-session--speaker-cards--card__categorized.session-card > .speaker-session--speaker-cards--card--content, .speaker-session--speaker-cards-schedule > .speaker-session--speaker-cards--card.speaker-session--speaker-cards--card__categorized.session-card > .speaker-session--speaker-cards--card--content {
    height: 230px;
  }
}
@media screen and (min-width: 390px) and (max-width: 454px) {
  .speaker-session--speaker-cards > .speaker-session--speaker-cards--card.speaker-session--speaker-cards--card__categorized.session-card, .speaker-session--speaker-cards-schedule > .speaker-session--speaker-cards--card.speaker-session--speaker-cards--card__categorized.session-card {
    height: 300px;
  }
  .speaker-session--speaker-cards > .speaker-session--speaker-cards--card.speaker-session--speaker-cards--card__categorized.session-card > .speaker-session--speaker-cards--card--content, .speaker-session--speaker-cards-schedule > .speaker-session--speaker-cards--card.speaker-session--speaker-cards--card__categorized.session-card > .speaker-session--speaker-cards--card--content {
    height: 270px;
  }
}
@media screen and (min-width: 385px) and (max-width: 389px) {
  .speaker-session--speaker-cards > .speaker-session--speaker-cards--card.speaker-session--speaker-cards--card__categorized.session-card, .speaker-session--speaker-cards-schedule > .speaker-session--speaker-cards--card.speaker-session--speaker-cards--card__categorized.session-card {
    height: 330px;
  }
  .speaker-session--speaker-cards > .speaker-session--speaker-cards--card.speaker-session--speaker-cards--card__categorized.session-card > .speaker-session--speaker-cards--card--content, .speaker-session--speaker-cards-schedule > .speaker-session--speaker-cards--card.speaker-session--speaker-cards--card__categorized.session-card > .speaker-session--speaker-cards--card--content {
    height: 290px;
  }
}
@media screen and (max-width: 384px) {
  .speaker-session--speaker-cards > .speaker-session--speaker-cards--card.speaker-session--speaker-cards--card__categorized.session-card, .speaker-session--speaker-cards-schedule > .speaker-session--speaker-cards--card.speaker-session--speaker-cards--card__categorized.session-card {
    height: 400px;
  }
  .speaker-session--speaker-cards > .speaker-session--speaker-cards--card.speaker-session--speaker-cards--card__categorized.session-card > .speaker-session--speaker-cards--card--content, .speaker-session--speaker-cards-schedule > .speaker-session--speaker-cards--card.speaker-session--speaker-cards--card__categorized.session-card > .speaker-session--speaker-cards--card--content {
    height: 370px;
  }
}
.speaker-session--speaker-cards > .speaker-session--speaker-cards--card.speaker-session--speaker-cards--card__categorized.session-card > .speaker-session--speaker-cards--card--content > h3, .speaker-session--speaker-cards-schedule > .speaker-session--speaker-cards--card.speaker-session--speaker-cards--card__categorized.session-card > .speaker-session--speaker-cards--card--content > h3 {
  margin-top: 0;
  margin-bottom: 0;
}
.speaker-session--speaker-cards > .speaker-session--speaker-cards--card.speaker-session--speaker-cards--card__categorized.speaker-card, .speaker-session--speaker-cards-schedule > .speaker-session--speaker-cards--card.speaker-session--speaker-cards--card__categorized.speaker-card {
  height: 130px;
}
@media screen and (max-width: 400px) {
  .speaker-session--speaker-cards > .speaker-session--speaker-cards--card.speaker-session--speaker-cards--card__categorized.speaker-card, .speaker-session--speaker-cards-schedule > .speaker-session--speaker-cards--card.speaker-session--speaker-cards--card__categorized.speaker-card {
    height: 166px;
  }
  .speaker-session--speaker-cards > .speaker-session--speaker-cards--card.speaker-session--speaker-cards--card__categorized.speaker-card > .speaker-session--speaker-cards--card--content, .speaker-session--speaker-cards-schedule > .speaker-session--speaker-cards--card.speaker-session--speaker-cards--card__categorized.speaker-card > .speaker-session--speaker-cards--card--content {
    height: 166px;
  }
}
@media screen and (min-width: 401px) {
  .speaker-session--speaker-cards > .speaker-session--speaker-cards--card.speaker-session--speaker-cards--card__categorized.speaker-card > .speaker-session--speaker-cards--card--content, .speaker-session--speaker-cards-schedule > .speaker-session--speaker-cards--card.speaker-session--speaker-cards--card__categorized.speaker-card > .speaker-session--speaker-cards--card--content {
    height: 130px;
  }
}
.speaker-session--speaker-cards > .speaker-session--speaker-cards--card.speaker-session--speaker-cards--card__categorized > .speaker-session--speaker-cards--card--content, .speaker-session--speaker-cards-schedule > .speaker-session--speaker-cards--card.speaker-session--speaker-cards--card__categorized > .speaker-session--speaker-cards--card--content {
  max-width: calc(95% - 20px);
}
@media screen and (max-width: 1019px) {
  .speaker-session--speaker-cards > .speaker-session--speaker-cards--card.speaker-session--speaker-cards--card__categorized > .speaker-session--speaker-cards--card--content > h3, .speaker-session--speaker-cards-schedule > .speaker-session--speaker-cards--card.speaker-session--speaker-cards--card__categorized > .speaker-session--speaker-cards--card--content > h3 {
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1020px) {
  .speaker-session--speaker-cards > .speaker-session--speaker-cards--card.speaker-session--speaker-cards--card__categorized > .speaker-session--speaker-cards--card--content > h3, .speaker-session--speaker-cards-schedule > .speaker-session--speaker-cards--card.speaker-session--speaker-cards--card__categorized > .speaker-session--speaker-cards--card--content > h3 {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
.speaker-session--speaker-cards > .speaker-session--speaker-cards--card.speaker-session--speaker-cards--card__categorized > .speaker-session--speaker-cards--card--content > .keynote-speaker-label, .speaker-session--speaker-cards-schedule > .speaker-session--speaker-cards--card.speaker-session--speaker-cards--card__categorized > .speaker-session--speaker-cards--card--content > .keynote-speaker-label {
  margin-top: 10px;
}
.speaker-session--speaker-cards > .speaker-session--speaker-cards--card.speaker-session--speaker-cards--card__categorized > .speaker-session--speaker-cards--card--content > .speaker-session--speaker-cards--card--content--job-title, .speaker-session--speaker-cards-schedule > .speaker-session--speaker-cards--card.speaker-session--speaker-cards--card__categorized > .speaker-session--speaker-cards--card--content > .speaker-session--speaker-cards--card--content--job-title {
  margin-top: 0;
  white-space: break-spaces;
  max-width: 100%;
}
@media screen and (min-width: 660px) {
  .speaker-session--speaker-cards > .speaker-session--speaker-cards--card > .speaker-session--speaker-cards--card--image, .speaker-session--speaker-cards-schedule > .speaker-session--speaker-cards--card > .speaker-session--speaker-cards--card--image {
    flex-grow: 0;
    flex-shrink: 0;
    width: 200px;
    height: 200px;
  }
}
@media screen and (max-width: 659px) {
  .speaker-session--speaker-cards > .speaker-session--speaker-cards--card > .speaker-session--speaker-cards--card--image, .speaker-session--speaker-cards-schedule > .speaker-session--speaker-cards--card > .speaker-session--speaker-cards--card--image {
    flex-grow: 1;
    flex-shrink: 1;
    max-width: 199px;
    width: auto;
    height: auto;
  }
}
.speaker-session--speaker-cards > .speaker-session--speaker-cards--card > .speaker-session--speaker-cards--card--image > img, .speaker-session--speaker-cards-schedule > .speaker-session--speaker-cards--card > .speaker-session--speaker-cards--card--image > img {
  object-fit: fill;
  width: 100%;
  height: 100%;
}
.speaker-session--speaker-cards > .speaker-session--speaker-cards--card > .speaker-session--speaker-cards--card--content, .speaker-session--speaker-cards-schedule > .speaker-session--speaker-cards--card > .speaker-session--speaker-cards--card--content {
  padding-left: 15px;
  padding-top: 20px;
  box-sizing: border-box;
  flex-basis: auto;
  flex-shrink: 1;
  flex-grow: 1;
  height: 200px;
}
.speaker-session--speaker-cards > .speaker-session--speaker-cards--card > .speaker-session--speaker-cards--card--content.speaker-session--speaker-cards--card--content__bottom-edge, .speaker-session--speaker-cards-schedule > .speaker-session--speaker-cards--card > .speaker-session--speaker-cards--card--content.speaker-session--speaker-cards--card--content__bottom-edge {
  border-bottom: #006D97 10px solid;
  border-left: unset;
}
@media screen and (max-width: 380px) {
  .speaker-session--speaker-cards > .speaker-session--speaker-cards--card > .speaker-session--speaker-cards--card--content, .speaker-session--speaker-cards-schedule > .speaker-session--speaker-cards--card > .speaker-session--speaker-cards--card--content {
    padding-left: 5px;
  }
}
.speaker-session--speaker-cards > .speaker-session--speaker-cards--card > .speaker-session--speaker-cards--card--content > .keynote-speaker-label, .speaker-session--speaker-cards-schedule > .speaker-session--speaker-cards--card > .speaker-session--speaker-cards--card--content > .keynote-speaker-label {
  margin-top: 15px;
  color: #003551;
  font-family: "Open Sans";
  font-size: 15.674px;
  font-style: normal;
  font-weight: 600;
  line-height: 25.078px;
  letter-spacing: 4.702px;
  text-transform: uppercase;
}
.speaker-session--speaker-cards > .speaker-session--speaker-cards--card > .speaker-session--speaker-cards--card--content > h3 > a, .speaker-session--speaker-cards-schedule > .speaker-session--speaker-cards--card > .speaker-session--speaker-cards--card--content > h3 > a {
  color: #006D97;
  font-family: "Open Sans";
  font-size: 21px;
  font-style: normal;
  line-height: 36px;
  font-weight: 700;
}
@media screen and (min-width: 1121px) {
  .speaker-session--speaker-cards > .speaker-session--speaker-cards--card > .speaker-session--speaker-cards--card--content > h3, .speaker-session--speaker-cards-schedule > .speaker-session--speaker-cards--card > .speaker-session--speaker-cards--card--content > h3 {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 1120px) {
  .speaker-session--speaker-cards > .speaker-session--speaker-cards--card > .speaker-session--speaker-cards--card--content > h3, .speaker-session--speaker-cards-schedule > .speaker-session--speaker-cards--card > .speaker-session--speaker-cards--card--content > h3 {
    margin-top: 0;
    margin-bottom: 0;
  }
}
.speaker-session--speaker-cards > .speaker-session--speaker-cards--card > .speaker-session--speaker-cards--card--content > .speaker-session--speaker-cards--card--content--job-title, .speaker-session--speaker-cards-schedule > .speaker-session--speaker-cards--card > .speaker-session--speaker-cards--card--content > .speaker-session--speaker-cards--card--content--job-title {
  margin-top: 0;
  color: #193442;
  font-family: "Open Sans";
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: 0em;
  text-align: left;
}
.speaker-session--speaker-cards > .speaker-session--speaker-cards--card > .speaker-session--speaker-cards--card--content__fullwidth, .speaker-session--speaker-cards-schedule > .speaker-session--speaker-cards--card > .speaker-session--speaker-cards--card--content__fullwidth {
  max-width: fit-content;
}
.speaker-session--speaker-cards > .speaker-session--speaker-cards--card:hover h3 a, .speaker-session--speaker-cards-schedule > .speaker-session--speaker-cards--card:hover h3 a {
  border-bottom: 2px solid #005EB8;
}
.speaker-session--speaker-cards > .speaker-session--speaker-cards--card h3 a:focus, .speaker-session--speaker-cards-schedule > .speaker-session--speaker-cards--card h3 a:focus {
  border-bottom: 2px solid #005EB8;
}
.speaker-session--speaker-cards > .speaker-session--speaker-cards--card:has(a:focus), .speaker-session--speaker-cards-schedule > .speaker-session--speaker-cards--card:has(a:focus) {
  box-shadow: 0px 4px 12px 8px rgba(0, 99, 184, 0.5);
}
.speaker-session--speaker-cards > .speaker-session--speaker-cards--card:has(a:active), .speaker-session--speaker-cards-schedule > .speaker-session--speaker-cards--card:has(a:active) {
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.25) inset;
}
.speaker-session--speaker-cards > .speaker-session--speaker-cards--card.speaker-session--speaker-cards--card__focused, .speaker-session--speaker-cards-schedule > .speaker-session--speaker-cards--card.speaker-session--speaker-cards--card__focused {
  box-shadow: 0px 4px 12px 8px rgba(0, 99, 184, 0.5);
}
.speaker-session--speaker-cards > .speaker-session--speaker-cards--card.speaker-session--speaker-cards--card__active, .speaker-session--speaker-cards-schedule > .speaker-session--speaker-cards--card.speaker-session--speaker-cards--card__active {
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.25) inset;
}

.conference-speaker-session-page > h2 {
  color: #003551;
}
@media screen and (min-width: 1020px) {
  .conference-speaker-session-page > h2 {
    margin-left: 80px;
  }
}
@media screen and (max-width: 1019px) {
  .conference-speaker-session-page > h2 {
    margin-left: 20px;
  }
}
@media screen and (min-width: 1020px) {
  .conference-speaker-session-page > .resource-grid {
    padding-left: 80px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 1019px) {
  .conference-speaker-session-page > .resource-grid {
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 40px;
  }
}
.conference-speaker-session-page > .resource-grid .speaker-session--details-card.resource-grid--item {
  align-items: flex-start;
  max-width: unset;
  padding: 20px;
}
@media screen and (min-width: 1350px) {
  .conference-speaker-session-page > .resource-grid .speaker-session--details-card.resource-grid--item {
    height: 500px;
  }
}
@media screen and (max-width: 1349px) and (min-width: 1221px) {
  .conference-speaker-session-page > .resource-grid .speaker-session--details-card.resource-grid--item {
    height: 560px;
  }
}
@media screen and (max-width: 1220px) and (min-width: 820px) {
  .conference-speaker-session-page > .resource-grid .speaker-session--details-card.resource-grid--item {
    height: 360px;
  }
}
@media screen and (max-width: 819px) and (min-width: 600px) {
  .conference-speaker-session-page > .resource-grid .speaker-session--details-card.resource-grid--item {
    height: 380px;
  }
}
@media screen and (max-width: 599px) and (min-width: 530px) {
  .conference-speaker-session-page > .resource-grid .speaker-session--details-card.resource-grid--item {
    height: 420px;
  }
}
@media screen and (max-width: 529px) and (min-width: 491px) {
  .conference-speaker-session-page > .resource-grid .speaker-session--details-card.resource-grid--item {
    height: 450px;
  }
}
@media screen and (max-width: 490px) and (min-width: 450px) {
  .conference-speaker-session-page > .resource-grid .speaker-session--details-card.resource-grid--item {
    height: 490px;
  }
}
@media screen and (max-width: 449px) {
  .conference-speaker-session-page > .resource-grid .speaker-session--details-card.resource-grid--item {
    height: 510px;
  }
}
@media screen and (min-width: 401px) and (max-width: 449px) {
  .conference-speaker-session-page > .resource-grid .speaker-session--details-card.resource-grid--item {
    height: 560px;
  }
}
@media screen and (max-width: 400px) and (min-width: 365px) {
  .conference-speaker-session-page > .resource-grid .speaker-session--details-card.resource-grid--item {
    height: 570px;
  }
}
@media screen and (max-width: 364px) {
  .conference-speaker-session-page > .resource-grid .speaker-session--details-card.resource-grid--item {
    height: 600px;
  }
}
.conference-speaker-session-page > .resource-grid .speaker-session--details-card.resource-grid--item .speaker-session--details-card--date > h2 {
  margin-top: 0;
  margin-bottom: 0;
}
.conference-speaker-session-page > .resource-grid .speaker-session--details-card.resource-grid--item .speaker-session--details-card--date > h2 > a {
  color: #00A3E0;
  font-family: "Open Sans Condensed";
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.conference-speaker-session-page > .resource-grid .speaker-session--details-card.resource-grid--item .speaker-session--details-card--date > h2 > a > a {
  color: #005EB8;
  text-decoration: underline;
  font-family: "Open Sans Condensed";
}
.conference-speaker-session-page > .resource-grid .speaker-session--details-card.resource-grid--item .speaker-session--details-card--date > h2 > a > a:hover {
  color: #00A3E0;
}
.conference-speaker-session-page > .resource-grid .speaker-session--details-card.resource-grid--item > h3 {
  margin-bottom: 0;
  margin-top: 10px;
}
.conference-speaker-session-page > .resource-grid .speaker-session--details-card.resource-grid--item > h3 > a {
  color: #006D97;
  font-family: "Open Sans";
  font-size: 21px;
  font-style: normal;
  line-height: 36px;
  font-weight: 700;
}
.conference-speaker-session-page > .resource-grid .speaker-session--details-card.resource-grid--item > .speaker-session--details-card--related > h4 {
  margin: 0;
}
.conference-speaker-session-page > .resource-grid .speaker-session--details-card.resource-grid--item > .speaker-session--details-card--related > h5 {
  margin: 0;
}
.conference-speaker-session-page > .resource-grid .speaker-session--details-card.resource-grid--item > .speaker-session--details-card--related .speaker-session--excerpt {
  padding-top: 0;
  padding-bottom: 0;
}
.conference-speaker-session-page > .resource-grid .speaker-session--details-card.resource-grid--item > .speaker-session--details-card--related .speaker-session--excerpt > p {
  font-family: "Open Sans";
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: 0em;
  text-align: left;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

h2.conference-speaker-session-page {
  color: #003551;
}
@media screen and (min-width: 1020px) {
  h2.conference-speaker-session-page {
    margin-left: 80px;
  }
}
@media screen and (max-width: 1019px) {
  h2.conference-speaker-session-page {
    margin-left: 20px;
  }
}

.conference-speaker-session-page .conference-speakers--session-speakers .speaker-session--speaker-cards.speaker-session--speaker-cards__filtered:not([data-filtercategory*=analytics-observability-security]) .speaker-session--speaker-cards--card__categorized__analytics-observability-security, .conference-speaker-session-page .conference-speakers--session-speakers .speaker-session--speaker-cards__filtered.speaker-session--speaker-cards-schedule:not([data-filtercategory*=analytics-observability-security]) .speaker-session--speaker-cards--card__categorized__analytics-observability-security {
  display: none;
}
.conference-speaker-session-page .conference-speakers--session-speakers .speaker-session--speaker-cards.speaker-session--speaker-cards__filtered:not([data-filtercategory*=search]) .speaker-session--speaker-cards--card__categorized__search, .conference-speaker-session-page .conference-speakers--session-speakers .speaker-session--speaker-cards__filtered.speaker-session--speaker-cards-schedule:not([data-filtercategory*=search]) .speaker-session--speaker-cards--card__categorized__search {
  display: none;
}
.conference-speaker-session-page .conference-speakers--session-speakers .speaker-session--speaker-cards.speaker-session--speaker-cards__filtered:not([data-filtercategory*=community]) .speaker-session--speaker-cards--card__categorized__community, .conference-speaker-session-page .conference-speakers--session-speakers .speaker-session--speaker-cards__filtered.speaker-session--speaker-cards-schedule:not([data-filtercategory*=community]) .speaker-session--speaker-cards--card__categorized__community {
  display: none;
}
.conference-speaker-session-page .conference-speakers--session-speakers .speaker-session--speaker-cards.speaker-session--speaker-cards__filtered:not([data-filtercategory*=operating-opensearch]) .speaker-session--speaker-cards--card__categorized__operating-opensearch, .conference-speaker-session-page .conference-speakers--session-speakers .speaker-session--speaker-cards__filtered.speaker-session--speaker-cards-schedule:not([data-filtercategory*=operating-opensearch]) .speaker-session--speaker-cards--card__categorized__operating-opensearch {
  display: none;
}

.conference-speakers--session-speakers > .conference-feature--categorization {
  box-sizing: border-box;
  width: 100%;
}
@media screen and (min-width: 1200px) {
  .conference-speakers--session-speakers > .conference-feature--categorization {
    padding-left: 80px;
    padding-right: 80px;
  }
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
  .conference-speakers--session-speakers > .conference-feature--categorization {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (min-width: 739px) and (max-width: 959px) {
  .conference-speakers--session-speakers > .conference-feature--categorization {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 431px) and (max-width: 739px) {
  .conference-speakers--session-speakers > .conference-feature--categorization {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 430px) {
  .conference-speakers--session-speakers > .conference-feature--categorization {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.conference-speakers--session-speakers > .conference-feature--categorization > .conference-feature--categorization--header-filters {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  box-sizing: border-box;
  margin-bottom: 20px;
}
@media screen and (max-width: 834px) {
  .conference-speakers--session-speakers > .conference-feature--categorization > .conference-feature--categorization--header-filters {
    flex-wrap: wrap;
  }
}
.conference-speakers--session-speakers > .conference-feature--categorization > .conference-feature--categorization--header-filters > .conference-feature--categorization--header {
  flex-basis: 220px;
  flex-shrink: 0;
  flex-grow: 0;
  box-sizing: border-box;
}
.conference-speakers--session-speakers > .conference-feature--categorization > .conference-feature--categorization--header-filters > .conference-feature--categorization--header > h2 {
  color: #003551;
  margin-top: 0;
  margin-bottom: 0;
}
.conference-speakers--session-speakers > .conference-feature--categorization > .conference-feature--categorization--header-filters > .conference-feature--categorization--filters {
  box-sizing: border-box;
  flex-basis: calc(100% - 220px);
  flex-shrink: 0;
  flex-grow: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  column-gap: 20px;
}
.conference-speakers--session-speakers > .conference-feature--categorization > .conference-feature--categorization--header-filters > .conference-feature--categorization--filters > .content-filter-dropdown-component {
  width: 100%;
  column-gap: 20px;
}
@media screen and (min-width: 835px) {
  .conference-speakers--session-speakers > .conference-feature--categorization > .conference-feature--categorization--header-filters > .conference-feature--categorization--filters > .content-filter-dropdown-component {
    flex-wrap: nowrap;
  }
}
@media screen and (max-width: 834px) {
  .conference-speakers--session-speakers > .conference-feature--categorization > .conference-feature--categorization--header-filters > .conference-feature--categorization--filters > .content-filter-dropdown-component {
    flex-wrap: wrap;
  }
}
.conference-speakers--session-speakers > .conference-feature--categorization > .conference-feature--categorization--header-filters > .conference-feature--categorization--filters > .content-filter-dropdown-component > .content-filter-dropdown-component--dropdown {
  flex-basis: 280px;
}
.conference-speakers--session-speakers > .conference-feature--categorization > .conference-feature--categorization--header-filters > .conference-feature--categorization--filters > .content-filter-dropdown-component > .content-filter-dropdown-component--dropdown > .labeled-dropdown {
  width: 280px;
}
.conference-speakers--session-speakers > .conference-feature--categorization > .conference-feature--categorization--header-filters > .conference-feature--categorization--filters > .content-filter-dropdown-component > .content-filter-dropdown-component--dropdown > .labeled-dropdown > .labeled-dropdown--select {
  width: 280px;
}
.conference-speakers--session-speakers > .conference-feature--categorization > .conference-feature--categorization--header-filters > .conference-feature--categorization--filters > .content-filter-dropdown-component > .conference-speakers--session-speakers--filters--category-selector--filter-chips {
  flex-basis: calc(100% - 260px);
}
.conference-speakers--session-speakers > .conference-feature--categorization > .conference-feature--categoriziation--list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  column-gap: 20px;
}
@media screen and (max-width: 1019px) {
  .conference-speakers--session-speakers > .conference-feature--categorization > .conference-feature--categoriziation--list {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-bottom: 20px;
  }
}
.conference-speakers--session-speakers > .conference-feature--categorization > .conference-feature--categoriziation--list > div {
  flex-basis: content;
  display: inline-flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  white-space: nowrap;
  flex-wrap: nowrap;
  column-gap: 8px;
}
.conference-speakers--session-speakers > .conference-feature--categorization > .conference-feature--categoriziation--list > div > div:nth-of-type(1) {
  flex-basis: 20px;
  flex-shrink: 0;
  flex-grow: 0;
  width: 20px;
  height: 20px;
}
.conference-speakers--session-speakers > .conference-feature--categorization > .conference-feature--categoriziation--list > div > div:nth-of-type(2) {
  color: #003551;
  font-family: "Open Sans";
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}
.conference-speakers--session-speakers .conference-speakers--session-speakers__categorized {
  display: grid;
}
@media screen and (min-width: 1020px) {
  .conference-speakers--session-speakers .conference-speakers--session-speakers__categorized {
    grid-template-columns: 1fr 1fr;
    padding: 40px 40px 0 80px;
    row-gap: 60px;
  }
}
@media screen and (max-width: 1019px) {
  .conference-speakers--session-speakers .conference-speakers--session-speakers__categorized {
    grid-template-columns: 1fr;
    padding: 0 20px 40px;
    row-gap: 20px;
  }
}
@media screen and (max-width: 1290px) {
  .conference-speakers--session-speakers .conference-speakers--session-speakers__categorized {
    column-gap: 20px;
  }
}
@media screen and (min-width: 1291px) {
  .conference-speakers--session-speakers .conference-speakers--session-speakers__categorized {
    column-gap: 66px;
  }
}
.conference-speakers--session-speakers .conference-speakers--session-speakers__categorized .conference-speakers--session-speakers__categorized--header {
  max-width: 600px;
  min-width: 400px;
  display: block;
}
.conference-speakers--session-speakers .conference-speakers--session-speakers__categorized .conference-speakers--session-speakers__categorized--header > .conference-speakers--session-speakers__categorized--header--text {
  box-sizing: border-box;
  width: 100%;
}
.conference-speakers--session-speakers .conference-speakers--session-speakers__categorized .conference-speakers--session-speakers__categorized--header > .conference-speakers--session-speakers__categorized--header--text > h2 {
  color: #003551;
  margin-top: 0;
}
@media screen and (max-width: 1019px) {
  .conference-speakers--session-speakers .conference-speakers--session-speakers__categorized .conference-speakers--session-speakers__categorized--header > .conference-speakers--session-speakers__categorized--header--text > h2 {
    margin-bottom: 0;
  }
}
.conference-speakers--session-speakers .conference-speakers--session-speakers__categorized .conference-speakers--session-speakers__categorized--header > .conference-speaker--session-speakers__categorized--header--filters {
  box-sizing: border-box;
  width: 100%;
}
.conference-speakers--session-speakers .conference-speakers--session-speakers__categorized .conference-speakers--session-speakers__categorized--list {
  max-width: 600px;
  min-width: 400px;
}
@media screen and (max-width: 1019px) {
  .conference-speakers--session-speakers .conference-speakers--session-speakers__categorized .conference-speakers--session-speakers__categorized--list {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-bottom: 20px;
  }
}
@media screen and (min-width: 1020px) {
  .conference-speakers--session-speakers .conference-speakers--session-speakers__categorized .conference-speakers--session-speakers__categorized--list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    row-gap: 20px;
  }
}
.conference-speakers--session-speakers .conference-speakers--session-speakers__categorized .conference-speakers--session-speakers__categorized--list > div {
  display: inline-flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  white-space: nowrap;
  flex-wrap: nowrap;
  column-gap: 8px;
}
.conference-speakers--session-speakers .conference-speakers--session-speakers__categorized .conference-speakers--session-speakers__categorized--list > div > div:nth-of-type(1) {
  flex-basis: 20px;
  flex-shrink: 0;
  flex-grow: 0;
  width: 20px;
  height: 20px;
}
.conference-speakers--session-speakers .conference-speakers--session-speakers__categorized .conference-speakers--session-speakers__categorized--list > div > div:nth-of-type(2) {
  color: #003551;
  font-family: "Open Sans";
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}
.conference-speakers--session-speakers .speaker-session--speaker-cards.speaker-session--speaker-cards__unfeatured__filtered:not([data-filtercategory*=analytics-observability-security]) .speaker-session--speaker-cards--card__categorized__analytics-observability-security, .conference-speakers--session-speakers .speaker-session--speaker-cards__unfeatured__filtered.speaker-session--speaker-cards-schedule:not([data-filtercategory*=analytics-observability-security]) .speaker-session--speaker-cards--card__categorized__analytics-observability-security {
  display: none;
}
.conference-speakers--session-speakers .speaker-session--speaker-cards.speaker-session--speaker-cards__unfeatured__filtered:not([data-filtercategory*=search]) .speaker-session--speaker-cards--card__categorized__search, .conference-speakers--session-speakers .speaker-session--speaker-cards__unfeatured__filtered.speaker-session--speaker-cards-schedule:not([data-filtercategory*=search]) .speaker-session--speaker-cards--card__categorized__search {
  display: none;
}
.conference-speakers--session-speakers .speaker-session--speaker-cards.speaker-session--speaker-cards__unfeatured__filtered:not([data-filtercategory*=community]) .speaker-session--speaker-cards--card__categorized__community, .conference-speakers--session-speakers .speaker-session--speaker-cards__unfeatured__filtered.speaker-session--speaker-cards-schedule:not([data-filtercategory*=community]) .speaker-session--speaker-cards--card__categorized__community {
  display: none;
}
.conference-speakers--session-speakers .speaker-session--speaker-cards.speaker-session--speaker-cards__unfeatured__filtered:not([data-filtercategory*=operating-opensearch]) .speaker-session--speaker-cards--card__categorized__operating-opensearch, .conference-speakers--session-speakers .speaker-session--speaker-cards__unfeatured__filtered.speaker-session--speaker-cards-schedule:not([data-filtercategory*=operating-opensearch]) .speaker-session--speaker-cards--card__categorized__operating-opensearch {
  display: none;
}
.conference-speakers--session-speakers .speaker-session--speaker-cards > .speaker-session--speaker-cards--card.speaker-session--speaker-cards--card__categorized, .conference-speakers--session-speakers .speaker-session--speaker-cards-schedule > .speaker-session--speaker-cards--card.speaker-session--speaker-cards--card__categorized {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
}
.conference-speakers--session-speakers .speaker-session--speaker-cards > .speaker-session--speaker-cards--card.speaker-session--speaker-cards--card__categorized > .speaker-session--speaker-cards--card--content, .conference-speakers--session-speakers .speaker-session--speaker-cards-schedule > .speaker-session--speaker-cards--card.speaker-session--speaker-cards--card__categorized > .speaker-session--speaker-cards--card--content {
  width: calc(100% - 20px - 70px);
  flex-basis: calc(100% - 20px - 70px);
  padding-left: 20px;
  flex-shrink: 0;
  flex-grow: 0;
}
@media screen and (max-width: 1019px) {
  .conference-speakers--session-speakers .speaker-session--speaker-cards > .speaker-session--speaker-cards--card.speaker-session--speaker-cards--card__categorized > .speaker-session--speaker-cards--card--content > h3, .conference-speakers--session-speakers .speaker-session--speaker-cards-schedule > .speaker-session--speaker-cards--card.speaker-session--speaker-cards--card__categorized > .speaker-session--speaker-cards--card--content > h3 {
    line-height: 28px;
  }
}
.conference-speakers--session-speakers .speaker-session--speaker-cards > .speaker-session--speaker-cards--card.speaker-session--speaker-cards--card__categorized > .speaker-session--speaker-cards--card__categorized--categories, .conference-speakers--session-speakers .speaker-session--speaker-cards-schedule > .speaker-session--speaker-cards--card.speaker-session--speaker-cards--card__categorized > .speaker-session--speaker-cards--card__categorized--categories {
  width: 20px;
  padding-left: 40px;
  padding-right: 10px;
  flex-basis: 70px;
  flex-shrink: 0;
  flex-grow: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
}
.conference-speakers--session-speakers .speaker-session--speaker-cards > .speaker-session--speaker-cards--card.speaker-session--speaker-cards--card__categorized > .speaker-session--speaker-cards--card__categorized--categories > div, .conference-speakers--session-speakers .speaker-session--speaker-cards-schedule > .speaker-session--speaker-cards--card.speaker-session--speaker-cards--card__categorized > .speaker-session--speaker-cards--card__categorized--categories > div {
  margin-top: 16px;
}

@media screen and (min-width: 835px) {
  .hero-banner__fullwidth__responsive {
    padding: 40px 40px 40px 80px;
    width: calc(100% - 120px);
  }
}
@media screen and (max-width: 834px) {
  .hero-banner__fullwidth__responsive {
    padding: 20px 20px 20px 20px;
    width: calc(100% - 40px);
  }
}
@media screen and (max-width: 834px) {
  .hero-banner__fullwidth__responsive.conference-archive-landing {
    padding: 0;
    width: 100%;
  }
}
.hero-banner__fullwidth__responsive > div {
  margin: 0;
  padding: 0;
  width: 100%;
}
.hero-banner__fullwidth__responsive > div > img {
  object-fit: fill;
  width: 100%;
  height: auto;
}

.conference-exhibitors {
  box-sizing: border-box;
  width: 100%;
}
@media screen and (min-width: 1200px) {
  .conference-exhibitors {
    padding: 40px 80px;
  }
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
  .conference-exhibitors {
    padding: 30px 40px;
  }
}
@media screen and (min-width: 739px) and (max-width: 959px) {
  .conference-exhibitors {
    padding: 30px 20px;
  }
}
@media screen and (min-width: 431px) and (max-width: 739px) {
  .conference-exhibitors {
    padding: 30px;
  }
}
@media screen and (max-width: 430px) {
  .conference-exhibitors {
    padding: 30px;
  }
}
.conference-exhibitors .conference-exhibitors--grid.resource-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 20px;
  row-gap: 40px;
}
@media screen and (max-width: 1280px) {
  .conference-exhibitors .conference-exhibitors--grid.resource-grid {
    grid-template-columns: 1fr 1fr;
    column-gap: 20px;
  }
}
@media screen and (max-width: 639px) {
  .conference-exhibitors .conference-exhibitors--grid.resource-grid {
    grid-template-columns: 1fr;
    column-gap: 0;
  }
}
.conference-exhibitors .conference-exhibitors--grid.resource-grid > .resource-grid--item {
  width: 350px;
  height: auto;
  aspect-ratio: 1;
  cursor: pointer;
  border-bottom: #006D97 10px solid;
}
@media screen and (min-width: 640px) and (max-width: 719px) {
  .conference-exhibitors .conference-exhibitors--grid.resource-grid > .resource-grid--item {
    width: auto;
    max-width: calc(50% - 10px);
    min-width: 300px;
  }
}
@media screen and (max-width: 639px) {
  .conference-exhibitors .conference-exhibitors--grid.resource-grid > .resource-grid--item {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
  }
}
.conference-exhibitors .conference-exhibitors--grid.resource-grid > .resource-grid--item .resource-grid--item--thumbnail img {
  width: 50%;
  top: 45px;
  left: 23%;
}
.conference-exhibitors .conference-exhibitors--grid.resource-grid > .resource-grid--item .resource-grid--item--title-type {
  top: 10px;
  left: 20px;
  padding-left: 0;
}
.conference-exhibitors .conference-exhibitors--grid.resource-grid > .resource-grid--item .resource-grid--item--title > div {
  top: 10px;
  left: 20px;
}

.speaker-session--speaker-cards-schedule {
  grid-template-columns: 1fr;
}
@media screen and (max-width: 1019px) {
  .speaker-session--speaker-cards-schedule {
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 10px;
  }
}
.speaker-session--speaker-cards-schedule .schedule-table {
  background: #FFF;
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.25);
  border: 12px solid white;
  border-collapse: separate;
  display: table;
}
@media screen and (max-width: 834px) {
  .speaker-session--speaker-cards-schedule .schedule-table {
    display: none;
  }
}
.speaker-session--speaker-cards-schedule .schedule-table > thead > tr > th {
  border-bottom: 12px solid white;
  color: #006D97;
}
.speaker-session--speaker-cards-schedule .schedule-table > tbody > tr > td {
  padding: 12px 16px;
  border-bottom: 12px solid white;
}
.speaker-session--speaker-cards-schedule .schedule-table > tbody > tr > td:nth-of-type(1) {
  white-space: nowrap;
}
.speaker-session--speaker-cards-schedule .schedule-table > tbody > tr > td:nth-of-type(n+1) {
  color: #193442;
  font-family: "Open Sans";
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}
@media screen and (min-width: 835px) {
  .speaker-session--speaker-cards-schedule .conference-schedule-mobile-table {
    display: none;
  }
}
.speaker-session--speaker-cards-schedule .conference-schedule-mobile-table > thead > tr > th[colspan] {
  font-family: "Open Sans Condensed";
  font-size: 21px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  color: #006D97;
  padding: 10px 12px;
  text-align: left;
  border-bottom: 3px solid #006D97;
  border-left: none;
}
.speaker-session--speaker-cards-schedule .conference-schedule-mobile-table > tbody > tr > td.mobile-table-row--heading-cell {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 27px;
  color: #003551;
  padding: 10px 12px;
  border-left: none;
}
.speaker-session--speaker-cards-schedule .conference-schedule-mobile-table > tbody > tr > td.mobile-table-row--value-cell {
  color: #193442;
  font-family: "Open Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
  padding: 10px 12px;
  border-left: none;
}
.speaker-session--speaker-cards-schedule .conference-schedule-mobile-table > tbody > tr > td.mobile-table-row--value-cell a {
  overflow-wrap: anywhere;
}
.speaker-session--speaker-cards-schedule .conference-schedule-mobile-table > tbody > tr.mobile-table-row__end-of-record > td {
  border-bottom: 3px solid #006D97;
}
.speaker-session--speaker-cards-schedule .card {
  background-color: white;
  border-left: #006D97 10px solid;
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.25);
}
@media screen and (min-width: 835px) {
  .speaker-session--speaker-cards-schedule .card {
    padding: 30px 28px 54px 33px;
  }
}
@media screen and (max-width: 834px) {
  .speaker-session--speaker-cards-schedule .card {
    padding: 0;
  }
  .speaker-session--speaker-cards-schedule .card > h3 {
    display: none;
  }
}
.speaker-session--speaker-cards-schedule a {
  text-decoration: none;
  color: #006D97;
}
.speaker-session--speaker-cards-schedule a:visited {
  color: #415662;
}
.speaker-session--speaker-cards-schedule a:hover {
  text-decoration: underline;
}
.speaker-session--speaker-cards-schedule .operating {
  background: #FFEFD6;
}
.speaker-session--speaker-cards-schedule .search {
  background: #E3E8EC;
}
.speaker-session--speaker-cards-schedule .community {
  background: #E1F0F9;
}
.speaker-session--speaker-cards-schedule .analytics {
  background: #F4EAF6;
}

.conference-archive-landing.landing-page-content__left-panel > .landing-page-content__left-panel--content > .landing-page-content__left-panel--content--body > h2 {
  color: #003551;
  font-family: "Open Sans Condensed";
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.conference-archive-landing.landing-page-content__left-panel > .landing-page-content__left-panel--content > .landing-page-content__left-panel--content--body > h2 > a {
  color: #005EB8;
  text-decoration: underline;
  font-family: "Open Sans Condensed";
}
.conference-archive-landing.landing-page-content__left-panel > .landing-page-content__left-panel--content > .landing-page-content__left-panel--content--body > h2 > a:hover {
  color: #00A3E0;
}
.conference-archive-landing.landing-page-content__left-panel > .landing-page-content__left-panel--content > .landing-page-content__left-panel--content--body > .conference-archive--featured-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media screen and (min-width: 1600px) {
  .conference-archive-landing.landing-page-content__left-panel > .landing-page-content__left-panel--content > .landing-page-content__left-panel--content--body > .conference-archive--featured-grid {
    gap: 80px;
  }
}
@media screen and (min-width: 1440px) and (max-width: 1599px) {
  .conference-archive-landing.landing-page-content__left-panel > .landing-page-content__left-panel--content > .landing-page-content__left-panel--content--body > .conference-archive--featured-grid {
    gap: 40px;
  }
}
@media screen and (min-width: 1300px) and (max-width: 1439px) {
  .conference-archive-landing.landing-page-content__left-panel > .landing-page-content__left-panel--content > .landing-page-content__left-panel--content--body > .conference-archive--featured-grid {
    gap: 20px;
  }
}
@media screen and (max-width: 1299px) {
  .conference-archive-landing.landing-page-content__left-panel > .landing-page-content__left-panel--content > .landing-page-content__left-panel--content--body > .conference-archive--featured-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.conference-archive-landing.landing-page-content__left-panel > .landing-page-content__left-panel--content > .landing-page-content__left-panel--content--body > .conference-archive--featured-grid > .conference-archive--featured-grid--item {
  border-bottom: #006D97 10px solid;
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.25);
  background-color: #fff;
  padding: 0;
}
.conference-archive-landing.landing-page-content__left-panel > .landing-page-content__left-panel--content > .landing-page-content__left-panel--content--body > .conference-archive--featured-grid > .conference-archive--featured-grid--item a {
  text-decoration: none;
}
.conference-archive-landing.landing-page-content__left-panel > .landing-page-content__left-panel--content > .landing-page-content__left-panel--content--body > .conference-archive--featured-grid > .conference-archive--featured-grid--item:has(a[href]) {
  cursor: pointer;
}
.conference-archive-landing.landing-page-content__left-panel > .landing-page-content__left-panel--content > .landing-page-content__left-panel--content--body > .conference-archive--featured-grid > .conference-archive--featured-grid--item:hover a {
  border-bottom: 2px solid #00A3E0;
  outline: none;
}
.conference-archive-landing.landing-page-content__left-panel > .landing-page-content__left-panel--content > .landing-page-content__left-panel--content--body > .conference-archive--featured-grid > .conference-archive--featured-grid--item:has(a:focus) {
  box-shadow: 0px 4px 12px 8px rgba(0, 99, 184, 0.5);
}
.conference-archive-landing.landing-page-content__left-panel > .landing-page-content__left-panel--content > .landing-page-content__left-panel--content--body > .conference-archive--featured-grid > .conference-archive--featured-grid--item:has(a:focus) a {
  border-bottom: 2px solid #00A3E0;
  outline: none;
}
.conference-archive-landing.landing-page-content__left-panel > .landing-page-content__left-panel--content > .landing-page-content__left-panel--content--body > .conference-archive--featured-grid > .conference-archive--featured-grid--item:has(a:active) {
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.25) inset;
}
.conference-archive-landing.landing-page-content__left-panel > .landing-page-content__left-panel--content > .landing-page-content__left-panel--content--body > .conference-archive--featured-grid > .conference-archive--featured-grid--item.conference-archive--featured-grid--item__focused {
  box-shadow: 0px 4px 12px 8px rgba(0, 99, 184, 0.5);
}
.conference-archive-landing.landing-page-content__left-panel > .landing-page-content__left-panel--content > .landing-page-content__left-panel--content--body > .conference-archive--featured-grid > .conference-archive--featured-grid--item.conference-archive--featured-grid--item__focused a {
  border-bottom: 2px solid #00A3E0;
  outline: none;
}
.conference-archive-landing.landing-page-content__left-panel > .landing-page-content__left-panel--content > .landing-page-content__left-panel--content--body > .conference-archive--featured-grid > .conference-archive--featured-grid--item.conference-archive--featured-grid--item__active {
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.25) inset;
}
@media screen and (min-width: 1300px) {
  .conference-archive-landing.landing-page-content__left-panel > .landing-page-content__left-panel--content > .landing-page-content__left-panel--content--body > .conference-archive--featured-grid > .conference-archive--featured-grid--item {
    width: 350px;
    aspect-ratio: 350/450;
  }
}
@media screen and (max-width: 1299px) {
  .conference-archive-landing.landing-page-content__left-panel > .landing-page-content__left-panel--content > .landing-page-content__left-panel--content--body > .conference-archive--featured-grid > .conference-archive--featured-grid--item {
    width: 100%;
    aspect-ratio: 1;
  }
}
.conference-archive-landing.landing-page-content__left-panel > .landing-page-content__left-panel--content > .landing-page-content__left-panel--content--body > .conference-archive--featured-grid > .conference-archive--featured-grid--item > .conference-archive--featured-grid--item--thumbnail {
  width: 100%;
  aspect-ratio: 350/200;
  height: auto;
  overflow-y: hidden;
}
.conference-archive-landing.landing-page-content__left-panel > .landing-page-content__left-panel--content > .landing-page-content__left-panel--content--body > .conference-archive--featured-grid > .conference-archive--featured-grid--item > .conference-archive--featured-grid--item--thumbnail img {
  object-fit: cover;
  width: 100%;
  height: auto;
}
.conference-archive-landing.landing-page-content__left-panel > .landing-page-content__left-panel--content > .landing-page-content__left-panel--content--body > .conference-archive--featured-grid > .conference-archive--featured-grid--item > .conference-archive--featured-grid--item--date {
  width: 100%;
  margin-top: 25px;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
}
.conference-archive-landing.landing-page-content__left-panel > .landing-page-content__left-panel--content > .landing-page-content__left-panel--content--body > .conference-archive--featured-grid > .conference-archive--featured-grid--item > .conference-archive--featured-grid--item--date > h6 {
  color: #003551;
  font-family: "Open Sans";
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 20px;
}
.conference-archive-landing.landing-page-content__left-panel > .landing-page-content__left-panel--content > .landing-page-content__left-panel--content--body > .conference-archive--featured-grid > .conference-archive--featured-grid--item > .conference-archive--featured-grid--item--title {
  height: 128px;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
}
.conference-archive-landing.landing-page-content__left-panel > .landing-page-content__left-panel--content > .landing-page-content__left-panel--content--body > .conference-archive--featured-grid > .conference-archive--featured-grid--item > .conference-archive--featured-grid--item--title > h2 {
  color: #00A3E0;
  font-family: "Open Sans Condensed";
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-top: 0;
}
.conference-archive-landing.landing-page-content__left-panel > .landing-page-content__left-panel--content > .landing-page-content__left-panel--content--body > .conference-archive--featured-grid > .conference-archive--featured-grid--item > .conference-archive--featured-grid--item--title > h2 > a {
  color: #005EB8;
  text-decoration: underline;
  font-family: "Open Sans Condensed";
}
.conference-archive-landing.landing-page-content__left-panel > .landing-page-content__left-panel--content > .landing-page-content__left-panel--content--body > .conference-archive--featured-grid > .conference-archive--featured-grid--item > .conference-archive--featured-grid--item--title > h2 > a:hover {
  color: #00A3E0;
}
.conference-archive-landing.landing-page-content__left-panel > .landing-page-content__left-panel--content > .landing-page-content__left-panel--content--body > .conference-archive--featured-grid > .conference-archive--featured-grid--item > .conference-archive--featured-grid--item--title > h2 > a {
  color: #00A3E0;
  text-decoration: none;
}
.conference-archive-landing.landing-page-content__left-panel > .landing-page-content__left-panel--content > .landing-page-content__left-panel--content--body > .conference-archive--featured-grid > .conference-archive--featured-grid--item > .conference-archive--featured-grid--item--category {
  width: 100%;
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  column-gap: 10px;
}
.conference-archive-landing.landing-page-content__left-panel > .landing-page-content__left-panel--content > .landing-page-content__left-panel--content--body > .conference-archive--featured-grid > .conference-archive--featured-grid--item > .conference-archive--featured-grid--item--category > div {
  box-sizing: border-box;
  padding: 0;
  flex-shrink: 0;
  flex-grow: 0;
}
.conference-archive-landing.landing-page-content__left-panel > .landing-page-content__left-panel--content > .landing-page-content__left-panel--content--body > .conference-archive--featured-grid > .conference-archive--featured-grid--item > .conference-archive--featured-grid--item--category > div:nth-of-type(1) {
  flex-basis: 20px;
  height: 24px;
}
.conference-archive-landing.landing-page-content__left-panel > .landing-page-content__left-panel--content > .landing-page-content__left-panel--content--body > .conference-archive--featured-grid > .conference-archive--featured-grid--item > .conference-archive--featured-grid--item--category > div:nth-of-type(2) {
  flex-basis: calc(100% - 20px);
  color: #003551;
  font-family: "Open Sans";
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}
.conference-archive-landing.landing-page-content__left-panel > .landing-page-content__left-panel--content > .landing-page-content__left-panel--content--side-panel > .draft-3-landing-page--button-stack__with-label:not(:first-of-type) {
  margin-top: 20px;
}
.conference-archive-landing.landing-page-content__left-panel > .landing-page-content__left-panel--content > .landing-page-content__left-panel--content--side-panel > .draft-3-landing-page--button-stack__with-label > .draft-3-landing-page--button-stack__with-label--label > h2 {
  color: #000;
  font-family: "Open Sans Condensed";
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.conference-archive-landing.landing-page-content__left-panel > .landing-page-content__left-panel--content > .landing-page-content__left-panel--content--side-panel > .draft-3-landing-page--button-stack__with-label > .draft-3-landing-page--button-stack__with-label--label > h2 > a {
  color: #005EB8;
  text-decoration: underline;
  font-family: "Open Sans Condensed";
}
.conference-archive-landing.landing-page-content__left-panel > .landing-page-content__left-panel--content > .landing-page-content__left-panel--content--side-panel > .draft-3-landing-page--button-stack__with-label > .draft-3-landing-page--button-stack__with-label--label > h2 > a:hover {
  color: #00A3E0;
}
@media screen and (min-width: 835px) {
  .conference-archive-landing.landing-page-content__left-panel > .landing-page-content__left-panel--content > .landing-page-content__left-panel--content--side-panel > .draft-3-landing-page--button-stack__with-label > .draft-3-landing-page--button-stack__with-label--label > h2 {
    margin-bottom: 0;
  }
}
.conference-archive-landing.landing-page-content__left-panel > .landing-page-content__left-panel--content > .landing-page-content__left-panel--content--side-panel > .draft-3-landing-page--button-stack__with-label > .draft-3-landing-page--button-stack__with-label--label > h3 {
  color: #000;
  font-family: "Open Sans";
  font-size: 21px;
  font-style: normal;
  line-height: 36px;
  font-weight: 700;
  margin-top: 24px;
  text-transform: capitalize;
}
@media screen and (min-width: 835px) {
  .conference-archive-landing.landing-page-content__left-panel > .landing-page-content__left-panel--content > .landing-page-content__left-panel--content--side-panel > .draft-3-landing-page--button-stack__with-label > .draft-3-landing-page--button-stack:nth-of-type(2) {
    row-gap: 30px;
  }
}
@media screen and (max-width: 428px) {
  .conference-archive-landing.landing-page-content__left-panel > .landing-page-content__left-panel--content > .landing-page-content__left-panel--content--side-panel > .draft-3-landing-page--button-stack__with-label > .draft-3-landing-page--button-stack:nth-of-type(2) > .draft-3-landing-page--button-stack--button > .redesign-button--wrapper {
    width: 100%;
  }
}
.conference-archive-landing.landing-page-content__left-panel > .landing-page-content__left-panel--content > .landing-page-content__left-panel--content--side-panel > .draft-3-landing-page--button-stack {
  margin-top: 70px;
  margin-bottom: 40px;
  flex-wrap: wrap;
  row-gap: 30px;
}
@media screen and (max-width: 420px) {
  .conference-archive-landing.landing-page-content__left-panel > .landing-page-content__left-panel--content > .landing-page-content__left-panel--content--side-panel > .draft-3-landing-page--button-stack > .redesign-button--wrapper {
    width: calc(100vw - 70px);
  }
  .conference-archive-landing.landing-page-content__left-panel > .landing-page-content__left-panel--content > .landing-page-content__left-panel--content--side-panel > .draft-3-landing-page--button-stack > .redesign-button--wrapper > a.redesign-button--anchor {
    width: calc(100vw - 70px);
    height: 60px;
  }
  .conference-archive-landing.landing-page-content__left-panel > .landing-page-content__left-panel--content > .landing-page-content__left-panel--content--side-panel > .draft-3-landing-page--button-stack > .redesign-button--wrapper > a.redesign-button--anchor > .redesign-button--contents {
    justify-content: space-evenly;
    align-items: center;
  }
  .conference-archive-landing.landing-page-content__left-panel > .landing-page-content__left-panel--content > .landing-page-content__left-panel--content--side-panel > .draft-3-landing-page--button-stack > .redesign-button--wrapper > a.redesign-button--anchor > .redesign-button--contents > .redesign-button--contents--icon-slot {
    padding: 18px 0 10px 0px;
  }
  .conference-archive-landing.landing-page-content__left-panel > .landing-page-content__left-panel--content > .landing-page-content__left-panel--content--side-panel > .draft-3-landing-page--button-stack > .redesign-button--wrapper > a.redesign-button--anchor > .redesign-button--contents > .redesign-button--contents--text-slot {
    font-size: 24px;
    padding-top: 0;
  }
}
@media screen and (max-width: 410px) {
  .conference-archive-landing.landing-page-content__left-panel > .landing-page-content__left-panel--content > .landing-page-content__left-panel--content--side-panel > .draft-3-landing-page--button-stack > .redesign-button--wrapper {
    width: 100%;
  }
  .conference-archive-landing.landing-page-content__left-panel > .landing-page-content__left-panel--content > .landing-page-content__left-panel--content--side-panel > .draft-3-landing-page--button-stack > .redesign-button--wrapper > a.redesign-button--anchor {
    width: 100%;
  }
}
.conference-archive-landing.landing-page-content__left-panel > .landing-page-content__left-panel--content > .landing-page-content__left-panel--content--side-panel > .solutions-card-grid {
  background: unset;
  padding: 0;
}
.conference-archive-landing.landing-page-content__left-panel > .landing-page-content__left-panel--content > .landing-page-content__left-panel--content--side-panel > .solutions-card-grid > h2 {
  color: #000;
  font-family: "Open Sans Condensed";
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.conference-archive-landing.landing-page-content__left-panel > .landing-page-content__left-panel--content > .landing-page-content__left-panel--content--side-panel > .solutions-card-grid > h2 > a {
  color: #005EB8;
  text-decoration: underline;
  font-family: "Open Sans Condensed";
}
.conference-archive-landing.landing-page-content__left-panel > .landing-page-content__left-panel--content > .landing-page-content__left-panel--content--side-panel > .solutions-card-grid > h2 > a:hover {
  color: #00A3E0;
}
@media screen and (min-width: 1401px) and (max-width: 1459px), screen and (min-width: 1460px), screen and (min-width: 835px) and (max-width: 1400px) {
  .conference-archive-landing.landing-page-content__left-panel > .landing-page-content__left-panel--content > .landing-page-content__left-panel--content--side-panel > .solutions-card-grid > .solutions-card-grid--card-wrapper {
    grid-template-columns: 1fr;
    padding: 0;
  }
}
@media screen and (min-width: 740px) and (max-width: 834px) {
  .conference-archive-landing.landing-page-content__left-panel > .landing-page-content__left-panel--content > .landing-page-content__left-panel--content--side-panel > .solutions-card-grid > .solutions-card-grid--card-wrapper {
    grid-template-columns: 1fr 1fr;
    column-gap: 20px;
    padding: 0;
  }
}

.full-width-layout--content.conference-archive-landing__has-hero {
  border-top: none;
}
.full-width-layout--content.conference-archive-landing__has-hero > .full-width-layout--content--body.conference-archive-landing.conference-archive-landing__has-hero > div {
  padding-top: 0;
}
.full-width-layout--content > .full-width-layout--content--body.conference-archive-landing.conference-archive-landing__has-hero > div {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
  width: 100%;
}

@media screen and (min-width: 980px) {
  .landing-page-solutions-community-voices--wrapper > .landing-page-solutions-community-voices .landing-page-community-voices--arrow-margin-wrapper.coralogix .landing-page-community-voices--testimonial > .landing-page-community-voices--testimonial--logo {
    flex-basis: 25%;
  }
}
@media screen and (max-width: 979px) {
  .landing-page-solutions-community-voices--wrapper > .landing-page-solutions-community-voices .landing-page-community-voices--arrow-margin-wrapper.coralogix .landing-page-community-voices--testimonial > .landing-page-community-voices--testimonial--logo {
    padding: 0;
    flex-basis: 120px;
  }
  .landing-page-solutions-community-voices--wrapper > .landing-page-solutions-community-voices .landing-page-community-voices--arrow-margin-wrapper.coralogix .landing-page-community-voices--testimonial > .landing-page-community-voices--testimonial--logo > img {
    width: 70%;
  }
}
@media screen and (max-width: 739px) {
  .landing-page-solutions-community-voices--wrapper > .landing-page-solutions-community-voices .landing-page-community-voices--arrow-margin-wrapper.coralogix .landing-page-community-voices--testimonial > .landing-page-community-voices--testimonial--logo {
    flex-basis: 75px;
  }
  .landing-page-solutions-community-voices--wrapper > .landing-page-solutions-community-voices .landing-page-community-voices--arrow-margin-wrapper.coralogix .landing-page-community-voices--testimonial > .landing-page-community-voices--testimonial--logo > img {
    width: 90%;
  }
}
@media screen and (min-width: 980px) {
  .landing-page-solutions-community-voices--wrapper > .landing-page-solutions-community-voices .landing-page-community-voices--arrow-margin-wrapper.coralogix .landing-page-community-voices--testimonial > .landing-page-community-voices--testimonial--citation {
    flex-basis: 75%;
  }
}
@media screen and (max-width: 979px) {
  .landing-page-solutions-community-voices--wrapper > .landing-page-solutions-community-voices .landing-page-community-voices--arrow-margin-wrapper.coralogix .landing-page-community-voices--testimonial > .landing-page-community-voices--testimonial--citation > cite {
    margin-top: 20px;
  }
}
@media screen and (min-width: 980px) {
  .landing-page-solutions-community-voices--wrapper > .landing-page-solutions-community-voices .landing-page-community-voices--arrow-margin-wrapper.dowjones .landing-page-community-voices--testimonial > .landing-page-community-voices--testimonial--logo {
    flex-basis: 30%;
  }
}
@media screen and (max-width: 979px) {
  .landing-page-solutions-community-voices--wrapper > .landing-page-solutions-community-voices .landing-page-community-voices--arrow-margin-wrapper.dowjones .landing-page-community-voices--testimonial > .landing-page-community-voices--testimonial--logo {
    padding: 0;
    flex-basis: 120px;
  }
  .landing-page-solutions-community-voices--wrapper > .landing-page-solutions-community-voices .landing-page-community-voices--arrow-margin-wrapper.dowjones .landing-page-community-voices--testimonial > .landing-page-community-voices--testimonial--logo > img {
    width: 70%;
  }
}
@media screen and (max-width: 739px) {
  .landing-page-solutions-community-voices--wrapper > .landing-page-solutions-community-voices .landing-page-community-voices--arrow-margin-wrapper.dowjones .landing-page-community-voices--testimonial > .landing-page-community-voices--testimonial--logo {
    flex-basis: 75%;
  }
}
@media screen and (max-width: 739px) {
  .landing-page-solutions-community-voices--wrapper > .landing-page-solutions-community-voices .landing-page-community-voices--arrow-margin-wrapper.dowjones .landing-page-community-voices--testimonial > .landing-page-community-voices--testimonial--logo {
    flex-basis: 75px;
  }
  .landing-page-solutions-community-voices--wrapper > .landing-page-solutions-community-voices .landing-page-community-voices--arrow-margin-wrapper.dowjones .landing-page-community-voices--testimonial > .landing-page-community-voices--testimonial--logo > img {
    width: 90%;
  }
}
@media screen and (min-width: 980px) {
  .landing-page-solutions-community-voices--wrapper > .landing-page-solutions-community-voices .landing-page-community-voices--arrow-margin-wrapper.dowjones .landing-page-community-voices--testimonial > .landing-page-community-voices--testimonial--citation {
    flex-basis: 70%;
  }
}
@media screen and (max-width: 979px) {
  .landing-page-solutions-community-voices--wrapper > .landing-page-solutions-community-voices .landing-page-community-voices--arrow-margin-wrapper.dowjones .landing-page-community-voices--testimonial > .landing-page-community-voices--testimonial--citation > cite {
    margin-top: 20px;
  }
}
@media screen and (min-width: 980px) {
  .landing-page-solutions-community-voices--wrapper > .landing-page-solutions-community-voices .landing-page-community-voices--arrow-margin-wrapper.goldman .landing-page-community-voices--testimonial > .landing-page-community-voices--testimonial--logo {
    flex-basis: 20%;
  }
}
@media screen and (max-width: 979px) {
  .landing-page-solutions-community-voices--wrapper > .landing-page-solutions-community-voices .landing-page-community-voices--arrow-margin-wrapper.goldman .landing-page-community-voices--testimonial > .landing-page-community-voices--testimonial--logo {
    padding: 0;
    flex-basis: 265px;
  }
  .landing-page-solutions-community-voices--wrapper > .landing-page-solutions-community-voices .landing-page-community-voices--arrow-margin-wrapper.goldman .landing-page-community-voices--testimonial > .landing-page-community-voices--testimonial--logo > img {
    width: 70%;
  }
}
@media screen and (min-width: 980px) {
  .landing-page-solutions-community-voices--wrapper > .landing-page-solutions-community-voices .landing-page-community-voices--arrow-margin-wrapper.goldman .landing-page-community-voices--testimonial > .landing-page-community-voices--testimonial--citation {
    flex-basis: 80%;
  }
}
@media screen and (max-width: 979px) {
  .landing-page-solutions-community-voices--wrapper > .landing-page-solutions-community-voices .landing-page-community-voices--arrow-margin-wrapper.goldman .landing-page-community-voices--testimonial > .landing-page-community-voices--testimonial--citation > cite {
    margin-top: 20px;
  }
}
@media screen and (min-width: 980px) {
  .landing-page-solutions-community-voices--wrapper > .landing-page-solutions-community-voices .landing-page-community-voices--arrow-margin-wrapper.openinfra > .landing-page-community-voices--testimonial > .landing-page-community-voices--testimonial--logo {
    flex-basis: 30%;
  }
}
@media screen and (max-width: 979px) {
  .landing-page-solutions-community-voices--wrapper > .landing-page-solutions-community-voices .landing-page-community-voices--arrow-margin-wrapper.openinfra > .landing-page-community-voices--testimonial > .landing-page-community-voices--testimonial--logo {
    padding: 0;
    flex-basis: 110px;
  }
  .landing-page-solutions-community-voices--wrapper > .landing-page-solutions-community-voices .landing-page-community-voices--arrow-margin-wrapper.openinfra > .landing-page-community-voices--testimonial > .landing-page-community-voices--testimonial--logo > img {
    width: 60%;
  }
}
@media screen and (max-width: 739px) {
  .landing-page-solutions-community-voices--wrapper > .landing-page-solutions-community-voices .landing-page-community-voices--arrow-margin-wrapper.openinfra > .landing-page-community-voices--testimonial > .landing-page-community-voices--testimonial--logo {
    flex-basis: 100px;
  }
  .landing-page-solutions-community-voices--wrapper > .landing-page-solutions-community-voices .landing-page-community-voices--arrow-margin-wrapper.openinfra > .landing-page-community-voices--testimonial > .landing-page-community-voices--testimonial--logo > img {
    width: 85%;
  }
}
@media screen and (min-width: 980px) {
  .landing-page-solutions-community-voices--wrapper > .landing-page-solutions-community-voices .landing-page-community-voices--arrow-margin-wrapper.openinfra > .landing-page-community-voices--testimonial > .landing-page-community-voices--testimonial--citation {
    flex-basis: 70%;
  }
}
@media screen and (max-width: 979px) {
  .landing-page-solutions-community-voices--wrapper > .landing-page-solutions-community-voices .landing-page-community-voices--arrow-margin-wrapper.openinfra > .landing-page-community-voices--testimonial > .landing-page-community-voices--testimonial--citation > cite {
    margin-top: 20px;
  }
}
@media screen and (min-width: 980px) {
  .landing-page-solutions-community-voices--wrapper > .landing-page-solutions-community-voices .landing-page-community-voices--arrow-margin-wrapper.pinterest > .landing-page-community-voices--testimonial > .landing-page-community-voices--testimonial--logo {
    flex-basis: 20%;
  }
}
@media screen and (max-width: 979px) {
  .landing-page-solutions-community-voices--wrapper > .landing-page-solutions-community-voices .landing-page-community-voices--arrow-margin-wrapper.pinterest > .landing-page-community-voices--testimonial > .landing-page-community-voices--testimonial--logo {
    padding: 0;
    flex-basis: 195px;
  }
  .landing-page-solutions-community-voices--wrapper > .landing-page-solutions-community-voices .landing-page-community-voices--arrow-margin-wrapper.pinterest > .landing-page-community-voices--testimonial > .landing-page-community-voices--testimonial--logo > img {
    width: 50%;
  }
}
@media screen and (max-width: 739px) {
  .landing-page-solutions-community-voices--wrapper > .landing-page-solutions-community-voices .landing-page-community-voices--arrow-margin-wrapper.pinterest > .landing-page-community-voices--testimonial > .landing-page-community-voices--testimonial--logo {
    flex-basis: 175px;
  }
  .landing-page-solutions-community-voices--wrapper > .landing-page-solutions-community-voices .landing-page-community-voices--arrow-margin-wrapper.pinterest > .landing-page-community-voices--testimonial > .landing-page-community-voices--testimonial--logo > img {
    width: 50%;
  }
}
@media screen and (min-width: 980px) {
  .landing-page-solutions-community-voices--wrapper > .landing-page-solutions-community-voices .landing-page-community-voices--arrow-margin-wrapper.pinterest > .landing-page-community-voices--testimonial > .landing-page-community-voices--testimonial--citation {
    flex-basis: 80%;
  }
}
@media screen and (max-width: 979px) {
  .landing-page-solutions-community-voices--wrapper > .landing-page-solutions-community-voices .landing-page-community-voices--arrow-margin-wrapper.pinterest > .landing-page-community-voices--testimonial > .landing-page-community-voices--testimonial--citation > cite {
    margin-top: 20px;
  }
}
@media screen and (min-width: 980px) {
  .landing-page-solutions-community-voices--wrapper > .landing-page-solutions-community-voices .landing-page-community-voices--arrow-margin-wrapper.quantiphi > .landing-page-community-voices--testimonial > .landing-page-community-voices--testimonial--logo {
    flex-basis: 20%;
  }
}
@media screen and (max-width: 979px) {
  .landing-page-solutions-community-voices--wrapper > .landing-page-solutions-community-voices .landing-page-community-voices--arrow-margin-wrapper.quantiphi > .landing-page-community-voices--testimonial > .landing-page-community-voices--testimonial--logo {
    padding: 0;
    flex-basis: 125px;
  }
  .landing-page-solutions-community-voices--wrapper > .landing-page-solutions-community-voices .landing-page-community-voices--arrow-margin-wrapper.quantiphi > .landing-page-community-voices--testimonial > .landing-page-community-voices--testimonial--logo > img {
    width: 50%;
  }
}
@media screen and (max-width: 739px) {
  .landing-page-solutions-community-voices--wrapper > .landing-page-solutions-community-voices .landing-page-community-voices--arrow-margin-wrapper.quantiphi > .landing-page-community-voices--testimonial > .landing-page-community-voices--testimonial--logo {
    flex-basis: 90px;
    margin-bottom: -30px;
  }
  .landing-page-solutions-community-voices--wrapper > .landing-page-solutions-community-voices .landing-page-community-voices--arrow-margin-wrapper.quantiphi > .landing-page-community-voices--testimonial > .landing-page-community-voices--testimonial--logo > img {
    position: relative;
    top: -30px;
    width: 100%;
  }
}
@media screen and (min-width: 980px) {
  .landing-page-solutions-community-voices--wrapper > .landing-page-solutions-community-voices .landing-page-community-voices--arrow-margin-wrapper.quantiphi > .landing-page-community-voices--testimonial > .landing-page-community-voices--testimonial--citation {
    flex-basis: 80%;
  }
}
@media screen and (max-width: 979px) {
  .landing-page-solutions-community-voices--wrapper > .landing-page-solutions-community-voices .landing-page-community-voices--arrow-margin-wrapper.quantiphi > .landing-page-community-voices--testimonial > .landing-page-community-voices--testimonial--citation > cite {
    margin-top: 20px;
  }
}
@media screen and (min-width: 980px) {
  .landing-page-solutions-community-voices--wrapper > .landing-page-solutions-community-voices .landing-page-community-voices--arrow-margin-wrapper.rackspace > .landing-page-community-voices--testimonial > .landing-page-community-voices--testimonial--logo {
    flex-basis: 20%;
  }
}
@media screen and (max-width: 979px) {
  .landing-page-solutions-community-voices--wrapper > .landing-page-solutions-community-voices .landing-page-community-voices--arrow-margin-wrapper.rackspace > .landing-page-community-voices--testimonial > .landing-page-community-voices--testimonial--logo {
    padding: 0;
    flex-basis: 110px;
  }
  .landing-page-solutions-community-voices--wrapper > .landing-page-solutions-community-voices .landing-page-community-voices--arrow-margin-wrapper.rackspace > .landing-page-community-voices--testimonial > .landing-page-community-voices--testimonial--logo > img {
    width: 50%;
  }
}
@media screen and (max-width: 739px) {
  .landing-page-solutions-community-voices--wrapper > .landing-page-solutions-community-voices .landing-page-community-voices--arrow-margin-wrapper.rackspace > .landing-page-community-voices--testimonial > .landing-page-community-voices--testimonial--logo {
    flex-basis: 100px;
  }
  .landing-page-solutions-community-voices--wrapper > .landing-page-solutions-community-voices .landing-page-community-voices--arrow-margin-wrapper.rackspace > .landing-page-community-voices--testimonial > .landing-page-community-voices--testimonial--logo > img {
    width: 90%;
  }
}
@media screen and (min-width: 980px) {
  .landing-page-solutions-community-voices--wrapper > .landing-page-solutions-community-voices .landing-page-community-voices--arrow-margin-wrapper.rackspace > .landing-page-community-voices--testimonial > .landing-page-community-voices--testimonial--citation {
    flex-basis: 80%;
  }
}
@media screen and (max-width: 979px) {
  .landing-page-solutions-community-voices--wrapper > .landing-page-solutions-community-voices .landing-page-community-voices--arrow-margin-wrapper.rackspace > .landing-page-community-voices--testimonial > .landing-page-community-voices--testimonial--citation > cite {
    margin-top: 20px;
  }
}
@media screen and (min-width: 980px) {
  .landing-page-solutions-community-voices--wrapper > .landing-page-solutions-community-voices .landing-page-community-voices--arrow-margin-wrapper.sap > .landing-page-community-voices--testimonial > .landing-page-community-voices--testimonial--logo {
    flex-basis: 25%;
  }
}
@media screen and (max-width: 979px) {
  .landing-page-solutions-community-voices--wrapper > .landing-page-solutions-community-voices .landing-page-community-voices--arrow-margin-wrapper.sap > .landing-page-community-voices--testimonial > .landing-page-community-voices--testimonial--logo {
    padding: 0;
    flex-basis: 195px;
  }
  .landing-page-solutions-community-voices--wrapper > .landing-page-solutions-community-voices .landing-page-community-voices--arrow-margin-wrapper.sap > .landing-page-community-voices--testimonial > .landing-page-community-voices--testimonial--logo > img {
    width: 50%;
  }
}
@media screen and (max-width: 739px) {
  .landing-page-solutions-community-voices--wrapper > .landing-page-solutions-community-voices .landing-page-community-voices--arrow-margin-wrapper.sap > .landing-page-community-voices--testimonial > .landing-page-community-voices--testimonial--logo {
    flex-basis: 160px;
  }
  .landing-page-solutions-community-voices--wrapper > .landing-page-solutions-community-voices .landing-page-community-voices--arrow-margin-wrapper.sap > .landing-page-community-voices--testimonial > .landing-page-community-voices--testimonial--logo > img {
    width: 90%;
  }
}
@media screen and (min-width: 980px) {
  .landing-page-solutions-community-voices--wrapper > .landing-page-solutions-community-voices .landing-page-community-voices--arrow-margin-wrapper.sap > .landing-page-community-voices--testimonial > .landing-page-community-voices--testimonial--citation {
    flex-basis: 75%;
  }
}
@media screen and (max-width: 979px) {
  .landing-page-solutions-community-voices--wrapper > .landing-page-solutions-community-voices .landing-page-community-voices--arrow-margin-wrapper.sap > .landing-page-community-voices--testimonial > .landing-page-community-voices--testimonial--citation > cite {
    margin-top: 20px;
  }
}
@media screen and (min-width: 980px) {
  .landing-page-solutions-community-voices--wrapper > .landing-page-solutions-community-voices .landing-page-community-voices--arrow-margin-wrapper.wipro > .landing-page-community-voices--testimonial > .landing-page-community-voices--testimonial--logo {
    flex-basis: 20%;
  }
}
@media screen and (max-width: 979px) {
  .landing-page-solutions-community-voices--wrapper > .landing-page-solutions-community-voices .landing-page-community-voices--arrow-margin-wrapper.wipro > .landing-page-community-voices--testimonial > .landing-page-community-voices--testimonial--logo {
    padding: 0;
    flex-basis: 195px;
  }
  .landing-page-solutions-community-voices--wrapper > .landing-page-solutions-community-voices .landing-page-community-voices--arrow-margin-wrapper.wipro > .landing-page-community-voices--testimonial > .landing-page-community-voices--testimonial--logo > img {
    width: 50%;
  }
}
@media screen and (max-width: 739px) {
  .landing-page-solutions-community-voices--wrapper > .landing-page-solutions-community-voices .landing-page-community-voices--arrow-margin-wrapper.wipro > .landing-page-community-voices--testimonial > .landing-page-community-voices--testimonial--logo {
    flex-basis: 190px;
  }
  .landing-page-solutions-community-voices--wrapper > .landing-page-solutions-community-voices .landing-page-community-voices--arrow-margin-wrapper.wipro > .landing-page-community-voices--testimonial > .landing-page-community-voices--testimonial--logo > img {
    width: 65%;
  }
}
@media screen and (min-width: 980px) {
  .landing-page-solutions-community-voices--wrapper > .landing-page-solutions-community-voices .landing-page-community-voices--arrow-margin-wrapper.wipro > .landing-page-community-voices--testimonial > .landing-page-community-voices--testimonial--citation {
    flex-basis: 80%;
  }
}
@media screen and (max-width: 979px) {
  .landing-page-solutions-community-voices--wrapper > .landing-page-solutions-community-voices .landing-page-community-voices--arrow-margin-wrapper.wipro > .landing-page-community-voices--testimonial > .landing-page-community-voices--testimonial--citation > cite {
    margin-top: 20px;
  }
}
@media screen and (min-width: 980px) {
  .landing-page-solutions-community-voices--wrapper > .landing-page-solutions-community-voices .landing-page-community-voices--arrow-margin-wrapper.zoom > .landing-page-community-voices--testimonial > .landing-page-community-voices--testimonial--logo {
    flex-basis: 25%;
  }
}
@media screen and (max-width: 979px) {
  .landing-page-solutions-community-voices--wrapper > .landing-page-solutions-community-voices .landing-page-community-voices--arrow-margin-wrapper.zoom > .landing-page-community-voices--testimonial > .landing-page-community-voices--testimonial--logo {
    padding: 0;
    flex-basis: 100px;
  }
  .landing-page-solutions-community-voices--wrapper > .landing-page-solutions-community-voices .landing-page-community-voices--arrow-margin-wrapper.zoom > .landing-page-community-voices--testimonial > .landing-page-community-voices--testimonial--logo > img {
    width: 50%;
  }
}
@media screen and (max-width: 739px) {
  .landing-page-solutions-community-voices--wrapper > .landing-page-solutions-community-voices .landing-page-community-voices--arrow-margin-wrapper.zoom > .landing-page-community-voices--testimonial > .landing-page-community-voices--testimonial--logo {
    flex-basis: 85px;
  }
  .landing-page-solutions-community-voices--wrapper > .landing-page-solutions-community-voices .landing-page-community-voices--arrow-margin-wrapper.zoom > .landing-page-community-voices--testimonial > .landing-page-community-voices--testimonial--logo > img {
    width: 85%;
  }
}
@media screen and (min-width: 980px) {
  .landing-page-solutions-community-voices--wrapper > .landing-page-solutions-community-voices .landing-page-community-voices--arrow-margin-wrapper.zoom > .landing-page-community-voices--testimonial > .landing-page-community-voices--testimonial--citation {
    flex-basis: 75%;
  }
}
@media screen and (max-width: 979px) {
  .landing-page-solutions-community-voices--wrapper > .landing-page-solutions-community-voices .landing-page-community-voices--arrow-margin-wrapper.zoom > .landing-page-community-voices--testimonial > .landing-page-community-voices--testimonial--citation > cite {
    margin-top: 20px;
  }
}
@media screen and (max-width: 739px) {
  .landing-page-solutions-community-voices--wrapper > .landing-page-solutions-community-voices .landing-page-community-voices--arrow-margin-wrapper.zoom > .landing-page-community-voices--testimonial > .landing-page-community-voices--testimonial--citation {
    flex-basis: 705px;
  }
}

/* 
Copyright (c) 2020 Nathan Lam
https://github.com/nathancy/jekyll-embed-video 
*/
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.full-width-layout--header {
  box-sizing: border-box;
  width: 100%;
  background-color: white;
}
@media screen and (min-width: 1200px) {
  .full-width-layout--header {
    padding: 40px 80px;
  }
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
  .full-width-layout--header {
    padding: 30px 40px;
  }
}
@media screen and (min-width: 739px) and (max-width: 959px) {
  .full-width-layout--header {
    padding: 30px 20px;
  }
}
@media screen and (min-width: 431px) and (max-width: 739px) {
  .full-width-layout--header {
    padding: 30px;
  }
}
@media screen and (max-width: 430px) {
  .full-width-layout--header {
    padding: 30px;
  }
}
.full-width-layout--header > .full-width-layout--header--category-area {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 460px) {
  .full-width-layout--header > .full-width-layout--header--category-area {
    flex-wrap: nowrap;
  }
}
.full-width-layout--header > .full-width-layout--header--category-area > .full-width-layout--header--icon {
  flex-basis: 40px;
  flex-grow: 0;
  flex-shrink: 0;
  width: 40px;
  height: 40px;
}
.full-width-layout--header > .full-width-layout--header--category-area > .full-width-layout--header--icon > svg,
.full-width-layout--header > .full-width-layout--header--category-area > .full-width-layout--header--icon > img {
  width: 40px;
  height: 40px;
}
.full-width-layout--header > .full-width-layout--header--category-area > .full-width-layout--header--breadcrumbs--item,
.full-width-layout--header > .full-width-layout--header--category-area > .full-width-layout--header--breadcrumbs--item-separator {
  min-width: fit-content;
  color: #415662;
  font-family: "Open Sans";
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 4.5px;
  text-transform: uppercase;
  margin-left: 1em;
}
@media screen and (max-width: 411px) {
  .full-width-layout--header > .full-width-layout--header--category-area > .full-width-layout--header--breadcrumbs--item,
  .full-width-layout--header > .full-width-layout--header--category-area > .full-width-layout--header--breadcrumbs--item-separator {
    letter-spacing: 2px;
  }
}
.full-width-layout--header > .full-width-layout--header--category-area > .full-width-layout--header--breadcrumbs--item > a,
.full-width-layout--header > .full-width-layout--header--category-area > .full-width-layout--header--breadcrumbs--item-separator > a {
  color: #415662;
  font-family: "Open Sans";
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 4.5px;
  text-transform: uppercase;
  text-decoration: none;
}
.full-width-layout--header > .full-width-layout--header--category-area > .full-width-layout--header--breadcrumbs--item > a:hover,
.full-width-layout--header > .full-width-layout--header--category-area > .full-width-layout--header--breadcrumbs--item-separator > a:hover {
  text-decoration: underline;
  text-decoration-color: #005EB8;
  text-decoration-thickness: 2px;
}
@media screen and (max-width: 429px) {
  .full-width-layout--header > .full-width-layout--header--category-area > .full-width-layout--header--breadcrumbs--item > a,
  .full-width-layout--header > .full-width-layout--header--category-area > .full-width-layout--header--breadcrumbs--item-separator > a {
    letter-spacing: 2px;
  }
}
.full-width-layout--header > .full-width-layout--header--category-area > .full-width-layout--header--breadcrumbs--item:last-of-type > a,
.full-width-layout--header > .full-width-layout--header--category-area > .full-width-layout--header--breadcrumbs--item-separator:last-of-type > a {
  text-decoration: underline;
  text-decoration-color: #005EB8;
  text-decoration-thickness: 2px;
}
@media screen and (max-width: 834px) {
  .full-width-layout--header > .full-width-layout--header--category-area > .full-width-layout--header--breadcrumbs--item,
  .full-width-layout--header > .full-width-layout--header--category-area > .full-width-layout--header--breadcrumbs--item-separator {
    display: none;
  }
}
@media screen and (max-width: 834px) {
  .full-width-layout--header > .full-width-layout--header--category-area > .full-width-layout--header--icon + .full-width-layout--header--breadcrumbs--item {
    display: block;
  }
  .full-width-layout--header > .full-width-layout--header--category-area > .full-width-layout--header--icon + .full-width-layout--header--breadcrumbs--item::before {
    content: "<";
  }
}
.full-width-layout--header > .full-width-layout--header--title {
  padding-left: 0;
}
.full-width-layout--header > .full-width-layout--header--title > h1 {
  margin-top: 21px;
}
@media screen and (max-width: 460px) {
  .full-width-layout--header > .full-width-layout--header--title {
    padding-left: 0;
  }
  .full-width-layout--header > .full-width-layout--header--title > h1 {
    font-family: "Open Sans";
    font-size: 40px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
  }
}

.full-width-layout--content {
  border-top: #006D97 10px solid;
}
.full-width-layout--content > .full-width-layout--content--body > h5:nth-of-type(1) {
  color: #000;
  font-family: "Open Sans";
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  box-sizing: border-box;
  width: 100%;
  padding-bottom: 0;
  padding-top: 0;
  margin-bottom: 0;
}
@media screen and (min-width: 1200px) {
  .full-width-layout--content > .full-width-layout--content--body > h5:nth-of-type(1) {
    padding-left: 80px;
    padding-right: 80px;
  }
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
  .full-width-layout--content > .full-width-layout--content--body > h5:nth-of-type(1) {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (min-width: 739px) and (max-width: 959px) {
  .full-width-layout--content > .full-width-layout--content--body > h5:nth-of-type(1) {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 431px) and (max-width: 739px) {
  .full-width-layout--content > .full-width-layout--content--body > h5:nth-of-type(1) {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 430px) {
  .full-width-layout--content > .full-width-layout--content--body > h5:nth-of-type(1) {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.full-width-layout--content > .full-width-layout--content--body > h5:nth-of-type(1) + ul:nth-of-type(1),
.full-width-layout--content > .full-width-layout--content--body .in-page-links-list {
  list-style-type: none;
  padding-left: 0;
  margin-top: 10px;
  margin-bottom: 30px;
}
@media screen and (min-width: 1200px) {
  .full-width-layout--content > .full-width-layout--content--body > h5:nth-of-type(1) + ul:nth-of-type(1),
  .full-width-layout--content > .full-width-layout--content--body .in-page-links-list {
    margin-left: 80px;
    margin-right: 80px;
    width: calc(100% - 160px);
  }
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
  .full-width-layout--content > .full-width-layout--content--body > h5:nth-of-type(1) + ul:nth-of-type(1),
  .full-width-layout--content > .full-width-layout--content--body .in-page-links-list {
    margin-left: 40px;
    margin-right: 40px;
    width: calc(100% - 80px);
  }
}
@media screen and (min-width: 739px) and (max-width: 959px) {
  .full-width-layout--content > .full-width-layout--content--body > h5:nth-of-type(1) + ul:nth-of-type(1),
  .full-width-layout--content > .full-width-layout--content--body .in-page-links-list {
    margin-left: 20px;
    margin-right: 20px;
    width: calc(100% - 40px);
  }
}
@media screen and (min-width: 431px) and (max-width: 739px) {
  .full-width-layout--content > .full-width-layout--content--body > h5:nth-of-type(1) + ul:nth-of-type(1),
  .full-width-layout--content > .full-width-layout--content--body .in-page-links-list {
    margin-left: 30px;
    margin-right: 30px;
    width: calc(100% - 60px);
  }
}
@media screen and (max-width: 430px) {
  .full-width-layout--content > .full-width-layout--content--body > h5:nth-of-type(1) + ul:nth-of-type(1),
  .full-width-layout--content > .full-width-layout--content--body .in-page-links-list {
    margin-left: 30px;
    margin-right: 30px;
    width: calc(100% - 60px);
  }
}
.full-width-layout--content > .full-width-layout--content--body > h5:nth-of-type(1) + ul:nth-of-type(1) > li,
.full-width-layout--content > .full-width-layout--content--body .in-page-links-list > li {
  float: left;
  margin-right: 30px;
}
.full-width-layout--content > .full-width-layout--content--body > h5:nth-of-type(1) + ul:nth-of-type(1) > li > a,
.full-width-layout--content > .full-width-layout--content--body .in-page-links-list > li > a {
  font-family: "Open Sans";
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: 0em;
  text-align: left;
  text-underline-offset: 1px;
}
.full-width-layout--content > .full-width-layout--content--body > h5:nth-of-type(1) + ul:nth-of-type(1):before, .full-width-layout--content > .full-width-layout--content--body > h5:nth-of-type(1) + ul:nth-of-type(1):after,
.full-width-layout--content > .full-width-layout--content--body .in-page-links-list:before,
.full-width-layout--content > .full-width-layout--content--body .in-page-links-list:after {
  content: "";
  display: table;
}
.full-width-layout--content > .full-width-layout--content--body > h5:nth-of-type(1) + ul:nth-of-type(1):after,
.full-width-layout--content > .full-width-layout--content--body .in-page-links-list:after {
  clear: both;
}
.full-width-layout--content > .full-width-layout--content--body > h5:nth-of-type(1) + ul:nth-of-type(1) + p,
.full-width-layout--content > .full-width-layout--content--body .in-page-links-list + p {
  padding-top: 0;
}
.full-width-layout--content > .full-width-layout--content--body > ul {
  padding-left: 0;
}
@media screen and (min-width: 1200px) {
  .full-width-layout--content > .full-width-layout--content--body > ul {
    margin-left: 80px;
    margin-right: 80px;
    width: calc(100% - 160px);
  }
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
  .full-width-layout--content > .full-width-layout--content--body > ul {
    margin-left: 40px;
    margin-right: 40px;
    width: calc(100% - 80px);
  }
}
@media screen and (min-width: 739px) and (max-width: 959px) {
  .full-width-layout--content > .full-width-layout--content--body > ul {
    margin-left: 20px;
    margin-right: 20px;
    width: calc(100% - 40px);
  }
}
@media screen and (min-width: 431px) and (max-width: 739px) {
  .full-width-layout--content > .full-width-layout--content--body > ul {
    margin-left: 30px;
    margin-right: 30px;
    width: calc(100% - 60px);
  }
}
@media screen and (max-width: 430px) {
  .full-width-layout--content > .full-width-layout--content--body > ul {
    margin-left: 30px;
    margin-right: 30px;
    width: calc(100% - 60px);
  }
}
.full-width-layout--content > .full-width-layout--content--body > ul.site-content--blog-list {
  list-style-type: none;
}
.full-width-layout--content > .full-width-layout--content--body > ul.site-content--blog-list > li:not(:first-of-type) {
  border-top: 1px solid #ccd3d6;
}
.full-width-layout--content > .full-width-layout--content--body > ul.site-content--blog-list > li > h2 {
  color: #002950;
  font-family: "Open Sans Condensed";
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.full-width-layout--content > .full-width-layout--content--body > ul.site-content--blog-list > li > h2 > a {
  color: #005EB8;
  text-decoration: underline;
  font-family: "Open Sans Condensed";
}
.full-width-layout--content > .full-width-layout--content--body > ul.site-content--blog-list > li > h2 > a:hover {
  color: #00A3E0;
}
.full-width-layout--content > .full-width-layout--content--body > ul.site-content--blog-list > li > p {
  font-family: "Open Sans";
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: 0em;
  text-align: left;
}
.full-width-layout--content > .full-width-layout--content--body.join-slack > ul > li {
  color: #000;
  font-family: "Open Sans";
  font-size: 21px;
  font-weight: 400;
  line-height: 32px;
  font-style: normal;
}
.full-width-layout--content > .full-width-layout--content--body.join-slack > .content-body--cta-button.content-body--cta-button__centered {
  padding-bottom: 0;
}
.full-width-layout--content > .full-width-layout--content--body > p {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
}
@media screen and (min-width: 1200px) {
  .full-width-layout--content > .full-width-layout--content--body > p {
    padding: 1em 80px 0;
  }
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
  .full-width-layout--content > .full-width-layout--content--body > p {
    padding: 1em 40px 0;
  }
}
@media screen and (min-width: 739px) and (max-width: 959px) {
  .full-width-layout--content > .full-width-layout--content--body > p {
    padding: 1em 20px 0;
  }
}
@media screen and (min-width: 431px) and (max-width: 739px) {
  .full-width-layout--content > .full-width-layout--content--body > p {
    padding: 1em 30px 0;
  }
}
@media screen and (max-width: 430px) {
  .full-width-layout--content > .full-width-layout--content--body > p {
    padding: 1em 30px 0;
  }
}
.full-width-layout--content > .full-width-layout--content--body > p:first-of-type {
  padding-top: 2em;
}
.full-width-layout--content > .full-width-layout--content--body > p:last-of-type {
  padding-bottom: 2em;
}
.full-width-layout--content > .full-width-layout--content--body > div,
.full-width-layout--content > .full-width-layout--content--body section {
  box-sizing: border-box;
  width: 100%;
}
@media screen and (min-width: 1200px) {
  .full-width-layout--content > .full-width-layout--content--body > div,
  .full-width-layout--content > .full-width-layout--content--body section {
    padding: 40px 80px;
  }
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
  .full-width-layout--content > .full-width-layout--content--body > div,
  .full-width-layout--content > .full-width-layout--content--body section {
    padding: 30px 40px;
  }
}
@media screen and (min-width: 739px) and (max-width: 959px) {
  .full-width-layout--content > .full-width-layout--content--body > div,
  .full-width-layout--content > .full-width-layout--content--body section {
    padding: 30px 20px;
  }
}
@media screen and (min-width: 431px) and (max-width: 739px) {
  .full-width-layout--content > .full-width-layout--content--body > div,
  .full-width-layout--content > .full-width-layout--content--body section {
    padding: 30px;
  }
}
@media screen and (max-width: 430px) {
  .full-width-layout--content > .full-width-layout--content--body > div,
  .full-width-layout--content > .full-width-layout--content--body section {
    padding: 30px;
  }
}
.full-width-layout--content > .full-width-layout--content--body > h2,
.full-width-layout--content > .full-width-layout--content--body > ol > li > h2 {
  color: #003551;
  font-family: "Open Sans Condensed";
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
}
.full-width-layout--content > .full-width-layout--content--body > h2 > a,
.full-width-layout--content > .full-width-layout--content--body > ol > li > h2 > a {
  color: #005EB8;
  text-decoration: underline;
  font-family: "Open Sans Condensed";
}
.full-width-layout--content > .full-width-layout--content--body > h2 > a:hover,
.full-width-layout--content > .full-width-layout--content--body > ol > li > h2 > a:hover {
  color: #00A3E0;
}
@media screen and (min-width: 1200px) {
  .full-width-layout--content > .full-width-layout--content--body > h2,
  .full-width-layout--content > .full-width-layout--content--body > ol > li > h2 {
    padding: 1em 80px 0;
  }
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
  .full-width-layout--content > .full-width-layout--content--body > h2,
  .full-width-layout--content > .full-width-layout--content--body > ol > li > h2 {
    padding: 1em 40px 0;
  }
}
@media screen and (min-width: 739px) and (max-width: 959px) {
  .full-width-layout--content > .full-width-layout--content--body > h2,
  .full-width-layout--content > .full-width-layout--content--body > ol > li > h2 {
    padding: 1em 20px 0;
  }
}
@media screen and (min-width: 431px) and (max-width: 739px) {
  .full-width-layout--content > .full-width-layout--content--body > h2,
  .full-width-layout--content > .full-width-layout--content--body > ol > li > h2 {
    padding: 1em 30px 0;
  }
}
@media screen and (max-width: 430px) {
  .full-width-layout--content > .full-width-layout--content--body > h2,
  .full-width-layout--content > .full-width-layout--content--body > ol > li > h2 {
    padding: 1em 30px 0;
  }
}
.full-width-layout--content > .full-width-layout--content--body > h2:first-of-type {
  margin-top: 1em;
}
.full-width-layout--content > .full-width-layout--content--body > ul:first-of-type + h2:first-of-type {
  margin-top: 2em;
}
.full-width-layout--content > .full-width-layout--content--body > h3,
.full-width-layout--content > .full-width-layout--content--body > ol > li h3 {
  color: #006D97;
  font-family: "Open Sans";
  font-size: 21px;
  font-style: normal;
  line-height: 36px;
  font-weight: 700;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
}
@media screen and (min-width: 1200px) {
  .full-width-layout--content > .full-width-layout--content--body > h3,
  .full-width-layout--content > .full-width-layout--content--body > ol > li h3 {
    padding: 1em 80px 0;
  }
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
  .full-width-layout--content > .full-width-layout--content--body > h3,
  .full-width-layout--content > .full-width-layout--content--body > ol > li h3 {
    padding: 1em 40px 0;
  }
}
@media screen and (min-width: 739px) and (max-width: 959px) {
  .full-width-layout--content > .full-width-layout--content--body > h3,
  .full-width-layout--content > .full-width-layout--content--body > ol > li h3 {
    padding: 1em 20px 0;
  }
}
@media screen and (min-width: 431px) and (max-width: 739px) {
  .full-width-layout--content > .full-width-layout--content--body > h3,
  .full-width-layout--content > .full-width-layout--content--body > ol > li h3 {
    padding: 1em 30px 0;
  }
}
@media screen and (max-width: 430px) {
  .full-width-layout--content > .full-width-layout--content--body > h3,
  .full-width-layout--content > .full-width-layout--content--body > ol > li h3 {
    padding: 1em 30px 0;
  }
}
.full-width-layout--content > .full-width-layout--content--body > ol > li p {
  box-sizing: border-box;
  width: 100%;
}
@media screen and (min-width: 1200px) {
  .full-width-layout--content > .full-width-layout--content--body > ol > li p {
    padding: 1em 80px 0;
  }
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
  .full-width-layout--content > .full-width-layout--content--body > ol > li p {
    padding: 1em 40px 0;
  }
}
@media screen and (min-width: 739px) and (max-width: 959px) {
  .full-width-layout--content > .full-width-layout--content--body > ol > li p {
    padding: 1em 20px 0;
  }
}
@media screen and (min-width: 431px) and (max-width: 739px) {
  .full-width-layout--content > .full-width-layout--content--body > ol > li p {
    padding: 1em 30px 0;
  }
}
@media screen and (max-width: 430px) {
  .full-width-layout--content > .full-width-layout--content--body > ol > li p {
    padding: 1em 30px 0;
  }
}
@media screen and (min-width: 1200px) {
  .full-width-layout--content > .full-width-layout--content--body > ol > li ul {
    margin: 40px 80px;
    width: calc(100% - 160px);
  }
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
  .full-width-layout--content > .full-width-layout--content--body > ol > li ul {
    margin: 30px 40px;
    width: calc(100% - 80px);
  }
}
@media screen and (min-width: 739px) and (max-width: 959px) {
  .full-width-layout--content > .full-width-layout--content--body > ol > li ul {
    margin: 30px 20px;
    width: calc(100% - 40px);
  }
}
@media screen and (min-width: 431px) and (max-width: 739px) {
  .full-width-layout--content > .full-width-layout--content--body > ol > li ul {
    margin: 30px;
    width: calc(100% - 60px);
  }
}
@media screen and (max-width: 430px) {
  .full-width-layout--content > .full-width-layout--content--body > ol > li ul {
    margin: 30px;
    width: calc(100% - 60px);
  }
}
.full-width-layout--content > .full-width-layout--content--body > ol:last-of-type {
  padding-bottom: 20px;
}
.full-width-layout--content > .full-width-layout--content--body > ol {
  padding-left: 0;
}
@media screen and (max-width: 834px) {
  .full-width-layout--content > .full-width-layout--content--body .desktop-change-log-table,
  .full-width-layout--content > .full-width-layout--content--body .desktop-release-history-table,
  .full-width-layout--content > .full-width-layout--content--body .desktop-maintenance-policy-table,
  .full-width-layout--content > .full-width-layout--content--body .desktop-release-schedule-table {
    display: none;
  }
}
@media screen and (min-width: 835px) {
  .full-width-layout--content > .full-width-layout--content--body .change-log-mobile-table,
  .full-width-layout--content > .full-width-layout--content--body .release-history-mobile-table,
  .full-width-layout--content > .full-width-layout--content--body .maintenance-policy-mobile-table,
  .full-width-layout--content > .full-width-layout--content--body .release-schedule-mobile-table {
    display: none;
  }
}
.full-width-layout--content > .full-width-layout--content--body .change-log-mobile-table > thead > tr > th[colspan],
.full-width-layout--content > .full-width-layout--content--body .release-history-mobile-table > thead > tr > th[colspan],
.full-width-layout--content > .full-width-layout--content--body .maintenance-policy-mobile-table > thead > tr > th[colspan],
.full-width-layout--content > .full-width-layout--content--body .release-schedule-mobile-table > thead > tr > th[colspan] {
  font-family: "Open Sans Condensed";
  font-size: 21px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  color: #006D97;
  padding: 10px 12px;
  text-align: left;
  border-bottom: 3px solid #006D97;
  border-left: none;
}
.full-width-layout--content > .full-width-layout--content--body .change-log-mobile-table > tbody > tr > td.mobile-table-row--heading-cell,
.full-width-layout--content > .full-width-layout--content--body .release-history-mobile-table > tbody > tr > td.mobile-table-row--heading-cell,
.full-width-layout--content > .full-width-layout--content--body .maintenance-policy-mobile-table > tbody > tr > td.mobile-table-row--heading-cell,
.full-width-layout--content > .full-width-layout--content--body .release-schedule-mobile-table > tbody > tr > td.mobile-table-row--heading-cell {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 27px;
  color: #003551;
  padding: 10px 12px;
  border-left: none;
}
.full-width-layout--content > .full-width-layout--content--body .change-log-mobile-table > tbody > tr > td.mobile-table-row--value-cell,
.full-width-layout--content > .full-width-layout--content--body .release-history-mobile-table > tbody > tr > td.mobile-table-row--value-cell,
.full-width-layout--content > .full-width-layout--content--body .maintenance-policy-mobile-table > tbody > tr > td.mobile-table-row--value-cell,
.full-width-layout--content > .full-width-layout--content--body .release-schedule-mobile-table > tbody > tr > td.mobile-table-row--value-cell {
  color: #193442;
  font-family: "Open Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
  padding: 10px 12px;
  border-left: none;
}
.full-width-layout--content > .full-width-layout--content--body .change-log-mobile-table > tbody > tr > td.mobile-table-row--value-cell a,
.full-width-layout--content > .full-width-layout--content--body .release-history-mobile-table > tbody > tr > td.mobile-table-row--value-cell a,
.full-width-layout--content > .full-width-layout--content--body .maintenance-policy-mobile-table > tbody > tr > td.mobile-table-row--value-cell a,
.full-width-layout--content > .full-width-layout--content--body .release-schedule-mobile-table > tbody > tr > td.mobile-table-row--value-cell a {
  overflow-wrap: anywhere;
}
.full-width-layout--content > .full-width-layout--content--body .change-log-mobile-table > tbody > tr.mobile-table-row__end-of-record > td,
.full-width-layout--content > .full-width-layout--content--body .release-history-mobile-table > tbody > tr.mobile-table-row__end-of-record > td,
.full-width-layout--content > .full-width-layout--content--body .maintenance-policy-mobile-table > tbody > tr.mobile-table-row__end-of-record > td,
.full-width-layout--content > .full-width-layout--content--body .release-schedule-mobile-table > tbody > tr.mobile-table-row__end-of-record > td {
  border-bottom: 3px solid #006D97;
}
.full-width-layout--content > .full-width-layout--content--body .maintenance-policy-mobile-table > tbody > tr:nth-of-type(1) > td,
.full-width-layout--content > .full-width-layout--content--body .maintenance-policy-mobile-table > tbody > tr:nth-of-type(7n) > td {
  font-family: "Open Sans Condensed";
  font-size: 21px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  color: #006D97;
  padding: 10px 12px;
  text-align: left;
  border-bottom: 3px solid #006D97;
  border-left: none;
  background: #F4F8FB;
}
.full-width-layout--content > .full-width-layout--content--body .release-schedule-mobile-table > tbody > tr > td {
  width: 50%;
  box-sizing: border-box;
  overflow-wrap: break-word;
}
.full-width-layout--content > .full-width-layout--content--body > .principles-for-development {
  box-sizing: border-box;
  width: 100%;
}
@media screen and (min-width: 1200px) {
  .full-width-layout--content > .full-width-layout--content--body > .principles-for-development {
    padding: 40px 80px;
  }
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
  .full-width-layout--content > .full-width-layout--content--body > .principles-for-development {
    padding: 30px 40px;
  }
}
@media screen and (min-width: 739px) and (max-width: 959px) {
  .full-width-layout--content > .full-width-layout--content--body > .principles-for-development {
    padding: 30px 20px;
  }
}
@media screen and (min-width: 431px) and (max-width: 739px) {
  .full-width-layout--content > .full-width-layout--content--body > .principles-for-development {
    padding: 30px;
  }
}
@media screen and (max-width: 430px) {
  .full-width-layout--content > .full-width-layout--content--body > .principles-for-development {
    padding: 30px;
  }
}
.full-width-layout--content > .full-width-layout--content--body > .principles-for-development > div {
  border-bottom: #006D97 10px solid;
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.25);
  background-color: white;
  box-sizing: border-box;
  width: 100%;
}
@media screen and (min-width: 1200px) {
  .full-width-layout--content > .full-width-layout--content--body > .principles-for-development > div {
    padding: 40px 40px;
  }
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
  .full-width-layout--content > .full-width-layout--content--body > .principles-for-development > div {
    padding: 30px 20px;
  }
}
@media screen and (min-width: 739px) and (max-width: 959px) {
  .full-width-layout--content > .full-width-layout--content--body > .principles-for-development > div {
    padding: 30px 15px;
  }
}
@media screen and (min-width: 431px) and (max-width: 739px) {
  .full-width-layout--content > .full-width-layout--content--body > .principles-for-development > div {
    padding: 30px;
  }
}
@media screen and (max-width: 430px) {
  .full-width-layout--content > .full-width-layout--content--body > .principles-for-development > div {
    padding: 30px;
  }
}
.full-width-layout--content > .full-width-layout--content--body > .principles-for-development > div > h2 {
  color: #006D97;
  font-family: "Open Sans Condensed";
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-top: 2em;
  margin-bottom: 0;
}
.full-width-layout--content > .full-width-layout--content--body > .principles-for-development > div > h2 > a {
  color: #005EB8;
  text-decoration: underline;
  font-family: "Open Sans Condensed";
}
.full-width-layout--content > .full-width-layout--content--body > .principles-for-development > div > h2 > a:hover {
  color: #00A3E0;
}
.full-width-layout--content > .full-width-layout--content--body > .principles-for-development > div > h2:first-of-type {
  margin-top: 0;
}
.full-width-layout--content > .full-width-layout--content--body > .principles-for-development > div > p {
  margin-top: 0;
}
.full-width-layout--content > .full-width-layout--content--body > .content-body--cta-button.content-body--cta-button__centered {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0 0 42px;
}
@media screen and (max-width: 410px) {
  .full-width-layout--content > .full-width-layout--content--body > .content-body--cta-button > .redesign-button--wrapper {
    width: calc(100% - 60px);
  }
}
.full-width-layout--content > .solutions-card-grid {
  box-sizing: border-box;
  width: 100%;
}
@media screen and (min-width: 1200px) {
  .full-width-layout--content > .solutions-card-grid {
    padding: 40px 80px;
  }
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
  .full-width-layout--content > .solutions-card-grid {
    padding: 30px 40px;
  }
}
@media screen and (min-width: 739px) and (max-width: 959px) {
  .full-width-layout--content > .solutions-card-grid {
    padding: 30px 20px;
  }
}
@media screen and (min-width: 431px) and (max-width: 739px) {
  .full-width-layout--content > .solutions-card-grid {
    padding: 30px;
  }
}
@media screen and (max-width: 430px) {
  .full-width-layout--content > .solutions-card-grid {
    padding: 30px;
  }
}
@media screen and (min-width: 1460px) {
  .full-width-layout--content > .solutions-card-grid > .solutions-card-grid--card-wrapper {
    padding: 0;
  }
}

#top {
  background: #F1FBFF;
  overflow: hidden;
  margin: 0;
  padding: 10px 0 6px;
  position: relative;
  z-index: 0;
  box-sizing: content-box;
}
#top:before, #top:after {
  content: "";
  display: table;
}
#top:after {
  clear: both;
}
#top * {
  box-sizing: content-box;
}
@media screen and (min-width: 1019px) {
  #top {
    z-index: 9;
    overflow: visible;
  }
}
#top > .navigation-container {
  max-width: 1440px;
  position: relative;
  box-sizing: content-box;
}
@media screen and (min-width: 740px) and (max-width: 1045px) {
  #top > .navigation-container {
    padding: 0 20px;
  }
}
@media screen and (max-width: 1018px) {
  #top > .navigation-container {
    padding: 0;
  }
}
@media screen and (min-width: 1019px) and (max-width: 1099px) {
  #top > .navigation-container {
    margin: 0 auto;
    padding: 0 20px;
  }
}
@media screen and (min-width: 1100px) {
  #top > .navigation-container {
    margin: 0 auto;
    padding: 0 4.1666666667%;
  }
}
#top > .navigation-container > .navigation-container--logo {
  color: #fff;
  display: block;
  float: left;
  font-size: 35px;
  font-weight: 700;
  height: 43px;
  margin: 10px;
  overflow: hidden;
  text-decoration: none;
  text-indent: 100%;
  position: relative;
  left: min(80px, 100% - 1019px);
  box-sizing: content-box;
}
@media screen and (max-width: 1339px) {
  #top > .navigation-container > .navigation-container--logo {
    left: 0;
  }
}
@media screen and (min-width: 1019px) {
  #top > .navigation-container > .navigation-container--logo {
    margin-left: 0;
  }
}
#top > .navigation-container > .navigation-container--logo svg {
  position: absolute;
  top: 1px;
  left: 1px;
}
#top > .navigation-container .menu-button {
  font-size: 35px;
  color: #2C5E7A;
  cursor: pointer;
  display: block;
  float: right;
  height: 45px;
  line-height: 48px;
  margin: 4px 10px;
  text-align: center;
  text-decoration: none;
  width: 45px;
}
#top > .navigation-container .menu-button > i {
  position: relative;
  top: -1px;
}
#top > .navigation-container .menu-button > i:nth-of-type(1) {
  display: inline-block;
}
#top > .navigation-container .menu-button > i:nth-of-type(2) {
  display: none;
}
@media screen and (min-width: 1019px) {
  #top > .navigation-container .menu-button {
    display: none;
  }
}
#top > .navigation-container .menu-button span {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
#top > .navigation-container .menu-button.active > i:nth-of-type(1) {
  display: none;
}
#top > .navigation-container .menu-button.active > i:nth-of-type(2) {
  display: inline-block;
}
#top > .navigation-container > .navigation-container--nested-nav-wrapper {
  margin-top: 17px;
  margin-right: 40px;
  width: 100%;
}
@media screen and (max-width: 1018px) {
  #top > .navigation-container > .navigation-container--nested-nav-wrapper {
    background: #003551;
    height: 0;
    margin-top: 0;
    overflow: hidden;
    transition: all 0.3s ease-out;
  }
}
@media screen and (min-width: 1019px) {
  #top > .navigation-container > .navigation-container--nested-nav-wrapper {
    float: right;
    height: auto;
    max-height: none;
    transition: none;
    width: auto;
    overflow: visible;
  }
}
@media screen and (max-width: 1339px) {
  #top > .navigation-container > .navigation-container--nested-nav-wrapper {
    margin-right: 0;
  }
}
@media screen and (max-width: 1018px) {
  #top > .navigation-container > .navigation-container--nested-nav-wrapper.active {
    height: calc(100vh - 65px);
    overflow-y: auto;
  }
  #top > .navigation-container > .navigation-container--nested-nav-wrapper.active > .navigation-container--nested-nav-wrapper--nested-nav {
    height: auto;
    clear: both;
  }
  #top > .navigation-container > .navigation-container--nested-nav-wrapper.active > .navigation-container--nested-nav-wrapper--nested-nav:before, #top > .navigation-container > .navigation-container--nested-nav-wrapper.active > .navigation-container--nested-nav-wrapper--nested-nav:after {
    content: "";
    display: table;
  }
  #top > .navigation-container > .navigation-container--nested-nav-wrapper.active > .navigation-container--nested-nav-wrapper--nested-nav:after {
    clear: both;
  }
}
#top > .navigation-container > .navigation-container--nested-nav-wrapper > .navigation-container--nested-nav-wrapper--nested-nav {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
#top > .navigation-container > .navigation-container--nested-nav-wrapper > .navigation-container--nested-nav-wrapper--nested-nav > li {
  color: #003551;
  font-size: 15px;
  font-weight: 700;
  line-height: 16px;
  text-align: left;
}
@media screen and (max-width: 1018px) {
  #top > .navigation-container > .navigation-container--nested-nav-wrapper > .navigation-container--nested-nav-wrapper--nested-nav > li {
    padding-bottom: 20px;
    padding-top: 15px;
    border-bottom-color: #006D97;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    margin: 0;
  }
}
@media screen and (min-width: 1019px) {
  #top > .navigation-container > .navigation-container--nested-nav-wrapper > .navigation-container--nested-nav-wrapper--nested-nav > li {
    position: relative;
    float: left;
    margin-top: 0;
    margin-left: 0;
    margin-bottom: 0;
    margin-right: 5px;
  }
  #top > .navigation-container > .navigation-container--nested-nav-wrapper > .navigation-container--nested-nav-wrapper--nested-nav > li:hover > ul {
    display: block;
    visibility: visible;
    opacity: 1;
    top: calc(100% + 7px);
    transition: opacity 0.25s ease-out, top 0.25s ease-out, visibility 0s;
  }
}
@media screen and (min-width: 1040px) and (max-width: 1102px) {
  #top > .navigation-container > .navigation-container--nested-nav-wrapper > .navigation-container--nested-nav-wrapper--nested-nav > li {
    margin-right: 0.9vw;
  }
}
@media screen and (min-width: 1103px) and (max-width: 1149px) {
  #top > .navigation-container > .navigation-container--nested-nav-wrapper > .navigation-container--nested-nav-wrapper--nested-nav > li {
    margin-right: 1vw;
  }
}
@media screen and (min-width: 1150px) and (max-width: 1369px) {
  #top > .navigation-container > .navigation-container--nested-nav-wrapper > .navigation-container--nested-nav-wrapper--nested-nav > li {
    margin-right: 15px;
  }
}
@media screen and (min-width: 1370px) {
  #top > .navigation-container > .navigation-container--nested-nav-wrapper > .navigation-container--nested-nav-wrapper--nested-nav > li {
    margin-right: 30px;
  }
}
#top > .navigation-container > .navigation-container--nested-nav-wrapper > .navigation-container--nested-nav-wrapper--nested-nav > li > .nested-nav--top-menu-item-wrapper {
  display: block;
  padding: 0;
  margin: 0;
  border: none;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1018px) {
  #top > .navigation-container > .navigation-container--nested-nav-wrapper > .navigation-container--nested-nav-wrapper--nested-nav > li > .nested-nav--top-menu-item-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
    padding: 0;
    margin: 0;
    border: none;
    width: 100%;
  }
}
@media screen and (max-width: 1018px) {
  #top > .navigation-container > .navigation-container--nested-nav-wrapper > .navigation-container--nested-nav-wrapper--nested-nav > li > .nested-nav--top-menu-item-wrapper.nested-nav-top-menu-item--wrapper__has_children {
    position: relative;
    z-index: 10;
  }
}
#top > .navigation-container > .navigation-container--nested-nav-wrapper > .navigation-container--nested-nav-wrapper--nested-nav > li > .nested-nav--top-menu-item-wrapper > .nested-nav--top-menu-item-wrapper--link {
  display: block;
  width: 100%;
  margin: 0;
  height: auto;
}
@media screen and (max-width: 1018px) {
  #top > .navigation-container > .navigation-container--nested-nav-wrapper > .navigation-container--nested-nav-wrapper--nested-nav > li > .nested-nav--top-menu-item-wrapper > .nested-nav--top-menu-item-wrapper--link {
    flex-basis: calc(100% - 30px - 20px);
    height: 30px;
    flex-grow: 1;
    flex-shrink: 1;
    box-sizing: content-box;
  }
}
#top > .navigation-container > .navigation-container--nested-nav-wrapper > .navigation-container--nested-nav-wrapper--nested-nav > li > .nested-nav--top-menu-item-wrapper > .nested-nav--top-menu-item-wrapper--link > a.in-category, #top > .navigation-container > .navigation-container--nested-nav-wrapper > .navigation-container--nested-nav-wrapper--nested-nav > li > .nested-nav--top-menu-item-wrapper > .nested-nav--top-menu-item-wrapper--link > a:hover {
  color: #006D97;
  text-decoration: underline;
  text-decoration-color: #006D97;
  text-decoration-thickness: 2px;
  text-underline-offset: 6px;
}
@media screen and (max-width: 1018px) {
  #top > .navigation-container > .navigation-container--nested-nav-wrapper > .navigation-container--nested-nav-wrapper--nested-nav > li > .nested-nav--top-menu-item-wrapper > .nested-nav--top-menu-item-wrapper--link > a.in-category, #top > .navigation-container > .navigation-container--nested-nav-wrapper > .navigation-container--nested-nav-wrapper--nested-nav > li > .nested-nav--top-menu-item-wrapper > .nested-nav--top-menu-item-wrapper--link > a:hover {
    color: #9BCFED;
    text-decoration-color: #9BCFED;
  }
}
@media screen and (max-width: 1018px) {
  #top > .navigation-container > .navigation-container--nested-nav-wrapper > .navigation-container--nested-nav-wrapper--nested-nav > li > .nested-nav--top-menu-item-wrapper > .nested-nav--top-menu-item-wrapper--link > a {
    color: #E1F0F9;
    font-family: "Open Sans";
    font-size: 21px;
    font-style: normal;
    line-height: 36px;
    font-weight: 700;
    padding-left: 30px;
    text-decoration: none;
  }
  #top > .navigation-container > .navigation-container--nested-nav-wrapper > .navigation-container--nested-nav-wrapper--nested-nav > li > .nested-nav--top-menu-item-wrapper > .nested-nav--top-menu-item-wrapper--link > a:active {
    color: #00A3E0;
    text-decoration-color: #00A3E0;
  }
}
@media screen and (min-width: 1019px) {
  #top > .navigation-container > .navigation-container--nested-nav-wrapper > .navigation-container--nested-nav-wrapper--nested-nav > li > .nested-nav--top-menu-item-wrapper > .nested-nav--top-menu-item-wrapper--link > a {
    display: inline;
    color: #003551;
    font-family: "Open Sans";
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    text-decoration: none;
  }
}
@media screen and (min-width: 1019px) {
  #top > .navigation-container > .navigation-container--nested-nav-wrapper > .navigation-container--nested-nav-wrapper--nested-nav > li > .nested-nav--top-menu-item-wrapper > .nested-nav--top-menu-item-wrapper--toggle {
    display: none;
  }
}
@media screen and (max-width: 1018px) {
  #top > .navigation-container > .navigation-container--nested-nav-wrapper > .navigation-container--nested-nav-wrapper--nested-nav > li > .nested-nav--top-menu-item-wrapper > .nested-nav--top-menu-item-wrapper--toggle {
    flex-basis: 30px;
    width: 30px;
    height: 30px;
    padding: 0 30px 0 0;
    flex-shrink: 0;
    flex-grow: 0;
    box-sizing: content-box;
  }
}
@media screen and (max-width: 1018px) {
  #top > .navigation-container > .navigation-container--nested-nav-wrapper > .navigation-container--nested-nav-wrapper--nested-nav > li > .nested-nav--top-menu-item-wrapper > .nested-nav--top-menu-item-wrapper--toggle > .opensearch-toggle-button--wrapper {
    display: inline-block;
    padding: 0;
    margin: 0;
    height: 30px;
    width: 30px;
  }
}
@media screen and (max-width: 1018px) {
  #top > .navigation-container > .navigation-container--nested-nav-wrapper > .navigation-container--nested-nav-wrapper--nested-nav > li > .nested-nav--top-menu-item-wrapper > .nested-nav--top-menu-item-wrapper--toggle > .opensearch-toggle-button--wrapper > .opensearch-toggle-button-link {
    display: none;
    padding: 0;
    margin: 0;
    height: 30px;
    width: 30px;
  }
}
@media screen and (max-width: 1018px) {
  #top > .navigation-container > .navigation-container--nested-nav-wrapper > .navigation-container--nested-nav-wrapper--nested-nav > li > .nested-nav--top-menu-item-wrapper > .nested-nav--top-menu-item-wrapper--toggle > .opensearch-toggle-button--wrapper > .opensearch-toggle-button-link.opensearch-toggle-button-link__visible {
    display: inline-block;
  }
}
@media screen and (max-width: 1018px) {
  #top > .navigation-container > .navigation-container--nested-nav-wrapper > .navigation-container--nested-nav-wrapper--nested-nav > li > .nested-nav--top-menu-item-wrapper.nested-nav--top-menu-item--wrapper__without-children > .nested-nav--top-menu-item-wrapper--link {
    flex-basis: 100%;
    width: 100%;
    flex-grow: 0;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 1018px) {
  #top > .navigation-container > .navigation-container--nested-nav-wrapper > .navigation-container--nested-nav-wrapper--nested-nav > li > .nested-nav--top-menu-item-wrapper.nested-nav--top-menu-item--wrapper__without-children > .nested-nav--top-menu-item-wrapper--toggle {
    flex-basis: 0;
    width: 0;
    display: none;
  }
}
#top > .navigation-container > .navigation-container--nested-nav-wrapper > .navigation-container--nested-nav-wrapper--nested-nav > li > ul {
  list-style: none;
  padding: 0;
  margin: 0;
  min-width: 100%;
}
@media screen and (min-width: 1019px) {
  #top > .navigation-container > .navigation-container--nested-nav-wrapper > .navigation-container--nested-nav-wrapper--nested-nav > li > ul {
    background: #fff;
    border-radius: 2px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    min-width: 100%;
    transition: opacity 0.25s ease-out, top 0s 0.5s, visibility 0s 0.5s;
    visibility: hidden;
  }
}
@media screen and (max-width: 1018px) {
  #top > .navigation-container > .navigation-container--nested-nav-wrapper > .navigation-container--nested-nav-wrapper--nested-nav > li > ul {
    height: 0;
    opacity: 0;
    transition: all 0.25s ease-out;
    z-index: 1;
    position: relative;
  }
  #top > .navigation-container > .navigation-container--nested-nav-wrapper > .navigation-container--nested-nav-wrapper--nested-nav > li > ul[expanded] {
    height: var(--expanded-height);
    opacity: 1;
  }
  #top > .navigation-container > .navigation-container--nested-nav-wrapper > .navigation-container--nested-nav-wrapper--nested-nav > li > ul.nested-nav--menu__mobile-hidden-collapsed {
    display: none;
  }
}
#top > .navigation-container > .navigation-container--nested-nav-wrapper > .navigation-container--nested-nav-wrapper--nested-nav > li > ul > li {
  color: #003551;
  display: block;
  font-size: 15px;
  font-weight: 700;
  line-height: 16px;
  margin: 0;
}
#top > .navigation-container > .navigation-container--nested-nav-wrapper > .navigation-container--nested-nav-wrapper--nested-nav > li > ul > li > a {
  text-decoration: none;
}
@media screen and (min-width: 1019px) {
  #top > .navigation-container > .navigation-container--nested-nav-wrapper > .navigation-container--nested-nav-wrapper--nested-nav > li > ul > li > a {
    color: #003551;
    font-family: "Open Sans";
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    width: max-content;
    display: block;
    white-space: nowrap;
    padding: 18px 0 0 0;
    margin-left: 18px;
    margin-right: 18px;
  }
  #top > .navigation-container > .navigation-container--nested-nav-wrapper > .navigation-container--nested-nav-wrapper--nested-nav > li > ul > li > a:hover, #top > .navigation-container > .navigation-container--nested-nav-wrapper > .navigation-container--nested-nav-wrapper--nested-nav > li > ul > li > a.in-category {
    color: #006D97;
    text-decoration: underline;
    text-decoration-color: #006D97;
    text-decoration-thickness: 2px;
    text-underline-offset: 6px;
  }
}
@media screen and (max-width: 1018px) {
  #top > .navigation-container > .navigation-container--nested-nav-wrapper > .navigation-container--nested-nav-wrapper--nested-nav > li > ul > li > a {
    color: #000;
    font-family: "Open Sans";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 48px;
    color: #E1F0F9;
    padding-left: 30px;
  }
  #top > .navigation-container > .navigation-container--nested-nav-wrapper > .navigation-container--nested-nav-wrapper--nested-nav > li > ul > li > a.in-category {
    color: #006D97;
    text-decoration: underline;
    text-decoration-color: #006D97;
    text-decoration-thickness: 2px;
    text-underline-offset: 6px;
  }
}
@media screen and (max-width: 1018px) and (max-width: 1018px) {
  #top > .navigation-container > .navigation-container--nested-nav-wrapper > .navigation-container--nested-nav-wrapper--nested-nav > li > ul > li > a.in-category {
    color: #9BCFED;
    text-decoration-color: #9BCFED;
  }
}
@media screen and (max-width: 1018px) {
  #top > .navigation-container > .navigation-container--nested-nav-wrapper > .navigation-container--nested-nav-wrapper--nested-nav > li > ul > li > a:active {
    color: #00A3E0;
    text-decoration-color: #00A3E0;
  }
}
@media screen and (min-width: 1019px) {
  #top > .navigation-container > .navigation-container--nested-nav-wrapper > .navigation-container--nested-nav-wrapper--nested-nav > li > ul > li.nested-nav--top-menu-item__without-grandchildren ~ .nested-nav--top-menu-item__has-grandchildren {
    margin-bottom: 15px;
  }
  #top > .navigation-container > .navigation-container--nested-nav-wrapper > .navigation-container--nested-nav-wrapper--nested-nav > li > ul > li.nested-nav--top-menu-item__without-grandchildren ~ .nested-nav--top-menu-item__has-grandchildren + .nested-nav--top-menu-item__has-grandchildren {
    margin-top: -15px;
    margin-bottom: 3px;
  }
}
#top > .navigation-container > .navigation-container--nested-nav-wrapper > .navigation-container--nested-nav-wrapper--nested-nav > li > ul > li.nested-nav--top-menu-item__has-grandchildren + .nested-nav--top-menu-item__has-grandchildren:last-of-type {
  padding-bottom: 15px;
}
#top > .navigation-container > .navigation-container--nested-nav-wrapper > .navigation-container--nested-nav-wrapper--nested-nav > li > ul > li:last-of-type > a {
  padding-bottom: 18px;
}
#top > .navigation-container > .navigation-container--nested-nav-wrapper > .navigation-container--nested-nav-wrapper--nested-nav > li > ul > li > .nested-nav--top-menu-item-wrapper__has-grandchildren--wrapper {
  display: block;
  padding: 0;
  margin: 0;
  border: none;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1018px) {
  #top > .navigation-container > .navigation-container--nested-nav-wrapper > .navigation-container--nested-nav-wrapper--nested-nav > li > ul > li > .nested-nav--top-menu-item-wrapper__has-grandchildren--wrapper {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
    padding: 0;
    margin: 0;
    border: none;
    width: 100%;
  }
}
@media screen and (max-width: 1018px) {
  #top > .navigation-container > .navigation-container--nested-nav-wrapper > .navigation-container--nested-nav-wrapper--nested-nav > li > ul > li > .nested-nav--top-menu-item-wrapper__has-grandchildren--wrapper.nested-nav-top-menu-item--wrapper__has_children__has-grandchildren {
    position: relative;
    z-index: 10;
  }
}
#top > .navigation-container > .navigation-container--nested-nav-wrapper > .navigation-container--nested-nav-wrapper--nested-nav > li > ul > li > .nested-nav--top-menu-item-wrapper__has-grandchildren--wrapper > .nested-nav--top-menu-item-wrapper__has-grandchildren--wrapper--link {
  display: block;
  width: 100%;
  margin: 0;
  height: auto;
}
@media screen and (max-width: 1018px) {
  #top > .navigation-container > .navigation-container--nested-nav-wrapper > .navigation-container--nested-nav-wrapper--nested-nav > li > ul > li > .nested-nav--top-menu-item-wrapper__has-grandchildren--wrapper > .nested-nav--top-menu-item-wrapper__has-grandchildren--wrapper--link {
    flex-basis: calc(100% - 30px - 20px);
    height: 30px;
    flex-grow: 1;
    flex-shrink: 1;
    box-sizing: content-box;
  }
}
#top > .navigation-container > .navigation-container--nested-nav-wrapper > .navigation-container--nested-nav-wrapper--nested-nav > li > ul > li > .nested-nav--top-menu-item-wrapper__has-grandchildren--wrapper > .nested-nav--top-menu-item-wrapper__has-grandchildren--wrapper--link > a.in-category, #top > .navigation-container > .navigation-container--nested-nav-wrapper > .navigation-container--nested-nav-wrapper--nested-nav > li > ul > li > .nested-nav--top-menu-item-wrapper__has-grandchildren--wrapper > .nested-nav--top-menu-item-wrapper__has-grandchildren--wrapper--link > a:hover {
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 6px;
}
@media screen and (min-width: 1019px) {
  #top > .navigation-container > .navigation-container--nested-nav-wrapper > .navigation-container--nested-nav-wrapper--nested-nav > li > ul > li > .nested-nav--top-menu-item-wrapper__has-grandchildren--wrapper > .nested-nav--top-menu-item-wrapper__has-grandchildren--wrapper--link > a.in-category, #top > .navigation-container > .navigation-container--nested-nav-wrapper > .navigation-container--nested-nav-wrapper--nested-nav > li > ul > li > .nested-nav--top-menu-item-wrapper__has-grandchildren--wrapper > .nested-nav--top-menu-item-wrapper__has-grandchildren--wrapper--link > a:hover {
    color: #006D97;
    text-decoration-color: #006D97;
  }
}
@media screen and (max-width: 1018px) {
  #top > .navigation-container > .navigation-container--nested-nav-wrapper > .navigation-container--nested-nav-wrapper--nested-nav > li > ul > li > .nested-nav--top-menu-item-wrapper__has-grandchildren--wrapper > .nested-nav--top-menu-item-wrapper__has-grandchildren--wrapper--link > a.in-category, #top > .navigation-container > .navigation-container--nested-nav-wrapper > .navigation-container--nested-nav-wrapper--nested-nav > li > ul > li > .nested-nav--top-menu-item-wrapper__has-grandchildren--wrapper > .nested-nav--top-menu-item-wrapper__has-grandchildren--wrapper--link > a:hover {
    color: #9BCFED;
    text-decoration-color: #9BCFED;
  }
}
@media screen and (max-width: 1018px) {
  #top > .navigation-container > .navigation-container--nested-nav-wrapper > .navigation-container--nested-nav-wrapper--nested-nav > li > ul > li > .nested-nav--top-menu-item-wrapper__has-grandchildren--wrapper > .nested-nav--top-menu-item-wrapper__has-grandchildren--wrapper--link > a {
    color: #E1F0F9;
    font-family: "Open Sans";
    font-size: 21px;
    font-style: normal;
    line-height: 36px;
    font-weight: 700;
    padding-left: 30px;
    text-decoration: none;
  }
}
@media screen and (min-width: 1019px) {
  #top > .navigation-container > .navigation-container--nested-nav-wrapper > .navigation-container--nested-nav-wrapper--nested-nav > li > ul > li > .nested-nav--top-menu-item-wrapper__has-grandchildren--wrapper > .nested-nav--top-menu-item-wrapper__has-grandchildren--wrapper--link > a {
    display: block;
    width: max-content;
    color: #003551;
    font-family: "Open Sans";
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    text-decoration: none;
    padding: 18px 0 0 0;
    margin-left: 18px;
    margin-right: 18px;
  }
}
@media screen and (min-width: 1019px) {
  #top > .navigation-container > .navigation-container--nested-nav-wrapper > .navigation-container--nested-nav-wrapper--nested-nav > li > ul > li > .nested-nav--top-menu-item-wrapper__has-grandchildren--wrapper > .nested-nav--top-menu-item-wrapper--toggle {
    display: none;
  }
}
@media screen and (max-width: 1018px) {
  #top > .navigation-container > .navigation-container--nested-nav-wrapper > .navigation-container--nested-nav-wrapper--nested-nav > li > ul > li > .nested-nav--top-menu-item-wrapper__has-grandchildren--wrapper > .nested-nav--top-menu-item-wrapper--toggle {
    flex-basis: 30px;
    width: 30px;
    height: 30px;
    padding: 0 30px 0 0;
    flex-shrink: 0;
    flex-grow: 0;
    box-sizing: content-box;
  }
}
@media screen and (max-width: 1018px) {
  #top > .navigation-container > .navigation-container--nested-nav-wrapper > .navigation-container--nested-nav-wrapper--nested-nav > li > ul > li > .nested-nav--top-menu-item-wrapper__has-grandchildren--wrapper > .nested-nav--top-menu-item-wrapper--toggle > .opensearch-toggle-button--wrapper {
    display: inline-block;
    padding: 0;
    margin: 0;
    height: 30px;
    width: 30px;
  }
}
@media screen and (max-width: 1018px) {
  #top > .navigation-container > .navigation-container--nested-nav-wrapper > .navigation-container--nested-nav-wrapper--nested-nav > li > ul > li > .nested-nav--top-menu-item-wrapper__has-grandchildren--wrapper > .nested-nav--top-menu-item-wrapper--toggle > .opensearch-toggle-button--wrapper > .opensearch-toggle-button-link {
    display: none;
    padding: 0;
    margin: 0;
    height: 30px;
    width: 30px;
  }
}
@media screen and (max-width: 1018px) {
  #top > .navigation-container > .navigation-container--nested-nav-wrapper > .navigation-container--nested-nav-wrapper--nested-nav > li > ul > li > .nested-nav--top-menu-item-wrapper__has-grandchildren--wrapper > .nested-nav--top-menu-item-wrapper--toggle > .opensearch-toggle-button--wrapper > .opensearch-toggle-button-link.opensearch-toggle-button-link__visible {
    display: inline-block;
  }
}
#top > .navigation-container > .navigation-container--nested-nav-wrapper > .navigation-container--nested-nav-wrapper--nested-nav > li > ul > li:not(:first-child) > ul {
  left: 0;
}
@media screen and (min-width: 1019px) {
  #top > .navigation-container > .navigation-container--nested-nav-wrapper > .navigation-container--nested-nav-wrapper--nested-nav > li > ul > li:hover > ul {
    display: block;
    visibility: visible;
    opacity: 1;
    top: calc(100% + 0.5em);
    transition: opacity 0.25s ease-out, top 0.25s ease-out, visibility 0s;
  }
}
#top > .navigation-container > .navigation-container--nested-nav-wrapper > .navigation-container--nested-nav-wrapper--nested-nav > li > ul > li > ul {
  list-style: none;
  padding: 0;
  margin: 0;
  min-width: 100%;
}
@media screen and (min-width: 1019px) {
  #top > .navigation-container > .navigation-container--nested-nav-wrapper > .navigation-container--nested-nav-wrapper--nested-nav > li > ul > li > ul {
    background: #fff;
    border-radius: 2px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    min-width: 100%;
    transition: opacity 0.25s ease-out, top 0s 0.5s, visibility 0s 0.5s;
    visibility: hidden;
  }
}
@media screen and (max-width: 1018px) {
  #top > .navigation-container > .navigation-container--nested-nav-wrapper > .navigation-container--nested-nav-wrapper--nested-nav > li > ul > li > ul {
    height: 0;
    opacity: 0;
    transition: all 0.25s ease-out;
    z-index: 1;
    position: relative;
  }
  #top > .navigation-container > .navigation-container--nested-nav-wrapper > .navigation-container--nested-nav-wrapper--nested-nav > li > ul > li > ul[expanded] {
    height: var(--expanded-height);
    opacity: 1;
  }
  #top > .navigation-container > .navigation-container--nested-nav-wrapper > .navigation-container--nested-nav-wrapper--nested-nav > li > ul > li > ul.nested-nav--menu__mobile-hidden-collapsed {
    display: none;
  }
}
#top > .navigation-container > .navigation-container--nested-nav-wrapper > .navigation-container--nested-nav-wrapper--nested-nav > li > ul > li > ul > li {
  color: #003551;
  display: block;
  font-size: 15px;
  font-weight: 700;
  line-height: 16px;
  margin: 0;
}
#top > .navigation-container > .navigation-container--nested-nav-wrapper > .navigation-container--nested-nav-wrapper--nested-nav > li > ul > li > ul > li > a {
  text-decoration: none;
}
@media screen and (min-width: 1019px) {
  #top > .navigation-container > .navigation-container--nested-nav-wrapper > .navigation-container--nested-nav-wrapper--nested-nav > li > ul > li > ul > li > a {
    color: #003551;
    font-family: "Open Sans";
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    width: max-content;
    display: block;
    white-space: nowrap;
    padding: 18px 0 0 0;
    margin-left: 18px;
    margin-right: 18px;
  }
  #top > .navigation-container > .navigation-container--nested-nav-wrapper > .navigation-container--nested-nav-wrapper--nested-nav > li > ul > li > ul > li > a:hover, #top > .navigation-container > .navigation-container--nested-nav-wrapper > .navigation-container--nested-nav-wrapper--nested-nav > li > ul > li > ul > li > a.in-category {
    color: #006D97;
    text-decoration: underline;
    text-decoration-color: #006D97;
    text-decoration-thickness: 2px;
    text-underline-offset: 6px;
  }
}
@media screen and (max-width: 1018px) {
  #top > .navigation-container > .navigation-container--nested-nav-wrapper > .navigation-container--nested-nav-wrapper--nested-nav > li > ul > li > ul > li > a {
    color: #000;
    font-family: "Open Sans";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 48px;
    color: #E1F0F9;
    padding-left: 30px;
  }
  #top > .navigation-container > .navigation-container--nested-nav-wrapper > .navigation-container--nested-nav-wrapper--nested-nav > li > ul > li > ul > li > a.in-category {
    color: #9BCFED;
    text-decoration: underline;
    text-decoration-color: #9BCFED;
    text-decoration-thickness: 2px;
    text-underline-offset: 6px;
  }
  #top > .navigation-container > .navigation-container--nested-nav-wrapper > .navigation-container--nested-nav-wrapper--nested-nav > li > ul > li > ul > li > a:active {
    color: #00A3E0;
    text-decoration-color: #00A3E0;
  }
}
#top > .navigation-container > .navigation-container--nested-nav-wrapper > .navigation-container--nested-nav-wrapper--nested-nav > li > ul > li.nested-nav--top-menu-item__has-grandchildren {
  position: relative;
}
#top > .navigation-container > .navigation-container--nested-nav-wrapper > .navigation-container--nested-nav-wrapper--nested-nav > li > ul > li.nested-nav--top-menu-item__has-grandchildren > ul {
  list-style: none;
  padding: 0;
  margin: 0;
  min-width: 100%;
}
@media screen and (min-width: 1019px) {
  #top > .navigation-container > .navigation-container--nested-nav-wrapper > .navigation-container--nested-nav-wrapper--nested-nav > li > ul > li.nested-nav--top-menu-item__has-grandchildren > ul {
    background: #fff;
    border-radius: 2px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: block;
    position: absolute;
    top: 0;
    left: 100%;
    opacity: 0;
    transition: opacity 0.25s ease-out, top 0s 0.5s, visibility 0s 0.5s;
    visibility: hidden;
  }
  #top > .navigation-container > .navigation-container--nested-nav-wrapper > .navigation-container--nested-nav-wrapper--nested-nav > li > ul > li.nested-nav--top-menu-item__has-grandchildren > ul > li:last-of-type > a {
    padding-bottom: 18px;
  }
}
@media screen and (max-width: 1018px) {
  #top > .navigation-container > .navigation-container--nested-nav-wrapper > .navigation-container--nested-nav-wrapper--nested-nav > li > ul > li.nested-nav--top-menu-item__has-grandchildren > ul {
    height: 0;
    opacity: 0;
    transition: all 0.25s ease-out;
    z-index: 1;
    position: relative;
  }
  #top > .navigation-container > .navigation-container--nested-nav-wrapper > .navigation-container--nested-nav-wrapper--nested-nav > li > ul > li.nested-nav--top-menu-item__has-grandchildren > ul[expanded] {
    height: var(--expanded-height);
    opacity: 1;
  }
  #top > .navigation-container > .navigation-container--nested-nav-wrapper > .navigation-container--nested-nav-wrapper--nested-nav > li > ul > li.nested-nav--top-menu-item__has-grandchildren > ul.nested-nav--menu__mobile-hidden-collapsed {
    display: none;
  }
}
@media screen and (min-width: 1019px) {
  #top > .navigation-container > .navigation-container--nested-nav-wrapper > .navigation-container--nested-nav-wrapper--nested-nav > li > ul > li.nested-nav--top-menu-item__has-grandchildren:hover > ul {
    display: block;
    visibility: visible;
    opacity: 1;
    transition: opacity 0.25s ease-out, top 0.25s ease-out, visibility 0s;
  }
}
#top > .navigation-container > .navigation-container--nested-nav-wrapper > .navigation-container--nested-nav-wrapper--nested-nav > li:not(:first-child) > ul {
  left: 0;
}
@media screen and (min-width: 1019px) {
  #top > .navigation-container > .navigation-container--nested-nav-wrapper > .navigation-container--nested-nav-wrapper--nested-nav > li:hover > ul {
    display: block;
    visibility: visible;
    opacity: 1;
    top: calc(100% + 0.5em);
    transition: opacity 0.25s ease-out, top 0.25s ease-out, visibility 0s;
  }
}
#top > .navigation-container > .navigation-container--nested-nav-wrapper > .navigation-container--nested-nav-wrapper--nested-nav > li.top-banner-search {
  display: inline-flex;
  align-items: flex-start;
}
@media screen and (max-width: 1018px) {
  #top > .navigation-container > .navigation-container--nested-nav-wrapper > .navigation-container--nested-nav-wrapper--nested-nav > li.top-banner-search {
    display: flex;
    padding: 15px 30px;
    height: 60px;
    box-sizing: content-box;
  }
}
#top > .navigation-container > .navigation-container--nested-nav-wrapper > .navigation-container--nested-nav-wrapper--nested-nav > li.top-banner-search > .top-banner-search--field-with-results {
  display: inline-flex;
  align-items: flex-start;
  min-width: 200px;
  justify-content: stretch;
}
@media screen and (min-width: 1019px) {
  #top > .navigation-container > .navigation-container--nested-nav-wrapper > .navigation-container--nested-nav-wrapper--nested-nav > li.top-banner-search > .top-banner-search--field-with-results {
    position: relative;
    top: -4px;
  }
}
@media screen and (max-width: 1018px) {
  #top > .navigation-container > .navigation-container--nested-nav-wrapper > .navigation-container--nested-nav-wrapper--nested-nav > li.top-banner-search > .top-banner-search--field-with-results {
    display: flex;
    width: 100%;
    position: relative;
    z-index: 11;
  }
}
#top > .navigation-container > .navigation-container--nested-nav-wrapper > .navigation-container--nested-nav-wrapper--nested-nav > li.top-banner-search > .top-banner-search--field-with-results > .top-banner-search--field-with-results--field {
  flex-basis: 100%;
  flex-grow: 1;
  flex-shrink: 1;
}
#top > .navigation-container > .navigation-container--nested-nav-wrapper > .navigation-container--nested-nav-wrapper--nested-nav > li.top-banner-search > .top-banner-search--field-with-results > .top-banner-search--field-with-results--field > .top-banner-search--field-with-results--field--wrapper {
  position: relative;
}
#top > .navigation-container > .navigation-container--nested-nav-wrapper > .navigation-container--nested-nav-wrapper--nested-nav > li.top-banner-search > .top-banner-search--field-with-results > .top-banner-search--field-with-results--field > .top-banner-search--field-with-results--field--wrapper > .top-banner-search--field-with-results--field--wrapper--search-component {
  position: relative;
  z-index: 2;
}
#top > .navigation-container > .navigation-container--nested-nav-wrapper > .navigation-container--nested-nav-wrapper--nested-nav > li.top-banner-search > .top-banner-search--field-with-results > .top-banner-search--field-with-results--field > .top-banner-search--field-with-results--field--wrapper > .top-banner-search--field-with-results--field--wrapper--search-component > .top-banner-search--field-with-results--field--wrapper--search-component--input-wrap {
  position: relative;
  z-index: 1;
  transition: height linear 200ms;
}
@media screen and (min-width: 462.5px) {
  #top > .navigation-container > .navigation-container--nested-nav-wrapper > .navigation-container--nested-nav-wrapper--nested-nav > li.top-banner-search > .top-banner-search--field-with-results > .top-banner-search--field-with-results--field > .top-banner-search--field-with-results--field--wrapper > .top-banner-search--field-with-results--field--wrapper--search-component > .top-banner-search--field-with-results--field--wrapper--search-component--input-wrap {
    position: absolute;
    width: 100%;
    height: 100%;
    box-shadow: none;
    transition: width ease 400ms;
  }
}
#top > .navigation-container > .navigation-container--nested-nav-wrapper > .navigation-container--nested-nav-wrapper--nested-nav > li.top-banner-search > .top-banner-search--field-with-results > .top-banner-search--field-with-results--field > .top-banner-search--field-with-results--field--wrapper > .top-banner-search--field-with-results--field--wrapper--search-component > .top-banner-search--field-with-results--field--wrapper--search-component--input-wrap > .top-banner-search--field-with-results--field--wrapper--search-component--search-input {
  padding-left: 9.6px;
  padding-right: 6px;
  transition: padding-right linear 200ms;
  border-radius: 6px;
  border-color: #DCEBF4;
  border-width: 0;
  background-color: #DCEBF4;
  color: #006D97;
  font-family: "Open Sans";
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  box-sizing: border-box;
  position: absolute;
  width: 100%;
}
#top > .navigation-container > .navigation-container--nested-nav-wrapper > .navigation-container--nested-nav-wrapper--nested-nav > li.top-banner-search > .top-banner-search--field-with-results > .top-banner-search--field-with-results--field > .top-banner-search--field-with-results--field--wrapper > .top-banner-search--field-with-results--field--wrapper--search-component > .top-banner-search--field-with-results--field--wrapper--search-component--input-wrap > .top-banner-search--field-with-results--field--wrapper--search-component--search-input::placeholder {
  color: #006D97;
  font-family: "Open Sans";
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}
@media screen and (max-width: 1018px) {
  #top > .navigation-container > .navigation-container--nested-nav-wrapper > .navigation-container--nested-nav-wrapper--nested-nav > li.top-banner-search > .top-banner-search--field-with-results > .top-banner-search--field-with-results--field > .top-banner-search--field-with-results--field--wrapper > .top-banner-search--field-with-results--field--wrapper--search-component > .top-banner-search--field-with-results--field--wrapper--search-component--input-wrap > .top-banner-search--field-with-results--field--wrapper--search-component--search-input {
    height: 60px;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 18px;
  }
}
@media screen and (min-width: 1019px) {
  #top > .navigation-container > .navigation-container--nested-nav-wrapper > .navigation-container--nested-nav-wrapper--nested-nav > li.top-banner-search > .top-banner-search--field-with-results > .top-banner-search--field-with-results--field > .top-banner-search--field-with-results--field--wrapper > .top-banner-search--field-with-results--field--wrapper--search-component > .top-banner-search--field-with-results--field--wrapper--search-component--input-wrap > .top-banner-search--field-with-results--field--wrapper--search-component--search-input {
    height: 45px;
    position: relative;
    top: -6px;
    border: none;
  }
}
#top > .navigation-container > .navigation-container--nested-nav-wrapper > .navigation-container--nested-nav-wrapper--nested-nav > li.top-banner-search > .top-banner-search--field-with-results > .top-banner-search--field-with-results--field > .top-banner-search--field-with-results--field--wrapper > .top-banner-search--field-with-results--field--wrapper--search-component > .top-banner-search--field-with-results--field--wrapper--search-component--input-wrap > .top-banner-search--field-with-results--field--wrapper--search-component--search-input:focus {
  outline: 0;
}
#top > .navigation-container > .navigation-container--nested-nav-wrapper > .navigation-container--nested-nav-wrapper--nested-nav > li.top-banner-search > .top-banner-search--field-with-results > .top-banner-search--field-with-results--field > .top-banner-search--field-with-results--field--wrapper > .top-banner-search--field-with-results--field--wrapper--search-component > .top-banner-search--field-with-results--field--wrapper--search-component--input-wrap > .top-banner-search--field-with-results--field--wrapper--search-component--search-input:focus + .top-banner-search--field-with-results--field--wrapper--search-component--search-label .top-banner-search--field-with-results--field--wrapper--search-component--search-icon {
  color: #0055A6;
}
#top > .navigation-container > .navigation-container--nested-nav-wrapper > .navigation-container--nested-nav-wrapper--nested-nav > li.top-banner-search > .top-banner-search--field-with-results > .top-banner-search--field-with-results--field > .top-banner-search--field-with-results--field--wrapper > .top-banner-search--field-with-results--field--wrapper--search-component > .top-banner-search--field-with-results--field--wrapper--search-component--input-wrap > .top-banner-search--field-with-results--field--wrapper--search-component--search-spinner {
  display: none;
  font-weight: 700;
  outline: 0;
  user-select: none;
  position: absolute;
  padding-right: 9.6px;
  height: 100%;
  right: 0;
  left: auto;
}
#top > .navigation-container > .navigation-container--nested-nav-wrapper > .navigation-container--nested-nav-wrapper--nested-nav > li.top-banner-search > .top-banner-search--field-with-results > .top-banner-search--field-with-results--field > .top-banner-search--field-with-results--field--wrapper > .top-banner-search--field-with-results--field--wrapper--search-component > .top-banner-search--field-with-results--field--wrapper--search-component--input-wrap > .top-banner-search--field-with-results--field--wrapper--search-component--search-spinner.top-banner-search--field-with-results--field--wrapper--search-component--search-spinner__spinning {
  display: flex;
}
#top > .navigation-container > .navigation-container--nested-nav-wrapper > .navigation-container--nested-nav-wrapper--nested-nav > li.top-banner-search > .top-banner-search--field-with-results > .top-banner-search--field-with-results--field > .top-banner-search--field-with-results--field--wrapper > .top-banner-search--field-with-results--field--wrapper--search-component > .top-banner-search--field-with-results--field--wrapper--search-component--input-wrap > .top-banner-search--field-with-results--field--wrapper--search-component--search-spinner.top-banner-search--field-with-results--field--wrapper--search-component--search-spinner__spinning ~ .top-banner-search--field-with-results--field--wrapper--search-component--search-label {
  display: none;
}
#top > .navigation-container > .navigation-container--nested-nav-wrapper > .navigation-container--nested-nav-wrapper--nested-nav > li.top-banner-search > .top-banner-search--field-with-results > .top-banner-search--field-with-results--field > .top-banner-search--field-with-results--field--wrapper > .top-banner-search--field-with-results--field--wrapper--search-component > .top-banner-search--field-with-results--field--wrapper--search-component--input-wrap > .top-banner-search--field-with-results--field--wrapper--search-component--search-spinner > i {
  border-color: rgba(77, 131, 153, 0.2);
  position: relative;
  animation: spin 0.6s infinite linear;
  border-width: 3px;
  border-style: solid;
  border-radius: 100%;
  display: inline-block;
  width: 18px;
  height: 18px;
  vertical-align: middle;
  align-self: center;
}
#top > .navigation-container > .navigation-container--nested-nav-wrapper > .navigation-container--nested-nav-wrapper--nested-nav > li.top-banner-search > .top-banner-search--field-with-results > .top-banner-search--field-with-results--field > .top-banner-search--field-with-results--field--wrapper > .top-banner-search--field-with-results--field--wrapper--search-component > .top-banner-search--field-with-results--field--wrapper--search-component--input-wrap > .top-banner-search--field-with-results--field--wrapper--search-component--search-spinner > i:before {
  content: "";
  border: 3px solid rgba(77, 131, 153, 0);
  border-top-color: rgba(77, 131, 153, 0.8);
  border-radius: 100%;
  display: block;
  left: -3px;
  position: absolute;
  top: -3px;
  height: 100%;
  width: 100%;
  box-sizing: content-box;
}
#top > .navigation-container > .navigation-container--nested-nav-wrapper > .navigation-container--nested-nav-wrapper--nested-nav > li.top-banner-search > .top-banner-search--field-with-results > .top-banner-search--field-with-results--field > .top-banner-search--field-with-results--field--wrapper > .top-banner-search--field-with-results--field--wrapper--search-component > .top-banner-search--field-with-results--field--wrapper--search-component--input-wrap > .top-banner-search--field-with-results--field--wrapper--search-component--search-label {
  position: absolute;
  display: flex;
  height: 100%;
  right: 4px;
  top: 17px;
  padding-left: 0;
  padding-right: 0;
  transition: right linear 200ms;
}
@media screen and (min-width: 1019px) {
  #top > .navigation-container > .navigation-container--nested-nav-wrapper > .navigation-container--nested-nav-wrapper--nested-nav > li.top-banner-search > .top-banner-search--field-with-results > .top-banner-search--field-with-results--field > .top-banner-search--field-with-results--field--wrapper > .top-banner-search--field-with-results--field--wrapper--search-component > .top-banner-search--field-with-results--field--wrapper--search-component--input-wrap > .top-banner-search--field-with-results--field--wrapper--search-component--search-label {
    padding-left: 32px;
    transition: padding-left linear 200ms;
  }
}
@media screen and (max-width: 1018px) {
  #top > .navigation-container > .navigation-container--nested-nav-wrapper > .navigation-container--nested-nav-wrapper--nested-nav > li.top-banner-search > .top-banner-search--field-with-results > .top-banner-search--field-with-results--field > .top-banner-search--field-with-results--field--wrapper > .top-banner-search--field-with-results--field--wrapper--search-component > .top-banner-search--field-with-results--field--wrapper--search-component--input-wrap > .top-banner-search--field-with-results--field--wrapper--search-component--search-label {
    width: 25px;
    height: 26px;
    top: 17px;
  }
}
#top > .navigation-container > .navigation-container--nested-nav-wrapper > .navigation-container--nested-nav-wrapper--nested-nav > li.top-banner-search > .top-banner-search--field-with-results > .top-banner-search--field-with-results--field > .top-banner-search--field-with-results--field--wrapper > .top-banner-search--field-with-results--field--wrapper--search-component > .top-banner-search--field-with-results--field--wrapper--search-component--input-wrap > .top-banner-search--field-with-results--field--wrapper--search-component--search-label > .top-banner-search--field-with-results--field--wrapper--search-component--search-icon {
  width: 19.2px;
  height: 19.2px;
  align-self: center;
  color: #4D8399;
}
#top > .navigation-container > .navigation-container--nested-nav-wrapper > .navigation-container--nested-nav-wrapper--nested-nav > li.top-banner-search > .top-banner-search--field-with-results > .top-banner-search--field-with-results--field > .top-banner-search--field-with-results--field--wrapper > .top-banner-search--field-with-results--field--wrapper--search-component > #search-results.top-banner-search--field-with-results--field--wrapper--search-component--search-results {
  position: absolute;
  left: 0;
  display: none;
  width: 100%;
  max-height: unset;
  overflow-y: auto;
  background-color: #fff;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12), 0 3px 10px rgba(0, 0, 0, 0.08);
}
@media (min-width: 1019px) {
  #top > .navigation-container > .navigation-container--nested-nav-wrapper > .navigation-container--nested-nav-wrapper--nested-nav > li.top-banner-search > .top-banner-search--field-with-results > .top-banner-search--field-with-results--field > .top-banner-search--field-with-results--field--wrapper > .top-banner-search--field-with-results--field--wrapper--search-component > #search-results.top-banner-search--field-with-results--field--wrapper--search-component--search-results {
    top: 50px;
    width: 536px;
    right: 0;
    left: auto;
    max-height: calc(100vh - 200% - 60px);
  }
}
@media screen and (max-width: 1018px) {
  #top > .navigation-container > .navigation-container--nested-nav-wrapper > .navigation-container--nested-nav-wrapper--nested-nav > li.top-banner-search > .top-banner-search--field-with-results > .top-banner-search--field-with-results--field > .top-banner-search--field-with-results--field--wrapper > .top-banner-search--field-with-results--field--wrapper--search-component > #search-results.top-banner-search--field-with-results--field--wrapper--search-component--search-results {
    height: calc(100vh - 64px);
    top: 66px;
    padding-top: 10px;
    box-sizing: border-box;
  }
}
#top > .navigation-container > .navigation-container--nested-nav-wrapper > .navigation-container--nested-nav-wrapper--nested-nav > li.top-banner-search > .top-banner-search--field-with-results > .top-banner-search--field-with-results--field > .top-banner-search--field-with-results--field--wrapper > .top-banner-search--field-with-results--field--wrapper--search-component > #search-results.top-banner-search--field-with-results--field--wrapper--search-component--search-results > .top-banner-search--field-with-results--field--wrapper--search-component--search-results-wrapper {
  display: block;
  width: 100%;
  height: auto;
}
#top > .navigation-container > .navigation-container--nested-nav-wrapper > .navigation-container--nested-nav-wrapper--nested-nav > li.top-banner-search > .top-banner-search--field-with-results > .top-banner-search--field-with-results--field > .top-banner-search--field-with-results--field--wrapper > .top-banner-search--field-with-results--field--wrapper--search-component > #search-results.top-banner-search--field-with-results--field--wrapper--search-component--search-results > .top-banner-search--field-with-results--field--wrapper--search-component--search-results-wrapper:before, #top > .navigation-container > .navigation-container--nested-nav-wrapper > .navigation-container--nested-nav-wrapper--nested-nav > li.top-banner-search > .top-banner-search--field-with-results > .top-banner-search--field-with-results--field > .top-banner-search--field-with-results--field--wrapper > .top-banner-search--field-with-results--field--wrapper--search-component > #search-results.top-banner-search--field-with-results--field--wrapper--search-component--search-results > .top-banner-search--field-with-results--field--wrapper--search-component--search-results-wrapper:after {
  content: "";
  display: table;
}
#top > .navigation-container > .navigation-container--nested-nav-wrapper > .navigation-container--nested-nav-wrapper--nested-nav > li.top-banner-search > .top-banner-search--field-with-results > .top-banner-search--field-with-results--field > .top-banner-search--field-with-results--field--wrapper > .top-banner-search--field-with-results--field--wrapper--search-component > #search-results.top-banner-search--field-with-results--field--wrapper--search-component--search-results > .top-banner-search--field-with-results--field--wrapper--search-component--search-results-wrapper:after {
  clear: both;
}
#top > .navigation-container > .navigation-container--nested-nav-wrapper > .navigation-container--nested-nav-wrapper--nested-nav > li.top-banner-search > .top-banner-search--field-with-results > .top-banner-search--field-with-results--field > .top-banner-search--field-with-results--field--wrapper > .top-banner-search--field-with-results--field--wrapper--search-component > #search-results.top-banner-search--field-with-results--field--wrapper--search-component--search-results > .top-banner-search--field-with-results--field--wrapper--search-component--search-results-wrapper > .top-banner-search--field-with-results--field--wrapper--search-component--search-results--result {
  padding: 0 16px;
  box-sizing: border-box;
  margin-top: 0;
}
@media screen and (min-width: 1019px) {
  #top > .navigation-container > .navigation-container--nested-nav-wrapper > .navigation-container--nested-nav-wrapper--nested-nav > li.top-banner-search > .top-banner-search--field-with-results > .top-banner-search--field-with-results--field > .top-banner-search--field-with-results--field--wrapper > .top-banner-search--field-with-results--field--wrapper--search-component > #search-results.top-banner-search--field-with-results--field--wrapper--search-component--search-results > .top-banner-search--field-with-results--field--wrapper--search-component--search-results-wrapper > .top-banner-search--field-with-results--field--wrapper--search-component--search-results--result {
    padding: 16px;
  }
}
#top > .navigation-container > .navigation-container--nested-nav-wrapper > .navigation-container--nested-nav-wrapper--nested-nav > li.top-banner-search > .top-banner-search--field-with-results > .top-banner-search--field-with-results--field > .top-banner-search--field-with-results--field--wrapper > .top-banner-search--field-with-results--field--wrapper--search-component > #search-results.top-banner-search--field-with-results--field--wrapper--search-component--search-results > .top-banner-search--field-with-results--field--wrapper--search-component--search-results-wrapper > .top-banner-search--field-with-results--field--wrapper--search-component--search-results--result > a {
  font-family: "Open Sans Condensed", sans-serif;
  line-height: 1.6;
  font-weight: bold;
  background: linear-gradient(rgb(238, 235, 238) 0%, rgb(238, 235, 238) 100%) repeat-x 0 100%/1px 1px;
  color: #0055a6;
  font-size: 20px;
  text-decoration: #0055a6;
  white-space: unset;
  display: inline;
}
#top > .navigation-container > .navigation-container--nested-nav-wrapper > .navigation-container--nested-nav-wrapper--nested-nav > li.top-banner-search > .top-banner-search--field-with-results > .top-banner-search--field-with-results--field > .top-banner-search--field-with-results--field--wrapper > .top-banner-search--field-with-results--field--wrapper--search-component > #search-results.top-banner-search--field-with-results--field--wrapper--search-component--search-results > .top-banner-search--field-with-results--field--wrapper--search-component--search-results-wrapper > .top-banner-search--field-with-results--field--wrapper--search-component--search-results--result > a:hover {
  background-image: linear-gradient(rgba(0, 85, 166, 0.45) 0%, rgba(0, 85, 166, 0.45) 100%);
}
#top > .navigation-container > .navigation-container--nested-nav-wrapper > .navigation-container--nested-nav-wrapper--nested-nav > li.top-banner-search > .top-banner-search--field-with-results > .top-banner-search--field-with-results--field > .top-banner-search--field-with-results--field--wrapper > .top-banner-search--field-with-results--field--wrapper--search-component > #search-results.top-banner-search--field-with-results--field--wrapper--search-component--search-results > .top-banner-search--field-with-results--field--wrapper--search-component--search-results-wrapper > .top-banner-search--field-with-results--field--wrapper--search-component--search-results--result > a > cite {
  font-size: 12px;
  font-family: "Open Sans", "Segoe UI", Tahoma, sans-serif;
  color: #002A3A;
  text-decoration: none;
  font-style: normal;
  display: block;
  line-height: 1;
  font-weight: normal;
}
#top > .navigation-container > .navigation-container--nested-nav-wrapper > .navigation-container--nested-nav-wrapper--nested-nav > li.top-banner-search > .top-banner-search--field-with-results > .top-banner-search--field-with-results--field > .top-banner-search--field-with-results--field--wrapper > .top-banner-search--field-with-results--field--wrapper--search-component > #search-results.top-banner-search--field-with-results--field--wrapper--search-component--search-results > .top-banner-search--field-with-results--field--wrapper--search-component--search-results-wrapper > .top-banner-search--field-with-results--field--wrapper--search-component--search-results--result > span {
  font-size: 14px;
  color: #1B4859;
  line-height: 1.4;
  display: block;
  overflow-wrap: break-word;
  font-weight: normal;
}
#top > .navigation-container > .navigation-container--nested-nav-wrapper > .navigation-container--nested-nav-wrapper--nested-nav > li.top-banner-search > .top-banner-search--field-with-results > .top-banner-search--field-with-results--field > .top-banner-search--field-with-results--field--wrapper > .top-banner-search--field-with-results--field--wrapper--search-component > #search-results.top-banner-search--field-with-results--field--wrapper--search-component--search-results > .top-banner-search--field-with-results--field--wrapper--search-component--search-results-wrapper > .top-banner-search--field-with-results--field--wrapper--search-component--search-results--result > span:only-child {
  text-align: center;
  padding: 16px;
}
#top > .navigation-container > .navigation-container--nested-nav-wrapper > .navigation-container--nested-nav-wrapper--nested-nav > li.top-banner-search > .top-banner-search--overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  width: 0;
  height: 0;
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 0;
  transition: opacity ease 400ms, width 0s 400ms, height 0s 400ms;
}
@media screen and (max-width: 1018px) {
  #top > .navigation-container > .navigation-container--nested-nav-wrapper > .navigation-container--nested-nav-wrapper--nested-nav > li.top-banner-search > .top-banner-search--overlay {
    display: none;
  }
}

.search-active #top > .navigation-container > .navigation-container--nested-nav-wrapper > .navigation-container--nested-nav-wrapper--nested-nav > li.top-banner-search > .top-banner-search--field-with-results > .top-banner-search--field-with-results--field > .top-banner-search--field-with-results--field--wrapper > .top-banner-search--field-with-results--field--wrapper--search-component > #search-results.top-banner-search--field-with-results--field--wrapper--search-component--search-results {
  display: block;
}
@media screen and (max-width: 1018px) {
  .search-active #top > .navigation-container > .navigation-container--nested-nav-wrapper > .navigation-container--nested-nav-wrapper--nested-nav > li.top-banner-search > .top-banner-search--field-with-results > .top-banner-search--field-with-results--field > .top-banner-search--field-with-results--field--wrapper > .top-banner-search--field-with-results--field--wrapper--search-component {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    padding: 0;
  }
}

.top-banner-search--overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  width: 0;
  height: 0;
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 0;
  transition: opacity ease 400ms, width 0s 400ms, height 0s 400ms;
}
@media screen and (max-width: 1018px) {
  .top-banner-search--overlay {
    display: none;
  }
}

@media screen and (max-width: 1018px) {
  .search-active .top-banner-search--field-with-results--field--wrapper--search-component {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0;
  }
}
.search-active .top-banner-search--field-with-results--field--wrapper--search-component--input-wrap {
  height: 64px;
  border-radius: 0;
}

@media (min-width: 1019px) {
  .search-active .top-banner-search--field-with-results--field--wrapper--search-component--input-wrap {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12), 0 3px 10px rgba(0, 0, 0, 0.08);
  }
}
.search-active .top-banner-search--field-with-results--field--wrapper--search-component--search-input {
  background-color: #fff;
}

.search-active .top-banner-search--field-with-results--field--wrapper--search-component--search-results {
  display: block;
}

.search-active .top-banner-search--overlay {
  width: 100%;
  height: 100%;
  opacity: 1;
  transition: opacity ease 400ms, width 0s, height 0s;
}

@media (min-width: 1019px) {
  .search-active .main {
    position: fixed;
    right: 0;
    left: 0;
  }
}
.search-active .main-header {
  padding-top: 64px;
}

@media (min-width: 1019px) {
  .search-active .main-header {
    padding-top: 0;
  }
}
.search-active .main {
  position: relative !important;
}

@media (min-width: 1019px) {
  .search-active .top-banner-search--field-with-results--field--wrapper--search-component--search-results {
    right: 0;
    left: auto;
    max-height: calc(100vh - 200% - 60px) !important;
  }
}
.search-active body {
  position: fixed;
}
@media (min-width: 1019px) {
  .search-active body {
    position: unset;
  }
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
.bottom-contentinfo--wrapper {
  font-family: "Open Sans", "Segoe UI", Tahoma, sans-serif;
  position: relative;
  background: #00A3E0;
  clear: both;
  margin-top: 0px;
}
.bottom-contentinfo--wrapper:before, .bottom-contentinfo--wrapper:after {
  content: "";
  display: table;
}
.bottom-contentinfo--wrapper:after {
  clear: both;
}
.bottom-contentinfo--wrapper * {
  box-sizing: content-box;
}
.bottom-contentinfo--wrapper .bottom-contentinfo--container {
  overflow: hidden;
  max-width: 1440px;
}
@media screen and (min-width: 1100px) {
  .bottom-contentinfo--wrapper .bottom-contentinfo--container {
    margin: 0 auto;
    padding: 0;
  }
}
@media screen and (max-width: 1099px) {
  .bottom-contentinfo--wrapper .bottom-contentinfo--container {
    margin: 0 auto;
    max-width: 100vw;
    padding: 0 20px;
  }
}
@media screen and (max-width: 740px) {
  .bottom-contentinfo--wrapper .bottom-contentinfo--container {
    padding: 0;
  }
}
.bottom-contentinfo--wrapper .bottom-contentinfo--container .visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.bottom-contentinfo--wrapper > .bottom-contentinfo--subfooter {
  padding: 0;
  background: linear-gradient(180deg, #016BA7 0%, #011C2D 97.92%);
}
.bottom-contentinfo--wrapper > .bottom-contentinfo--subfooter:before, .bottom-contentinfo--wrapper > .bottom-contentinfo--subfooter:after {
  content: "";
  display: table;
}
.bottom-contentinfo--wrapper > .bottom-contentinfo--subfooter:after {
  clear: both;
}
.bottom-contentinfo--wrapper > .bottom-contentinfo--subfooter > .bottom-contentinfo--container > .subfooter--flex-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-start;
}
.bottom-contentinfo--wrapper > .bottom-contentinfo--subfooter > .bottom-contentinfo--container > .subfooter--flex-wrapper > .subfooter--columns-wrapper {
  flex-basis: 1265px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 60px;
}
.bottom-contentinfo--wrapper > .bottom-contentinfo--subfooter > .bottom-contentinfo--container > .subfooter--flex-wrapper > .subfooter--columns-wrapper > .subfooter--columns-wrapper--column {
  box-sizing: border-box;
}
@media screen and (min-width: 835px) {
  .bottom-contentinfo--wrapper > .bottom-contentinfo--subfooter > .bottom-contentinfo--container > .subfooter--flex-wrapper > .subfooter--columns-wrapper > .subfooter--columns-wrapper--column {
    flex-basis: 33%;
    max-width: 350px;
    padding-left: 80px;
  }
}
@media screen and (max-width: 834px) and (min-width: 701px) {
  .bottom-contentinfo--wrapper > .bottom-contentinfo--subfooter > .bottom-contentinfo--container > .subfooter--flex-wrapper > .subfooter--columns-wrapper > .subfooter--columns-wrapper--column:nth-of-type(1) {
    flex-basis: 50%;
    padding-left: 40px;
  }
  .bottom-contentinfo--wrapper > .bottom-contentinfo--subfooter > .bottom-contentinfo--container > .subfooter--flex-wrapper > .subfooter--columns-wrapper > .subfooter--columns-wrapper--column:nth-of-type(2) {
    flex-basis: 50%;
    padding-left: 40px;
  }
  .bottom-contentinfo--wrapper > .bottom-contentinfo--subfooter > .bottom-contentinfo--container > .subfooter--flex-wrapper > .subfooter--columns-wrapper > .subfooter--columns-wrapper--column:nth-of-type(3) {
    flex-basis: 100%;
    padding-left: 40px;
  }
}
@media screen and (max-width: 700px) {
  .bottom-contentinfo--wrapper > .bottom-contentinfo--subfooter > .bottom-contentinfo--container > .subfooter--flex-wrapper > .subfooter--columns-wrapper > .subfooter--columns-wrapper--column {
    flex-basis: 100%;
    padding-left: 30px;
    padding-bottom: 80px;
  }
}
.bottom-contentinfo--wrapper > .bottom-contentinfo--subfooter > .bottom-contentinfo--container > .subfooter--flex-wrapper > .subfooter--columns-wrapper > .subfooter--columns-wrapper--column > h4 {
  color: #fff;
  font-family: "Open Sans";
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 4.5px;
  text-transform: uppercase;
  margin-top: 35px;
  margin-bottom: 20px;
}
.bottom-contentinfo--wrapper > .bottom-contentinfo--subfooter > .bottom-contentinfo--container > .subfooter--flex-wrapper > .subfooter--columns-wrapper > .subfooter--columns-wrapper--column > ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 700px) {
  .bottom-contentinfo--wrapper > .bottom-contentinfo--subfooter > .bottom-contentinfo--container > .subfooter--flex-wrapper > .subfooter--columns-wrapper > .subfooter--columns-wrapper--column > ul > li {
    color: #fff;
    font-family: "Open Sans";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 48px;
  }
}
@media screen and (min-width: 701px) {
  .bottom-contentinfo--wrapper > .bottom-contentinfo--subfooter > .bottom-contentinfo--container > .subfooter--flex-wrapper > .subfooter--columns-wrapper > .subfooter--columns-wrapper--column > ul > li {
    color: #fff;
    font-family: "Open Sans";
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
  }
}
.bottom-contentinfo--wrapper h2 {
  font-size: 16px;
  border-top: 1px solid #ccd3d6;
  color: #fff;
  font-weight: 700;
  margin-top: 20px;
  padding: 30px 0 10px;
}
@media screen and (min-width: 462.5px) {
  .bottom-contentinfo--wrapper h2 {
    border: none;
    margin-top: 0;
  }
}
.bottom-contentinfo--wrapper ul {
  font-size: 14px;
  font-weight: 400;
  list-style: none;
  margin: 15px 0 0 0;
  padding: 0 0 30px;
}
.bottom-contentinfo--wrapper ul li {
  margin: 10px 0 0;
  padding: 0;
}
.bottom-contentinfo--wrapper ul a {
  color: #fff;
  text-decoration: none;
}
.bottom-contentinfo--wrapper ul a:hover, .bottom-contentinfo--wrapper ul a:active, .bottom-contentinfo--wrapper ul a:focus {
  text-decoration: underline;
}
.bottom-contentinfo--wrapper .bottom-contentinfo--footer {
  background: #001E30;
  padding: 10px 0 30px;
  color: #d9d9d9;
}
.bottom-contentinfo--wrapper .bottom-contentinfo--footer > .bottom-contentinfo--container {
  padding: 0;
}
.bottom-contentinfo--wrapper .bottom-contentinfo--footer > .bottom-contentinfo--container > .footer--flex-wrapper > .footer--legal-rows-wrapper {
  text-align: left;
  margin: auto;
  max-width: 1265px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  row-gap: 24px;
  box-sizing: border-box;
}
@media screen and (min-width: 835px) {
  .bottom-contentinfo--wrapper .bottom-contentinfo--footer > .bottom-contentinfo--container > .footer--flex-wrapper > .footer--legal-rows-wrapper {
    padding-left: 80px;
  }
}
@media screen and (min-width: 701px) and (max-width: 834px) {
  .bottom-contentinfo--wrapper .bottom-contentinfo--footer > .bottom-contentinfo--container > .footer--flex-wrapper > .footer--legal-rows-wrapper {
    padding-left: 40px;
  }
}
@media screen and (max-width: 700px) {
  .bottom-contentinfo--wrapper .bottom-contentinfo--footer > .bottom-contentinfo--container > .footer--flex-wrapper > .footer--legal-rows-wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.bottom-contentinfo--wrapper .bottom-contentinfo--footer > .bottom-contentinfo--container > .footer--flex-wrapper > .footer--legal-rows-wrapper > .footer--legal-rows-wrapper--row {
  flex-basis: 60px;
  font-size: 15px;
  line-height: 24px;
  box-sizing: border-box;
}
.bottom-contentinfo--wrapper .bottom-contentinfo--footer > .bottom-contentinfo--container > .footer--flex-wrapper > .footer--legal-rows-wrapper > .footer--legal-rows-wrapper--row a {
  color: #4FB3E3;
  text-decoration: underline;
}
.bottom-contentinfo--wrapper .bottom-contentinfo--footer > .bottom-contentinfo--container > .footer--flex-wrapper > .footer--legal-rows-wrapper > .footer--legal-rows-wrapper--row a:hover {
  color: #F4F8FB;
}
.bottom-contentinfo--wrapper .bottom-contentinfo--footer > .bottom-contentinfo--container > .footer--flex-wrapper > .footer--legal-rows-wrapper > .footer--legal-rows-wrapper--row a:visited {
  color: #9BCFED;
}
.bottom-contentinfo--wrapper .bottom-contentinfo--footer > .bottom-contentinfo--container > .footer--flex-wrapper > .footer--legal-rows-wrapper > .footer--legal-rows-wrapper--row svg > path {
  fill: #F4F8FB;
}
@media screen and (max-width: 700px) {
  .bottom-contentinfo--wrapper .bottom-contentinfo--footer > .bottom-contentinfo--container > .footer--flex-wrapper > .footer--legal-rows-wrapper > .footer--legal-rows-wrapper--row > .footer--legal-rows-wrapper--row--logo__desktop {
    display: none;
  }
  .bottom-contentinfo--wrapper .bottom-contentinfo--footer > .bottom-contentinfo--container > .footer--flex-wrapper > .footer--legal-rows-wrapper > .footer--legal-rows-wrapper--row > .footer--legal-rows-wrapper--row--logo__mobile {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
  .bottom-contentinfo--wrapper .bottom-contentinfo--footer > .bottom-contentinfo--container > .footer--flex-wrapper > .footer--legal-rows-wrapper > .footer--legal-rows-wrapper--row > .footer--legal-rows-wrapper--row--logo__mobile > svg {
    height: auto;
    box-sizing: border-box;
  }
}
@media screen and (min-width: 701px) {
  .bottom-contentinfo--wrapper .bottom-contentinfo--footer > .bottom-contentinfo--container > .footer--flex-wrapper > .footer--legal-rows-wrapper > .footer--legal-rows-wrapper--row > .footer--legal-rows-wrapper--row--logo__mobile {
    display: none;
  }
  .bottom-contentinfo--wrapper .bottom-contentinfo--footer > .bottom-contentinfo--container > .footer--flex-wrapper > .footer--legal-rows-wrapper > .footer--legal-rows-wrapper--row > .footer--legal-rows-wrapper--row--logo__desktop {
    display: block;
  }
}
.bottom-contentinfo--wrapper .bottom-contentinfo--footer a, .bottom-contentinfo--wrapper .bottom-contentinfo--footer svg {
  color: #7b96a9;
}
.bottom-contentinfo--wrapper .bottom-contentinfo--footer svg {
  float: left;
  height: 50px;
  padding-top: 40px;
  padding-right: 30px;
}
.bottom-contentinfo--wrapper .bottom-contentinfo--footer .copyright {
  float: left;
  font-size: 12px;
  margin: 20px 0 0 10px;
}
@media screen and (min-width: 462.5px) {
  .bottom-contentinfo--wrapper .bottom-contentinfo--footer .copyright {
    max-width: 80%;
    padding-top: 30px;
    margin: 0;
  }
}
.bottom-contentinfo--wrapper .bottom-contentinfo--footer .logo {
  margin-right: 0;
  margin-top: 28px;
}
.mdzr-svg .bottom-contentinfo--wrapper .bottom-contentinfo--footer .logo {
  background-position: left center;
  margin-right: 0;
  margin-top: 20px;
}
.bottom-contentinfo--wrapper .logo {
  font-size: 40px;
  font-family: "Open Sans", "Segoe UI", Tahoma, sans-serif;
  background: url(../img/logo-search.png) 0 0 no-repeat;
  color: #003b5c;
  display: block;
  font-weight: 700;
  height: 50px;
  margin: 10px;
  overflow: hidden;
  text-decoration: none;
  text-indent: 100%;
  width: 142px;
}
@media screen and (min-width: 462.5px) {
  .bottom-contentinfo--wrapper .logo {
    float: left;
    margin: 20px 90px 0 0;
  }
}
.mdzr-svg .bottom-contentinfo--wrapper .logo {
  background: url(../img/logo-search.svg) center center no-repeat;
  height: 39px;
  width: 170px;
}
.bottom-contentinfo--wrapper .thanks {
  font-size: 12px;
  color: #0082b3;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 462.5px) {
  .bottom-contentinfo--wrapper .thanks {
    border: none;
  }
}
.bottom-contentinfo--wrapper .thanks li {
  margin: 0;
  padding: 17px 10px 11px;
  display: block;
  clear: both;
}
.bottom-contentinfo--wrapper .thanks li:before, .bottom-contentinfo--wrapper .thanks li:after {
  content: "";
  display: table;
}
.bottom-contentinfo--wrapper .thanks li:after {
  clear: both;
}
@media screen and (min-width: 462.5px) {
  .bottom-contentinfo--wrapper .thanks li {
    background: none;
    float: left;
    clear: none;
    padding: 0 3% 0 0;
    width: 30%;
  }
  .bottom-contentinfo--wrapper .thanks li.design span.ampersand, .bottom-contentinfo--wrapper .thanks li.design a {
    display: inline-block;
    vertical-align: top;
  }
  .bottom-contentinfo--wrapper .thanks li.design span.ampersand.threespot, .bottom-contentinfo--wrapper .thanks li.design a.threespot {
    clear: both;
  }
  .bottom-contentinfo--wrapper .thanks li.design span.ampersand.ampersand, .bottom-contentinfo--wrapper .thanks li.design a.ampersand {
    position: relative;
    top: 6px;
    margin: 0 6px;
    line-height: 36px;
  }
}
.bottom-contentinfo--wrapper .thanks li span.ampersand {
  line-height: 24px;
}
.bottom-contentinfo--wrapper .thanks span {
  display: block;
  height: 24px;
  line-height: 36px;
  padding-right: 12px;
  white-space: nowrap;
}
.bottom-contentinfo--wrapper .thanks a {
  display: block;
  height: 33px;
  overflow: hidden;
  text-indent: -200px;
  width: 94px;
}
@media screen and (min-width: 462.5px) {
  .bottom-contentinfo--wrapper .thanks a {
    clear: both;
    margin-top: 5px;
  }
}
.bottom-contentinfo--wrapper .thanks a.rackspace {
  background: url(../img/logo-rackspace.png) no-repeat left center;
}
.mdzr-svg .bottom-contentinfo--wrapper .thanks a.rackspace {
  background: url(../img/logo-rackspace.svg) no-repeat left center;
}
.bottom-contentinfo--wrapper .thanks a.threespot {
  background: url(../img/logo-threespot.png) no-repeat left center;
}
.mdzr-svg .bottom-contentinfo--wrapper .thanks a.threespot {
  background: url(../img/logo-threespot.svg) no-repeat left center;
}
.bottom-contentinfo--wrapper .thanks a.andrevv {
  background: url(../img/logo-andrevv.png) no-repeat left center;
}
.mdzr-svg .bottom-contentinfo--wrapper .thanks a.andrevv {
  background: url(../img/logo-andrevv.svg) no-repeat left center;
}

.events--calendar--details--card, .full-width-layout--content > .full-width-layout--content--body > div.events--calendar--wrapper > .events--calendar > .events--calendar--body > .events--calendar--body--weeks > .events--calendar--body--week > .events--calendar--body--week--day > .events--calendar--body--week--day--event > .events--calendar--body--week--day--event--details {
  box-sizing: border-box;
  width: 350px;
  height: 350px;
  padding: 45px 30px 10px 30px;
  border-bottom: #006D97 10px solid;
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.25);
  background-color: #fff;
  display: flex;
  flex-direction: column;
}
.events--calendar--details--card.events--calendar--details--card__events-page, .full-width-layout--content > .full-width-layout--content--body > div.events--calendar--wrapper > .events--calendar > .events--calendar--body > .events--calendar--body--weeks > .events--calendar--body--week > .events--calendar--body--week--day > .events--calendar--body--week--day--event > .events--calendar--details--card__events-page.events--calendar--body--week--day--event--details {
  justify-content: start;
}
.events--calendar--details--card:hover svg > rect, .full-width-layout--content > .full-width-layout--content--body > div.events--calendar--wrapper > .events--calendar > .events--calendar--body > .events--calendar--body--weeks > .events--calendar--body--week > .events--calendar--body--week--day > .events--calendar--body--week--day--event > .events--calendar--body--week--day--event--details:hover svg > rect {
  fill: #94A1A8;
}
.events--calendar--details--card:has(a:active), .full-width-layout--content > .full-width-layout--content--body > div.events--calendar--wrapper > .events--calendar > .events--calendar--body > .events--calendar--body--weeks > .events--calendar--body--week > .events--calendar--body--week--day > .events--calendar--body--week--day--event > .events--calendar--body--week--day--event--details:has(a:active), .events--calendar--details--card.events--calendar--details--card__visited, .full-width-layout--content > .full-width-layout--content--body > div.events--calendar--wrapper > .events--calendar > .events--calendar--body > .events--calendar--body--weeks > .events--calendar--body--week > .events--calendar--body--week--day > .events--calendar--body--week--day--event > .events--calendar--details--card__visited.events--calendar--body--week--day--event--details, .events--calendar--details--card.events--calendar--details--card__active, .full-width-layout--content > .full-width-layout--content--body > div.events--calendar--wrapper > .events--calendar > .events--calendar--body > .events--calendar--body--weeks > .events--calendar--body--week > .events--calendar--body--week--day > .events--calendar--body--week--day--event > .events--calendar--details--card__active.events--calendar--body--week--day--event--details {
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.25) inset;
}
.events--calendar--details--card:has(a:active) svg > rect, .full-width-layout--content > .full-width-layout--content--body > div.events--calendar--wrapper > .events--calendar > .events--calendar--body > .events--calendar--body--weeks > .events--calendar--body--week > .events--calendar--body--week--day > .events--calendar--body--week--day--event > .events--calendar--body--week--day--event--details:has(a:active) svg > rect, .events--calendar--details--card.events--calendar--details--card__visited svg > rect, .full-width-layout--content > .full-width-layout--content--body > div.events--calendar--wrapper > .events--calendar > .events--calendar--body > .events--calendar--body--weeks > .events--calendar--body--week > .events--calendar--body--week--day > .events--calendar--body--week--day--event > .events--calendar--details--card__visited.events--calendar--body--week--day--event--details svg > rect, .events--calendar--details--card.events--calendar--details--card__active svg > rect, .full-width-layout--content > .full-width-layout--content--body > div.events--calendar--wrapper > .events--calendar > .events--calendar--body > .events--calendar--body--weeks > .events--calendar--body--week > .events--calendar--body--week--day > .events--calendar--body--week--day--event > .events--calendar--details--card__active.events--calendar--body--week--day--event--details svg > rect {
  fill: #415662;
}
.events--calendar--details--card > h4.events--calendar--body--week--day--event--details--category, .full-width-layout--content > .full-width-layout--content--body > div.events--calendar--wrapper > .events--calendar > .events--calendar--body > .events--calendar--body--weeks > .events--calendar--body--week > .events--calendar--body--week--day > .events--calendar--body--week--day--event > .events--calendar--body--week--day--event--details > h4.events--calendar--body--week--day--event--details--category {
  margin-top: 0;
  margin-bottom: 10px;
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 21px;
  letter-spacing: 3.6px;
  text-transform: uppercase;
}
.events--calendar--details--card > h3.events--calendar--body--week--day--event--details--name, .full-width-layout--content > .full-width-layout--content--body > div.events--calendar--wrapper > .events--calendar > .events--calendar--body > .events--calendar--body--weeks > .events--calendar--body--week > .events--calendar--body--week--day > .events--calendar--body--week--day--event > .events--calendar--body--week--day--event--details > h3.events--calendar--body--week--day--event--details--name {
  color: #006D97;
  font-size: 21px;
  font-style: normal;
  font-weight: 700;
  line-height: 27px;
  margin-top: 0;
  margin-bottom: 0;
}
.events--calendar--details--card > h3.events--calendar--body--week--day--event--details--name > a, .full-width-layout--content > .full-width-layout--content--body > div.events--calendar--wrapper > .events--calendar > .events--calendar--body > .events--calendar--body--weeks > .events--calendar--body--week > .events--calendar--body--week--day > .events--calendar--body--week--day--event > .events--calendar--body--week--day--event--details > h3.events--calendar--body--week--day--event--details--name > a {
  color: #006D97;
  font-size: 21px;
  font-style: normal;
  font-weight: 700;
  line-height: 27px;
}
.events--calendar--details--card > h3.events--calendar--body--week--day--event--details--name > a:hover, .full-width-layout--content > .full-width-layout--content--body > div.events--calendar--wrapper > .events--calendar > .events--calendar--body > .events--calendar--body--weeks > .events--calendar--body--week > .events--calendar--body--week--day > .events--calendar--body--week--day--event > .events--calendar--body--week--day--event--details > h3.events--calendar--body--week--day--event--details--name > a:hover, .events--calendar--details--card > h3.events--calendar--body--week--day--event--details--name > a:active, .full-width-layout--content > .full-width-layout--content--body > div.events--calendar--wrapper > .events--calendar > .events--calendar--body > .events--calendar--body--weeks > .events--calendar--body--week > .events--calendar--body--week--day > .events--calendar--body--week--day--event > .events--calendar--body--week--day--event--details > h3.events--calendar--body--week--day--event--details--name > a:active {
  color: #00A3E0;
  text-decoration: underline;
}
.events--calendar--details--card > h6.events--calendar--body--week--day--event--details--date, .full-width-layout--content > .full-width-layout--content--body > div.events--calendar--wrapper > .events--calendar > .events--calendar--body > .events--calendar--body--weeks > .events--calendar--body--week > .events--calendar--body--week--day > .events--calendar--body--week--day--event > .events--calendar--body--week--day--event--details > h6.events--calendar--body--week--day--event--details--date {
  margin-top: 10px;
  margin-bottom: 0;
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 14px;
}
.events--calendar--details--card > p, .full-width-layout--content > .full-width-layout--content--body > div.events--calendar--wrapper > .events--calendar > .events--calendar--body > .events--calendar--body--weeks > .events--calendar--body--week > .events--calendar--body--week--day > .events--calendar--body--week--day--event > .events--calendar--body--week--day--event--details > p,
.events--calendar--details--card > h6[id],
.full-width-layout--content > .full-width-layout--content--body > div.events--calendar--wrapper > .events--calendar > .events--calendar--body > .events--calendar--body--weeks > .events--calendar--body--week > .events--calendar--body--week--day > .events--calendar--body--week--day--event > .events--calendar--body--week--day--event--details > h6[id],
.events--calendar--details--card > h5[id],
.full-width-layout--content > .full-width-layout--content--body > div.events--calendar--wrapper > .events--calendar > .events--calendar--body > .events--calendar--body--weeks > .events--calendar--body--week > .events--calendar--body--week--day > .events--calendar--body--week--day--event > .events--calendar--body--week--day--event--details > h5[id],
.events--calendar--details--card > h4[id],
.full-width-layout--content > .full-width-layout--content--body > div.events--calendar--wrapper > .events--calendar > .events--calendar--body > .events--calendar--body--weeks > .events--calendar--body--week > .events--calendar--body--week--day > .events--calendar--body--week--day--event > .events--calendar--body--week--day--event--details > h4[id],
.events--calendar--details--card > h3[id],
.full-width-layout--content > .full-width-layout--content--body > div.events--calendar--wrapper > .events--calendar > .events--calendar--body > .events--calendar--body--weeks > .events--calendar--body--week > .events--calendar--body--week--day > .events--calendar--body--week--day--event > .events--calendar--body--week--day--event--details > h3[id],
.events--calendar--details--card > h2[id],
.full-width-layout--content > .full-width-layout--content--body > div.events--calendar--wrapper > .events--calendar > .events--calendar--body > .events--calendar--body--weeks > .events--calendar--body--week > .events--calendar--body--week--day > .events--calendar--body--week--day--event > .events--calendar--body--week--day--event--details > h2[id],
.events--calendar--details--card > h1[id],
.full-width-layout--content > .full-width-layout--content--body > div.events--calendar--wrapper > .events--calendar > .events--calendar--body > .events--calendar--body--weeks > .events--calendar--body--week > .events--calendar--body--week--day > .events--calendar--body--week--day--event > .events--calendar--body--week--day--event--details > h1[id],
.events--calendar--details--card .events--calendar--body--week--day--event--details--description,
.full-width-layout--content > .full-width-layout--content--body > div.events--calendar--wrapper > .events--calendar > .events--calendar--body > .events--calendar--body--weeks > .events--calendar--body--week > .events--calendar--body--week--day > .events--calendar--body--week--day--event > .events--calendar--body--week--day--event--details .events--calendar--body--week--day--event--details--description {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #000;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin: 10px 0;
}
.events--calendar--details--card > p *, .full-width-layout--content > .full-width-layout--content--body > div.events--calendar--wrapper > .events--calendar > .events--calendar--body > .events--calendar--body--weeks > .events--calendar--body--week > .events--calendar--body--week--day > .events--calendar--body--week--day--event > .events--calendar--body--week--day--event--details > p *,
.events--calendar--details--card > h6[id] *,
.full-width-layout--content > .full-width-layout--content--body > div.events--calendar--wrapper > .events--calendar > .events--calendar--body > .events--calendar--body--weeks > .events--calendar--body--week > .events--calendar--body--week--day > .events--calendar--body--week--day--event > .events--calendar--body--week--day--event--details > h6[id] *,
.events--calendar--details--card > h5[id] *,
.full-width-layout--content > .full-width-layout--content--body > div.events--calendar--wrapper > .events--calendar > .events--calendar--body > .events--calendar--body--weeks > .events--calendar--body--week > .events--calendar--body--week--day > .events--calendar--body--week--day--event > .events--calendar--body--week--day--event--details > h5[id] *,
.events--calendar--details--card > h4[id] *,
.full-width-layout--content > .full-width-layout--content--body > div.events--calendar--wrapper > .events--calendar > .events--calendar--body > .events--calendar--body--weeks > .events--calendar--body--week > .events--calendar--body--week--day > .events--calendar--body--week--day--event > .events--calendar--body--week--day--event--details > h4[id] *,
.events--calendar--details--card > h3[id] *,
.full-width-layout--content > .full-width-layout--content--body > div.events--calendar--wrapper > .events--calendar > .events--calendar--body > .events--calendar--body--weeks > .events--calendar--body--week > .events--calendar--body--week--day > .events--calendar--body--week--day--event > .events--calendar--body--week--day--event--details > h3[id] *,
.events--calendar--details--card > h2[id] *,
.full-width-layout--content > .full-width-layout--content--body > div.events--calendar--wrapper > .events--calendar > .events--calendar--body > .events--calendar--body--weeks > .events--calendar--body--week > .events--calendar--body--week--day > .events--calendar--body--week--day--event > .events--calendar--body--week--day--event--details > h2[id] *,
.events--calendar--details--card > h1[id] *,
.full-width-layout--content > .full-width-layout--content--body > div.events--calendar--wrapper > .events--calendar > .events--calendar--body > .events--calendar--body--weeks > .events--calendar--body--week > .events--calendar--body--week--day > .events--calendar--body--week--day--event > .events--calendar--body--week--day--event--details > h1[id] *,
.events--calendar--details--card .events--calendar--body--week--day--event--details--description *,
.full-width-layout--content > .full-width-layout--content--body > div.events--calendar--wrapper > .events--calendar > .events--calendar--body > .events--calendar--body--weeks > .events--calendar--body--week > .events--calendar--body--week--day > .events--calendar--body--week--day--event > .events--calendar--body--week--day--event--details .events--calendar--body--week--day--event--details--description * {
  font-weight: normal;
  font-style: normal;
}
.events--calendar--details--card > p.events--calendar--details--card--hosts, .full-width-layout--content > .full-width-layout--content--body > div.events--calendar--wrapper > .events--calendar > .events--calendar--body > .events--calendar--body--weeks > .events--calendar--body--week > .events--calendar--body--week--day > .events--calendar--body--week--day--event > .events--calendar--body--week--day--event--details > p.events--calendar--details--card--hosts {
  font-family: "Open Sans";
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: 0em;
  text-align: left;
}
.events--calendar--details--card > h5.events--calendar--body--week--day--event--details--host, .full-width-layout--content > .full-width-layout--content--body > div.events--calendar--wrapper > .events--calendar > .events--calendar--body > .events--calendar--body--weeks > .events--calendar--body--week > .events--calendar--body--week--day > .events--calendar--body--week--day--event > .events--calendar--body--week--day--event--details > h5.events--calendar--body--week--day--event--details--host {
  margin-top: 0;
  margin-bottom: 0;
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}
.events--calendar--details--card > h5.events--calendar--body--week--day--event--details--host > a, .full-width-layout--content > .full-width-layout--content--body > div.events--calendar--wrapper > .events--calendar > .events--calendar--body > .events--calendar--body--weeks > .events--calendar--body--week > .events--calendar--body--week--day > .events--calendar--body--week--day--event > .events--calendar--body--week--day--event--details > h5.events--calendar--body--week--day--event--details--host > a {
  color: #005EB8;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}
.events--calendar--details--card > h5.events--calendar--body--week--day--event--details--host > a:hover, .full-width-layout--content > .full-width-layout--content--body > div.events--calendar--wrapper > .events--calendar > .events--calendar--body > .events--calendar--body--weeks > .events--calendar--body--week > .events--calendar--body--week--day > .events--calendar--body--week--day--event > .events--calendar--body--week--day--event--details > h5.events--calendar--body--week--day--event--details--host > a:hover {
  color: #00A3E0;
  text-decoration: none;
}
.events--calendar--details--card > h5.events--calendar--body--week--day--event--details--host > a:active, .full-width-layout--content > .full-width-layout--content--body > div.events--calendar--wrapper > .events--calendar > .events--calendar--body > .events--calendar--body--weeks > .events--calendar--body--week > .events--calendar--body--week--day > .events--calendar--body--week--day--event > .events--calendar--body--week--day--event--details > h5.events--calendar--body--week--day--event--details--host > a:active {
  color: #004381;
  text-decoration: none;
}

.full-width-layout--content > .full-width-layout--content--body > div.events--calendar--wrapper {
  padding: 0;
}
@media screen and (min-width: 1200px) {
  .full-width-layout--content > .full-width-layout--content--body > div.events--calendar--wrapper {
    margin-left: 80px;
    margin-right: 80px;
    width: calc(100% - 160px);
  }
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
  .full-width-layout--content > .full-width-layout--content--body > div.events--calendar--wrapper {
    margin-left: 40px;
    margin-right: 40px;
    width: calc(100% - 80px);
  }
}
@media screen and (min-width: 739px) and (max-width: 959px) {
  .full-width-layout--content > .full-width-layout--content--body > div.events--calendar--wrapper {
    margin-left: 20px;
    margin-right: 20px;
    width: calc(100% - 40px);
  }
}
@media screen and (min-width: 431px) and (max-width: 739px) {
  .full-width-layout--content > .full-width-layout--content--body > div.events--calendar--wrapper {
    margin-left: 30px;
    margin-right: 30px;
    width: calc(100% - 60px);
  }
}
@media screen and (max-width: 430px) {
  .full-width-layout--content > .full-width-layout--content--body > div.events--calendar--wrapper {
    margin-left: 30px;
    margin-right: 30px;
    width: calc(100% - 60px);
  }
}
.full-width-layout--content > .full-width-layout--content--body > div.events--calendar--wrapper p.events--calendar--no-events-message {
  color: #000;
  font-family: "Open Sans";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 48px;
  text-align: left;
  white-space: nowrap;
  overflow-x: visible;
}
.full-width-layout--content > .full-width-layout--content--body > div.events--calendar--wrapper p.events--calendar--no-events-message.events--calendar--no-events-message__centered {
  text-align: center;
}
.full-width-layout--content > .full-width-layout--content--body > div.events--calendar--wrapper > .events--calendar--filters {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  column-gap: 20px;
  row-gap: 30px;
  margin: 30px 0;
}
@media screen and (min-width: 835px) {
  .full-width-layout--content > .full-width-layout--content--body > div.events--calendar--wrapper > .events--calendar--filters {
    align-items: center;
  }
}
@media screen and (max-width: 834px) {
  .full-width-layout--content > .full-width-layout--content--body > div.events--calendar--wrapper > .events--calendar--filters {
    align-items: flex-start;
  }
}
.full-width-layout--content > .full-width-layout--content--body > div.events--calendar--wrapper > .events--calendar--filters > .events--calendar--filters--view-mode-toggle {
  flex-basis: 70px;
  flex-shrink: 0;
  flex-grow: 0;
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
  flex-wrap: nowrap;
}
@media screen and (max-width: 834px) {
  .full-width-layout--content > .full-width-layout--content--body > div.events--calendar--wrapper > .events--calendar--filters > .events--calendar--filters--view-mode-toggle {
    display: none;
  }
}
.full-width-layout--content > .full-width-layout--content--body > div.events--calendar--wrapper > .events--calendar--filters > .events--calendar--filters--view-mode-toggle > .events--calendar--filters--view-mode-toggle--item {
  flex-basis: 35px;
  flex-shrink: 0;
  flex-grow: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  box-sizing: border-box;
  border: 1px solid #006D97;
  background: #fff;
}
.full-width-layout--content > .full-width-layout--content--body > div.events--calendar--wrapper > .events--calendar--filters > .events--calendar--filters--view-mode-toggle > .events--calendar--filters--view-mode-toggle--item.events--calendar--filters--view-mode-toggle--item__selected {
  background: #006D97;
}
.full-width-layout--content > .full-width-layout--content--body > div.events--calendar--wrapper > .events--calendar--filters > .events--calendar--filters--view-mode-toggle > .events--calendar--filters--view-mode-toggle--item.events--calendar--filters--view-mode-toggle--item__selected > a > svg > path {
  fill: #fff;
}
.full-width-layout--content > .full-width-layout--content--body > div.events--calendar--wrapper > .events--calendar--filters > .events--calendar--filters--view-mode-toggle > .events--calendar--filters--view-mode-toggle--item:nth-of-type(1) {
  border-radius: 6px 0px 0px 6px;
}
.full-width-layout--content > .full-width-layout--content--body > div.events--calendar--wrapper > .events--calendar--filters > .events--calendar--filters--view-mode-toggle > .events--calendar--filters--view-mode-toggle--item:nth-of-type(2) {
  border-radius: 0px 6px 6px 0px;
}
.full-width-layout--content > .full-width-layout--content--body > div.events--calendar--wrapper > .events--calendar--filters > .events--calendar--filters--view-mode-toggle > .events--calendar--filters--view-mode-toggle--item > a {
  font-size: 0;
}
.full-width-layout--content > .full-width-layout--content--body > div.events--calendar--wrapper > .events--calendar--filters > .events--calendar--filters--view-mode-toggle > .events--calendar--filters--view-mode-toggle--item > a > svg {
  width: 19px;
  height: 20px;
}
.full-width-layout--content > .full-width-layout--content--body > div.events--calendar--wrapper > .events--calendar--filters > .events--calendar--filters--view-mode-toggle > .events--calendar--filters--view-mode-toggle--item > a > svg > path {
  fill: #006D97;
}
.full-width-layout--content > .full-width-layout--content--body > div.events--calendar--wrapper > .events--calendar--filters > .events--calendar--filters--category-selector {
  flex-basis: calc(100% - 100px - 250px);
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (min-width: 835px) {
  .full-width-layout--content > .full-width-layout--content--body > div.events--calendar--wrapper > .events--calendar--filters > .events--calendar--filters--category-selector {
    flex-wrap: nowrap;
  }
}
@media screen and (max-width: 834px) {
  .full-width-layout--content > .full-width-layout--content--body > div.events--calendar--wrapper > .events--calendar--filters > .events--calendar--filters--category-selector {
    flex-wrap: wrap;
  }
}
.full-width-layout--content > .full-width-layout--content--body > div.events--calendar--wrapper > .events--calendar--filters > .events--calendar--filters--category-selector > .events--calendar--filters--category-selector--dropdown {
  flex-basis: 200px;
  flex-shrink: 0;
  flex-grow: 0;
  width: 200px;
}
.full-width-layout--content > .full-width-layout--content--body > div.events--calendar--wrapper > .events--calendar--filters > .events--calendar--filters--category-selector > .events--calendar--filters--category-selector--filter-chips {
  flex-basis: 250px;
  flex-shrink: 0;
  flex-grow: 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.full-width-layout--content > .full-width-layout--content--body > div.events--calendar--wrapper > .events--calendar--filters > .events--calendar--filters--category-selector > .events--calendar--filters--category-selector--filter-chips > div {
  flex-basis: content;
  flex-grow: 1;
  flex-shrink: 1;
}
.full-width-layout--content > .full-width-layout--content--body > div.events--calendar--wrapper > .events--calendar--filters > .events--calendar--filters--category-selector > .events--calendar--filters--category-selector--filter-chips > p.events--calendar--no-events-message {
  line-height: 0;
}
.full-width-layout--content > .full-width-layout--content--body > div.events--calendar--wrapper > .events--calendar--filters > .events--calendar--filters--in-person-toggle {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  column-gap: 10px;
}
.full-width-layout--content > .full-width-layout--content--body > div.events--calendar--wrapper > .events--calendar--filters > .events--calendar--filters--in-person-toggle.events--calendar--filters--in-person-toggle__disabled > div:nth-of-type(1) {
  cursor: not-allowed;
}
.full-width-layout--content > .full-width-layout--content--body > div.events--calendar--wrapper > .events--calendar--filters > .events--calendar--filters--in-person-toggle.events--calendar--filters--in-person-toggle__disabled > div:nth-of-type(1) > svg > rect {
  fill: #94A1A8;
}
.full-width-layout--content > .full-width-layout--content--body > div.events--calendar--wrapper > .events--calendar--filters > .events--calendar--filters--in-person-toggle.events--calendar--filters--in-person-toggle__disabled > div:nth-of-type(1) > svg > circle {
  fill: #fff;
}
.full-width-layout--content > .full-width-layout--content--body > div.events--calendar--wrapper > .events--calendar--filters > .events--calendar--filters--in-person-toggle.events--calendar--filters--in-person-toggle__disabled > div:nth-of-type(2) > label {
  color: #94A1A8;
}
.full-width-layout--content > .full-width-layout--content--body > div.events--calendar--wrapper > .events--calendar--filters > .events--calendar--filters--in-person-toggle.events--calendar--filters--in-person-toggle__toggled-off > div:nth-of-type(1) {
  transform: rotateZ(180deg);
  position: relative;
  top: 2px;
}
.full-width-layout--content > .full-width-layout--content--body > div.events--calendar--wrapper > .events--calendar--filters > .events--calendar--filters--in-person-toggle.events--calendar--filters--in-person-toggle__toggled-off > div:nth-of-type(1) > svg > rect {
  fill: #fff;
}
.full-width-layout--content > .full-width-layout--content--body > div.events--calendar--wrapper > .events--calendar--filters > .events--calendar--filters--in-person-toggle.events--calendar--filters--in-person-toggle__toggled-off > div:nth-of-type(1) > svg > circle {
  fill: #006D97;
}
.full-width-layout--content > .full-width-layout--content--body > div.events--calendar--wrapper > .events--calendar--filters > .events--calendar--filters--in-person-toggle > div:nth-of-type(1) {
  cursor: pointer;
  flex-basis: 40px;
  height: 20px;
  flex-shrink: 0;
  flex-grow: 0;
  box-sizing: border-box;
}
.full-width-layout--content > .full-width-layout--content--body > div.events--calendar--wrapper > .events--calendar--filters > .events--calendar--filters--in-person-toggle > div:nth-of-type(1) > svg > rect {
  fill: #006D97;
}
.full-width-layout--content > .full-width-layout--content--body > div.events--calendar--wrapper > .events--calendar--filters > .events--calendar--filters--in-person-toggle > div:nth-of-type(1) > svg > circle {
  fill: #fff;
}
.full-width-layout--content > .full-width-layout--content--body > div.events--calendar--wrapper > .events--calendar--filters > .events--calendar--filters--in-person-toggle > div:nth-of-type(2) {
  flex-basis: content;
  flex-grow: 0;
  flex-shrink: 0;
}
.full-width-layout--content > .full-width-layout--content--body > div.events--calendar--wrapper > .events--calendar--filters > .events--calendar--filters--in-person-toggle > div:nth-of-type(2) > label {
  white-space: nowrap;
  color: #000;
  font-family: "Open Sans";
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}
.full-width-layout--content > .full-width-layout--content--body > div.events--calendar--wrapper > .events--calendar__list-view__online-only .events--calendar__list-view--event-card__online .tall-card__no-image--grid--card:not(.events--calendar__list-view--event-card__online) {
  display: none;
}
.full-width-layout--content > .full-width-layout--content--body > div.events--calendar--wrapper > .events--calendar__list-view__filtered:not([data-filtercategory*=community]) .events--calendar__list-view--event-card__community {
  display: none;
}
.full-width-layout--content > .full-width-layout--content--body > div.events--calendar--wrapper > .events--calendar__list-view__filtered:not([data-filtercategory*=development]) .events--calendar__list-view--event-card__development {
  display: none;
}
.full-width-layout--content > .full-width-layout--content--body > div.events--calendar--wrapper > .events--calendar__list-view__filtered:not([data-filtercategory*=events]) .events--calendar__list-view--event-card__events {
  display: none;
}
.full-width-layout--content > .full-width-layout--content--body > div.events--calendar--wrapper > .events--calendar {
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.25);
  background: #FFF;
  box-sizing: border-box;
  padding: 0;
  margin-bottom: 80px;
}
.full-width-layout--content > .full-width-layout--content--body > div.events--calendar--wrapper > .events--calendar.events--calendar__online-only .events--calendar--body--week--day--event:not(.events--calendar--body--week--day--event__online) {
  display: none;
}
.full-width-layout--content > .full-width-layout--content--body > div.events--calendar--wrapper > .events--calendar.events--calendar__filtered:not([data-filtercategory*=community]) .events--calendar--body--week--day--event__community {
  display: none;
}
.full-width-layout--content > .full-width-layout--content--body > div.events--calendar--wrapper > .events--calendar.events--calendar__filtered:not([data-filtercategory*=development]) .events--calendar--body--week--day--event__development {
  display: none;
}
.full-width-layout--content > .full-width-layout--content--body > div.events--calendar--wrapper > .events--calendar.events--calendar__filtered:not([data-filtercategory*=events]) .events--calendar--body--week--day--event__events {
  display: none;
}
.full-width-layout--content > .full-width-layout--content--body > div.events--calendar--wrapper > .events--calendar > .events--calendar--head {
  width: 100%;
  height: 64px;
  margin-top: 10px;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  padding: 16px;
}
.full-width-layout--content > .full-width-layout--content--body > div.events--calendar--wrapper > .events--calendar > .events--calendar--head > .events--calendar--head--month-year {
  flex-basis: 50%;
  flex-shrink: 1;
  flex-grow: 0;
  text-align: left;
  color: #006D97;
  font-family: "Open Sans Condensed";
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.full-width-layout--content > .full-width-layout--content--body > div.events--calendar--wrapper > .events--calendar > .events--calendar--head > .events--calendar--head--month-year > a {
  color: #005EB8;
  text-decoration: underline;
  font-family: "Open Sans Condensed";
}
.full-width-layout--content > .full-width-layout--content--body > div.events--calendar--wrapper > .events--calendar > .events--calendar--head > .events--calendar--head--month-year > a:hover {
  color: #00A3E0;
}
.full-width-layout--content > .full-width-layout--content--body > div.events--calendar--wrapper > .events--calendar > .events--calendar--head > .events--calendar--head--prev-next {
  flex-basis: 50%;
  flex-shrink: 1;
  flex-grow: 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}
.full-width-layout--content > .full-width-layout--content--body > div.events--calendar--wrapper > .events--calendar > .events--calendar--head > .events--calendar--head--prev-next > .events--calendar--head--prev-next--prev {
  margin-right: 20px;
}
.full-width-layout--content > .full-width-layout--content--body > div.events--calendar--wrapper > .events--calendar > .events--calendar--head > .events--calendar--head--prev-next > .events--calendar--head--prev-next--prev > a {
  color: #006D97;
  font-family: "Open Sans";
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
}
.full-width-layout--content > .full-width-layout--content--body > div.events--calendar--wrapper > .events--calendar > .events--calendar--head > .events--calendar--head--prev-next > .events--calendar--head--prev-next--prev > span {
  color: #333;
  font-family: "Open Sans";
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}
.full-width-layout--content > .full-width-layout--content--body > div.events--calendar--wrapper > .events--calendar > .events--calendar--head > .events--calendar--head--prev-next > .events--calendar--head--prev-next--next > a {
  color: #006D97;
  font-family: "Open Sans";
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
}
.full-width-layout--content > .full-width-layout--content--body > div.events--calendar--wrapper > .events--calendar > .events--calendar--head > .events--calendar--head--prev-next > .events--calendar--head--prev-next--next > span {
  color: #333;
  font-family: "Open Sans";
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}
.full-width-layout--content > .full-width-layout--content--body > div.events--calendar--wrapper > .events--calendar > .events--calendar--body > .events--calendar--body--weekday-names {
  border-top: 1px solid rgba(218, 220, 224, 0.6);
  border-bottom: 1px solid rgba(218, 220, 224, 0.6);
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
}
.full-width-layout--content > .full-width-layout--content--body > div.events--calendar--wrapper > .events--calendar > .events--calendar--body > .events--calendar--body--weekday-names > .events--calendar--body--weekday-names--name {
  flex-basis: 14.2857142857%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #333;
  font-family: "Open Sans";
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 4.5px;
  text-transform: uppercase;
}
.full-width-layout--content > .full-width-layout--content--body > div.events--calendar--wrapper > .events--calendar > .events--calendar--body > .events--calendar--body--weeks {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  height: auto;
  max-height: 925px;
}
.full-width-layout--content > .full-width-layout--content--body > div.events--calendar--wrapper > .events--calendar > .events--calendar--body > .events--calendar--body--weeks.events--calendar--body-weeks__4 {
  max-height: 740px;
}
.full-width-layout--content > .full-width-layout--content--body > div.events--calendar--wrapper > .events--calendar > .events--calendar--body > .events--calendar--body--weeks.events--calendar--body--weeks__5 {
  max-height: 925px;
}
.full-width-layout--content > .full-width-layout--content--body > div.events--calendar--wrapper > .events--calendar > .events--calendar--body > .events--calendar--body--weeks.events--calendar--body--weeks__6 {
  max-height: 1110px;
}
.full-width-layout--content > .full-width-layout--content--body > div.events--calendar--wrapper > .events--calendar > .events--calendar--body > .events--calendar--body--weeks > .events--calendar--body--week {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
.full-width-layout--content > .full-width-layout--content--body > div.events--calendar--wrapper > .events--calendar > .events--calendar--body > .events--calendar--body--weeks > .events--calendar--body--week:not(:first-of-type) > .events--calendar--body--week--day:not(:last-of-type) {
  border-top: 1px solid rgba(218, 220, 224, 0.6);
  border-right: 1px solid rgba(218, 220, 224, 0.6);
}
.full-width-layout--content > .full-width-layout--content--body > div.events--calendar--wrapper > .events--calendar > .events--calendar--body > .events--calendar--body--weeks > .events--calendar--body--week:not(:first-of-type) > .events--calendar--body--week--day:last-of-type {
  border-top: 1px solid rgba(218, 220, 224, 0.6);
}
.full-width-layout--content > .full-width-layout--content--body > div.events--calendar--wrapper > .events--calendar > .events--calendar--body > .events--calendar--body--weeks > .events--calendar--body--week:first-of-type > .events--calendar--body--week--day:not(:last-of-type) {
  border-right: 1px solid rgba(218, 220, 224, 0.6);
}
.full-width-layout--content > .full-width-layout--content--body > div.events--calendar--wrapper > .events--calendar > .events--calendar--body > .events--calendar--body--weeks > .events--calendar--body--week > .events--calendar--body--week--day {
  width: calc(14.2857142857% - 10px);
  aspect-ratio: 180/185;
  padding-left: 5px;
  padding-right: 5px;
}
.full-width-layout--content > .full-width-layout--content--body > div.events--calendar--wrapper > .events--calendar > .events--calendar--body > .events--calendar--body--weeks > .events--calendar--body--week > .events--calendar--body--week--day > .events--calendar--body--week--day--number {
  width: 100%;
  box-sizing: border-box;
  color: #697B84;
  font-family: "Open Sans";
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}
.full-width-layout--content > .full-width-layout--content--body > div.events--calendar--wrapper > .events--calendar > .events--calendar--body > .events--calendar--body--weeks > .events--calendar--body--week > .events--calendar--body--week--day > .events--calendar--body--week--day--event {
  width: 100%;
  box-sizing: border-box;
  margin-top: 10px;
  padding-bottom: 1px;
}
.full-width-layout--content > .full-width-layout--content--body > div.events--calendar--wrapper > .events--calendar > .events--calendar--body > .events--calendar--body--weeks > .events--calendar--body--week > .events--calendar--body--week--day > .events--calendar--body--week--day--event.events--calendar--body--week--day--event__visible-details {
  position: relative;
}
.full-width-layout--content > .full-width-layout--content--body > div.events--calendar--wrapper > .events--calendar > .events--calendar--body > .events--calendar--body--weeks > .events--calendar--body--week > .events--calendar--body--week--day > .events--calendar--body--week--day--event.events--calendar--body--week--day--event__community {
  border-left: 5px solid #00A3E0;
}
.full-width-layout--content > .full-width-layout--content--body > div.events--calendar--wrapper > .events--calendar > .events--calendar--body > .events--calendar--body--weeks > .events--calendar--body--week > .events--calendar--body--week--day > .events--calendar--body--week--day--event.events--calendar--body--week--day--event__community > .events--calendar--body--week--day--event--details {
  border-bottom-color: #00A3E0;
}
.full-width-layout--content > .full-width-layout--content--body > div.events--calendar--wrapper > .events--calendar > .events--calendar--body > .events--calendar--body--weeks > .events--calendar--body--week > .events--calendar--body--week--day > .events--calendar--body--week--day--event.events--calendar--body--week--day--event__development {
  border-left: 5px solid #F65275;
}
.full-width-layout--content > .full-width-layout--content--body > div.events--calendar--wrapper > .events--calendar > .events--calendar--body > .events--calendar--body--weeks > .events--calendar--body--week > .events--calendar--body--week--day > .events--calendar--body--week--day--event.events--calendar--body--week--day--event__development > .events--calendar--body--week--day--event--details {
  border-bottom-color: #F65275;
}
.full-width-layout--content > .full-width-layout--content--body > div.events--calendar--wrapper > .events--calendar > .events--calendar--body > .events--calendar--body--weeks > .events--calendar--body--week > .events--calendar--body--week--day > .events--calendar--body--week--day--event.events--calendar--body--week--day--event__events {
  border-left: 5px solid #2CD5C4;
}
.full-width-layout--content > .full-width-layout--content--body > div.events--calendar--wrapper > .events--calendar > .events--calendar--body > .events--calendar--body--weeks > .events--calendar--body--week > .events--calendar--body--week--day > .events--calendar--body--week--day--event.events--calendar--body--week--day--event__events > .events--calendar--body--week--day--event--details {
  border-bottom-color: #2CD5C4;
}
.full-width-layout--content > .full-width-layout--content--body > div.events--calendar--wrapper > .events--calendar > .events--calendar--body > .events--calendar--body--weeks > .events--calendar--body--week > .events--calendar--body--week--day > .events--calendar--body--week--day--event > .events--calendar--body--week--day--event--name {
  width: 100%;
  box-sizing: border-box;
  padding-left: 5px;
}
.full-width-layout--content > .full-width-layout--content--body > div.events--calendar--wrapper > .events--calendar > .events--calendar--body > .events--calendar--body--weeks > .events--calendar--body--week > .events--calendar--body--week--day > .events--calendar--body--week--day--event > .events--calendar--body--week--day--event--name > a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  overflow: hidden;
  color: #000;
  text-overflow: ellipsis;
  white-space: normal;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  text-decoration: none;
}
.full-width-layout--content > .full-width-layout--content--body > div.events--calendar--wrapper > .events--calendar > .events--calendar--body > .events--calendar--body--weeks > .events--calendar--body--week > .events--calendar--body--week--day > .events--calendar--body--week--day--event > .events--calendar--body--week--day--event--name > a:hover, .full-width-layout--content > .full-width-layout--content--body > div.events--calendar--wrapper > .events--calendar > .events--calendar--body > .events--calendar--body--weeks > .events--calendar--body--week > .events--calendar--body--week--day > .events--calendar--body--week--day--event > .events--calendar--body--week--day--event--name > a:active {
  font-weight: 600;
}
.full-width-layout--content > .full-width-layout--content--body > div.events--calendar--wrapper > .events--calendar > .events--calendar--body > .events--calendar--body--weeks > .events--calendar--body--week > .events--calendar--body--week--day > .events--calendar--body--week--day--event > .events--calendar--body--week--day--event--details {
  display: none;
  opacity: 0;
  transition-property: opacity;
  transition-duration: 0.5s;
  transition-timing-function: ease-in;
  position: absolute;
  top: 0;
  left: 100%;
  right: auto;
  bottom: auto;
  padding-top: 0px;
  height: 400px;
}
.full-width-layout--content > .full-width-layout--content--body > div.events--calendar--wrapper > .events--calendar > .events--calendar--body > .events--calendar--body--weeks > .events--calendar--body--week > .events--calendar--body--week--day > .events--calendar--body--week--day--event > .events--calendar--body--week--day--event--details.events--calendar--body--week--day--event--details__show {
  display: block;
  opacity: 1;
}
.full-width-layout--content > .full-width-layout--content--body > div.events--calendar--wrapper > .events--calendar > .events--calendar--body > .events--calendar--body--weeks > .events--calendar--body--week > .events--calendar--body--week--day > .events--calendar--body--week--day--event > .events--calendar--body--week--day--event--details > .events--calendar--body--week--day--event--details--close-button {
  box-sizing: border-box;
  width: 100%;
  padding-top: 7px;
  height: 30px;
  text-align: right;
  position: relative;
  left: 20px;
}
.full-width-layout--content > .full-width-layout--content--body > div.events--calendar--wrapper > .events--calendar > .events--calendar--body > .events--calendar--body--weeks > .events--calendar--body--week:nth-of-type(4) > .events--calendar--body--week--day > .events--calendar--body--week--day--event > .events--calendar--body--week--day--event--details {
  top: -100px;
}
.full-width-layout--content > .full-width-layout--content--body > div.events--calendar--wrapper > .events--calendar > .events--calendar--body > .events--calendar--body--weeks > .events--calendar--body--week:nth-of-type(5) > .events--calendar--body--week--day > .events--calendar--body--week--day--event > .events--calendar--body--week--day--event--details {
  top: -200px;
}
.full-width-layout--content > .full-width-layout--content--body > div.events--calendar--wrapper > .events--calendar__list-view > .solutions-card-grid {
  background: unset;
  padding: 0;
}
.full-width-layout--content > .full-width-layout--content--body > div.events--calendar--wrapper > .events--calendar__list-view > .solutions-card-grid:not(:first-of-type) {
  margin-top: 100px;
}
.full-width-layout--content > .full-width-layout--content--body > div.events--calendar--wrapper > .events--calendar__list-view > .solutions-card-grid > h2 {
  color: #006D97;
  font-family: "Open Sans Condensed";
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.full-width-layout--content > .full-width-layout--content--body > div.events--calendar--wrapper > .events--calendar__list-view > .solutions-card-grid > h2 > a {
  color: #005EB8;
  text-decoration: underline;
  font-family: "Open Sans Condensed";
}
.full-width-layout--content > .full-width-layout--content--body > div.events--calendar--wrapper > .events--calendar__list-view > .solutions-card-grid > h2 > a:hover {
  color: #00A3E0;
}
.full-width-layout--content > .full-width-layout--content--body > div.events--calendar--wrapper > .events--calendar__list-view > .solutions-card-grid > .events--calendar__list-view--card-wrapper {
  display: grid;
}
@media screen and (min-width: 1460px) {
  .full-width-layout--content > .full-width-layout--content--body > div.events--calendar--wrapper > .events--calendar__list-view > .solutions-card-grid > .events--calendar__list-view--card-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 100px;
    row-gap: 100px;
  }
}
@media screen and (min-width: 1401px) and (max-width: 1459px) {
  .full-width-layout--content > .full-width-layout--content--body > div.events--calendar--wrapper > .events--calendar__list-view > .solutions-card-grid > .events--calendar__list-view--card-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 25px;
    row-gap: 25px;
  }
}
@media screen and (min-width: 835px) and (max-width: 1400px) {
  .full-width-layout--content > .full-width-layout--content--body > div.events--calendar--wrapper > .events--calendar__list-view > .solutions-card-grid > .events--calendar__list-view--card-wrapper {
    grid-template-columns: 1fr 1fr;
    column-gap: 50px;
    row-gap: 50px;
  }
}
@media screen and (max-width: 834px) {
  .full-width-layout--content > .full-width-layout--content--body > div.events--calendar--wrapper > .events--calendar__list-view > .solutions-card-grid > .events--calendar__list-view--card-wrapper {
    padding: 0;
    grid-template-columns: 1fr;
    row-gap: 50px;
  }
}
.full-width-layout--content > .full-width-layout--content--body > div.events--calendar--wrapper > .events--calendar__list-view > .solutions-card-grid > .events--calendar__list-view--card-wrapper > .events--calendar--details--card, .full-width-layout--content > .full-width-layout--content--body > div.events--calendar--wrapper > .events--calendar.full-width-layout--content > .events--calendar--body.full-width-layout--content--body > div.events--calendar--body--weeks.events--calendar--wrapper > .events--calendar--body--week.events--calendar__list-view > .events--calendar--body--week--day.solutions-card-grid > .events--calendar--body--week--day--event.events--calendar__list-view--card-wrapper > .events--calendar--body--week--day--event--details {
  width: auto;
  min-width: 350px;
}
@media screen and (max-width: 410px) {
  .full-width-layout--content > .full-width-layout--content--body > div.events--calendar--wrapper > .events--calendar__list-view > .solutions-card-grid > .events--calendar__list-view--card-wrapper > .events--calendar--details--card, .full-width-layout--content > .full-width-layout--content--body > div.events--calendar--wrapper > .events--calendar.full-width-layout--content > .events--calendar--body.full-width-layout--content--body > div.events--calendar--body--weeks.events--calendar--wrapper > .events--calendar--body--week.events--calendar__list-view > .events--calendar--body--week--day.solutions-card-grid > .events--calendar--body--week--day--event.events--calendar__list-view--card-wrapper > .events--calendar--body--week--day--event--details {
    min-width: calc(100% - 60px);
  }
}
.full-width-layout--content > .full-width-layout--content--body > div.events--calendar--wrapper > .events--calendar__list-view > .solutions-card-grid > .events--calendar__list-view--card-wrapper > .events--calendar--details--card.events--calendar__list-view--event-card__community, .full-width-layout--content > .full-width-layout--content--body > div.events--calendar--wrapper > .events--calendar.full-width-layout--content > .events--calendar--body.full-width-layout--content--body > div.events--calendar--body--weeks.events--calendar--wrapper > .events--calendar--body--week.events--calendar__list-view > .events--calendar--body--week--day.solutions-card-grid > .events--calendar--body--week--day--event.events--calendar__list-view--card-wrapper > .events--calendar__list-view--event-card__community.events--calendar--body--week--day--event--details {
  border-bottom: #00A3E0 10px solid;
}
.full-width-layout--content > .full-width-layout--content--body > div.events--calendar--wrapper > .events--calendar__list-view > .solutions-card-grid > .events--calendar__list-view--card-wrapper > .events--calendar--details--card.events--calendar__list-view--event-card__development, .full-width-layout--content > .full-width-layout--content--body > div.events--calendar--wrapper > .events--calendar.full-width-layout--content > .events--calendar--body.full-width-layout--content--body > div.events--calendar--body--weeks.events--calendar--wrapper > .events--calendar--body--week.events--calendar__list-view > .events--calendar--body--week--day.solutions-card-grid > .events--calendar--body--week--day--event.events--calendar__list-view--card-wrapper > .events--calendar__list-view--event-card__development.events--calendar--body--week--day--event--details {
  border-bottom: #F65275 10px solid;
}
.full-width-layout--content > .full-width-layout--content--body > div.events--calendar--wrapper > .events--calendar__list-view > .solutions-card-grid > .events--calendar__list-view--card-wrapper > .events--calendar--details--card.events--calendar__list-view--event-card__events, .full-width-layout--content > .full-width-layout--content--body > div.events--calendar--wrapper > .events--calendar.full-width-layout--content > .events--calendar--body.full-width-layout--content--body > div.events--calendar--body--weeks.events--calendar--wrapper > .events--calendar--body--week.events--calendar__list-view > .events--calendar--body--week--day.solutions-card-grid > .events--calendar--body--week--day--event.events--calendar__list-view--card-wrapper > .events--calendar__list-view--event-card__events.events--calendar--body--week--day--event--details {
  border-bottom: #2CD5C4 10px solid;
}
.full-width-layout--content > .full-width-layout--content--body > div.events--calendar--wrapper > .events--calendar--more {
  margin-top: 80px;
}

.full-width-layout--content > .full-width-layout--content--body > .events--secondary-content {
  padding: 0;
}
.full-width-layout--content > .full-width-layout--content--body > .events--secondary-content > .solutions-card-grid {
  box-sizing: border-box;
  width: 100%;
}
@media screen and (min-width: 1200px) {
  .full-width-layout--content > .full-width-layout--content--body > .events--secondary-content > .solutions-card-grid {
    padding: 40px 80px;
  }
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
  .full-width-layout--content > .full-width-layout--content--body > .events--secondary-content > .solutions-card-grid {
    padding: 30px 40px;
  }
}
@media screen and (min-width: 739px) and (max-width: 959px) {
  .full-width-layout--content > .full-width-layout--content--body > .events--secondary-content > .solutions-card-grid {
    padding: 30px 20px;
  }
}
@media screen and (min-width: 431px) and (max-width: 739px) {
  .full-width-layout--content > .full-width-layout--content--body > .events--secondary-content > .solutions-card-grid {
    padding: 30px;
  }
}
@media screen and (max-width: 430px) {
  .full-width-layout--content > .full-width-layout--content--body > .events--secondary-content > .solutions-card-grid {
    padding: 30px;
  }
}
.full-width-layout--content > .full-width-layout--content--body > .events--secondary-content > .solutions-card-grid > hgroup > h2 {
  color: #002950;
  font-family: "Open Sans Condensed";
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.full-width-layout--content > .full-width-layout--content--body > .events--secondary-content > .solutions-card-grid > hgroup > h2 > a {
  color: #005EB8;
  text-decoration: underline;
  font-family: "Open Sans Condensed";
}
.full-width-layout--content > .full-width-layout--content--body > .events--secondary-content > .solutions-card-grid > hgroup > h2 > a:hover {
  color: #00A3E0;
}
.full-width-layout--content > .full-width-layout--content--body > .events--secondary-content > .solutions-card-grid > hgroup > p {
  color: #002950;
  font-family: "Open Sans";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 48px;
}
.full-width-layout--content > .full-width-layout--content--body > .events--secondary-content > .solutions-card-grid > .solutions-card-grid--card-wrapper {
  padding: 0;
  column-gap: 30px;
}
.full-width-layout--content > .full-width-layout--content--body > .events--secondary-content > .solutions-card-grid > .solutions-card-grid--card-wrapper > .solutions-card-grid--card-wrapper--card {
  min-height: 150px;
  align-items: flex-start;
}
.full-width-layout--content > .full-width-layout--content--body > .events--secondary-content > .solutions-card-grid > .solutions-card-grid--card-wrapper > .solutions-card-grid--card-wrapper--card > .solutions-card-grid--card-wrapper--card--label__no-icon {
  color: #002950;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 21px;
  letter-spacing: 4.5px;
  text-transform: uppercase;
  padding-bottom: 15px;
}
.full-width-layout--content > .full-width-layout--content--body > .events--secondary-content > .solutions-card-grid > .solutions-card-grid--card-wrapper > .solutions-card-grid--card-wrapper--card > .solutions-card-grid--card-wrapper--card--content {
  font-family: "Open Sans";
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: 0em;
  text-align: left;
  color: #697B84;
}
.full-width-layout--content > .full-width-layout--content--body > .events--secondary-content > .solutions-card-grid > .solutions-card-grid--card-wrapper > .solutions-card-grid--card-wrapper--card > .solutions-card-grid--card-wrapper--card--content > a {
  color: #005EB8;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 27px;
}
.full-width-layout--content > .full-width-layout--content--body > .events--secondary-content > .landing-page-content__right-panel {
  box-sizing: border-box;
  width: 100%;
}
@media screen and (min-width: 1200px) {
  .full-width-layout--content > .full-width-layout--content--body > .events--secondary-content > .landing-page-content__right-panel {
    padding: 40px 80px;
  }
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
  .full-width-layout--content > .full-width-layout--content--body > .events--secondary-content > .landing-page-content__right-panel {
    padding: 30px 40px;
  }
}
@media screen and (min-width: 739px) and (max-width: 959px) {
  .full-width-layout--content > .full-width-layout--content--body > .events--secondary-content > .landing-page-content__right-panel {
    padding: 30px 20px;
  }
}
@media screen and (min-width: 431px) and (max-width: 739px) {
  .full-width-layout--content > .full-width-layout--content--body > .events--secondary-content > .landing-page-content__right-panel {
    padding: 30px;
  }
}
@media screen and (max-width: 430px) {
  .full-width-layout--content > .full-width-layout--content--body > .events--secondary-content > .landing-page-content__right-panel {
    padding: 30px;
  }
}
.full-width-layout--content > .full-width-layout--content--body > .events--secondary-content > .landing-page-content__right-panel > .landing-page-content__right-panel--content > .landing-page-content__right-panel--content--body {
  box-sizing: border-box;
}
@media screen and (min-width: 1200px) {
  .full-width-layout--content > .full-width-layout--content--body > .events--secondary-content > .landing-page-content__right-panel > .landing-page-content__right-panel--content > .landing-page-content__right-panel--content--body {
    padding: 0;
  }
}
@media screen and (max-width: 1199px) {
  .full-width-layout--content > .full-width-layout--content--body > .events--secondary-content > .landing-page-content__right-panel > .landing-page-content__right-panel--content > .landing-page-content__right-panel--content--body {
    padding: 0;
  }
}
@media screen and (max-width: 834px) {
  .full-width-layout--content > .full-width-layout--content--body > .events--secondary-content > .landing-page-content__right-panel > .landing-page-content__right-panel--content > .landing-page-content__right-panel--content--body {
    padding: 0;
  }
}
.full-width-layout--content > .full-width-layout--content--body > .events--secondary-content > .landing-page-content__right-panel > .landing-page-content__right-panel--content .draft-3-landing-page--button-stack {
  box-sizing: border-box;
}
@media screen and (max-width: 834px) and (min-width: 429px) {
  .full-width-layout--content > .full-width-layout--content--body > .events--secondary-content > .landing-page-content__right-panel > .landing-page-content__right-panel--content .draft-3-landing-page--button-stack {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 2em;
    padding: 0 0 0 20px;
    width: calc(100% - 4em);
  }
}
@media screen and (min-width: 835px), screen and (max-width: 428px) {
  .full-width-layout--content > .full-width-layout--content--body > .events--secondary-content > .landing-page-content__right-panel > .landing-page-content__right-panel--content .draft-3-landing-page--button-stack {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    row-gap: 30px;
  }
}
@media screen and (max-width: 834px) {
  .full-width-layout--content > .full-width-layout--content--body > .events--secondary-content > .landing-page-content__right-panel > .landing-page-content__right-panel--content .draft-3-landing-page--button-stack {
    width: 100%;
  }
}
@media screen and (min-width: 835px) {
  .full-width-layout--content > .full-width-layout--content--body > .events--secondary-content > .landing-page-content__right-panel > .landing-page-content__right-panel--content .draft-3-landing-page--button-stack {
    padding-top: 40px;
  }
}
@media screen and (max-width: 428px) {
  .full-width-layout--content > .full-width-layout--content--body > .events--secondary-content > .landing-page-content__right-panel > .landing-page-content__right-panel--content .draft-3-landing-page--button-stack {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 410px) {
  .full-width-layout--content > .full-width-layout--content--body > .events--secondary-content > .landing-page-content__right-panel > .landing-page-content__right-panel--content .draft-3-landing-page--button-stack .redesign-button--wrapper {
    width: calc(100% - 60px);
  }
  .full-width-layout--content > .full-width-layout--content--body > .events--secondary-content > .landing-page-content__right-panel > .landing-page-content__right-panel--content .draft-3-landing-page--button-stack .redesign-button--wrapper.redesign-button--wrapper__complex-content > .redesign-button--anchor {
    width: unset;
  }
}

.filter-chip {
  flex-basis: content;
  flex-grow: 1;
  flex-shrink: 1;
}
.filter-chip > div {
  white-space: nowrap;
}
.filter-chip.filter-chip__community {
  width: auto;
  height: 35px;
  border-radius: 16px;
  color: #fff;
  background-color: #00A3E0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  box-sizing: border-box;
  column-gap: 5px;
  cursor: pointer;
  max-width: 123px;
}
.filter-chip.filter-chip__community > div:nth-of-type(1) {
  color: #fff;
  font-family: "Open Sans";
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  padding-bottom: 2px;
}
.filter-chip.filter-chip__community > div:nth-of-type(2) {
  flex-basis: 12px;
  flex-grow: 0;
  flex-shrink: 0;
}
.filter-chip.filter-chip__community > div:nth-of-type(2) > svg {
  width: 12px;
  height: 12px;
}
.filter-chip.filter-chip__community > div:nth-of-type(2) > svg > path {
  fill: #fff;
}
.filter-chip.filter-chip__development {
  width: auto;
  height: 35px;
  border-radius: 16px;
  color: #fff;
  background-color: #F65275;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  box-sizing: border-box;
  column-gap: 5px;
  cursor: pointer;
  max-width: 187px;
}
.filter-chip.filter-chip__development > div:nth-of-type(1) {
  color: #fff;
  font-family: "Open Sans";
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  padding-bottom: 2px;
}
.filter-chip.filter-chip__development > div:nth-of-type(2) {
  flex-basis: 12px;
  flex-grow: 0;
  flex-shrink: 0;
}
.filter-chip.filter-chip__development > div:nth-of-type(2) > svg {
  width: 12px;
  height: 12px;
}
.filter-chip.filter-chip__development > div:nth-of-type(2) > svg > path {
  fill: #fff;
}
.filter-chip.filter-chip__events {
  width: auto;
  height: 35px;
  border-radius: 16px;
  color: #fff;
  background-color: #2CD5C4;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  box-sizing: border-box;
  column-gap: 5px;
  cursor: pointer;
  max-width: 86px;
}
.filter-chip.filter-chip__events > div:nth-of-type(1) {
  color: #fff;
  font-family: "Open Sans";
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  padding-bottom: 2px;
}
.filter-chip.filter-chip__events > div:nth-of-type(2) {
  flex-basis: 12px;
  flex-grow: 0;
  flex-shrink: 0;
}
.filter-chip.filter-chip__events > div:nth-of-type(2) > svg {
  width: 12px;
  height: 12px;
}
.filter-chip.filter-chip__events > div:nth-of-type(2) > svg > path {
  fill: #fff;
}
.filter-chip.filter-chip__author-persona {
  width: auto;
  height: 35px;
  border-radius: 16px;
  color: #fff;
  background-color: #7B96A9;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  box-sizing: border-box;
  column-gap: 5px;
  cursor: pointer;
  max-width: 90px;
}
.filter-chip.filter-chip__author-persona > div:nth-of-type(1) {
  color: #fff;
  font-family: "Open Sans";
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  padding-bottom: 2px;
}
.filter-chip.filter-chip__author-persona > div:nth-of-type(2) {
  flex-basis: 12px;
  flex-grow: 0;
  flex-shrink: 0;
}
.filter-chip.filter-chip__author-persona > div:nth-of-type(2) > svg {
  width: 12px;
  height: 12px;
}
.filter-chip.filter-chip__author-persona > div:nth-of-type(2) > svg > path {
  fill: #fff;
}
.filter-chip.filter-chip__conference_speaker-persona {
  width: auto;
  height: 35px;
  border-radius: 16px;
  color: #fff;
  background-color: #2C5E7A;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  box-sizing: border-box;
  column-gap: 5px;
  cursor: pointer;
  max-width: 200px;
}
.filter-chip.filter-chip__conference_speaker-persona > div:nth-of-type(1) {
  color: #fff;
  font-family: "Open Sans";
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  padding-bottom: 2px;
}
.filter-chip.filter-chip__conference_speaker-persona > div:nth-of-type(2) {
  flex-basis: 12px;
  flex-grow: 0;
  flex-shrink: 0;
}
.filter-chip.filter-chip__conference_speaker-persona > div:nth-of-type(2) > svg {
  width: 12px;
  height: 12px;
}
.filter-chip.filter-chip__conference_speaker-persona > div:nth-of-type(2) > svg > path {
  fill: #fff;
}
.filter-chip.filter-chip__osci-persona {
  width: auto;
  height: 35px;
  border-radius: 16px;
  color: #fff;
  background-color: #003551;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  box-sizing: border-box;
  column-gap: 5px;
  cursor: pointer;
  max-width: 200px;
}
.filter-chip.filter-chip__osci-persona > div:nth-of-type(1) {
  color: #fff;
  font-family: "Open Sans";
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  padding-bottom: 2px;
}
.filter-chip.filter-chip__osci-persona > div:nth-of-type(2) {
  flex-basis: 12px;
  flex-grow: 0;
  flex-shrink: 0;
}
.filter-chip.filter-chip__osci-persona > div:nth-of-type(2) > svg {
  width: 12px;
  height: 12px;
}
.filter-chip.filter-chip__osci-persona > div:nth-of-type(2) > svg > path {
  fill: #fff;
}
.filter-chip.filter-chip__search {
  width: auto;
  height: 35px;
  border-radius: 16px;
  color: #fff;
  background-color: #003B5C;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  box-sizing: border-box;
  column-gap: 5px;
  cursor: pointer;
  max-width: 90px;
}
.filter-chip.filter-chip__search > div:nth-of-type(1) {
  color: #fff;
  font-family: "Open Sans";
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  padding-bottom: 2px;
}
.filter-chip.filter-chip__search > div:nth-of-type(2) {
  flex-basis: 12px;
  flex-grow: 0;
  flex-shrink: 0;
}
.filter-chip.filter-chip__search > div:nth-of-type(2) > svg {
  width: 12px;
  height: 12px;
}
.filter-chip.filter-chip__search > div:nth-of-type(2) > svg > path {
  fill: #fff;
}
.filter-chip.filter-chip__analytics-observability-security {
  width: auto;
  height: 35px;
  border-radius: 16px;
  color: #fff;
  background-color: #963CBD;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  box-sizing: border-box;
  column-gap: 5px;
  cursor: pointer;
  max-width: 300px;
  white-space: nowrap;
}
.filter-chip.filter-chip__analytics-observability-security > div:nth-of-type(1) {
  color: #fff;
  font-family: "Open Sans";
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  padding-bottom: 2px;
}
.filter-chip.filter-chip__analytics-observability-security > div:nth-of-type(2) {
  flex-basis: 12px;
  flex-grow: 0;
  flex-shrink: 0;
}
.filter-chip.filter-chip__analytics-observability-security > div:nth-of-type(2) > svg {
  width: 12px;
  height: 12px;
}
.filter-chip.filter-chip__analytics-observability-security > div:nth-of-type(2) > svg > path {
  fill: #fff;
}
.filter-chip.filter-chip__operating-opensearch {
  width: auto;
  height: 35px;
  border-radius: 16px;
  color: #fff;
  background-color: #FFB81C;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  box-sizing: border-box;
  column-gap: 5px;
  cursor: pointer;
  max-width: 200px;
}
.filter-chip.filter-chip__operating-opensearch > div:nth-of-type(1) {
  color: #fff;
  font-family: "Open Sans";
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  padding-bottom: 2px;
}
.filter-chip.filter-chip__operating-opensearch > div:nth-of-type(2) {
  flex-basis: 12px;
  flex-grow: 0;
  flex-shrink: 0;
}
.filter-chip.filter-chip__operating-opensearch > div:nth-of-type(2) > svg {
  width: 12px;
  height: 12px;
}
.filter-chip.filter-chip__operating-opensearch > div:nth-of-type(2) > svg > path {
  fill: #fff;
}

.content-filter-dropdown-component {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.content-filter-dropdown-component > .content-filter-dropdown-component--dropdown {
  flex-basis: 50%;
  flex-shrink: 0;
  flex-grow: 0;
  min-width: max-content;
  box-sizing: border-box;
}
.content-filter-dropdown-component > .content-filter-dropdown-component--filter-chips {
  box-sizing: border-box;
  flex-basis: 50%;
  flex-shrink: 1;
  flex-grow: 1;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (min-width: 835px) {
  .content-filter-dropdown-component > .content-filter-dropdown-component--filter-chips {
    column-gap: 20px;
    flex-wrap: nowrap;
  }
}
@media screen and (max-width: 834px) {
  .content-filter-dropdown-component > .content-filter-dropdown-component--filter-chips {
    row-gap: 20px;
    flex-wrap: wrap;
    margin-top: 20px;
  }
}

.labeled-dropdown {
  background-color: #fff;
  border-radius: 6px;
  border: 1px solid #006D97;
  background: #FFF;
  width: 187px;
  height: 35px;
  position: relative;
  box-sizing: border-box;
  cursor: pointer;
}
.labeled-dropdown.labeled-dropdown__disabled {
  cursor: not-allowed;
}
.labeled-dropdown.labeled-dropdown__disabled > .labeled-dropdown--label-arrow > div:nth-of-type(1) > label {
  cursor: not-allowed;
  color: #94A1A8;
}
.labeled-dropdown.labeled-dropdown__disabled > .labeled-dropdown--label-arrow > div:nth-of-type(2) > svg > path {
  fill: #94A1A8;
}
.labeled-dropdown > .labeled-dropdown--select {
  position: absolute;
  top: 33px;
  left: 0;
  width: 187px;
  box-sizing: border-box;
  color: #003551;
  font-family: "Open Sans";
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}
.labeled-dropdown.labeled-dropdown__collapsed > .labeled-dropdown--label-arrow > div:nth-of-type(2) > svg {
  transform: rotateZ(0deg);
}
.labeled-dropdown.labeled-dropdown__collapsed > .labeled-dropdown--select {
  display: none;
}
.labeled-dropdown.labeled-dropdown__expanded > .labeled-dropdown--label-arrow > div:nth-of-type(2) > svg {
  transform: rotateZ(180deg) translateY(-2px);
}
.labeled-dropdown.labeled-dropdown__expanded > .labeled-dropdown--select {
  display: block;
}
.labeled-dropdown > .labeled-dropdown--label-arrow {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
.labeled-dropdown > .labeled-dropdown--label-arrow > div:nth-of-type(1) > label {
  color: #006D97;
  font-family: "Open Sans";
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  padding-left: 10px;
  cursor: pointer;
}
.labeled-dropdown > .labeled-dropdown--label-arrow > div:nth-of-type(2) {
  flex-basis: 20px;
  flex-shrink: 0;
  flex-grow: 0;
  height: 15px;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  padding-right: 5px;
  cursor: pointer;
}
.labeled-dropdown > .labeled-dropdown--label-arrow > div:nth-of-type(2) > svg > path {
  fill: #006D97;
}

.community-members--member-cards {
  display: grid;
  margin-bottom: 0;
}
@media screen and (min-width: 1020px) {
  .community-members--member-cards {
    grid-template-columns: 1fr 1fr;
    row-gap: 60px;
  }
}
@media screen and (max-width: 1019px) {
  .community-members--member-cards {
    grid-template-columns: 1fr;
    row-gap: 30px;
  }
}
@media screen and (max-width: 1290px) {
  .community-members--member-cards {
    column-gap: 20px;
  }
}
@media screen and (min-width: 1291px) {
  .community-members--member-cards {
    column-gap: 66px;
  }
}
.community-members--member-cards > .community-members--member-cards--card {
  cursor: pointer;
  background-color: white;
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.25);
  max-width: 600px;
  min-width: 400px;
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: nowrap;
}
.community-members--member-cards > .community-members--member-cards--card.community-members--member-cards--card__left-edge {
  border-left: #006D97 10px solid;
  border-bottom: unset;
}
.community-members--member-cards > .community-members--member-cards--card.community-members--member-cards--card__bottom-edge {
  border-bottom: #006D97 10px solid;
  border-left: unset;
}
@media screen and (max-width: 1019px) {
  .community-members--member-cards > .community-members--member-cards--card {
    max-width: 100%;
  }
}
@media screen and (max-width: 660px) {
  .community-members--member-cards > .community-members--member-cards--card {
    min-width: auto;
  }
}
@media screen and (max-width: 660px) {
  .community-members--member-cards > .community-members--member-cards--card {
    flex-direction: column;
  }
}
@media screen and (min-width: 660px) {
  .community-members--member-cards > .community-members--member-cards--card > .community-members--member-cards--card--image {
    flex-grow: 0;
    flex-shrink: 0;
    width: 200px;
    height: 200px;
  }
}
@media screen and (max-width: 659px) {
  .community-members--member-cards > .community-members--member-cards--card > .community-members--member-cards--card--image {
    flex-grow: 1;
    flex-shrink: 1;
    max-width: 199px;
    width: auto;
    height: auto;
  }
}
.community-members--member-cards > .community-members--member-cards--card > .community-members--member-cards--card--image > img {
  object-fit: fill;
  width: 100%;
  height: 100%;
}
.community-members--member-cards > .community-members--member-cards--card > .community-members--member-cards--card--content {
  padding-left: 15px;
  padding-top: 20px;
  box-sizing: border-box;
  flex-basis: auto;
  flex-shrink: 1;
  flex-grow: 1;
  height: 200px;
}
@media screen and (max-width: 1400px) {
  .community-members--member-cards > .community-members--member-cards--card > .community-members--member-cards--card--content {
    padding-top: 0;
  }
}
@media screen and (max-width: 660px) {
  .community-members--member-cards > .community-members--member-cards--card > .community-members--member-cards--card--content {
    width: 100%;
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.community-members--member-cards > .community-members--member-cards--card > .community-members--member-cards--card--content.community-members--member-cards--card--content__bottom-edge {
  border-bottom: #006D97 10px solid;
  border-left: unset;
}
@media screen and (max-width: 380px) {
  .community-members--member-cards > .community-members--member-cards--card > .community-members--member-cards--card--content {
    padding-left: 5px;
  }
}
.community-members--member-cards > .community-members--member-cards--card > .community-members--member-cards--card--content > .community-member--member-cards--card--content--persona-label {
  margin-top: 15px;
  color: #003551;
  font-family: "Open Sans";
  font-size: 15.674px;
  font-style: normal;
  font-weight: 600;
  line-height: 25.078px;
  letter-spacing: 4.702px;
  text-transform: uppercase;
}
.community-members--member-cards > .community-members--member-cards--card > .community-members--member-cards--card--content > h3 {
  margin-top: 0;
  margin-bottom: 0;
}
.community-members--member-cards > .community-members--member-cards--card > .community-members--member-cards--card--content > h3 > a {
  color: #006D97;
  font-family: "Open Sans";
  font-size: 21px;
  font-style: normal;
  line-height: 36px;
  font-weight: 700;
}
@media screen and (min-width: 1401px) {
  .community-members--member-cards > .community-members--member-cards--card > .community-members--member-cards--card--content > h3 {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 1019px) {
  .community-members--member-cards > .community-members--member-cards--card > .community-members--member-cards--card--content > h3 {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
.community-members--member-cards > .community-members--member-cards--card > .community-members--member-cards--card--content > .community-members--member-cards--card--content--job-title {
  margin-top: 0;
  color: #193442;
  font-family: "Open Sans";
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: 0em;
  text-align: left;
  padding-right: 10px;
}
.community-members--member-cards > .community-members--member-cards--card > .community-members--member-cards--card--content__fullwidth {
  max-width: fit-content;
}
.community-members--member-cards > .community-members--member-cards--card:hover h3 a {
  border-bottom: 2px solid #005EB8;
}
.community-members--member-cards > .community-members--member-cards--card h3 a:focus {
  border-bottom: 2px solid #005EB8;
}
.community-members--member-cards > .community-members--member-cards--card:has(a:focus) {
  box-shadow: 0px 4px 12px 8px rgba(0, 99, 184, 0.5);
}
.community-members--member-cards > .community-members--member-cards--card:has(a:active) {
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.25) inset;
}
.community-members--member-cards > .community-members--member-cards--card.community-members--member-cards--card__focused {
  box-shadow: 0px 4px 12px 8px rgba(0, 99, 184, 0.5);
}
.community-members--member-cards > .community-members--member-cards--card.community-members--member-cards--card__active {
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.25) inset;
}
.community-members--member-cards.community-members--member-cards__filtered > .community-members--member-cards--card {
  display: none;
}
.community-members--member-cards.community-members--member-cards__filtered[data-filtercategory*=author] .community-members--member-cards--card__author {
  display: flex;
}
.community-members--member-cards.community-members--member-cards__filtered[data-filtercategory*=conference_speaker] .community-members--member-cards--card__conference_speaker {
  display: flex;
}
.community-members--member-cards.community-members--member-cards__filtered[data-filtercategory*=osci] .community-members--member-cards--card__osci {
  display: flex;
}

.full-width-layout--content > .full-width-layout--content--body > .community-member--listing {
  padding: 0;
  margin-bottom: 80px;
}
@media screen and (min-width: 1200px) {
  .full-width-layout--content > .full-width-layout--content--body > .community-member--listing {
    margin-left: 80px;
    margin-right: 80px;
    width: calc(100% - 160px);
  }
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
  .full-width-layout--content > .full-width-layout--content--body > .community-member--listing {
    margin-left: 40px;
    margin-right: 40px;
    width: calc(100% - 80px);
  }
}
@media screen and (min-width: 739px) and (max-width: 959px) {
  .full-width-layout--content > .full-width-layout--content--body > .community-member--listing {
    margin-left: 20px;
    margin-right: 20px;
    width: calc(100% - 40px);
  }
}
@media screen and (min-width: 431px) and (max-width: 739px) {
  .full-width-layout--content > .full-width-layout--content--body > .community-member--listing {
    margin-left: 30px;
    margin-right: 30px;
    width: calc(100% - 60px);
  }
}
@media screen and (max-width: 430px) {
  .full-width-layout--content > .full-width-layout--content--body > .community-member--listing {
    margin-left: 30px;
    margin-right: 30px;
    width: calc(100% - 60px);
  }
}
.full-width-layout--content > .full-width-layout--content--body > .community-member--listing > h2 {
  color: #003551;
  font-family: "Open Sans Condensed";
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.full-width-layout--content > .full-width-layout--content--body > .community-member--listing > h2 > a {
  color: #005EB8;
  text-decoration: underline;
  font-family: "Open Sans Condensed";
}
.full-width-layout--content > .full-width-layout--content--body > .community-member--listing > h2 > a:hover {
  color: #00A3E0;
}
.full-width-layout--content > .full-width-layout--content--body > .community-member--listing > .community-member--filters {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  column-gap: 20px;
  row-gap: 30px;
  margin: 30px 0;
}
@media screen and (min-width: 835px) {
  .full-width-layout--content > .full-width-layout--content--body > .community-member--listing > .community-member--filters {
    align-items: center;
  }
}
@media screen and (max-width: 834px) {
  .full-width-layout--content > .full-width-layout--content--body > .community-member--listing > .community-member--filters {
    align-items: flex-start;
  }
}
.full-width-layout--content > .full-width-layout--content--body > .community-member--listing > .community-member--filters > .community-member--filters--view-mode-toggle {
  flex-basis: 70px;
  flex-shrink: 0;
  flex-grow: 0;
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
  flex-wrap: nowrap;
}
@media screen and (max-width: 834px) {
  .full-width-layout--content > .full-width-layout--content--body > .community-member--listing > .community-member--filters > .community-member--filters--view-mode-toggle {
    display: none;
  }
}
.full-width-layout--content > .full-width-layout--content--body > .community-member--listing > .community-member--filters > .community-member--filters--view-mode-toggle > .community-member--filters--view-mode-toggle--item {
  flex-basis: 35px;
  flex-shrink: 0;
  flex-grow: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  box-sizing: border-box;
  border: 1px solid #006D97;
  background: #fff;
}
.full-width-layout--content > .full-width-layout--content--body > .community-member--listing > .community-member--filters > .community-member--filters--view-mode-toggle > .community-member--filters--view-mode-toggle--item.community-member----filters--view-mode-toggle--item__selected {
  background: #006D97;
}
.full-width-layout--content > .full-width-layout--content--body > .community-member--listing > .community-member--filters > .community-member--filters--view-mode-toggle > .community-member--filters--view-mode-toggle--item.community-member----filters--view-mode-toggle--item__selected > a > svg > path {
  fill: #fff;
}
.full-width-layout--content > .full-width-layout--content--body > .community-member--listing > .community-member--filters > .community-member--filters--view-mode-toggle > .community-member--filters--view-mode-toggle--item:nth-of-type(1) {
  border-radius: 6px 0px 0px 6px;
}
.full-width-layout--content > .full-width-layout--content--body > .community-member--listing > .community-member--filters > .community-member--filters--view-mode-toggle > .community-member--filters--view-mode-toggle--item:nth-of-type(2) {
  border-radius: 0px 6px 6px 0px;
}
.full-width-layout--content > .full-width-layout--content--body > .community-member--listing > .community-member--filters > .community-member--filters--view-mode-toggle > .community-member--filters--view-mode-toggle--item > a {
  font-size: 0;
}
.full-width-layout--content > .full-width-layout--content--body > .community-member--listing > .community-member--filters > .community-member--filters--view-mode-toggle > .community-member--filters--view-mode-toggle--item > a > svg {
  width: 19px;
  height: 20px;
}
.full-width-layout--content > .full-width-layout--content--body > .community-member--listing > .community-member--filters > .community-member--filters--view-mode-toggle > .community-member--filters--view-mode-toggle--item > a > svg > path {
  fill: #006D97;
}
.full-width-layout--content > .full-width-layout--content--body > .community-member--listing > .community-member--filters > .community-member--filters--category-selector {
  flex-basis: calc(100% - 214px);
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
}
@media screen and (max-width: 834px) {
  .full-width-layout--content > .full-width-layout--content--body > .community-member--listing > .community-member--filters > .community-member--filters--category-selector {
    display: none;
  }
}
.full-width-layout--content > .full-width-layout--content--body > .community-member--listing > .community-member--filters > .community-member--filters--category-selector > .community-member--filters--category-selector--dropdown {
  flex-basis: 200px;
  flex-shrink: 0;
  flex-grow: 0;
  width: 200px;
}
.full-width-layout--content > .full-width-layout--content--body > .community-member--listing > .community-member--filters > .community-member--filters--category-selector > .community-member--filters--category-selector--filter-chips {
  flex-basis: 250px;
  flex-shrink: 0;
  flex-grow: 1;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  column-gap: 20px;
}
.full-width-layout--content > .full-width-layout--content--body > .community-member--listing > .community-member--filters > .community-member--filters--category-selector > .community-member--filters--category-selector--filter-chips > div {
  flex-basis: content;
  flex-grow: 1;
  flex-shrink: 1;
}
.full-width-layout--content > .full-width-layout--content--body > .community-member--listing > .community-member--filters > .community-member--filters--category-selector > .community-member--filters--category-selector--filter-chips > p.community-member--no-events-message {
  line-height: 0;
}

.two-column-layout__community-member.two-column-layout {
  border-top: #006D97 10px solid;
}
.two-column-layout__community-member.two-column-layout > .two-column-layout--sidebar {
  box-sizing: border-box;
  width: 100%;
  background-color: #fff;
}
@media screen and (min-width: 1200px) {
  .two-column-layout__community-member.two-column-layout > .two-column-layout--sidebar {
    padding: 40px 80px;
  }
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
  .two-column-layout__community-member.two-column-layout > .two-column-layout--sidebar {
    padding: 30px 40px;
  }
}
@media screen and (min-width: 739px) and (max-width: 959px) {
  .two-column-layout__community-member.two-column-layout > .two-column-layout--sidebar {
    padding: 30px 20px;
  }
}
@media screen and (min-width: 431px) and (max-width: 739px) {
  .two-column-layout__community-member.two-column-layout > .two-column-layout--sidebar {
    padding: 30px;
  }
}
@media screen and (max-width: 430px) {
  .two-column-layout__community-member.two-column-layout > .two-column-layout--sidebar {
    padding: 30px;
  }
}
.two-column-layout__community-member.two-column-layout > .two-column-layout--sidebar > .community-member--photo {
  width: 100%;
  height: auto;
}
.two-column-layout__community-member.two-column-layout > .two-column-layout--sidebar > .community-member--photo > img {
  object-fit: cover;
  width: 100%;
  height: auto;
}
.two-column-layout__community-member.two-column-layout > .two-column-layout--sidebar > .community-member--personas > h3,
.two-column-layout__community-member.two-column-layout > .two-column-layout--sidebar > .community-member--social-links > h3 {
  color: #003551;
  font-family: "Open Sans";
  font-size: 21px;
  font-style: normal;
  line-height: 36px;
  font-weight: 700;
}
.two-column-layout__community-member.two-column-layout > .two-column-layout--sidebar > .community-member--social-links > ul {
  list-style-type: none;
}
.two-column-layout__community-member.two-column-layout > .two-column-layout--sidebar > .community-member--social-links > ul > li > a {
  text-underline-offset: 3px;
}
.two-column-layout__community-member.two-column-layout > .two-column-layout--sidebar > .community-member--social-links > ul > li > a > i {
  padding-right: 8px;
}
.two-column-layout__community-member.two-column-layout > .two-column-layout--sidebar > .two-column-layout--sidebar--navigation {
  padding-top: 40px;
}
.two-column-layout__community-member.two-column-layout > .two-column-layout--sidebar > .two-column-layout--sidebar--navigation > .community-member--back-to-directory {
  background: #006D97;
  border-radius: 6px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  height: 50px;
  padding: 0;
  text-align: center;
  white-space: nowrap;
}
.two-column-layout__community-member.two-column-layout > .two-column-layout--sidebar > .two-column-layout--sidebar--navigation > .community-member--back-to-directory > a {
  display: inline-block;
  box-sizing: border-box;
  width: 100%;
  line-height: 50px;
  color: #F6F8F8;
  text-decoration: none;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
}
.two-column-layout__community-member.two-column-layout > .two-column-layout--sidebar > .two-column-layout--sidebar--navigation > .community-member--back-to-directory:hover {
  background: #00A3E0;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.two-column-layout__community-member.two-column-layout > .two-column-layout--sidebar > .two-column-layout--sidebar--navigation > .community-member--back-to-directory:hover a:hover {
  background: unset;
}
.two-column-layout__community-member.two-column-layout > .two-column-layout--sidebar > .two-column-layout--sidebar--navigation > .community-member--back-to-directory.community-member--back-to-directory__focused {
  border: 3px solid #00A3E0;
  background: #006D97;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.two-column-layout__community-member.two-column-layout > .two-column-layout--sidebar > .two-column-layout--sidebar--navigation > .community-member--back-to-directory.community-member--back-to-directory__focused > a:focus {
  line-height: 46px;
}
.two-column-layout__community-member.two-column-layout > .two-column-layout--sidebar > .two-column-layout--sidebar--navigation > .community-member--back-to-directory.community-member--back-to-directory__active {
  background: #00A3E0;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25) inset;
}
.two-column-layout__community-member.two-column-layout > .two-column-layout--sidebar > .two-column-layout--sidebar--navigation > .community-member--back-to-directory.community-member--back-to-directory__disabled {
  border-radius: 6px;
  background: #94A1A8;
}
.two-column-layout__community-member.two-column-layout > .two-column-layout--sidebar > .two-column-layout--sidebar--navigation > .community-member--back-to-directory.community-member--back-to-directory__disabled > a {
  color: #D9E1E2;
}
.two-column-layout__community-member.two-column-layout > .two-column-layout--sidebar > .two-column-layout--sidebar--navigation > .community-member--back-to-directory.community-member--back-to-directory__hidden {
  display: none;
}
.two-column-layout__community-member.two-column-layout > .two-column-layout--sidebar > .two-column-layout--sidebar--navigation > .community-member--back-to-directory.community-member--back-to-directory__conference {
  margin-top: 20px;
}
.two-column-layout__community-member.two-column-layout > .two-column-layout--body {
  box-sizing: border-box;
  background-color: #F6F8F8;
  padding-left: 40px;
}
@media screen and (min-width: 1200px) {
  .two-column-layout__community-member.two-column-layout > .two-column-layout--body {
    padding-right: 80px;
  }
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
  .two-column-layout__community-member.two-column-layout > .two-column-layout--body {
    padding-right: 40px;
  }
}
@media screen and (min-width: 835px) and (max-width: 959px) {
  .two-column-layout__community-member.two-column-layout > .two-column-layout--body {
    padding-right: 20px;
  }
}
@media screen and (max-width: 834px) {
  .two-column-layout__community-member.two-column-layout > .two-column-layout--body {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.two-column-layout__community-member.two-column-layout > .two-column-layout--body > .community-member--blog-posts,
.two-column-layout__community-member.two-column-layout > .two-column-layout--body > .community-member--conference-sessions {
  border-bottom-color: #94A1A8;
  border-bottom-style: inset;
  border-bottom-width: 1px;
}
.two-column-layout__community-member.two-column-layout > .two-column-layout--body > .community-member--blog-posts > h2,
.two-column-layout__community-member.two-column-layout > .two-column-layout--body > .community-member--conference-sessions > h2 {
  color: #006D97;
}
.two-column-layout__community-member.two-column-layout > .two-column-layout--body > .community-member--blog-posts > h3,
.two-column-layout__community-member.two-column-layout > .two-column-layout--body > .community-member--conference-sessions > h3 {
  color: #003551;
}
.two-column-layout__community-member.two-column-layout > .two-column-layout--body > .community-member--blog-posts.solutions-card-grid {
  background: unset;
  padding-left: 0;
  padding-right: 0;
}
.two-column-layout__community-member.two-column-layout > .two-column-layout--body > .community-member--blog-posts.solutions-card-grid > .community-member--blog-posts--cards {
  padding-left: 0;
  padding-right: 0;
}
@media screen and (min-width: 835px) {
  .two-column-layout__community-member.two-column-layout > .two-column-layout--body > .community-member--blog-posts.solutions-card-grid > .community-member--blog-posts--cards.solutions-card-grid--card-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 834px) {
  .two-column-layout__community-member.two-column-layout > .two-column-layout--body > .community-member--blog-posts.solutions-card-grid > .community-member--blog-posts--cards.solutions-card-grid--card-wrapper {
    grid-template-columns: 1fr;
  }
}
.two-column-layout__community-member.two-column-layout > .two-column-layout--body > .community-member--blog-posts.solutions-card-grid > .community-member--blog-posts--table {
  margin-bottom: 80px;
}
.two-column-layout__community-member.two-column-layout > .two-column-layout--body > .community-member--blog-posts.solutions-card-grid > .community-member--blog-posts--table > table {
  margin: 0;
  width: 100%;
}
.two-column-layout__community-member.two-column-layout > .two-column-layout--body > .community-member--blog-posts.solutions-card-grid > .community-member--blog-posts--table > table > tbody > tr > td {
  line-height: unset;
  border-left: unset;
}
.two-column-layout__community-member.two-column-layout > .two-column-layout--body > .community-member--blog-posts.solutions-card-grid > .community-member--blog-posts--table > table > tbody > tr > td > a {
  text-decoration: none;
}
.two-column-layout__community-member.two-column-layout > .two-column-layout--body > .community-member--blog-posts.solutions-card-grid > .community-member--blog-posts--table > table > tbody > tr > td:nth-of-type(1) {
  width: 25%;
  white-space: nowrap;
  min-width: fit-content;
}
.two-column-layout__community-member.two-column-layout > .two-column-layout--body > .community-member--blog-posts.solutions-card-grid > .community-member--blog-posts--table > table > tbody > tr > td:nth-of-type(2) {
  width: 75%;
}
.two-column-layout__community-member.two-column-layout > .two-column-layout--body > .community-member--conference-sessions > h3.community-member--conference-sessions--conference-id {
  text-transform: capitalize;
}
.two-column-layout__community-member.two-column-layout > .two-column-layout--body > .community-member--conference-sessions > .speaker-session--speaker-cards, .two-column-layout__community-member.two-column-layout > .two-column-layout--body > .community-member--conference-sessions > .speaker-session--speaker-cards-schedule {
  margin-bottom: 50px;
}
@media screen and (min-width: 1600px) {
  .two-column-layout__community-member.two-column-layout > .two-column-layout--body > .community-member--conference-sessions > .speaker-session--speaker-cards, .two-column-layout__community-member.two-column-layout > .two-column-layout--body > .community-member--conference-sessions > .speaker-session--speaker-cards-schedule {
    column-gap: 60px;
  }
}
@media screen and (min-width: 1291px) and (max-width: 1599px) {
  .two-column-layout__community-member.two-column-layout > .two-column-layout--body > .community-member--conference-sessions > .speaker-session--speaker-cards, .two-column-layout__community-member.two-column-layout > .two-column-layout--body > .community-member--conference-sessions > .speaker-session--speaker-cards-schedule {
    column-gap: 40px;
  }
}
@media screen and (max-width: 1290px) {
  .two-column-layout__community-member.two-column-layout > .two-column-layout--body > .community-member--conference-sessions > .speaker-session--speaker-cards, .two-column-layout__community-member.two-column-layout > .two-column-layout--body > .community-member--conference-sessions > .speaker-session--speaker-cards-schedule {
    grid-template-columns: 1fr;
    row-gap: 40px;
  }
}
@media screen and (max-width: 1019px) {
  .two-column-layout__community-member.two-column-layout > .two-column-layout--body > .community-member--conference-sessions > .speaker-session--speaker-cards, .two-column-layout__community-member.two-column-layout > .two-column-layout--body > .community-member--conference-sessions > .speaker-session--speaker-cards-schedule {
    padding-left: 0;
    padding-right: 0;
  }
}
.two-column-layout__community-member.two-column-layout > .two-column-layout--body > .community-member--conference-sessions > .speaker-session--speaker-cards > .speaker-session--speaker-cards--card, .two-column-layout__community-member.two-column-layout > .two-column-layout--body > .community-member--conference-sessions > .speaker-session--speaker-cards-schedule > .speaker-session--speaker-cards--card {
  box-sizing: border-box;
  max-width: unset;
  min-width: 300px;
}
@media screen and (max-width: 1290px) {
  .two-column-layout__community-member.two-column-layout > .two-column-layout--body > .community-member--conference-sessions > .speaker-session--speaker-cards > .speaker-session--speaker-cards--card, .two-column-layout__community-member.two-column-layout > .two-column-layout--body > .community-member--conference-sessions > .speaker-session--speaker-cards-schedule > .speaker-session--speaker-cards--card {
    width: 100%;
  }
}
@media screen and (max-width: 660px) {
  .two-column-layout__community-member.two-column-layout > .two-column-layout--body > .community-member--conference-sessions > .speaker-session--speaker-cards > .speaker-session--speaker-cards--card, .two-column-layout__community-member.two-column-layout > .two-column-layout--body > .community-member--conference-sessions > .speaker-session--speaker-cards-schedule > .speaker-session--speaker-cards--card {
    flex-direction: row;
  }
}
.two-column-layout__community-member.two-column-layout > .two-column-layout--body > .community-member--conference-sessions > .speaker-session--speaker-cards > .speaker-session--speaker-cards--card > .speaker-session--speaker-cards--card--content, .two-column-layout__community-member.two-column-layout > .two-column-layout--body > .community-member--conference-sessions > .speaker-session--speaker-cards-schedule > .speaker-session--speaker-cards--card > .speaker-session--speaker-cards--card--content {
  min-height: 180px;
  height: fit-content;
  padding-right: 15px;
}
@media screen and (min-width: 1020px) {
  .two-column-layout__community-member.two-column-layout > .two-column-layout--body > .community-member--conference-sessions > .speaker-session--speaker-cards, .two-column-layout__community-member.two-column-layout > .two-column-layout--body > .community-member--conference-sessions > .speaker-session--speaker-cards-schedule {
    padding: 0;
  }
}

.community-member--persona-tag {
  display: flex;
  width: 100%;
  height: 60px;
  box-sizing: border-box;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-radius: 30px;
  border: 1px solid #FFF;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 30px;
}
.community-member--persona-tag.community-member--persona-tag__author {
  background: #7B96A9;
}
.community-member--persona-tag.community-member--persona-tag__conference_speaker {
  background: #006D97;
}
.community-member--persona-tag.community-member--persona-tag__osci {
  background: #84A9CC;
}

.two-column-layout {
  display: flex;
  justify-content: flex-start;
}
.two-column-layout.two-column-layout__left-sidebar {
  flex-direction: row;
}
.two-column-layout.two-column-layout__right-sidebar {
  flex-direction: row-reverse;
}
@media screen and (min-width: 835px) {
  .two-column-layout {
    flex-wrap: nowrap;
  }
}
@media screen and (max-width: 834px) {
  .two-column-layout {
    display: block;
  }
}
.two-column-layout > .two-column-layout--sidebar {
  flex-basis: 500px;
}
@media screen and (min-width: 1020px) {
  .two-column-layout > .two-column-layout--sidebar {
    flex-grow: 1;
    flex-shrink: 0;
    max-width: 500px;
  }
}
@media screen and (min-width: 960px) and (max-width: 1019px) {
  .two-column-layout > .two-column-layout--sidebar {
    flex-shrink: 1;
    flex-shrink: 1;
    max-width: 350px;
  }
}
.two-column-layout > .two-column-layout--body {
  flex-basis: 940px;
}
@media screen and (min-width: 1020px) {
  .two-column-layout > .two-column-layout--body {
    flex-grow: 0;
    flex-shrink: 1;
    max-width: 940px;
  }
}
@media screen and (min-width: 835px) and (max-width: 1019px) {
  .two-column-layout > .two-column-layout--body {
    flex-grow: 1;
    flex-shrink: 1;
    max-width: 650px;
  }
}
@media screen and (max-width: 834px) {
  .two-column-layout > .two-column-layout--body {
    width: 100%;
  }
}

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