/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

.tippy-box[data-animation=fade][data-state=hidden]{opacity:0}[data-tippy-root]{max-width:calc(100vw - 10px)}.tippy-box{position:relative;background-color:#333;color:#fff;border-radius:4px;font-size:14px;line-height:1.4;white-space:normal;outline:0;transition-property:transform,visibility,opacity}.tippy-box[data-placement^=top]>.tippy-arrow{bottom:0}.tippy-box[data-placement^=top]>.tippy-arrow:before{bottom:-7px;left:0;border-width:8px 8px 0;border-top-color:initial;transform-origin:center top}.tippy-box[data-placement^=bottom]>.tippy-arrow{top:0}.tippy-box[data-placement^=bottom]>.tippy-arrow:before{top:-7px;left:0;border-width:0 8px 8px;border-bottom-color:initial;transform-origin:center bottom}.tippy-box[data-placement^=left]>.tippy-arrow{right:0}.tippy-box[data-placement^=left]>.tippy-arrow:before{border-width:8px 0 8px 8px;border-left-color:initial;right:-7px;transform-origin:center left}.tippy-box[data-placement^=right]>.tippy-arrow{left:0}.tippy-box[data-placement^=right]>.tippy-arrow:before{left:-7px;border-width:8px 8px 8px 0;border-right-color:initial;transform-origin:center right}.tippy-box[data-inertia][data-state=visible]{transition-timing-function:cubic-bezier(.54,1.5,.38,1.11)}.tippy-arrow{width:16px;height:16px;color:#333}.tippy-arrow:before{content:"";position:absolute;border-color:transparent;border-style:solid}.tippy-content{position:relative;padding:5px 9px;z-index:1}
@charset "UTF-8"; /**
 * Swiper 8.4.7
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: January 30, 2023
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color:#007aff;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-android .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
          margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
          margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

:root {
  --swiper-navigation-size:44px;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next.swiper-button-hidden, .swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-next, .swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

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

html {
  background-color: #FFF;
  font-size: 18px;
}

body {
  color: #161616;
  font-family: "Inter", sans-serif !important;
  line-height: 1.5555;
  font-weight: 400;
  font-size: 1rem;
  overflow-x: hidden;
  padding-right: 0 !important;
}

body.-lock {
  overflow: hidden;
}

img {
  max-width: 100%;
  vertical-align: middle;
  height: auto;
}
img[data-sizes=auto] {
  display: block;
  width: 100%;
}

ul[class] {
  list-style-type: none;
}

button {
  border: none;
  margin: 0;
  padding: 0;
  width: auto;
  overflow: visible;
  background: transparent;
  /* inherit font & color from ancestor */
  color: inherit;
  font: inherit;
  /* Normalize `line-height`. Cannot be changed from `normal` in Firefox 4+. */
  line-height: normal;
  /* Corrects font smoothing for webkit */
  -webkit-font-smoothing: inherit;
  -moz-osx-font-smoothing: inherit;
  /* Corrects inability to style clickable `input` types in iOS */
  -webkit-appearance: none;
  cursor: pointer;
}

::-moz-selection {
  background: #2CAFC0;
}

::selection {
  background: #2CAFC0;
}

:focus-visible {
  outline: 3px dashed #2CAFC0 !important;
}

.skip-link {
  position: fixed;
  top: 0;
  left: 0;
  padding: 0.5rem 1rem;
  transform: translateY(-100%);
  display: block;
  transition: transform 250ms cubic-bezier(0.22, 1, 0.36, 1), box-shadow 250ms cubic-bezier(0.22, 1, 0.36, 1);
  box-shadow: 0 6px 80px rgba(138, 138, 138, 0);
  z-index: 915;
  background-color: #fff;
  color: #003A5D;
}

.skip-link:focus {
  transform: translateY(0) !important;
  box-shadow: 0 6px 80px rgba(138, 138, 138, 0.25);
}

.container {
  max-width: 1262px;
  margin: 0 auto;
  padding: 0 1.777775rem;
}

header #showWhenLoggedIn {
  display: none;
}

header #showWhenLoggedOut {
  display: none;
}

header .mainHeader__loginWrapper .mainHeader__wevideoLogin {
  display: none;
}

.mainBodyWrapper:focus-visible {
  outline: 3px dashed #2CAFC0 !important;
  outline-offset: -3px;
}

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

.formField {
  border-radius: 5px;
  border: 1px solid #D7D6D6;
  background: #FFF;
  padding: 11px 20px;
  margin-bottom: 10px;
  width: 100%;
  color: #161616;
  font-size: 14px;
}
.formField ::-moz-placeholder {
  color: #8a8a8a;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.28px;
}
.formField ::placeholder {
  color: #8a8a8a;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.28px;
}

.g-recaptcha {
  position: relative;
  z-index: 9999;
}

a {
  text-decoration: none;
}

a:not([class]) {
  text-decoration: none;
  color: #96006B;
  transition: color cubic-bezier(0.22, 1, 0.36, 1) 150ms;
  font-weight: 600;
}

a:not([class]):hover,
a:not([class]):active {
  color: #003A5D;
}

.refresh-2025.mainHeader {
  background-color: #ffffff;
}
.refresh-2025.mainHeader .mainHeader__brand {
  z-index: 1000;
}
.refresh-2025.mainHeader .mainHeader__loginWrapper a {
  color: #161616;
}
.refresh-2025.mainHeader .primaryNav__listItem {
  position: unset;
}
.refresh-2025.mainHeader .primaryNav__listLink {
  position: relative;
  padding-right: 32px;
  color: #161616;
}
.refresh-2025.mainHeader .primaryNav__listLink:active, .refresh-2025.mainHeader .primaryNav__listLink:hover {
  color: #161616;
}
.refresh-2025.mainHeader .primaryNav__listLink::after {
  content: "";
  position: absolute;
  left: -10%;
  bottom: -35px;
  width: 90%;
  height: 3px;
  background-color: #96006b;
  transform: scaleX(0);
  -webkit-clip-path: polygon(3% 0, 97% 0, 100% 100%, 0 100%);
          clip-path: polygon(3% 0, 97% 0, 100% 100%, 0 100%);
  z-index: 1000;
}
.refresh-2025.mainHeader .primaryNav__dropdownMenu {
  left: 0;
  top: 90px;
  width: 100vw;
  border-radius: 0;
  position: absolute;
  z-index: 999;
}
.refresh-2025.mainHeader .primaryNav__dropdownMenu .dropdownMenu__listLink.-title {
  font-weight: 600;
  color: #808080;
  font-size: 18px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.refresh-2025.mainHeader .dropdownMenu__wrapper {
  padding: 0;
  display: flex;
  width: 1280px;
  margin: 0 auto;
  overflow-y: auto;
  max-height: 70vh;
}
.refresh-2025.mainHeader .dropdownMenu__wrapper .dropdownMenu__menuItems {
  padding: 26px 32px 24px 58px;
}
.refresh-2025.mainHeader .dropdownMenu__wrapper .dropdownMenu__menuItems .dropdownMenu__listLink.-title {
  border: none;
  padding-bottom: 3px;
}
.refresh-2025.mainHeader .dropdownMenu__wrapper .dropdownMenu__menuItems a.dropdownMenu__listLink.-title:hover {
  color: #96006B;
}
.refresh-2025.mainHeader .dropdownMenu__wrapper .dropdownMenu__menuItems .dropdownMenu__itemColumns {
  display: grid;
}
.refresh-2025.mainHeader .dropdownMenu__wrapper .dropdownMenu__menuItems .dropdownMenu__itemColumns a.link-with-icon {
  display: flex;
  align-items: flex-start;
  text-decoration: none;
  transition: background-color 0.3s ease;
}
.refresh-2025.mainHeader .dropdownMenu__wrapper .dropdownMenu__menuItems .dropdownMenu__itemColumns a.link-with-icon .dropdownMenu__icon {
  width: 19px;
  margin-right: 14px;
}
.refresh-2025.mainHeader .dropdownMenu__wrapper .dropdownMenu__menuItems .dropdownMenu__itemColumns a.link-with-icon .dropdownMenu__content {
  display: flex;
  flex-direction: column;
  margin-left: 10px;
  margin-bottom: 20px;
}
.refresh-2025.mainHeader .dropdownMenu__wrapper .dropdownMenu__menuItems .dropdownMenu__itemColumns a.link-with-icon .dropdownMenu__content .dropdownMenu__subtitle {
  font-weight: 600;
  font-size: 16px;
  color: #161616;
  padding-bottom: 10px;
}
.refresh-2025.mainHeader .dropdownMenu__wrapper .dropdownMenu__menuItems .dropdownMenu__itemColumns a.link-with-icon .dropdownMenu__content .dropdownMenu__info {
  font-weight: 400;
  font-size: 12px;
  line-height: 115%;
  color: #808080;
}
.refresh-2025.mainHeader .dropdownMenu__wrapper .dropdownMenu__menuItems .dropdownMenu__itemColumns a.link-with-icon:hover .dropdownMenu__content .dropdownMenu__subtitle, .refresh-2025.mainHeader .dropdownMenu__wrapper .dropdownMenu__menuItems .dropdownMenu__itemColumns a.link-with-icon:active .dropdownMenu__content .dropdownMenu__subtitle {
  color: #96006B;
}
.refresh-2025.mainHeader .dropdownMenu__wrapper .dropdownMenu__menuItems .-threeColumns {
  grid-template-columns: repeat(3, 1fr);
  gap: 11px 35px;
}
.refresh-2025.mainHeader .dropdownMenu__wrapper .dropdownMenu__menuItems .-twoColumns {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 54px;
}
.refresh-2025.mainHeader .dropdownMenu__wrapper .dropdownMenu__menuItems .-twoColumns .dropdownMenu__listLink.column {
  grid-template-rows: repeat(5, 1fr);
  gap: 54px;
}
.refresh-2025.mainHeader .dropdownMenu__wrapper .dropdownMenu__menuItems .-twoColumns .dropdownMenu__listLink.column a.link-with-icon {
  margin-bottom: 11px;
}
.refresh-2025.mainHeader .dropdownMenu__wrapper .dropdownMenu__menuItems .-twoColumns .dropdownMenu__listLink.column a.link-with-icon .dropdownMenu__info {
  max-width: 185px;
}
.refresh-2025.mainHeader .dropdownMenu__wrapper .dropdownMenu__menuItems .-fourColumns {
  grid-template-columns: repeat(4, 1fr);
  gap: 54px;
}
.refresh-2025.mainHeader .dropdownMenu__wrapper .dropdownMenu__menuItems .-fourColumns .dropdownMenu__listLink.column {
  grid-template-rows: repeat(5, 1fr);
  gap: 54px;
}
.refresh-2025.mainHeader .dropdownMenu__wrapper .dropdownMenu__menuItems .-fourColumns .dropdownMenu__listLink.column a.link-with-icon {
  margin-bottom: 11px;
}
.refresh-2025.mainHeader .dropdownMenu__wrapper .dropdownMenu__menuItems .-fourColumns .dropdownMenu__listLink.column a.link-with-icon .dropdownMenu__info {
  max-width: 185px;
}
.refresh-2025.mainHeader .dropdownMenu__wrapper .dropdownMenu__menuItems.--videoSolutions {
  border-right: 2px solid #EEF0F4;
  height: 100%;
}
.refresh-2025.mainHeader .dropdownMenu__wrapper .--videoSolutions {
  flex: 0 0 67%;
}
.refresh-2025.mainHeader .dropdownMenu__wrapper .dropdownMenu__featured {
  flex: 1;
  padding: 42px 42px 0 46px;
  max-width: 440px;
}
.refresh-2025.mainHeader .dropdownMenu__wrapper .dropdownMenu__featured .dropdownMenu__featuredSubtitle {
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  color: #808080;
  margin-top: 10px;
}
.refresh-2025.mainHeader .dropdownMenu__wrapper .dropdownMenu__featured .dropdownMenu__featuredTitle {
  font-weight: 600;
  font-size: 20px;
  line-height: 115%;
  color: #161616;
  margin-top: 15px;
}
.refresh-2025.mainHeader .dropdownMenu__wrapper .dropdownMenu__featured .dropdownMenu__featuredInfo {
  font-weight: 400;
  font-size: 12px;
  line-height: 115%;
  color: #808080;
  margin-top: 10px;
}
.refresh-2025.mainHeader .dropdownMenu__wrapper .dropdownMenu__featured .downloadButton {
  width: 133px;
  height: 36px;
  border-radius: 20px;
  gap: 8px;
  border: 2px solid #1F7F8E;
  color: #1F7F8E;
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
  background-color: #FFFFFF;
  margin-top: 20px;
  padding-top: 5px;
}
.refresh-2025.mainHeader .dropdownMenu__wrapper .dropdownMenu__featured .downloadButton:hover {
  color: #ffffff;
  background-color: #1F7F8E;
}
.refresh-2025.mainHeader .dropdownMenu__wrapper.--learnMenu {
  padding-top: 10px;
}
.refresh-2025.mainHeader .dropdownMenu__wrapper.--learnMenu .dropdownMenu__menuItems {
  padding: 26px 0 0 58px;
}
.refresh-2025.mainHeader .dropdownMenu__wrapper.--learnMenu .dropdownMenu__menuItems .-fourColumns {
  gap: unset;
}
.refresh-2025.mainHeader .dropdownMenu__wrapper.--learnMenu .dropdownMenu__menuItems .-fourColumns .dropdownMenu__listLink.column a.link-with-icon .dropdownMenu__info {
  max-width: 206px;
}
.refresh-2025.mainHeader .dropdownMenu__wrapper.--learnMenu .dropdownMenu__menuItems .-fourColumns .dropdownMenu__listLink.column:nth-child(4n) {
  padding-right: 60px;
}
.refresh-2025.mainHeader .-blue-banner {
  background: #28A2B5;
  display: flex;
  position: absolute;
  bottom: 0;
  right: 0;
  width: calc(50vw + 285px);
}
.refresh-2025.mainHeader .-blue-banner .banner-info {
  display: flex;
  grid-column: 2/-1;
  width: 100%;
}
.refresh-2025.mainHeader .-blue-banner .banner-info img {
  width: 66px;
  margin: 15px 30px;
}
.refresh-2025.mainHeader .-blue-banner .banner-info .banner-title {
  margin-top: 20px;
  font-weight: 600;
  font-size: 24px;
  line-height: 100%;
  color: #FFFFFF;
  margin-bottom: 10px;
}
.refresh-2025.mainHeader .-blue-banner .banner-info .banner-subtitle {
  font-weight: 400;
  font-size: 16.52px;
  line-height: 100%;
  color: #FFFFFF;
}
.refresh-2025.mainHeader .-blue-banner a {
  border-color: #FFFFFF;
  margin-top: 28px;
  max-height: 45px;
  margin-left: auto;
  margin-right: calc(50vw - 550px);
}
.refresh-2025.mainHeader a.-secondary {
  color: #161616;
}

@media screen and (min-width: 1170px) {
  .refresh-2025.mainHeader {
    border-bottom: 2px solid #EEF0F4;
    box-shadow: unset;
    z-index: 1000;
  }
  .refresh-2025.mainHeader .container {
    padding-left: 28px;
    padding-right: 20px;
    position: unset;
  }
  .refresh-2025.mainHeader .container .mainHeader__wrapper {
    padding: 0 0 15px 3px;
    position: unset;
  }
  .refresh-2025.mainHeader .mainHeader__primaryNav.primaryNav {
    position: unset;
  }
  .refresh-2025.mainHeader .primaryNav__list {
    align-items: center;
    display: flex;
    overflow-y: visible;
    margin: 0 auto;
    pointer-events: all;
    position: absolute;
    top: 20px;
    transform: translateX(0);
    transition: none;
    padding-left: calc(50vw - 435px);
  }
  .refresh-2025.mainHeader .primaryNav__listLink:hover::after, .refresh-2025.mainHeader .primaryNav__listLink.-open::after {
    transform: scaleX(1);
  }
}
@media (max-width: 1320px) {
  .refresh-2025.mainHeader .primaryNav__list {
    padding-left: 207px;
  }
}
@media (max-width: 1169px) {
  .refresh-2025.mainHeader .primaryNav__list {
    padding-left: 0;
  }
  .refresh-2025.mainHeader .primaryNav__listLink {
    width: 100%;
    text-align: left;
    padding-left: 20px;
  }
  .refresh-2025.mainHeader .mainHeader__loginWrapper {
    background: #EEF0F4;
    padding: 20px;
    width: 100%;
    left: 0;
    justify-content: center;
  }
  .refresh-2025.mainHeader .mainHeader__loginWrapper .mainHeader__wevideoLogin {
    border-right: 1px solid #8A8A8A;
  }
  .refresh-2025.mainHeader .mainHeader__loginWrapper .mainHeader__wevideoLogin a {
    margin-right: 20px;
    font-size: 16px;
  }
  .refresh-2025.mainHeader .mainHeader__loginWrapper .mainHeader__playPositLogin a {
    margin-left: 20px;
    font-size: 16px;
  }
  .refresh-2025.mainHeader .mainHeader__wrapper {
    padding: 15px 12px;
  }
  .refresh-2025.mainHeader .mainHeader__wrapper .primaryNav__dropdownMenu {
    position: relative;
    top: 0;
  }
  .refresh-2025.mainHeader .mainHeader__wrapper .primaryNav__dropdownMenu .dropdownMenu__listLink.-title {
    padding-left: 15px;
  }
  .refresh-2025.mainHeader .mainHeader__wrapper .primaryNav__dropdownMenu .dropdownMenu__wrapper .dropdownMenu__menuItems .dropdownMenu__itemColumns a.link-with-icon {
    padding-left: 20px;
  }
  .refresh-2025.mainHeader .mainHeader__wrapper .dropdownMenu__wrapper .dropdownMenu__menuItems .-threeColumns {
    gap: 11px 16px;
  }
  .refresh-2025.mainHeader .mainHeader__wrapper .dropdownMenu__menuItems.--videoSolutions {
    padding-left: 10px;
    padding-top: 0;
    border-right: none;
    flex: 0 0 35%;
  }
  .refresh-2025.mainHeader .mainHeader__wrapper .dropdownMenu__menuItems.--businessMenu {
    padding-left: 10px;
    padding-top: 0;
  }
  .refresh-2025.mainHeader .mainHeader__wrapper .dropdownMenu__wrapper .dropdownMenu__menuItems .dropdownMenu__itemColumns a.link-with-icon .dropdownMenu__content {
    margin-bottom: 10px;
  }
  .refresh-2025.mainHeader .mainHeader__wrapper .dropdownMenu__wrapper .dropdownMenu__menuItems .dropdownMenu__itemColumns a.link-with-icon .dropdownMenu__content .dropdownMenu__info {
    display: none;
  }
  .refresh-2025.mainHeader .mainHeader__wrapper .dropdownMenu__wrapper .dropdownMenu__menuItems .dropdownMenu__itemColumns.-threeColumns {
    display: block;
  }
  .refresh-2025.mainHeader .mainHeader__wrapper .dropdownMenu__wrapper .dropdownMenu__menuItems .dropdownMenu__itemColumns.-twoColumns .-twoColumns.-inner {
    display: block;
  }
  .refresh-2025.mainHeader .mainHeader__wrapper .dropdownMenu__wrapper .dropdownMenu__menuItems .dropdownMenu__itemColumns.-twoColumns .-twoColumns.-inner a.link-with-icon {
    margin-bottom: 0;
  }
  .refresh-2025.mainHeader .mainHeader__wrapper .dropdownMenu__wrapper .dropdownMenu__menuItems .dropdownMenu__itemColumns.-fourColumns {
    display: block;
  }
  .refresh-2025.mainHeader .mainHeader__wrapper .dropdownMenu__wrapper .dropdownMenu__menuItems .dropdownMenu__itemColumns.-fourColumns a.link-with-icon {
    margin-bottom: 0;
  }
  .refresh-2025.mainHeader .mainHeader__wrapper .--learnMenu {
    display: block;
  }
  .refresh-2025.mainHeader .mainHeader__wrapper .--learnMenu .dropdownMenu__menuItems {
    padding: 20px 0 0;
    width: 100%;
  }
  .refresh-2025.mainHeader .mainHeader__wrapper .--learnMenu .dropdownMenu__menuItems .column {
    padding-left: 10px;
  }
  .refresh-2025.mainHeader .mainHeader__wrapper .primaryNav__listItem {
    position: relative;
    top: 50px;
  }
  .refresh-2025.mainHeader .mainHeader__wrapper .primaryNav__listItem .primaryNav__listLink {
    width: 100%;
    text-align: left;
  }
  .refresh-2025.mainHeader .mainHeader__wrapper .primaryNav__listItem .primaryNav__listLink .primaryNav__listLinkIcon {
    transform: rotate(90deg);
    transform-origin: center;
    position: absolute;
    right: 20px;
  }
  .refresh-2025.mainHeader .mainHeader__wrapper .primaryNav__listItem .primaryNav__listLink.-open .primaryNav__listLinkIcon {
    transform: rotate(270deg);
  }
  .refresh-2025.mainHeader .mainHeader__wrapper .primaryNav__listActions {
    margin-top: 200px;
    justify-content: center;
    display: flex;
  }
  .refresh-2025.mainHeader .mainHeader__wrapper .primaryNav__listActions a {
    width: 326px;
  }
  .refresh-2025.mainHeader .-blue-banner {
    width: 100%;
    position: relative;
    bottom: unset;
    right: unset;
  }
  .refresh-2025.mainHeader .-blue-banner .banner-info {
    width: 60%;
  }
  .refresh-2025.mainHeader .-blue-banner .banner-button {
    margin-right: 40px;
  }
  .refresh-2025.mainHeader .-blue-banner .banner-button a {
    width: 267px;
  }
}
@media (max-width: 625px) {
  .refresh-2025.mainHeader .primaryNav__list {
    z-index: 0;
  }
  .refresh-2025.mainHeader .primaryNav__list.-open {
    padding-left: 0;
    padding-right: 0;
  }
  .refresh-2025.mainHeader .primaryNav__dropdownMenu {
    z-index: 0;
  }
  .refresh-2025.mainHeader .dropdownMenu__wrapper {
    display: block;
  }
  .refresh-2025.mainHeader .dropdownMenu__wrapper .dropdownMenu__featured {
    padding: 0 20px 20px;
    max-width: 90vw;
  }
  .refresh-2025.mainHeader .dropdownMenu__wrapper .dropdownMenu__itemColumns.-twoColumns {
    display: block;
  }
  .refresh-2025.mainHeader .-blue-banner {
    position: relative;
    bottom: unset;
    right: unset;
    margin-top: 20px;
    padding-right: 30px;
    display: block;
    width: 100vw;
  }
  .refresh-2025.mainHeader .-blue-banner .banner-info {
    max-width: 90vw;
    width: 100%;
  }
  .refresh-2025.mainHeader .-blue-banner .banner-button {
    display: flex;
    justify-content: center;
    margin-right: 0;
  }
  .refresh-2025.mainHeader .-blue-banner .banner-button a {
    width: 326px;
    margin: 20px auto 35px;
  }
}
.refresh-2025 .container {
  padding: 0 20px;
}
.refresh-2025 .container .mainFooter__wrapper {
  padding-bottom: 40px;
}
.refresh-2025 .mainFooter__column {
  flex-basis: unset;
  min-width: 197px;
}
.refresh-2025 .mainFooter__column .mainFooter__columnTitle {
  margin-bottom: 10px;
}
.refresh-2025 .mainFooter__column:last-child {
  padding-right: 0;
}
.refresh-2025 .mainFooter__twoColumns {
  grid-template-columns: repeat(2, 1fr);
  display: grid;
  gap: 4px 16px;
  padding-right: 20px;
}
.refresh-2025 .mainFooter__twoColumns .mainFooter__columnListItem {
  width: 180px;
}
.refresh-2025 .--oneColumn .mainFooter__columnListItem {
  width: 113px;
}

@media screen and (max-width: 1169px) {
  .refresh-2025 .mainFooter__column {
    min-width: 185px;
  }
  .refresh-2025 .mainFooter__twoColumns {
    gap: 4px 5px;
  }
}
/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 0 0;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger:hover {
  opacity: 0.7;
}
.hamburger.is-active:hover {
  opacity: 0.7;
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #96006B;
}

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

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2.5px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 31px;
  height: 5px;
  background-color: #96006B;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -11px;
}
.hamburger-inner::after {
  bottom: -11px;
}

/*
 * 3DX
 */
.hamburger--3dx .hamburger-box {
  perspective: 62px;
}
.hamburger--3dx .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx .hamburger-inner::before, .hamburger--3dx .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateY(180deg);
}
.hamburger--3dx.is-active .hamburger-inner::before {
  transform: translate3d(0, 11px, 0) rotate(45deg);
}
.hamburger--3dx.is-active .hamburger-inner::after {
  transform: translate3d(0, -11px, 0) rotate(-45deg);
}

/*
 * 3DX Reverse
 */
.hamburger--3dx-r .hamburger-box {
  perspective: 62px;
}
.hamburger--3dx-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx-r .hamburger-inner::before, .hamburger--3dx-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateY(-180deg);
}
.hamburger--3dx-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 11px, 0) rotate(45deg);
}
.hamburger--3dx-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -11px, 0) rotate(-45deg);
}

/*
 * 3DY
 */
.hamburger--3dy .hamburger-box {
  perspective: 62px;
}
.hamburger--3dy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy .hamburger-inner::before, .hamburger--3dy .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(-180deg);
}
.hamburger--3dy.is-active .hamburger-inner::before {
  transform: translate3d(0, 11px, 0) rotate(45deg);
}
.hamburger--3dy.is-active .hamburger-inner::after {
  transform: translate3d(0, -11px, 0) rotate(-45deg);
}

/*
 * 3DY Reverse
 */
.hamburger--3dy-r .hamburger-box {
  perspective: 62px;
}
.hamburger--3dy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy-r .hamburger-inner::before, .hamburger--3dy-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg);
}
.hamburger--3dy-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 11px, 0) rotate(45deg);
}
.hamburger--3dy-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -11px, 0) rotate(-45deg);
}

/*
 * 3DXY
 */
.hamburger--3dxy .hamburger-box {
  perspective: 62px;
}
.hamburger--3dxy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy .hamburger-inner::before, .hamburger--3dxy .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg) rotateY(180deg);
}
.hamburger--3dxy.is-active .hamburger-inner::before {
  transform: translate3d(0, 11px, 0) rotate(45deg);
}
.hamburger--3dxy.is-active .hamburger-inner::after {
  transform: translate3d(0, -11px, 0) rotate(-45deg);
}

/*
 * 3DXY Reverse
 */
.hamburger--3dxy-r .hamburger-box {
  perspective: 62px;
}
.hamburger--3dxy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy-r .hamburger-inner::before, .hamburger--3dxy-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg) rotateY(180deg) rotateZ(-180deg);
}
.hamburger--3dxy-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 11px, 0) rotate(45deg);
}
.hamburger--3dxy-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -11px, 0) rotate(-45deg);
}

/*
 * Arrow
 */
.hamburger--arrow.is-active .hamburger-inner::before {
  transform: translate3d(-6.2px, 0, 0) rotate(-45deg) scale(0.7, 1);
}
.hamburger--arrow.is-active .hamburger-inner::after {
  transform: translate3d(-6.2px, 0, 0) rotate(45deg) scale(0.7, 1);
}

/*
 * Arrow Right
 */
.hamburger--arrow-r.is-active .hamburger-inner::before {
  transform: translate3d(6.2px, 0, 0) rotate(45deg) scale(0.7, 1);
}
.hamburger--arrow-r.is-active .hamburger-inner::after {
  transform: translate3d(6.2px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

/*
 * Arrow Alt
 */
.hamburger--arrowalt .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(-6.2px, -7.75px, 0) rotate(-45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
.hamburger--arrowalt.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(-6.2px, 7.75px, 0) rotate(45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

/*
 * Arrow Alt Right
 */
.hamburger--arrowalt-r .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt-r .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt-r.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(6.2px, -7.75px, 0) rotate(45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
.hamburger--arrowalt-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(6.2px, 7.75px, 0) rotate(-45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

/*
 * Arrow Turn
 */
.hamburger--arrowturn.is-active .hamburger-inner {
  transform: rotate(-180deg);
}
.hamburger--arrowturn.is-active .hamburger-inner::before {
  transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
}
.hamburger--arrowturn.is-active .hamburger-inner::after {
  transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

/*
 * Arrow Turn Right
 */
.hamburger--arrowturn-r.is-active .hamburger-inner {
  transform: rotate(-180deg);
}
.hamburger--arrowturn-r.is-active .hamburger-inner::before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}
.hamburger--arrowturn-r.is-active .hamburger-inner::after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
}

/*
 * Boring
 */
.hamburger--boring .hamburger-inner, .hamburger--boring .hamburger-inner::before, .hamburger--boring .hamburger-inner::after {
  transition-property: none;
}
.hamburger--boring.is-active .hamburger-inner {
  transform: rotate(45deg);
}
.hamburger--boring.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}
.hamburger--boring.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
}

/*
 * Collapse
 */
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse .hamburger-inner::after {
  top: -22px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}
.hamburger--collapse .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse.is-active .hamburger-inner {
  transform: translate3d(0, -11px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--collapse.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}
.hamburger--collapse.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Collapse Reverse
 */
.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse-r .hamburger-inner::after {
  top: -22px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}
.hamburger--collapse-r .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse-r.is-active .hamburger-inner {
  transform: translate3d(0, -11px, 0) rotate(45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--collapse-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}
.hamburger--collapse-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Elastic
 */
.hamburger--elastic .hamburger-inner {
  top: 2.5px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic .hamburger-inner::before {
  top: 11px;
  transition: opacity 0.125s 0.275s ease;
}
.hamburger--elastic .hamburger-inner::after {
  top: 22px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic.is-active .hamburger-inner {
  transform: translate3d(0, 11px, 0) rotate(135deg);
  transition-delay: 0.075s;
}
.hamburger--elastic.is-active .hamburger-inner::before {
  transition-delay: 0s;
  opacity: 0;
}
.hamburger--elastic.is-active .hamburger-inner::after {
  transform: translate3d(0, -22px, 0) rotate(-270deg);
  transition-delay: 0.075s;
}

/*
 * Elastic Reverse
 */
.hamburger--elastic-r .hamburger-inner {
  top: 2.5px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic-r .hamburger-inner::before {
  top: 11px;
  transition: opacity 0.125s 0.275s ease;
}
.hamburger--elastic-r .hamburger-inner::after {
  top: 22px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic-r.is-active .hamburger-inner {
  transform: translate3d(0, 11px, 0) rotate(-135deg);
  transition-delay: 0.075s;
}
.hamburger--elastic-r.is-active .hamburger-inner::before {
  transition-delay: 0s;
  opacity: 0;
}
.hamburger--elastic-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -22px, 0) rotate(270deg);
  transition-delay: 0.075s;
}

/*
 * Emphatic
 */
.hamburger--emphatic {
  overflow: hidden;
}
.hamburger--emphatic .hamburger-inner {
  transition: background-color 0.125s 0.175s ease-in;
}
.hamburger--emphatic .hamburger-inner::before {
  left: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
}
.hamburger--emphatic .hamburger-inner::after {
  top: 11px;
  right: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
}
.hamburger--emphatic.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent !important;
}
.hamburger--emphatic.is-active .hamburger-inner::before {
  left: -62px;
  top: -62px;
  transform: translate3d(62px, 62px, 0) rotate(45deg);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.hamburger--emphatic.is-active .hamburger-inner::after {
  right: -62px;
  top: -62px;
  transform: translate3d(-62px, 62px, 0) rotate(-45deg);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

/*
 * Emphatic Reverse
 */
.hamburger--emphatic-r {
  overflow: hidden;
}
.hamburger--emphatic-r .hamburger-inner {
  transition: background-color 0.125s 0.175s ease-in;
}
.hamburger--emphatic-r .hamburger-inner::before {
  left: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
}
.hamburger--emphatic-r .hamburger-inner::after {
  top: 11px;
  right: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
}
.hamburger--emphatic-r.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent !important;
}
.hamburger--emphatic-r.is-active .hamburger-inner::before {
  left: -62px;
  top: 62px;
  transform: translate3d(62px, -62px, 0) rotate(-45deg);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.hamburger--emphatic-r.is-active .hamburger-inner::after {
  right: -62px;
  top: 62px;
  transform: translate3d(-62px, -62px, 0) rotate(45deg);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

/*
 * Minus
 */
.hamburger--minus .hamburger-inner::before, .hamburger--minus .hamburger-inner::after {
  transition: bottom 0.08s 0s ease-out, top 0.08s 0s ease-out, opacity 0s linear;
}
.hamburger--minus.is-active .hamburger-inner::before, .hamburger--minus.is-active .hamburger-inner::after {
  opacity: 0;
  transition: bottom 0.08s ease-out, top 0.08s ease-out, opacity 0s 0.08s linear;
}
.hamburger--minus.is-active .hamburger-inner::before {
  top: 0;
}
.hamburger--minus.is-active .hamburger-inner::after {
  bottom: 0;
}

/*
 * Slider
 */
.hamburger--slider .hamburger-inner {
  top: 2.5px;
}
.hamburger--slider .hamburger-inner::before {
  top: 11px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}
.hamburger--slider .hamburger-inner::after {
  top: 22px;
}
.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 11px, 0) rotate(45deg);
}
.hamburger--slider.is-active .hamburger-inner::before {
  transform: rotate(-45deg) translate3d(-4.4285714286px, -6px, 0);
  opacity: 0;
}
.hamburger--slider.is-active .hamburger-inner::after {
  transform: translate3d(0, -22px, 0) rotate(-90deg);
}

/*
 * Slider Reverse
 */
.hamburger--slider-r .hamburger-inner {
  top: 2.5px;
}
.hamburger--slider-r .hamburger-inner::before {
  top: 11px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}
.hamburger--slider-r .hamburger-inner::after {
  top: 22px;
}
.hamburger--slider-r.is-active .hamburger-inner {
  transform: translate3d(0, 11px, 0) rotate(-45deg);
}
.hamburger--slider-r.is-active .hamburger-inner::before {
  transform: rotate(45deg) translate3d(4.4285714286px, -6px, 0);
  opacity: 0;
}
.hamburger--slider-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -22px, 0) rotate(90deg);
}

/*
 * Spin
 */
.hamburger--spin .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}
.hamburger--spin .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin.is-active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spin.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}
.hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Spin Reverse
 */
.hamburger--spin-r .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin-r .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}
.hamburger--spin-r .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin-r.is-active .hamburger-inner {
  transform: rotate(-225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spin-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}
.hamburger--spin-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Spring
 */
.hamburger--spring .hamburger-inner {
  top: 2.5px;
  transition: background-color 0s 0.13s linear;
}
.hamburger--spring .hamburger-inner::before {
  top: 11px;
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring .hamburger-inner::after {
  top: 22px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring.is-active .hamburger-inner {
  transition-delay: 0.22s;
  background-color: transparent !important;
}
.hamburger--spring.is-active .hamburger-inner::before {
  top: 0;
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 11px, 0) rotate(45deg);
}
.hamburger--spring.is-active .hamburger-inner::after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 11px, 0) rotate(-45deg);
}

/*
 * Spring Reverse
 */
.hamburger--spring-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring-r .hamburger-inner::after {
  top: -22px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear;
}
.hamburger--spring-r .hamburger-inner::before {
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring-r.is-active .hamburger-inner {
  transform: translate3d(0, -11px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spring-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.22s linear;
}
.hamburger--spring-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(90deg);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Stand
 */
.hamburger--stand .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
}
.hamburger--stand .hamburger-inner::before {
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand .hamburger-inner::after {
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand.is-active .hamburger-inner {
  transform: rotate(90deg);
  background-color: transparent !important;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
}
.hamburger--stand.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-45deg);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--stand.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(45deg);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Stand Reverse
 */
.hamburger--stand-r .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
}
.hamburger--stand-r .hamburger-inner::before {
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand-r .hamburger-inner::after {
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand-r.is-active .hamburger-inner {
  transform: rotate(-90deg);
  background-color: transparent !important;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
}
.hamburger--stand-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-45deg);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--stand-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(45deg);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Squeeze
 */
.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze .hamburger-inner::before {
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}
.hamburger--squeeze .hamburger-inner::after {
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}
.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Vortex
 */
.hamburger--vortex .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex .hamburger-inner::before, .hamburger--vortex .hamburger-inner::after {
  transition-duration: 0s;
  transition-delay: 0.1s;
  transition-timing-function: linear;
}
.hamburger--vortex .hamburger-inner::before {
  transition-property: top, opacity;
}
.hamburger--vortex .hamburger-inner::after {
  transition-property: bottom, transform;
}
.hamburger--vortex.is-active .hamburger-inner {
  transform: rotate(765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex.is-active .hamburger-inner::before, .hamburger--vortex.is-active .hamburger-inner::after {
  transition-delay: 0s;
}
.hamburger--vortex.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}
.hamburger--vortex.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(90deg);
}

/*
 * Vortex Reverse
 */
.hamburger--vortex-r .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex-r .hamburger-inner::before, .hamburger--vortex-r .hamburger-inner::after {
  transition-duration: 0s;
  transition-delay: 0.1s;
  transition-timing-function: linear;
}
.hamburger--vortex-r .hamburger-inner::before {
  transition-property: top, opacity;
}
.hamburger--vortex-r .hamburger-inner::after {
  transition-property: bottom, transform;
}
.hamburger--vortex-r.is-active .hamburger-inner {
  transform: rotate(-765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex-r.is-active .hamburger-inner::before, .hamburger--vortex-r.is-active .hamburger-inner::after {
  transition-delay: 0s;
}
.hamburger--vortex-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}
.hamburger--vortex-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
}

.alert {
  padding: 0.9rem;
  text-align: center;
  background-color: #c3e8ec;
  border-radius: 15px;
}

.brushStrokeDivider__path {
  fill: #2CAFC0;
}

.breadcrumbs {
  list-style-type: none;
  padding: 0;
  display: flex;
  align-items: center;
}
.breadcrumbs__listItem, .breadcrumbs__link {
  font-size: 0.66667rem;
  color: #161616;
  line-height: 1;
}
.breadcrumbs__link {
  font-weight: 400;
  transition: color 250ms cubic-bezier(0.22, 1, 0.36, 1);
}
.breadcrumbs__link:hover, .breadcrumbs__link:active {
  color: #2CAFC0;
}
.breadcrumbs__listItem {
  font-weight: 600;
}
.breadcrumbs__icon {
  display: inline-block;
  width: 7px;
  height: 9px;
  color: #96006B;
  margin: 0 0.4rem 0 0.2rem;
}
@media screen and (min-width: 625px) {
  .breadcrumbs__listItem, .breadcrumbs__link {
    font-size: 0.8888889rem;
  }
}

/*
<a href="#" class="button">
    CTA will go here
    <svg class="button__icon">
        <use xlink:href="#angle-right" />
    </svg>
</a>
*/
.button {
  display: inline-block;
  position: relative;
  background-color: #1F7F8E;
  padding: 0.4rem 1.6rem;
  border-radius: 1.2rem;
  font-weight: 600;
  text-align: center;
  color: #fff;
  transition: background-color cubic-bezier(0.22, 1, 0.36, 1) 400ms, padding cubic-bezier(0.22, 1, 0.36, 1) 400ms, color cubic-bezier(0.22, 1, 0.36, 1) 400ms, border cubic-bezier(0.22, 1, 0.36, 1) 400ms;
  line-height: 1.5;
  font-size: 1rem;
}
.button__icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0.7rem;
  color: #fff;
  width: 0;
  height: 0.77rem;
  opacity: 0;
  transition: opacity cubic-bezier(0.22, 1, 0.36, 1) 250ms, width cubic-bezier(0.22, 1, 0.36, 1) 250ms;
}
.button.-secondary {
  padding: calc(0.4rem - 2px) calc(1.6rem - 2px);
  background-color: transparent;
  border: 2px solid #1F7F8E;
  color: #000000;
}
.button.-secondary .button__icon {
  color: #000000;
}
.button.-tertiary {
  padding: calc(0.4rem - 2px) calc(1.6rem - 2px);
  background-color: transparent;
  border: 2px solid #F7C223;
  color: #fff;
}
.button:hover, .button:active {
  padding: 0.4rem 2.1rem 0.4rem 1.1rem;
}
.button:hover .button__icon, .button:active .button__icon {
  opacity: 1;
  width: 1.15rem;
}
.button.-secondary:hover, .button.-secondary:active {
  padding: calc(0.4rem - 2px) calc(2.1rem - 2px) calc(0.4rem - 2px) calc(1.1rem - 2px);
  background-color: transparent;
}
.button.-tertiary:hover, .button.-tertiary:active {
  padding: calc(0.4rem - 2px) calc(2.1rem - 2px) calc(0.4rem - 2px) calc(1.1rem - 2px);
  background-color: transparent;
  border: 2px solid #F7C223;
  color: #fff;
}

/*
<a href="" class="cta">
    CTA will go here
    <svg class="cta__icon">
        <use xlink:href="#angle-right" />
    </svg>
</a>
*/
.cta {
  display: inline-block;
  color: #96006B;
  font-size: 0.888888rem;
  font-weight: 600;
}
.cta__icon {
  width: 1.15rem;
  height: 0.73rem;
  vertical-align: -1px;
  transition: transform 250ms cubic-bezier(0.22, 1, 0.36, 1);
}
.cta:hover .cta__icon, .cta:active .cta__icon {
  transform: translateX(0.3em);
}

.eyebrow {
  font-weight: 700;
  font-size: 0.7777777rem;
  text-transform: uppercase;
  line-height: 1.214;
}

h1,
.h1 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 54px;
  font-weight: 600;
  color: #000000;
  line-height: 1;
}
@media screen and (min-width: 850px) {
  h1,
.h1 {
    font-size: 3rem;
    line-height: 1.075;
  }
}

h2,
.h2 {
  margin-top: 0;
  font-size: 40px;
  font-weight: 600;
  color: #000000;
  line-height: 48px;
}

h3,
.h3 {
  margin-top: 0;
  font-size: 1.777777rem;
  line-height: 1.1875;
  font-weight: 600;
  color: #000000;
}

h4,
.h4 {
  margin-top: 0;
  font-size: 1.33333rem;
  line-height: 1.208;
  font-weight: 600;
  color: #000000;
}

p,
.p {
  margin-top: 0;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0;
  font-weight: 400;
  color: #8A8A8A;
}

.siteLogo__triangle {
  fill: #00AFC1;
}
.siteLogo__text {
  fill: #0F0F0F;
}

.dropdownMenu {
  overflow: hidden;
  height: 0;
  transition: height 250ms;
  visibility: hidden;
}
.dropdownMenu.-open {
  visibility: visible;
}
.dropdownMenu__list {
  padding-left: 0;
}
.dropdownMenu__list:not(:first-child) {
  margin-top: 1.5rem;
}
.dropdownMenu__listLink {
  font-size: 0.88889rem;
  color: #003A5D;
  transition: color 250ms cubic-bezier(0.22, 1, 0.36, 1);
}
.dropdownMenu__listLink:hover, .dropdownMenu__listLink:active {
  color: #96006B;
}
.dropdownMenu__listItem:not(:last-child) {
  margin-bottom: 1rem;
}
.dropdownMenu__callout {
  margin-bottom: 1rem;
}
.dropdownMenu__calloutTitle {
  font-size: 1.125rem;
  font-weight: 600;
}
.dropdownMenu__calloutText {
  font-size: 0.88889rem;
  line-height: 1.555;
  margin-top: 0;
  color: #003A5D;
}
.dropdownMenu__calloutButton {
  background-color: #003A5D;
  font-size: 0.8889rem;
  padding: 0.4rem 2.6rem 0.4rem 1.7rem;
}
.dropdownMenu__calloutButton .button__icon {
  opacity: 1;
  width: 1.15rem;
  right: 1.1rem;
  transition: right 250ms cubic-bezier(0.22, 1, 0.36, 1);
}
.dropdownMenu__calloutButton:hover, .dropdownMenu__calloutButton:active {
  padding: 0.4rem 2.6rem 0.4rem 1.7rem;
}
.dropdownMenu__calloutButton:hover .button__icon, .dropdownMenu__calloutButton:active .button__icon {
  right: 0.7rem;
}
.dropdownMenu__wrapper {
  padding: 1.5rem 0;
}
.dropdownMenu__listLink.-title {
  border-bottom: 1px solid #2CAFC0;
  font-size: 1rem;
  padding-bottom: 0.8rem;
  font-weight: 600;
  width: 100%;
  display: block;
}
.dropdownMenu__listItem:not(:first-child) .dropdownMenu__listLink.-title {
  margin-top: 1.8rem;
}
@media screen and (min-width: 1170px) {
  .dropdownMenu {
    height: auto;
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 0 6px 80px rgba(138, 138, 138, 0.25);
  }
  .dropdownMenu__callout {
    margin-bottom: 0;
    padding-right: 3rem;
  }
  .dropdownMenu__calloutButton {
    white-space: nowrap;
  }
  .dropdownMenu__calloutText {
    margin-bottom: 2.7rem;
  }
  .dropdownMenu__wrapper {
    display: inline-flex;
    padding: 2.6rem 3.3rem 2.6rem 1.6rem;
  }
  .dropdownMenu__list {
    width: 217px;
    flex-shrink: 0;
  }
  .dropdownMenu__list:not(:first-child) {
    margin-top: 0;
  }
}

@media screen and (min-width: 1170px) {
  .dropdownMenu#businessMenu .dropdownMenu__list {
    width: 300px;
  }
  .dropdownMenu#businessMenu .dropdownMenu__list .dropdownMenu__listItem {
    margin-bottom: 16px;
  }
  .dropdownMenu#businessMenu .dropdownMenu__list .dropdownMenu__listItem .dropdownMenu__listLink.-title {
    margin-bottom: 6px;
    padding-bottom: 6px;
    font-size: 16px;
  }
  .dropdownMenu#businessMenu .dropdownMenu__list .dropdownMenu__listItem .dropdownMenu__calloutText {
    margin-bottom: 0;
    font-size: 14px;
  }
  .dropdownMenu#businessMenu .dropdownMenu__list .dropdownMenu__listItem:not(:first-child) .dropdownMenu__listLink.-title {
    margin-top: 0;
  }
  .dropdownMenu#businessMenu .dropdownMenu__list .dropdownMenu__listLink.-title {
    width: auto;
    display: inline-block;
  }
}
.primaryNav {
  line-height: 1;
}
.primaryNav__list {
  display: none;
  background-color: #fff;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 6.1rem 2.1rem 2.1rem;
  transform: translateX(-100%);
  pointer-events: none;
  transition: transform 250ms cubic-bezier(0.64, 0, 0.78, 0);
  margin: 0;
  overflow-y: scroll;
  z-index: 1;
}
.primaryNav__list::before {
  content: "";
  display: block;
  position: sticky;
  top: -6rem;
  left: 0;
  width: 100%;
  margin-top: -6rem;
  background-image: linear-gradient(to bottom, #fff 70%, transparent);
  height: 7rem;
  z-index: 1;
  pointer-events: none;
}
.primaryNav__list.-open {
  transition: transform 250ms cubic-bezier(0.22, 1, 0.36, 1);
  transform: translateX(0);
  pointer-events: all;
}
.primaryNav__button {
  margin-bottom: 1rem;
}
.primaryNav__mobileButton {
  position: relative;
  height: 1.5rem;
  z-index: 2;
}
.primaryNav__listLink {
  cursor: pointer;
  font-weight: 600;
  color: #003A5D;
  transition: color 250ms cubic-bezier(0.22, 1, 0.36, 1);
}
.primaryNav__listLink:hover, .primaryNav__listLink:active {
  color: #96006B;
}
.primaryNav__listLinkIcon {
  color: #96006B;
  height: 0.8rem;
  width: 1rem;
  display: inline-block;
  transition: transform 250ms cubic-bezier(0.22, 1, 0.36, 1);
}
.primaryNav__listLink.-open .primaryNav__listLinkIcon {
  transform: rotate(-90deg);
}
.primaryNav__listItem:not(:last-child) {
  margin-bottom: 1rem;
}
.primaryNav__listActions {
  margin-top: 2rem;
}
@media screen and (min-width: 1170px) {
  .primaryNav {
    flex-grow: 1;
  }
  .primaryNav__listLinkIcon {
    transform: rotate(90deg);
    width: 0.3rem;
    height: 0.5rem;
    margin-left: 0.15rem;
  }
  .primaryNav__listItem:not(:last-child) {
    margin-bottom: 0;
  }
  .primaryNav__listLink {
    padding-right: 0.9rem;
    font-size: 0.88889rem;
    font-family: "Inter", sans-serif;
  }
  .primaryNav__listItem {
    position: relative;
  }
  .primaryNav__mobileButton {
    display: none;
  }
  .primaryNav__list {
    position: relative;
    display: flex;
    align-items: center;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 0;
    transform: translateX(0);
    transition: none;
    pointer-events: all;
    overflow-y: visible;
  }
  .primaryNav__list::before {
    display: none;
  }
  .primaryNav__listActions {
    margin-left: auto;
    margin-top: 0;
  }
  .primaryNav__button {
    font-size: 0.88889rem;
    margin-bottom: 0;
  }
  .primaryNav__button:not(:last-child) {
    margin-right: 0.4rem;
  }
  .primaryNav__dropdownMenu {
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 4.7rem;
    left: -2.333rem;
    transition: opacity 250ms cubic-bezier(0.22, 1, 0.36, 1);
  }
  .primaryNav__dropdownMenu.-open {
    opacity: 1;
    pointer-events: all;
  }
}
@media screen and (min-width: 1393px) {
  .primaryNav__listLink {
    font-size: 1rem;
  }
  .primaryNav__button {
    font-size: 1rem;
  }
  .primaryNav__listLink {
    padding-right: 1rem;
  }
}

@media (max-width: 767px) {
  .hs-content-path- .mainHeader__loginWrapper.-open {
    top: 145px;
  }
  .hs-content-path- .primaryNav__list.-open {
    padding-top: 170px;
  }
  .primaryNav__list.-open {
    padding-top: 135px;
  }
  .primaryNav__listActions > div {
    flex-direction: column;
  }
}
/*
<a href="#" class="resourceCard" style="width: 380px">
    <div class="resourceCard__imageWrapper">
        <img src="https://i.stack.imgur.com/y9DpT.jpg" alt="" class="resourceCard__image">
    </div>
    <div class="resourceCard__contentBody">
        <h3 class="resourceCard__title">
            Lorem ipsum dolor sit amet Lorem ipsum dolor sit amet
        </h3>
        <p class="resourceCard__description">
            Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris metus ante, ultricies vel.
        </p>
    </div>
</a>
*/
.resourceCard {
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0, 58, 93, 0.05);
  border-radius: 15px;
  transition: box-shadow 250ms cubic-bezier(0.22, 1, 0.36, 1);
}
.resourceCard__imageWrapper {
  display: block;
  height: 175px;
}
.resourceCard__image {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.resourceCard__title {
  font-size: 1.33333rem;
  margin-bottom: 0.9rem;
}
.resourceCard__description {
  margin: 0;
  color: #161616;
}
.resourceCard__contentBody {
  padding: 1.4rem 1.5rem 1.9rem;
  background-color: #fff;
  flex-grow: 1;
}
.resourceCard::after {
  content: "";
  pointer-events: none;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: inset 0 0 0 0 #F78320;
  transition: box-shadow 250ms cubic-bezier(0.22, 1, 0.36, 1);
  border-radius: 15px;
}
.resourceCard:hover, .resourceCard:active {
  box-shadow: 0 4px 40px rgba(0, 58, 93, 0.35);
}
.resourceCard:hover::after, .resourceCard:active::after {
  box-shadow: inset 0 0 0 10px #F78320;
}

.responsiveVideo {
  position: relative;
  padding-bottom: 56.25%;
  height: 80vh;
  overflow: hidden;
  width: 90vw;
}
.responsiveVideo__embed {
  height: 100% !important;
  left: 0;
  position: absolute !important;
  top: 0;
  width: 100% !important;
}

.tabNav__tabList {
  display: flex;
  padding: 0;
  margin: 0;
}
.tabNav__tabList.-mobileColumn {
  flex-direction: column;
}
.tabNav__tabButton {
  position: relative;
  font-size: 0.875rem;
  text-transform: uppercase;
  font-weight: 600;
  color: #003A5D;
  padding-bottom: 1rem;
  overflow: hidden;
  cursor: pointer;
  transition: color 400ms cubic-bezier(0.22, 1, 0.36, 1);
  color: #fff;
  width: 100%;
  white-space: nowrap;
}
.tabNav.-page .tabNav__tabButton.-active {
  font-weight: 600;
}
.tabNav.-page .tabNav__tabButton {
  text-transform: none;
  font-size: 1.3333333rem;
  font-weight: 400;
  white-space: normal;
}
.tabNav__tabListItem {
  max-width: 41px;
  transition: max-width 400ms cubic-bezier(0.22, 1, 0.36, 1);
}
.tabNav__tabList.-mobileColumn .tabNav__tabListItem {
  max-width: 100%;
  margin-bottom: 1rem;
}
.tabNav__tabList.-mobileColumn .tabNav__tabButton {
  color: #003A5D;
}
.tabNav__tabListItem.-active {
  max-width: 100%;
}
.tabNav__tabButton.-active {
  color: #003A5D;
}
.tabNav__tabButton::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 9px;
  bottom: 0;
  left: 0;
  background-color: #bcbcbc;
  border-radius: 5px;
  background-color: opacity 250ms cubic-bezier(0.22, 1, 0.36, 1);
}
.tabNav__tabButton.-active::after {
  background-color: #F78320;
}
.tabNav__tabListItem:not(:last-child) {
  margin-right: 0.5rem;
}
.tabNav__slidingTab {
  display: none;
}
@media screen and (min-width: 850px) {
  .tabNav {
    position: relative;
  }
  .tabNav::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 4px;
    background-color: #e4e4e4;
    left: 0;
    bottom: 0;
    border-radius: 4px;
  }
  .tabNav.-page .tabNav__tabButton {
    max-width: 300px;
  }
  .tabNav__tabList {
    display: flex;
    justify-content: space-around;
    padding: 0 2.2rem;
    align-items: flex-end;
  }
  .tabNav__tabList.-mobileColumn {
    flex-direction: row;
  }
  .tabNav__tabList.-mobileColumn .tabNav__tabListItem {
    margin-bottom: 0;
  }
  .tabNav__tabListItem.-active, .tabNav__tabListItem {
    max-width: none;
  }
  .tabNav__tabButton {
    font-size: 1rem;
    padding-bottom: 1.5rem;
    transition: color 250ms cubic-bezier(0.22, 1, 0.36, 1);
    color: #003A5D;
    white-space: normal;
  }
  .tabNav__tabButton::after {
    display: none;
  }
  .tabNav__tabButton:hover, .tabNav__tabButton:active {
    color: #96006B;
  }
  .tabNav__slidingTab {
    position: absolute;
    display: block;
    bottom: -2px;
    width: 100%;
    background-color: #F78320;
    height: 9px;
    border-radius: 5px;
    z-index: 1;
    transition: width 400ms cubic-bezier(0.22, 1, 0.36, 1), transform 400ms cubic-bezier(0.22, 1, 0.36, 1);
  }
}

.tierCards__card {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  box-shadow: 4px 4px 20px 0 rgba(0, 58, 93, 0.1);
  border-radius: 15px;
  padding: 2.5rem 0.7rem 2rem;
  overflow: hidden;
  margin-bottom: 20px;
}
.tierCards__card.-augment {
  padding: 2.5rem 1.8rem 2rem;
}
.tierCards__card:not(.-emphasize) {
  margin-top: 1.7rem;
}
.tierCards__card.-emphasize {
  border: 1px solid #F7C223;
  padding-top: 75px;
}
.tierCards__cardAlert {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #F7C223;
  width: 100%;
  text-align: center;
  margin: 0;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  color: #003A5D;
  padding: 0.5rem 0;
  z-index: 22;
}
.tierCards__buttonDescription {
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 0.77777778rem;
  color: #161616;
  white-space: nowrap;
  font-weight: 350;
}
.tierCards__cardTitle {
  text-align: center;
  font-size: 1.33333334rem;
  margin-bottom: 5px;
  font-weight: 700;
}
.tierCards__separator {
  width: 150px;
  height: 2px;
  margin: 0 auto;
  background: linear-gradient(90deg, #FFF 0%, #96006B 48.5%, #FFF 100%);
}
.tierCards__smallDescription {
  padding-top: 10px;
  margin: 0 auto 15px;
  width: 88%;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.28px;
}
.tierCards.educationTierCards .tierCards__smallDescription, .tierCards.ppCardsWrapper .tierCards__smallDescription {
  font-size: 18px;
  line-height: 28px;
  min-height: 94px;
}
.tierCards__actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 1.6rem;
  margin-top: auto;
}
.tierCards__icon {
  width: 47px;
  margin-bottom: 0.3rem;
  margin-top: 10px;
}
.tierCards__card.-augment .tierCards__icon {
  margin-top: -2.7rem;
}
.tierCards .tierCards__card.withPromo .tierCards__smallDescription {
  margin-bottom: 7px;
}
.tierCards .tierCards__card.withPromo .tierCards__cardPrice {
  margin-bottom: 5px;
}
.tierCards .tierCards__card.withPromo .tierCards__cardPrice.strikeTrough {
  margin-bottom: 0;
}
.tierCards .tierCards__card.withPromo .tierCards__cardPrice.strikeTrough, .tierCards .tierCards__card.withPromo .tierCards__cardPrice.strikeTrough .tierCards__cardPriceTime {
  text-decoration: line-through;
  color: #F78320;
  font-weight: 350;
  font-size: 14px;
  line-height: 17px;
  padding-top: 0;
  letter-spacing: -0.28px;
}
.tierCards .tierCards__card.withPromo .tierCards__accent {
  margin-bottom: 15px;
}
.tierCards .tierCards__card.withPromo .tierCards__discountPrice {
  margin-bottom: 20px;
}
.tierCards .tierCards__card.withPromo .tierCards__discountPrice.-hidden {
  margin-bottom: 15px;
}
.tierCards .tierCards__card.withPromo .limitedTimeBurst {
  z-index: 10;
  position: absolute;
  right: -25px;
  top: -1px;
  width: 150px;
  height: 100px;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.1));
}
.tierCards .tierCards__card.withPromo .limitedTimeBurst .limitedBurstPoly {
  width: 125px;
  height: 81px;
  background: linear-gradient(90deg, #FFB6EA 0%, #F7CF57 100%);
  -webkit-clip-path: polygon(0 0, 32% 0, 100% 68%, 100% 100%);
          clip-path: polygon(0 0, 32% 0, 100% 68%, 100% 100%);
}
.tierCards .tierCards__card.withPromo .limitedTimeBurst .limitedTimeInner {
  position: absolute;
  top: 26px;
  right: 36px;
  transform: rotate(33deg);
  color: #003A5D;
  font-size: 14px;
  line-height: 18px;
  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: 0.367px;
}
.tierCards .tierCards__card.withPromo.-emphasize .limitedTimeBurst {
  top: 30px;
}
.tierCards .tierCards__card.withPromo.-emphasize .limitedTimeBurst .limitedTimeInner {
  font-size: 12px;
  top: 32px;
  right: 32px;
  letter-spacing: 0.267px;
}
.tierCards .tierCards__card.withPromo.classroomCard .tierCards__priceQualifier, .tierCards .tierCards__card.withPromo.teacherCard .tierCards__priceQualifier {
  display: none;
}
.tierCards .tierCards__card.withPromo.classroomCard .tierCards__cardPrice, .tierCards .tierCards__card.withPromo.teacherCard .tierCards__cardPrice {
  margin-top: 25px;
  margin-bottom: 0;
}
.tierCards .tierCards__card.withPromo.classroomCard .tierCards__cardPrice.strikeTrough, .tierCards .tierCards__card.withPromo.teacherCard .tierCards__cardPrice.strikeTrough {
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 18px;
}
.tierCards .tierCards__card.withPromo.classroomCard .tierCards__cardPrice.strikeTrough, .tierCards .tierCards__card.withPromo.classroomCard .tierCards__cardPrice.strikeTrough .tierCards__cardPriceTime, .tierCards .tierCards__card.withPromo.teacherCard .tierCards__cardPrice.strikeTrough, .tierCards .tierCards__card.withPromo.teacherCard .tierCards__cardPrice.strikeTrough .tierCards__cardPriceTime {
  text-decoration: line-through;
  color: #F78320;
  font-weight: 350;
  font-size: 14px;
  line-height: 17px;
  padding-top: 0;
  letter-spacing: -0.28px;
}
.tierCards__cardPrice {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  font-size: 2.666667rem;
  font-weight: 600;
  color: #003A5D;
  line-height: 1.25;
  margin-top: 0;
  margin-bottom: 0;
}
.tierCards__cardPriceValue {
  padding-left: 5px;
}
.tierCards__card.-augment .tierCards__cardPrice {
  margin-bottom: 1.6rem;
}
.tierCards__priceQualifier {
  position: absolute;
  top: -24px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 1.11111111rem;
  color: #8A8A8A;
  font-weight: 400;
  white-space: nowrap;
}
.tierCards__cardSubtitle {
  font-size: 1.33333334rem;
  font-weight: 700;
  margin-top: 0;
  color: #003A5D;
  margin-bottom: 1.6rem;
}
.tierCards__card.-augment .tierCards__cardSubtitle {
  margin-bottom: 0.5rem;
}
.tierCards__cardButton {
  position: relative;
}
.tierCards__cardButton.quoteButton {
  margin-top: 2.5rem;
}
.tierCards__cardPriceTime {
  font-size: 1rem;
  font-weight: 600;
  padding-top: 10px;
  padding-left: 5px;
}
.tierCards__cardPrice, .tierCards__discountPrice {
  text-align: center;
}
.tierCards__discountPrice {
  font-size: 0.777779rem;
  margin-top: 0;
  color: #757575;
  font-weight: 350;
  margin-bottom: 1.7rem;
  letter-spacing: -0.02em;
  font-style: italic;
}
.tierCards__cardTextContent {
  padding-left: 0.8rem;
  padding-right: 0.8rem;
}
.tierCards__cardTextContent p,
.tierCards__cardTextContent li,
.tierCards__cardTextContent strong {
  font-size: 0.777777778rem;
}
.tierCards__cardTextContent ul {
  margin: 0;
  padding-left: 1.4rem;
  list-style-type: none;
}
.tierCards__cardTextContent li {
  position: relative;
}
.tierCards__cardTextContent li::before {
  content: "•";
  position: absolute;
  top: 0.6rem;
  left: -0.8rem;
  line-height: 0;
  height: 0;
}
.tierCards__cardTextContent strong {
  font-weight: 600;
}
.tierCards__cardTextContent > *:first-child {
  margin-top: 0;
}
.tierCards__cardTextContent > *:last-child {
  margin-bottom: 0;
}
.tierCards__card.-augment .tierCards__cardTextContent {
  max-width: 250px;
}
.tierCards__card.-augment .tierCards__cardTextContent p,
.tierCards__card.-augment .tierCards__cardTextContent li,
.tierCards__card.-augment .tierCards__cardTextContent strong {
  font-size: 1rem;
}
.tierCards__cta {
  margin-top: 1rem;
}
.tierCards__card.-augment .tierCards__cta {
  margin-top: 3.3rem;
}
.tierCards__card.-augment .tierCards__cta.classroomFeaturesCta {
  margin-top: 1rem;
}
.tierCards__accent {
  transform: scaleY(4.3);
  margin-bottom: 2.7rem;
}
.tierCards__card.-augment .tierCards__accent {
  margin-bottom: 4rem;
}
.tierCards__card.enterpriseCard .tierCards__cardSubtitle {
  margin-bottom: 16px;
}
.tierCards__card.enterpriseCard .tierCards__cardPrice {
  margin-bottom: 29px;
}
.tierCards__card.enterpriseCard .tierCards__actions {
  margin-top: 51px;
  padding-top: 0;
}
.tierCards__card.teacherCard .tierCards__cardPrice {
  margin-top: 20px;
  margin-bottom: 19px;
}
.tierCards__card.teacherCard > .tierCards__actions {
  margin-top: 10px;
  padding-top: 0;
}
.tierCards__card.teacherCard > .tierCards__actions > .tierCards__cta {
  margin-top: 100px;
}
.tierCards__card.classroomCard .tierCards__cardPrice {
  margin-top: 20px;
  margin-bottom: 19px;
}
.tierCards__card.classroomCard > .tierCards__actions {
  margin-top: 10px;
  padding-top: 0;
}
.tierCards__card.classroomCard > .tierCards__actions .classroomBuyNowButton {
  margin-top: 20px;
}
.tierCards__card.classroomCard > .tierCards__actions > .tierCards__cta {
  margin-top: 39px;
}
.tierCards__card.districtCard .tierCards__icon {
  margin-bottom: 29px;
  line-height: 28px;
}
.tierCards__card.districtCard.-augment .tierCards__icon {
  margin-top: 20px;
  height: 74px;
  width: auto;
  margin-bottom: 17px;
}
.tierCards__card.districtCard .tierCards__actions {
  margin-top: 18px;
  padding-top: 0;
}
.tierCards__card.higherEdCard .tierCards__icon {
  margin-bottom: 29px;
  line-height: 28px;
}
.tierCards__card.higherEdCard.-augment .tierCards__icon {
  margin-top: 10px;
  height: 74px;
  width: auto;
  margin-bottom: 17px;
}
.tierCards__card.higherEdCard .tierCards__actions {
  margin-top: 10px;
  padding-top: 0;
}
.tierCards__card.higherEdCard .tierCards__actions .button {
  width: 170px;
}
.tierCards__card.higherEdCard .tierCards__actions .button.-secondary {
  margin-top: 15px;
  margin-bottom: 25px;
}
.tierCards.ppCardsWrapper {
  max-width: 100%;
  margin: 0 auto;
}
.tierCards.ppCardsWrapper .tierCards__card {
  max-width: 100%;
}
.tierCards.ppCardsWrapper .tierCards__actions {
  margin-top: initial;
}
.tierCards.ppCardsWrapper .tierCards__cardTextContent {
  min-height: 145px;
}
@media screen and (min-width: 850px) {
  .tierCards.ppCardsWrapper .tierCards__card {
    max-width: 380px;
  }
}
@media screen and (min-width: 625px) {
  .tierCards {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
  }
  .tierCards__card {
    flex-basis: calc(50% - 10px);
  }
}
@media screen and (min-width: 850px) {
  .tierCards__card {
    flex-basis: calc(33.3333% - 13.33333px);
  }
}
@media screen and (min-width: 1121px) {
  .tierCards {
    flex-wrap: nowrap;
  }
  .tierCards__card {
    flex-basis: 100%;
  }
}

.accordionsWithImage {
  padding: 3rem 0;
}
.accordionsWithImage__title {
  text-align: center;
  margin-bottom: 3rem;
}
.accordionsWithImage__accordionOuterWrapper {
  height: 0;
  transition: height 400ms cubic-bezier(0.22, 1, 0.36, 1);
  overflow: hidden;
}
.accordionsWithImage__accordion {
  border-left: 2px solid #D2D2D2;
  padding-left: 2rem;
  padding-bottom: 1.8rem;
}
.accordionsWithImage__accordion:last-child {
  border-left: none;
}
.accordionsWithImage__accordionCta {
  font-size: 1rem;
  margin-top: 1rem;
}
.accordionsWithImage__accordionHeader {
  margin-bottom: 0;
}
.accordionsWithImage__accordionInnerWrapper {
  padding-top: 0.7rem;
}
.accordionsWithImage__accordionButton {
  position: relative;
  color: #8A8A8A;
  font-size: 1.333334rem;
  font-weight: 600;
  display: block;
  transition: color 250ms cubic-bezier(0.22, 1, 0.36, 1);
  cursor: pointer;
  text-align: left;
}
.accordionsWithImage__accordionButton::after {
  content: "";
  display: block;
  position: absolute;
  left: -2.65rem;
  top: 0;
  width: 22px;
  height: 22px;
  background-color: #D2D2D2;
  border-radius: 50%;
  transition: background-color 250ms cubic-bezier(0.22, 1, 0.36, 1);
  z-index: 1;
}
.accordionsWithImage__accordionButton::before {
  content: "";
  display: block;
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.5;
  top: 0.25rem;
  left: -43px;
  z-index: 2;
  transform: scale(0);
  transition: transform 250ms cubic-bezier(0.22, 1, 0.36, 1);
}
.accordionsWithImage__accordionButton.-active {
  color: #003A5D;
}
.accordionsWithImage__accordionButton.-active::after {
  background-color: #96006B;
}
.accordionsWithImage__accordionButton.-active::before {
  transform: scale(1);
}
.accordionsWithImage__accordionText {
  margin-top: 0;
}
.accordionsWithImage__cta {
  display: block;
}
.accordionsWithImage__image.-rounded {
  overflow: hidden;
  border-radius: 15px;
  box-shadow: -8px 8px 0 rgba(44, 175, 192, 0.1);
}
@media screen and (min-width: 850px) {
  .accordionsWithImage__wrapper {
    display: flex;
  }
  .accordionsWithImage__accordionsWrapper {
    flex-basis: 484px;
    flex-shrink: 0;
    margin-right: 3rem;
  }
  .accordionsWithImage__imageWrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-grow: 1;
    max-height: 300px;
  }
  .accordionsWithImage.-rounded .accordionsWithImage__imageWrapper {
    max-height: none;
    max-width: 450px;
  }
  .accordionsWithImage__image {
    -o-object-fit: contain;
       object-fit: contain;
    height: 100%;
  }
}

.calloutCta {
  padding: 6rem 0;
  text-align: center;
}
.calloutCta.-compact {
  padding: 2rem 0;
}
.calloutCta__wrapper {
  max-width: 800px;
  margin: 0 auto;
}
.calloutCta__text {
  font-size: 0.88888889rem;
  margin-bottom: 2rem;
}
.calloutCta__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
}
.calloutCta__button {
  display: block;
}
.calloutCta.-shade {
  background-color: #076577;
}
.calloutCta.-shade .calloutCta__title, .calloutCta.-shade .calloutCta__text {
  color: #fff;
}
.calloutCta.-shade .calloutCta__button {
  background-color: #F7C223;
  color: #003A5D;
}
.calloutCta.-shade .calloutCta__button .button__icon {
  color: #003A5D;
}
.calloutCta.-shade .calloutCta__button.-secondary {
  background-color: transparent;
  border: 2px solid #F7C223;
  color: #fff;
}
.calloutCta.-shade .calloutCta__button.-secondary .button__icon {
  color: #fff;
}
.calloutCta.-background {
  background-image: url("/images/callout-cta-bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.calloutCta.-background.-shade {
  background-color: transparent;
}
.calloutCta.-background.-compact {
  background-color: transparent;
}
.calloutCta.-background .calloutCta__title, .calloutCta.-background .calloutCta__text {
  color: #161616;
}
.calloutCta.-background .calloutCta__button {
  background-color: #1F7F8E;
  color: #FFFFFF;
}
.calloutCta.-background .calloutCta__button .button__icon {
  color: #FFFFFF;
}
.calloutCta.-background .calloutCta__button.-secondary {
  background-color: #1F7F8E;
  color: #FFFFFF;
  border-color: #1F7F8E;
}

.faqs {
  padding: 4.7777778rem 0;
}
.faqs__title {
  text-align: center;
  margin-bottom: 3.8rem;
}
.faqs__accordion {
  border-bottom: 1px solid #2CAFC0;
  margin-bottom: 1.1rem;
}
.faqs__accordionHeader {
  margin-bottom: 0;
}
.faqs__accordionButton {
  display: flex;
  justify-content: space-between;
  color: #161616;
  font-size: 1.3333334rem;
  font-weight: 400;
  width: 100%;
  margin-bottom: 1rem;
  padding-right: 1rem;
  align-items: center;
  text-align: left;
}
.faqs__accordionButton.-active .faqs__accordionIcon {
  transform: rotate(-90deg);
}
.faqs__accordionIcon {
  color: #96006B;
  width: 23px;
  height: 17px;
  transform: rotate(90deg);
  transition: transform 400ms cubic-bezier(0.22, 1, 0.36, 1);
  margin-left: 2rem;
}
.faqs__accordionList {
  max-width: 850px;
  margin: 0 auto;
}
.faqs__accordionInnerWrapper {
  padding-bottom: 1.5rem;
  padding-right: 2rem;
}
.faqs__accordionOuterWrapper {
  overflow: hidden;
  height: 0;
  transition: height 400ms cubic-bezier(0.22, 1, 0.36, 1);
}
.faqs__accordionInnerWrapper > *:first-child {
  margin-top: 0;
}
.faqs__accordionInnerWrapper > *:last-child {
  margin-bottom: 0;
}
.faqs.-dark {
  background-color: #076577;
}
.faqs.-dark .faqs__accordion {
  border-bottom: 1px solid #F7C223;
}
.faqs.-dark .faqs__title,
.faqs.-dark .faqs__accordionInnerWrapper,
.faqs.-dark .faqs__accordionInnerWrapper *,
.faqs.-dark .faqs__accordionButton,
.faqs.-dark .faqs__accordionIcon {
  color: #fff;
}
.faqs.-dark .faqs__accordionInnerWrapper a {
  text-decoration: underline;
}
@media screen and (min-width: 625px) {
  .faqs__accordion {
    padding-left: 1.6rem;
  }
  .faqs__accordionInnerWrapper {
    padding-right: 6rem;
  }
}

.featuredTable {
  padding-top: 2rem;
  overflow-x: auto;
}
.featuredTable__title {
  text-align: center;
  margin-bottom: 2.4rem;
}
.featuredTable__table {
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
}
.featuredTable__playposit tr td:first-child {
  white-space: inherit;
}
.featuredTable__playposit tr td {
  vertical-align: middle;
}
.featuredTable__infoIcon {
  width: 17px;
  height: 17px;
  margin-left: 1rem;
  cursor: pointer;
}
.featuredTable__squareCheck {
  width: 24px;
  height: 24px;
  color: #8A8A8A;
}
.featuredTable__squareCheck.-money {
  width: 48px;
  transform: translateX(12px);
}
.featuredTable__infoIcon, .featuredTable__squareCheck {
  vertical-align: middle;
}
.featuredTable__headCell {
  background-color: #F3F3F3;
  padding: 1rem;
}
.featuredTable__tableCell {
  font-size: 0.88888889rem;
  vertical-align: bottom;
}
.featuredTable__tableCell .wrapText {
  max-width: 300px;
  white-space: normal;
  min-width: 200px;
}
.featuredTable__tableCell.-title strong {
  margin-top: 1.5rem;
  display: block;
}
.featuredTable__headCell:first-child, .featuredTable__tableCell:first-child {
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  text-align: left;
  white-space: nowrap;
}
.featuredTable__headCell:last-child, .featuredTable__tableCell:last-child {
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}
.featuredTable__tableCell:not(:first-child) {
  text-align: center;
}
.featuredTable__tableRow:nth-child(even) .featuredTable__tableCell {
  background-color: #F3F3F3;
  padding: 0.5rem 1rem;
}
.featuredTable__tableRow:nth-child(odd) .featuredTable__tableCell {
  padding: 0.8rem 1rem;
}
.featuredTable__price {
  font-size: 2rem;
  color: #003A5D;
  font-weight: 600;
  margin: 0;
  vertical-align: top;
}
.featuredTable__priceMeta {
  font-size: 18px;
  font-size: 1rem;
  vertical-align: top;
  line-height: 2;
}
.featuredTable__priceMeta .priceDecimals {
  font-size: 21px;
}
.featuredTable__price, .featuredTable__discountPrice {
  display: inline;
  text-align: center;
}
.featuredTable__discountPrice {
  margin: 0;
  font-size: 18px;
  color: #F78320;
  text-decoration: line-through;
  font-weight: 300;
}
.featuredTable__button {
  white-space: nowrap;
  margin: 0 0.5rem;
}
.featuredTable__footCell {
  padding-top: 2rem;
  text-align: center;
  vertical-align: top;
}
.featuredTable__tableCell.-indent {
  padding-left: 2.5rem !important;
}

.homepageHero {
  overflow: hidden;
  padding: 6.4rem 0 4rem;
}
.homepageHero__title {
  position: relative;
  font-size: 2.22222rem;
  font-weight: 700;
  margin-bottom: 0;
}
.homepageHero__description {
  margin-top: 0;
  margin-bottom: 2.4rem;
}
.homepageHero__logoSliderTray .swiper-slide {
  display: flex;
  justify-content: center;
}
.homepageHero__title.-static {
  font-weight: 600;
}
.homepageHero__title.-static .strokeDividerShort {
  position: relative;
  top: auto;
  left: auto;
}
.homepageHero__videoWrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.homepageHero__slideText {
  display: block;
  font-weight: 350;
  font-size: 1.7rem;
  text-transform: none;
  transition: font-size 750ms cubic-bezier(0.22, 1, 0.36, 1), opacity 750ms cubic-bezier(0.22, 1, 0.36, 1), transform 750ms cubic-bezier(0.22, 1, 0.36, 1);
  opacity: 0;
  white-space: nowrap;
}
.homepageHero .swiper-slide-active .homepageHero__slideText {
  opacity: 1;
  font-size: 1.7rem;
}
.homepageHero .swiper-slide-next .homepageHero__slideText {
  opacity: 0.25;
  transform: translateY(1rem);
}
.homepageHero .swiper-slide-next + .swiper-slide .homepageHero__slideText {
  opacity: 0.1;
  transform: translateY(-0.1rem);
}
.homepageHero__slider {
  overflow: visible;
}
.homepageHero__content {
  padding: 1.8rem 0 0;
  position: relative;
  margin-bottom: 0.4rem;
}
.homepageHero .strokeDividerShort {
  position: absolute;
  top: 7.8rem;
  left: 0;
  max-width: 470px;
  width: 100%;
}
.homepageHero .strokeDividerShort path {
  fill: #96006B;
}
.homepageHero__sliderOuterWrapper {
  margin-bottom: 3rem;
  pointer-events: none;
}
.homepageHero__imageWrapper {
  display: block;
  width: 100%;
  aspect-ratio: 59/63;
}
.homepageHero__image {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-clip-path: url(#play-button-clip);
          clip-path: url(#play-button-clip);
}
.homepageHero__sliderOuterWrapper {
  height: 150px;
  margin-top: 0.4rem;
}
.homepageHero .playButtonTextureGray {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 761px;
}
.homepageHero .playTextureClip {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.homepageHero__playButton {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-79%, -48%);
  width: 70px;
  height: 70px;
  background-color: #161616;
  border: 3px solid #fff;
  border-radius: 50%;
  cursor: pointer;
}
.homepageHero__playButtonText {
  font-size: 0;
  width: 0;
  height: 0;
}
.homepageHero__playIcon {
  display: block;
  position: absolute;
  color: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-40%, -50%);
  width: 29px;
  height: 29px;
  transition: transform 250ms cubic-bezier(0.22, 1, 0.36, 1);
}
.homepageHero__playButton:hover .homepageHero__playIcon, .homepageHero__playButton:active .homepageHero__playIcon {
  transform: translate(-40%, -50%) scale(1.2);
}
.homepageHero__button {
  margin-bottom: 1rem;
  margin-right: 0.5rem;
}
.homepageHero__slider {
  height: 60px;
}
.homepageHero__colorTriangles {
  width: 66%;
  position: absolute;
  top: 0;
  left: 20%;
  z-index: 2;
  pointer-events: none;
  height: 100%;
}
.homepageHero__blend {
  opacity: 0.9;
  mix-blend-mode: multiply;
}
.homepageHero__modalContent {
  display: none;
}
.homepageHero__clipSvg {
  position: absolute;
}
.homepageHero__navButton {
  color: #003A5D;
  width: 29px;
  height: 29px;
  border-radius: 50%;
  border: 2px solid rgba(44, 175, 192, 0.2);
  transition: background-color 250ms cubic-bezier(0.22, 1, 0.36, 1);
  bottom: 0;
  left: 50%;
  top: auto;
}
.homepageHero__navButtonText {
  font-size: 0;
  width: 0;
  height: 0;
}
.homepageHero__navButton:hover, .homepageHero__navButton:active {
  background-color: rgba(44, 175, 192, 0.2);
}
.homepageHero__swiper {
  padding-bottom: 3.3rem;
}
.homepageHero__navIcon {
  width: 6px;
  height: 11px;
}
.homepageHero__navButton.-prev {
  transform: translateX(-1.65rem);
}
.homepageHero__navButton.-next {
  transform: translateX(0.65rem);
}
.homepageHero__navButton.-prev .homepageHero__navIcon {
  transform: scale(-1, 1) translateX(1px);
}
.homepageHero__navButton::after {
  display: none;
}
.homepageHero__logo {
  display: block;
  height: 60px;
  -o-object-fit: contain;
     object-fit: contain;
  opacity: 0.5;
}
.homepageHero__logo:not(:last-child) {
  margin-right: 0.3rem;
}
.homepageHero__logoSliderTray {
  display: none;
  margin-top: 2rem;
  position: relative;
}
.homepageHero__logoSliderTray::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 2.1rem);
  z-index: 1;
  mix-blend-mode: screen;
  pointer-events: none;
}
.homepageHero__logoSliderTray.-mobile {
  display: block;
}
@media screen and (min-width: 625px) {
  .homepageHero .strokeDividerShort {
    top: 5.8rem;
  }
}
@media screen and (max-width: 324px) {
  .homepageHero__title {
    font-size: 2.1rem;
  }
}
@media screen and (min-width: 850px) {
  .homepageHero {
    position: relative;
    min-height: 793px;
    padding: 8rem 0 1rem;
  }
  .homepageHero::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 8.4rem;
    background-color: #fff;
    z-index: 1;
  }
  .homepageHero__logoSliderTray {
    display: block;
    margin-top: 4.4rem;
  }
  .homepageHero__logoSliderTray.-mobile {
    display: none;
  }
  .homepageHero__title {
    font-size: 2.36666667rem;
    font-weight: 700;
  }
  .homepageHero__title.-static {
    font-size: 2.22222rem;
  }
  .homepageHero__colorTriangles {
    width: auto;
    top: 0;
    left: 14rem;
    transform: translateX(0);
    height: 700px;
  }
  .homepageHero__playButton {
    transform: translate(-82%, -38%);
  }
  .homepageHero__videoWrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-grow: 1;
    min-height: 783px;
  }
  .homepageHero__logoSliderTray .swiper-slide {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.625rem;
  }
  .homepageHero .strokeDividerShort {
    top: 6.8rem;
  }
  .homepageHero .swiper-slide-active .homepageHero__slideText {
    font-size: 2.66667rem;
  }
  .homepageHero__slideText {
    font-size: 2rem;
  }
  .homepageHero__content {
    padding-top: 5.1rem;
    margin-bottom: 4.4rem;
  }
  .homepageHero__sliderOuterWrapper {
    height: 188px;
    margin-top: 0;
  }
  .homepageHero__slider {
    height: 60px;
    max-width: 520px;
  }
  .homepageHero__wrapper {
    display: flex;
    align-items: stretch;
  }
  .homepageHero .swiper-slide-next .homepageHero__slideText {
    transform: translateY(1.6rem);
  }
  .homepageHero .swiper-slide-next + .swiper-slide .homepageHero__slideText {
    transform: translateY(1.2rem);
  }
  .homepageHero__swiper {
    position: relative;
    z-index: 1;
    background-color: #fff;
  }
  .homepageHero__content {
    flex-basis: 520px;
    flex-shrink: 0;
  }
  .homepageHero__logoSliderTray {
    max-width: 420px;
    z-index: 99;
  }
  .homepageHero .playButtonTextureGray {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-47%);
    width: 1211px;
  }
  .homepageHero__imageWrapper {
    position: absolute;
    top: 1rem;
    left: 50%;
    transform: translate(-35%, 0);
    width: 598px;
    height: 638px;
  }
  .homepageHero__sliderOuterWrapper {
    height: 188px;
  }
}
@media screen and (max-width: 625px) {
  .homepageHero .homepageHero__slideText {
    font-size: 1rem;
  }
  .homepageHero .swiper-slide-active .homepageHero__slideText {
    font-size: 1.2rem;
  }
}

.imageContentTabs {
  padding: 2.5rem 0;
}
.imageContentTabs__title {
  font-size: 1.777778rem;
  margin-bottom: 1.8rem;
}
.imageContentTabs__title.-center {
  text-align: center;
}
.imageContentTabs__tabTitle {
  font-size: 1.777778rem;
  font-weight: 400;
}
.imageContentTabs__header {
  margin-bottom: 2.5rem;
}
.imageContentTabs__tabWrapper {
  display: grid;
}
.imageContentTabs__tabPanel {
  padding: 2.5rem 0;
  grid-area: 1/1;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}
.imageContentTabs__playIcon {
  color: #fff;
  width: 23px;
  height: 23px;
  transform: translateX(3px);
}
.imageContentTabs__playButton {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 45px;
  height: 45px;
  border: 3px solid #fff;
  border-radius: 50%;
  transition: transform 250ms cubic-bezier(0.22, 1, 0.36, 1);
  cursor: pointer;
}
.imageContentTabs__navButtonText {
  font-size: 0;
  width: 0;
  height: 0;
}
.imageContentTabs__playButton:hover, .imageContentTabs__playButton:active {
  transform: translate(-50%, -50%) scale(1.1);
}
.imageContentTabs__modalContent {
  display: none;
}
.imageContentTabs__tabPanel.-active {
  opacity: 1;
  pointer-events: all;
  visibility: visible;
}
.imageContentTabs__mediaWrapper {
  position: relative;
  overflow: hidden;
  aspect-ratio: 7/4;
  max-width: 470px;
}
.imageContentTabs__mediaWrapper.-accent {
  box-shadow: -8px 8px 0 rgba(44, 175, 192, 0.1);
  border-radius: 15px;
}
.imageContentTabs__media {
  margin-bottom: 2.8rem;
}
.imageContentTabs__image {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.imageContentTabs__tabCta {
  font-size: 1rem;
}
@media screen and (min-width: 850px) {
  .imageContentTabs__title {
    font-size: 2.222222rem;
    margin-bottom: 0;
    max-width: 660px;
    flex-shrink: 0;
    margin-bottom: -0.5rem;
  }
  .imageContentTabs__title.-center {
    max-width: 100%;
  }
  .imageContentTabs__mediaWrapper.-accent {
    box-shadow: -12px 12px 0 rgba(44, 175, 192, 0.1);
  }
  .imageContentTabs__tabTitle {
    font-weight: 600;
  }
  .imageContentTabs__playIcon {
    width: 28px;
    height: 24px;
  }
  .imageContentTabs__playButton {
    width: 66px;
    height: 66px;
  }
  .imageContentTabs__tabPanel {
    padding: 3.8rem 0;
  }
  .imageContentTabs__header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 3.2rem;
  }
  .imageContentTabs__tabList {
    display: flex;
    justify-content: space-between;
    padding: 0 2.2rem;
  }
}
@media screen and (min-width: 1121px) {
  .imageContentTabs__tabPanelWrapper {
    display: flex;
    flex-direction: row;
  }
  .imageContentTabs__tabPanelWrapper.-flip .imageContentTabs__content {
    order: 1;
    padding: 0 3rem 0 2rem;
    flex-grow: 1;
  }
  .imageContentTabs__tabPanelWrapper.-flip .imageContentTabs__media {
    order: 2;
    padding: 0 6.6rem 0 4.4rem;
  }
  .imageContentTabs__content {
    padding: 0 2rem 0 3rem;
  }
  .imageContentTabs__media {
    padding: 0 4.4rem 0 6.6rem;
    flex-basis: 56.2%;
    flex-shrink: 0;
    margin-bottom: 0;
  }
}

.imageWithIconColumns {
  padding: 3rem 0;
  position: relative;
}
.imageWithIconColumns .brushStrokeDivider__path {
  fill: #003A5D;
}
.imageWithIconColumns__title {
  margin-bottom: 1rem;
}
.imageWithIconColumns__cardTitle {
  font-size: 1.333333rem;
}
.imageWithIconColumns__image {
  -webkit-clip-path: url(#play-button-clip-2);
          clip-path: url(#play-button-clip-2);
  aspect-ratio: 15/16;
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 500px;
}
.imageWithIconColumns__imageWrapper {
  margin-bottom: 2rem;
}
.imageWithIconColumns__imageWrapper.-right {
  display: none;
}
.imageWithIconColumns.-flip .imageWithIconColumns__imageWrapper.-right {
  display: block;
  order: 1;
  margin-bottom: 5rem;
}
.imageWithIconColumns.-flip .imageWithIconColumns__imageWrapper.-left {
  display: none;
}
.imageWithIconColumns__imageWrapper.-right .imageWithIconColumns__image {
  -webkit-clip-path: url(#play-button-clip-left-2);
          clip-path: url(#play-button-clip-left-2);
}
.imageWithIconColumns__wrapper {
  position: relative;
}
.imageWithIconColumns .brushStrokeDivider {
  width: 100%;
  transform: scaleY(1.7);
}
.imageWithIconColumns.-noImage .brushStrokeDivider {
  margin-top: 0.7rem;
  max-width: 662px;
}
.imageWithIconColumns.-noImage .brushStrokeDivider__path {
  fill: #F78320;
}
.imageWithIconColumns__card {
  margin-bottom: 3rem;
}
.imageWithIconColumns.-noImage {
  background-image: url("https://165225.fs1.hubspotusercontent-na1.net/hubfs/165225/gray-overlay-bg-1.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.imageWithIconColumns__cardTitle {
  display: flex;
  align-items: center;
  margin-bottom: 1.1rem;
}
.imageWithIconColumns__cardIcon {
  width: 47px;
  height: 58px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 1rem;
}
.imageWithIconColumns__actions {
  margin-top: 3rem;
}
.imageWithIconColumns.-noImage .imageWithIconColumns__cardText p {
  color: #003A5D;
}
@media screen and (min-width: 625px) {
  .imageWithIconColumns__cardWrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 4rem;
         column-gap: 4rem;
    row-gap: 3rem;
    margin-top: 2.5rem;
  }
  .imageWithIconColumns__card {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1121px) {
  .imageWithIconColumns {
    padding: 4rem 0;
  }
  .imageWithIconColumns__wrapper {
    display: flex;
    align-items: stretch;
    justify-content: flex-end;
  }
  .imageWithIconColumns.-flip .imageWithIconColumns__wrapper {
    justify-content: flex-start;
  }
  .imageWithIconColumns__contentWrapper {
    max-width: 734px;
    z-index: 2;
    position: relative;
  }
  .imageWithIconColumns.-noImage .imageWithIconColumns__contentWrapper {
    max-width: 100%;
  }
  .imageWithIconColumns__imageWrapper {
    position: absolute;
    top: 50%;
    left: -371px;
    transform: translateY(-50%);
    width: 765px;
    height: 817px;
    z-index: -1;
    margin-bottom: 0;
  }
  .imageWithIconColumns.-flip .imageWithIconColumns__imageWrapper {
    left: auto;
    right: -371px;
  }
  .imageWithIconColumns__image {
    z-index: 2;
    position: relative;
    max-width: none;
  }
  .imageWithIconColumns__imageWrapper::after {
    content: "";
    background-image: url("https://165225.fs1.hubspotusercontent-na1.net/hubfs/165225/background%20of%20blue.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    left: 0;
    top: 50%;
    width: 1585px;
    height: 1719px;
    transform: translateY(-50%);
    z-index: -1;
  }
  .imageWithIconColumns.-flip .imageWithIconColumns__imageWrapper::after {
    background-image: url("https://165225.fs1.hubspotusercontent-na1.net/hubfs/165225/background%20of%20gray.svg");
    right: 0;
    left: auto;
  }
}

.imageWithText {
  padding: 4rem 0;
}
.imageWithText__textContent > *:first-child {
  margin-top: 0;
}
.imageWithText__textContent > *:last-child {
  margin-bottom: 0;
}
.imageWithText__textContent h3 {
  font-size: 1.2rem;
  margin-bottom: 0;
}
.imageWithText__actions {
  margin-top: 2.1rem;
}
.imageWithText__button:not(:last-child) {
  margin-right: 0.5rem;
  margin-bottom: 1rem;
}
.imageWithText.-rounded .imageWithText__imageWrapper {
  overflow: hidden;
  border-radius: 15px;
}
.imageWithText__content {
  margin-bottom: 2rem;
}
.imageWithText__accent {
  display: none;
  transform: scaleY(2.5);
  margin-top: 1rem;
}
.imageWithText.-accent .imageWithText__accent {
  display: block;
}
.imageWithText__playIcon {
  color: #fff;
  width: 23px;
  height: 23px;
  transform: translateX(3px);
}
.imageWithText__imageWrapper {
  position: relative;
  min-height: 200px;
}
.imageWithText__imageWrapper img {
  position: relative;
  z-index: 1;
}
.imageWithText__imageWrapper .videoWrapper {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 23;
  display: none;
}
.imageWithText__imageWrapper .videoWrapper video {
  width: 100%;
  height: auto;
}
.imageWithText__imageWrapper .videoWrapper.playingVideo {
  background-color: #ffffff;
  display: block;
}
.imageWithText__imageWrapper .videoWrapper .hideVideoButton {
  color: white;
  font-weight: 700;
  position: absolute;
  z-index: 33;
  top: 5px;
  right: 5px;
  border-radius: 26px;
  border: none;
  height: 26px;
  width: 26px;
  padding: 0;
  background: transparent;
}
.imageWithText__playButton {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 45px;
  height: 45px;
  border: 3px solid #fff;
  border-radius: 50%;
  transition: transform 250ms cubic-bezier(0.22, 1, 0.36, 1);
  cursor: pointer;
  background-color: #000;
  z-index: 25;
}
.imageWithText__playButtonText {
  font-size: 0;
  width: 0;
  height: 0;
}
.imageWithText__playButton:hover, .imageWithText__playButton:active {
  transform: translate(-50%, -50%) scale(1.1);
}
.imageWithText__modalContent {
  display: none;
}
.imageWithText.-hero {
  padding-top: 9rem;
}
@media screen and (min-width: 1121px) {
  .imageWithText__wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .imageWithText__button:not(:last-child) {
    margin-right: 0.5rem;
    margin-bottom: 0;
  }
  .imageWithText__content {
    flex-basis: 53%;
    padding-right: 3rem;
    margin-bottom: 0;
  }
  .imageWithText__imageWrapper {
    flex-basis: 40%;
  }
  .imageWithText.-flip .imageWithText__content {
    order: 2;
    padding-right: 0;
    padding-left: 3rem;
  }
  .imageWithText.-flip .imageWithText__imageWrapper {
    order: 1;
  }
  .imageWithText.-hero {
    padding-top: 12rem;
  }
}

.logoSlider {
  position: relative;
  padding: 2rem 0;
}
.logoSlider .container {
  max-width: 1326px;
}
.logoSlider__logo {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  opacity: 0.5;
  max-height: 93px;
}
.logoSlider__navButton {
  color: #003A5D;
  width: 29px;
  height: 29px;
  border-radius: 50%;
  border: 2px solid rgba(44, 175, 192, 0.2);
  transition: background-color 250ms cubic-bezier(0.22, 1, 0.36, 1);
  top: calc(100% + 1.6rem);
  left: 50%;
}
.logoSlider__navButtonText {
  font-size: 0;
  width: 0;
  height: 0;
}
.logoSlider__wrapper {
  position: relative;
}
.logoSlider__wrapper::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 2.1rem);
  background-color: #003A5D;
  z-index: 1;
  mix-blend-mode: screen;
  pointer-events: none;
}
.logoSlider__navButton:hover, .logoSlider__navButton:active {
  background-color: rgba(44, 175, 192, 0.2);
}
.logoSlider__navIcon {
  width: 6px;
  height: 11px;
}
.logoSlider__navButton.-prev {
  transform: translateX(-1.6rem);
}
.logoSlider__navButton.-next {
  transform: translateX(0.6rem);
}
.logoSlider__navButton.-prev .logoSlider__navIcon {
  transform: scale(-1, 1) translateX(1px);
}
.logoSlider__navButton::after {
  display: none;
}
.logoSlider .swiper-wrapper {
  align-items: center;
}
@media screen and (min-width: 625px) {
  .logoSlider {
    padding: 2.5rem 0 3rem 0;
  }
  .logoSlider__wrapper {
    padding: 0 5.22222rem;
  }
  .logoSlider__navButton {
    color: #003A5D;
    width: 29px;
    height: 29px;
    border-radius: 50%;
    border: 2px solid rgba(44, 175, 192, 0.2);
    transform: translateY(0.4rem);
    transition: background-color 250ms cubic-bezier(0.22, 1, 0.36, 1);
    top: 50%;
  }
  .logoSlider__navButton.-prev {
    left: 0;
    right: auto;
    transform: translateX(0) translateY(0.4rem);
  }
  .logoSlider__navButton.-next {
    right: 0;
    left: auto;
    transform: translateX(0) translateY(0.4rem);
  }
  .logoSlider__wrapper::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 5.22222rem;
    width: calc(100% - 10.44444rem);
    height: 100%;
    background-color: #003A5D;
    z-index: 1;
    mix-blend-mode: screen;
    pointer-events: none;
  }
}

.modal {
  opacity: 0;
  transition: opacity 250ms cubic-bezier(0.22, 1, 0.36, 1);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
}
.modal.show {
  opacity: 1;
}
.modal .modal-footer {
  display: none;
}
.modal .modal-body {
  max-width: 800px;
  max-height: 800px;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.modal .modal-content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.modal .modal-header {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background-color: #fff;
  border-radius: 50%;
  width: 50px;
  height: 50px;
}
.modal .close {
  position: absolute;
  color: #003A5D;
  font-size: 2rem;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.modal .close span {
  display: block;
  transition: transform 250ms cubic-bezier(0.22, 1, 0.36, 1);
}
.modal .close:hover span,
.modal .close:active span {
  transform: scale(1.1);
}
.modal .js-modalContent {
  display: block;
}
.modal :focus {
  outline: 3px dashed #2CAFC0 !important;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 58, 93, 0.8);
  transition: opacity 250ms cubic-bezier(0.22, 1, 0.36, 1);
  opacity: 0;
  z-index: 999;
}
.modal-backdrop.show {
  opacity: 1;
}

.overviewHero {
  position: relative;
  display: flex;
  flex-direction: column;
  background-image: linear-gradient(-172deg, #EAF7F9, transparent);
  padding-top: 7rem;
}
.overviewHero__image {
  -webkit-clip-path: url(#play-button-clip);
          clip-path: url(#play-button-clip);
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.overviewHero__imageWrapper {
  padding: 0 1.777775rem;
  margin-bottom: 3rem;
}
.overviewHero__imageWrapper.-right {
  display: none;
}
.overviewHero.-flip .overviewHero__imageWrapper.-right {
  display: block;
  order: 1;
  margin-bottom: 5rem;
}
.overviewHero.-flip .overviewHero__imageWrapper.-left {
  display: none;
}
.overviewHero__title {
  font-weight: 600;
  margin-bottom: 1.2rem;
  line-height: 1.3;
}
.overviewHero__button:not(:last-child) {
  margin-bottom: 1rem;
}
.overviewHero__subtitle {
  font-size: 1.11111rem;
  margin-top: 0;
  margin-bottom: 1.9rem;
  line-height: 1.35;
}
.overviewHero__actionTitle {
  font-size: 0.666667rem;
  color: #161616;
  text-transform: uppercase;
  font-weight: 700;
}
.overviewHero__actions {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 2rem;
}
.overviewHero__actionWrapper:not(:last-child) {
  margin-right: 1rem;
  margin-bottom: 1rem;
}
.overviewHero__contentWrapper {
  width: 100%;
  padding: 0 1.777775rem;
  padding-bottom: 3rem;
}
.overviewHero.-flip .overviewHero__contentWrapper {
  order: 2;
}
.overviewHero__breadcrumbs {
  margin-bottom: 2.3rem;
}
.overviewHero__imageWrapper {
  position: relative;
  max-width: 600px;
}
.overviewHero__leftShapesWrapper {
  position: absolute;
  top: 19%;
  right: -1.3rem;
  aspect-ratio: 20/33;
  width: 48%;
}
.overviewHero__rightShapesWrapper {
  position: absolute;
  top: 19%;
  left: 3.7rem;
  aspect-ratio: 20/33;
  width: 41%;
}
.overviewHero__leftShapes, .overviewHero__rightShapes {
  width: 100%;
}
.overviewHero__navButton {
  color: #003A5D;
  width: 29px;
  height: 29px;
  border-radius: 50%;
  border: 2px solid rgba(44, 175, 192, 0.2);
  transition: background-color 250ms cubic-bezier(0.22, 1, 0.36, 1);
  bottom: 0;
  left: 50%;
  top: auto;
}
.overviewHero__navButton:hover, .overviewHero__navButton:active {
  background-color: rgba(44, 175, 192, 0.2);
}
.overviewHero__swiper {
  padding-bottom: 3.1rem;
}
.overviewHero__navIcon {
  width: 6px;
  height: 11px;
}
.overviewHero__navButton.-prev {
  transform: translateX(-1.85rem);
}
.overviewHero__navButton.-next {
  transform: translateX(0.85rem);
}
.overviewHero__navButton.-prev .overviewHero__navIcon {
  transform: scale(-1, 1) translateX(1px);
}
.overviewHero__navButton::after {
  display: none;
}
.overviewHero__navButtonText {
  font-size: 0;
  width: 0;
  height: 0;
}
.overviewHero__logo {
  display: block;
  height: 60px;
  -o-object-fit: contain;
     object-fit: contain;
  opacity: 0.5;
}
.overviewHero__logo:not(:last-child) {
  margin-bottom: 0.7rem;
}
.overviewHero__logoSliderTray {
  position: relative;
  z-index: 99;
}
.overviewHero__logoSliderTray::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 2.1rem);
  z-index: 1;
  mix-blend-mode: screen;
  pointer-events: none;
}
.overviewHero.-flip .overviewHero__image {
  -webkit-clip-path: url(#play-button-clip-left);
          clip-path: url(#play-button-clip-left);
}
@media screen and (min-width: 1000px) {
  .overviewHero {
    flex-direction: row;
    padding-top: 0;
  }
  .overviewHero__image {
    position: relative;
    max-width: none;
    margin-left: -17rem;
    margin-top: -5.9rem;
    width: calc(100% + 16rem);
    max-width: 1150px;
    z-index: 0;
  }
  .overviewHero.-flip .overviewHero__image {
    margin-left: 0;
    margin-right: -17rem;
  }
  .overviewHero__imageWrapper {
    padding: 0;
    width: calc(50vw + 117px);
    padding-right: 2.777778rem;
    margin-bottom: 0;
    max-height: 972px;
    max-width: none;
  }
  .overviewHero.-flip .overviewHero__imageWrapper {
    padding-right: 0;
    padding-left: 2.777778rem;
  }
  .overviewHero__contentWrapper {
    padding-top: 11.7rem;
    padding-left: 0;
    max-width: calc(482px + 1.777775rem);
  }
  .overviewHero.-flip .overviewHero__contentWrapper {
    padding-left: 1.777775rem;
    padding-right: 0;
    order: 1;
  }
  .overviewHero__title {
    font-size: 2.6666667rem;
  }
  .overviewHero__actions {
    margin-bottom: 4rem;
  }
  .overviewHero.-flip {
    justify-content: flex-end;
  }
}

.primaryFooter {
  padding: 3rem 0;
  position: relative;
  background-image: linear-gradient(to bottom, #066477, #001C33);
  overflow: hidden;
  z-index: 1;
  margin-top: -1px;
}
.primaryFooter .container {
  position: relative;
  z-index: 1;
}
.primaryFooter__wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.primaryFooter__columnTitle, .primaryFooter__titleLink {
  color: #2CAFC0;
  font-weight: 600;
  font-size: 0.88889rem;
  transition: color 250ms cubic-bezier(0.22, 1, 0.36, 1);
}
.primaryFooter__titleLink:hover, .primaryFooter__titleLink:active {
  color: #F78320;
}
.primaryFooter__columnTitle {
  margin-bottom: 0.5rem;
  padding: 0 !important;
}
.primaryFooter__columnList {
  padding: 0;
  margin-top: 0;
}
.primaryFooter__columnListItem {
  margin-bottom: 0.5rem;
}
.primaryFooter__columnLink {
  display: block;
  color: #fff;
  font-size: 0.77778rem;
  font-weight: 400;
  transition: color 250ms cubic-bezier(0.22, 1, 0.36, 1);
}
.primaryFooter__columnLink:hover, .primaryFooter__columnLink:active {
  color: #2CAFC0;
}
.primaryFooter__column {
  flex-basis: 50%;
  flex-shrink: 0;
  margin-bottom: 2rem;
}
.primaryFooter .siteLogo__text {
  fill: #fff;
}
.primaryFooter__logo {
  height: 68px;
}
.primaryFooter__logo * {
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  height: 100%;
}
.primaryFooter__logos {
  display: flex;
  margin-bottom: 2.9rem;
}
.primaryFooter__utilityNavList {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
.primaryFooter__utilityNavListItem, .primaryFooter__utilityNavListLink {
  font-size: 0.77778rem;
  font-weight: 400;
  color: #fff;
  transition: color 250ms cubic-bezier(0.22, 1, 0.36, 1);
  line-height: 1;
}
.primaryFooter__utilityNavListLink:hover, .primaryFooter__utilityNavListLink:active {
  color: #2CAFC0;
}
.primaryFooter__utilityNavListItem:not(:last-child) {
  border-right: 1px solid #2CAFC0;
  padding-right: 0.8rem;
  margin-right: 0.8rem;
}
.primaryFooter__utilityNavListItem:first-child {
  width: 100%;
  margin-bottom: 0.7rem;
  border-right: none;
}
.primaryFooter .brushStrokeDivider {
  margin-bottom: 3.6rem;
  width: 100%;
}
.primaryFooter .playButtonTexture {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  min-width: 100%;
  width: 100%;
  z-index: 0;
}
.primaryFooter__socialMediaLinkList {
  display: flex;
  margin: 0;
  padding: 0;
}
.primaryFooter__socialMediaLink {
  display: block;
  width: 1.6666rem;
  height: 1.6666rem;
  border: 1px solid #F78320;
  border-radius: 50%;
  color: #fff;
  font-size: 0;
  padding: 0.25rem;
  transition: background-color 250ms cubic-bezier(0.22, 1, 0.36, 1);
}
.primaryFooter__socialMediaLinkListItem:not(:last-child) {
  margin-right: 0.5rem;
}
.primaryFooter__socialMediaIcon {
  width: 100%;
  height: 100%;
  transition: color 250ms cubic-bezier(0.22, 1, 0.36, 1);
}
.primaryFooter__socialMediaLink:hover .primaryFooter__socialMediaIcon, .primaryFooter__socialMediaLink:active .primaryFooter__socialMediaIcon {
  color: #F78320;
}
.primaryFooter__utilityNav {
  margin-bottom: 2rem;
}
@media screen and (min-width: 625px) {
  .primaryFooter__column {
    flex-basis: 33.3333%;
  }
}
@media screen and (min-width: 1121px) {
  .primaryFooter {
    padding: 4.3rem 0 3.9rem;
  }
  .primaryFooter__wrapper {
    justify-content: flex-start;
  }
  .primaryFooter__columnTitle, .primaryFooter__titleLink {
    font-size: 1rem;
  }
  .primaryFooter__column {
    flex-basis: 17.4%;
    padding-right: 2rem;
  }
  .primaryFooter__utilityRow {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .primaryFooter__utilityNav {
    margin-bottom: 0;
  }
  .primaryFooter__utilityNavListItem:first-child {
    width: auto;
    margin-bottom: 0;
    border-right: 1px solid #2CAFC0;
  }
}
.primaryFooter.footerMinWrapper {
  min-height: 300px;
  padding-bottom: 0;
}
.primaryFooter.footerMinWrapper .playButtonTexture {
  min-height: 350px;
}
.primaryFooter .footerMinInnerWrapper {
  margin: 130px auto 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #ffffff;
  max-width: 180px;
  font-size: 14px;
  text-align: center;
}
.primaryFooter .footerMinInnerWrapper img {
  width: 100%;
  height: auto;
}

.primaryHeader {
  position: fixed;
  top: 1.1rem;
  right: 0;
  left: 0;
  margin-bottom: 10rem;
  z-index: 801;
}
.primaryHeader .container {
  max-width: 1328px;
  padding: 0 0.88889rem;
}
.primaryHeader__wrapper {
  background-color: #fff;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  border-radius: 15px;
  box-shadow: 0 6px 80px rgba(138, 138, 138, 0.25);
  padding: 0.75rem 1.25rem;
}
.primaryHeader__wrapper .button {
  white-space: nowrap;
}
.primaryHeader__brand {
  position: relative;
  display: inline-block;
  flex-basis: 7.8889rem;
  flex-shrink: 0;
  line-height: 1;
  z-index: 1;
}
.primaryHeader__brandText {
  font-size: 0;
  width: 0;
  height: 0;
}
.primaryHeader__primaryNav {
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 1121px) {
  .primaryHeader__wrapper {
    padding: 1.4rem 1.6rem;
  }
  .primaryHeader__brand {
    margin-right: 1.9rem;
  }
}
@media screen and (min-width: 1393px) {
  .primaryHeader__wrapper {
    padding: 1.4rem 2.9rem;
  }
  .primaryHeader__brand {
    margin-right: 3.3rem;
  }
}

.headroom {
  will-change: margin-top;
  transition: margin-top 500ms cubic-bezier(0.22, 1, 0.36, 1);
}

.headroom--pinned {
  margin-top: 0;
}

.headroom--unpinned {
  margin-top: -200px;
}

.logoNotClickableWrapper {
  position: absolute;
  top: 40px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 100%;
  max-width: 1262px;
  padding: 0 1.777775rem;
  height: auto;
  max-height: 100px;
  z-index: 9;
}
.logoNotClickableWrapper svg {
  display: block;
  height: 100%;
  max-height: 80px;
}

@media (max-width: 767.98px) {
  .logoNotClickableWrapper {
    top: 30px;
  }
  .logoNotClickableWrapper svg {
    margin: 0 auto;
  }
}
.productHero {
  position: relative;
  padding: 8rem 0 6.3rem;
  text-align: center;
  overflow: hidden;
}
.productHero .w-bottom-bar {
  display: none !important;
}
.productHero__videoEmbed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.productHero__breadcrumbs {
  margin-top: 0;
}
.productHero .breadcrumbs__listItem,
.productHero .breadcrumbs__link,
.productHero .breadcrumbs__icon {
  color: #fff;
}
.productHero .breadcrumbs__icon {
  margin: 0 0.5rem 0 0.3rem;
}
.productHero .breadcrumbs__link {
  font-weight: 350;
}
.productHero .breadcrumbs__link:hover,
.productHero .breadcrumbs__link:active {
  color: #96006B;
}
.productHero__title {
  margin-top: 0;
  color: #fff;
  line-height: 1.3;
  margin-bottom: 2.6rem;
}
.productHero__imageWrapper {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.productHero .container {
  position: relative;
  z-index: 1;
}
.productHero__imageWrapper.withDarkOverlay::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(22, 22, 22, 0.7);
  z-index: 1;
}
.productHero__image {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
}
.productHero__wrapper {
  max-width: 670px;
  margin: 0 auto;
  padding-top: 3.8rem;
}
@media screen and (min-width: 850px) {
  .productHero {
    padding: 9rem 0 6.3rem;
  }
  .productHero__title {
    font-size: 2.666666rem;
  }
  .productHero__imageWrapper.withDarkOverlay::before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("https://165225.fs1.hubspotusercontent-na1.net/hubfs/165225/wevideo-2022/play%20video%20texture.svg");
    background-position: bottom;
    background-size: contain;
    background-repeat: repeat-x;
    z-index: 2;
  }
}

.resourceCards {
  background-image: linear-gradient(to bottom, transparent 40%, #076577 0%);
  margin-bottom: -1.666667rem;
  padding-top: 3rem;
  padding-bottom: 1.8rem;
}
.resourceCards__wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  margin-left: -0.833334rem;
  margin-right: -0.833334rem;
}
.resourceCards__title {
  margin-bottom: 3rem;
  text-align: center;
}
.resourceCards__resourceCard {
  margin: 0 0.833334rem 1.666667rem;
  width: calc(100% - 1.666667rem);
}
@media screen and (min-width: 625px) {
  .resourceCards__resourceCard {
    width: calc(50% - 1.666667rem);
  }
}
@media screen and (min-width: 1121px) {
  .resourceCards__resourceCard {
    width: calc(33.3333% - 1.666667rem);
  }
}

.simpleIconColumns {
  position: relative;
  padding: 36px 0;
}
.simpleIconColumns .container {
  max-width: 970px;
}
.simpleIconColumns::after {
  display: none;
}
.simpleIconColumns__wrapper {
  justify-content: center;
}
.simpleIconColumns__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom: 4.7rem;
}
.simpleIconColumns__card:last-child {
  margin-bottom: 0;
}
.simpleIconColumns__button {
  margin-top: auto;
}
.simpleIconColumns__iconWrapper {
  display: block;
  width: 89px;
  height: 89px;
  margin-bottom: 1.4rem;
}
.simpleIconColumns__icon {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.simpleIconColumns__cardTitle {
  font-size: 1.333334rem;
  font-weight: 600;
  margin-bottom: 0.9rem;
}
.simpleIconColumns__cardText {
  margin-top: 0;
  margin-bottom: 1.3rem;
}
@media screen and (min-width: 850px) {
  .simpleIconColumns {
    padding: 6rem 0;
  }
  .simpleIconColumns::after {
    content: "";
    background-image: url("https://165225.fs1.hubspotusercontent-na1.net/hubfs/165225/wevideo-2022/icon%20columns%20background.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right center;
    position: absolute;
    right: 0;
    top: 50%;
    width: 1585px;
    height: 1719px;
    transform: translateY(-50%);
    z-index: -1;
  }
  .simpleIconColumns__wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 4rem;
         column-gap: 4rem;
    row-gap: 2.8rem;
  }
  .simpleIconColumns__card {
    margin-bottom: 0;
  }
}

@media (max-width: 1023px) {
  .dnd-module .simpleIconColumns {
    padding: 36px 30px;
  }
  .simpleIconColumns .simpleIconColumns__wrapper {
    max-width: 400px;
    margin: 0 auto;
  }
  .simpleIconColumns .simpleIconColumns__wrapper {
    flex-direction: column;
  }
  .simpleIconColumns .simpleIconColumns__card {
    margin-bottom: 20px;
  }
}
.testimonialSlider {
  padding: 5rem 0;
  --swiper-pagination-bullet-size: 12px;
  --swiper-pagination-bullet-horizontal-gap: 6px;
}
.testimonialSlider__title {
  display: flex;
  position: relative;
}
.testimonialSlider__titleShape {
  position: absolute;
  bottom: -1rem;
  left: 5rem;
  width: 222px;
  z-index: 0;
}
.testimonialSlider__titleText {
  position: relative;
  z-index: 1;
}
.testimonialSlider__quoteIcon {
  color: #F78320;
  width: 50px;
  height: 41px;
  display: block;
  flex-shrink: 0;
}
.testimonialSlider__quoteIcon {
  margin-right: 0.5rem;
  margin-bottom: 2.3rem;
}
.testimonialSlider__quoteText {
  text-align: center;
  margin-top: 0;
  margin-bottom: 2rem;
}
.testimonialSlider .swiper-button-prev,
.testimonialSlider .swiper-button-next {
  display: none;
}
.testimonialSlider__navButtonText {
  font-size: 0;
  width: 0;
  height: 0;
}
.testimonialSlider__imageWrapper {
  display: block;
  width: 70px;
  height: 70px;
  overflow: hidden;
  border-radius: 50%;
  margin-bottom: 1rem;
}
.testimonialSlider__image {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.testimonialSlider__name {
  margin: 0;
  font-size: 0.777778rem;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.4;
}
.testimonialSlider__position {
  display: block;
  font-weight: 600;
  text-transform: none;
}
.testimonialSlider__avatarWrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.testimonialSlider__innerWrapper {
  padding-bottom: 4.1rem;
}
.testimonialSlider .swiper-pagination-bullet {
  background-color: rgba(44, 175, 192, 0.25);
  opacity: 1;
  cursor: pointer;
}
.testimonialSlider .swiper-pagination-bullet-active {
  background-color: rgba(0, 58, 93, 0.75);
  opacity: 1;
}
.testimonialSlider .swiper-button-next::after,
.testimonialSlider .swiper-button-prev::after {
  display: none;
}
.testimonialSlider .swiper-button-next,
.testimonialSlider .swiper-button-prev {
  width: 50px;
  height: 50px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 2px solid rgba(44, 175, 192, 0.2);
  border-radius: 50%;
  transition: background-color 250ms cubic-bezier(0.22, 1, 0.36, 1);
  transform: translateY(-4rem);
}
.testimonialSlider .swiper-button-prev {
  left: 2.1rem;
}
.testimonialSlider .swiper-button-next {
  right: 3.9rem;
}
.testimonialSlider .swiper-button-next:hover,
.testimonialSlider .swiper-button-prev:hover,
.testimonialSlider .swiper-button-next:active,
.testimonialSlider .swiper-button-prev:active {
  background-color: rgba(44, 175, 192, 0.2);
}
.testimonialSlider__navIcon {
  width: 10px;
  height: 17px;
  color: #003A5D;
}
.testimonialSlider__navIcon.-prev {
  transform: scale(-1, 1) translateX(1px);
}
@media screen and (min-width: 850px) {
  .testimonialSlider__wrapper {
    display: flex;
    align-items: flex-start;
  }
  .testimonialSlider__title {
    flex-direction: column;
    align-items: flex-start;
  }
  .testimonialSlider__titleShape {
    bottom: auto;
    top: 3rem;
    left: -3rem;
  }
  .testimonialSlider__header {
    flex-basis: 270px;
    flex-shrink: 0;
  }
  .testimonialSlider__outerWrapper {
    width: calc(100% - 270px);
  }
  .testimonialSlider__quoteWrapper {
    padding: 0 10.2rem 0 8.6rem;
  }
  .testimonialSlider__quoteText {
    text-align: left;
  }
  .testimonialSlider__avatarWrapper {
    flex-direction: row;
    text-align: left;
  }
  .testimonialSlider .swiper-slide {
    opacity: 0;
    transition: opacity 400ms cubic-bezier(0.22, 1, 0.36, 1), transform 400ms cubic-bezier(0.22, 1, 0.36, 1);
    pointer-events: none;
  }
  .testimonialSlider .swiper-slide-active {
    opacity: 1;
    pointer-events: all;
  }
  .testimonialSlider .swiper-slide-next {
    opacity: 0.3;
    transform: translateX(-7.8rem);
  }
  .testimonialSlider__imageWrapper {
    margin-bottom: 0;
    margin-right: 1.8rem;
  }
  .testimonialSlider .swiper-button-prev,
.testimonialSlider .swiper-button-next {
    display: flex;
  }
}

.hs_cos_wrapper.widget-type-form {
  width: 100%;
  background-color: #066477;
  padding: 40px 20px 20px;
  color: #ffffff;
}
.hs_cos_wrapper.widget-type-form h3 {
  text-align: center;
  font-size: 40px;
  line-height: 48px;
  color: #ffffff;
  margin-bottom: 0;
}
.hs_cos_wrapper.widget-type-form h3.hs_cos_wrapper.form-title {
  padding-bottom: 30px;
}
.hs_cos_wrapper.widget-type-form div.hs_submit.hs-submit {
  padding-bottom: 20px;
}
.hs_cos_wrapper.widget-type-form form {
  max-width: 560px;
  margin: 0 auto;
}
.hs_cos_wrapper.widget-type-form form .hs-richtext {
  text-align: center;
  padding-top: 5px;
  padding-bottom: 30px;
}
.hs_cos_wrapper.widget-type-form form .hs-richtext p {
  margin: 0;
  font-size: 20px;
  line-height: 24px;
}
.hs_cos_wrapper.widget-type-form form fieldset {
  max-width: 100% !important;
}
.hs_cos_wrapper.widget-type-form form fieldset label {
  font-size: 24px;
}
.hs_cos_wrapper.widget-type-form form fieldset label.hs-error-msg {
  font-size: 14px;
}
.hs_cos_wrapper.widget-type-form form fieldset ul.hs-error-msgs {
  padding-left: 0;
  margin-top: 5px;
}
.hs_cos_wrapper.widget-type-form form fieldset ul.inputs-list.multi-container {
  padding: 0;
}
.hs_cos_wrapper.widget-type-form form fieldset ul.inputs-list.multi-container li.hs-form-checkbox > label {
  cursor: pointer;
  display: grid;
  grid-template-columns: 3% 97%;
  font-size: 18px;
  padding-bottom: 5px;
}
.hs_cos_wrapper.widget-type-form form fieldset ul.inputs-list.multi-container li.hs-form-checkbox > label span {
  padding-left: 14px;
}
.hs_cos_wrapper.widget-type-form form fieldset .hs_pd_session_date_requested {
  padding-top: 20px;
}
.hs_cos_wrapper.widget-type-form form fieldset legend.hs-field-desc {
  font-size: 16px;
  padding-top: 5px;
  padding-bottom: 10px;
  line-height: 20px;
}
.hs_cos_wrapper.widget-type-form form fieldset input, .hs_cos_wrapper.widget-type-form form fieldset select {
  font-size: 20px;
  color: #8a8a8a;
  line-height: 28px;
  padding: 6px 10px;
  width: 100% !important;
  height: 42px;
}
.hs_cos_wrapper.widget-type-form form .hs_submit.hs-submit {
  margin-top: 20px;
}
.hs_cos_wrapper.widget-type-form form .hs_firstname, .hs_cos_wrapper.widget-type-form form .hs_lastname, .hs_cos_wrapper.widget-type-form form .hs_email, .hs_cos_wrapper.widget-type-form form .hs_edu_job_function, .hs_cos_wrapper.widget-type-form form .hs_team_size {
  margin-bottom: 12px;
}
.hs_cos_wrapper.widget-type-form form .actions {
  text-align: center;
}
.hs_cos_wrapper.widget-type-form form .actions .hs-button.primary {
  background-color: #F7C223;
  border: 3px solid #F7C223;
  color: #003A5D;
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
  cursor: pointer;
  padding: 9px 10px;
  width: 100%;
  max-width: 200px;
  border-radius: 25px;
}
.hs_cos_wrapper.widget-type-form form .actions .hs-button.primary:hover {
  border: 3px solid #1F7F8E;
}

.hs_cos_wrapper_type_form {
  max-width: 1100px;
  margin: 0 auto;
  width: 100%;
  display: block;
}

.hs_cos_wrapper.widget-type-form .submitted-message.hs-main-font-element {
  text-align: center;
}

.hs-content-path-pp-customer-resources .hs_cos_wrapper.widget-type-form form {
  max-width: 1000px;
}
.hs-content-path-pp-customer-resources .hs_cos_wrapper.widget-type-form form fieldset label {
  font-size: 18px;
}
.hs-content-path-pp-customer-resources .hs_cos_wrapper.widget-type-form form fieldset label.hs-error-msg {
  font-size: 14px;
}
.hs-content-path-pp-customer-resources .hs_cos_wrapper.widget-type-form form fieldset ul.hs-error-msgs {
  margin-top: 0;
  padding-left: 0;
  margin-bottom: 5px;
}
.hs-content-path-pp-customer-resources .hs_cos_wrapper.widget-type-form form fieldset input,
.hs-content-path-pp-customer-resources .hs_cos_wrapper.widget-type-form form fieldset select,
.hs-content-path-pp-customer-resources .hs_cos_wrapper.widget-type-form form fieldset textarea {
  font-size: 16px;
  border: 1px solid #8a8a8a;
  border-radius: 6px;
}
.hs-content-path-pp-customer-resources .hs_cos_wrapper.widget-type-form form .hs-fieldtype-textarea.hs-input {
  padding: 6px 10px;
  width: 100%;
  min-height: 100px;
}
.hs-content-path-pp-customer-resources .hs_cos_wrapper.widget-type-form form .hs-richtext {
  padding-bottom: 10px;
}
.hs-content-path-pp-customer-resources .hs_cos_wrapper.widget-type-form form .hs-richtext p {
  padding-bottom: 40px;
  font-size: 15px;
  font-style: italic;
}
.hs-content-path-pp-customer-resources .hs_cos_wrapper.widget-type-form form .hs-richtext h3 {
  color: #ffffff;
  font-size: 30px;
  line-height: 1.25;
}
.hs-content-path-pp-customer-resources .hs_cos_wrapper.widget-type-form form .hs_error_rollup {
  text-align: center;
  padding-bottom: 30px;
}
.hs-content-path-pp-customer-resources .hs_cos_wrapper.widget-type-form form .hs_submit.hs-submit {
  margin-top: -20px;
}
.hs-content-path-pp-customer-resources .hs_cos_wrapper .form-columns-1, .hs-content-path-pp-customer-resources .hs_cos_wrapper .form-columns-2 {
  max-width: 800px !important;
  margin: 0 auto;
  padding-bottom: 10px;
}
.hs-content-path-pp-customer-resources .hs_cos_wrapper .hs_recaptcha.hs-recaptcha {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 9999;
}

#hs-banner-parent {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
}

.mainHeader {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 801;
  background-color: #fff;
  box-shadow: 0 6px 80px 0 rgba(138, 138, 138, 0.25);
}
.mainHeader .container {
  max-width: 1320px;
  padding-right: 20px;
}
.mainHeader__loginWrapper {
  display: none;
  flex-direction: row;
  position: absolute;
  top: 90px;
  z-index: 22;
  left: 38px;
  background-color: #FFFFFF;
}
.mainHeader__loginWrapper.-open {
  display: flex;
}
.mainHeader__loginWrapper a {
  color: #003A5D;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  margin-right: 30px;
}
.mainHeader__loginWrapper a:hover {
  color: #96006B;
}
.mainHeader__wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0 15px 0;
}
.mainHeader__wrapper .button {
  white-space: nowrap;
}
.mainHeader__wrapper #showWhenLoggedIn a.primaryNav__button, .mainHeader__wrapper #showWhenLoggedOut a.primaryNav__button {
  margin-right: 20px;
}
.mainHeader__brand {
  position: relative;
  display: inline-block;
  flex-basis: 7.8889rem;
  flex-shrink: 0;
  line-height: 1;
  z-index: 1;
}
.mainHeader__brandText {
  font-size: 0;
  width: 0;
  height: 0;
}
.mainHeader__primaryNav {
  position: relative;
  z-index: 0;
}
.mainHeader .primaryNav__button, .mainHeader .primaryNav__listLink {
  font-size: 18px;
}
@media screen and (min-width: 1170px) {
  .mainHeader__wrapper {
    padding: 0 0 15px 0;
  }
  .mainHeader__loginWrapper {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    padding: 5px 10px 2px 0;
    margin: 0;
    position: relative;
    top: 0;
    left: 0;
  }
  .mainHeader__loginWrapper a {
    font-size: 12px;
    margin-right: 23px;
  }
  .mainHeader__brand {
    margin-right: 1.9rem;
  }
}
@media screen and (min-width: 1393px) {
  .mainHeader__brand {
    margin-right: 3.3rem;
  }
}

.logoNotClickableWrapper {
  position: absolute;
  top: 40px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 100%;
  max-width: 1262px;
  padding: 0 1.777775rem;
  height: auto;
  max-height: 100px;
  z-index: 9;
}
.logoNotClickableWrapper svg {
  display: block;
  height: 100%;
  max-height: 80px;
}

@media (max-width: 767.98px) {
  .logoNotClickableWrapper {
    top: 30px;
  }
  .logoNotClickableWrapper svg {
    margin: 0 auto;
  }
}
.ppHeaderWrapper {
  position: relative;
  width: 100%;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.05);
  background-color: #fff;
  padding: 28px 0;
}
.ppHeaderWrapper .ppHeaderInnerWrapper {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 1.777775rem;
}

#hs-web-interactives-top-anchor {
  display: none;
}

.hs-web-interactives-top-banner-open #hs-web-interactives-top-anchor {
  display: block;
  z-index: 1000;
}

.hs-web-interactives-top-banner-open #hs-web-interactives-top-anchor .hs-cta-embed__loaded {
  z-index: 1000;
}

body.hs-web-interactives-top-banner-open .mainHeader__loginWrapper {
  padding: 63px 10px 0 0;
}
body.hs-web-interactives-top-banner-open .mainHeader__businessFlyout {
  top: 163px;
}

@media (max-width: 1169px) {
  body.hs-web-interactives-top-banner-open .mainHeader__wrapper {
    padding-top: 105px;
  }
  body.hs-web-interactives-top-banner-open .mainHeader__businessFlyout {
    top: 178px;
  }
  body.hs-web-interactives-top-banner-open .imageWithText, body.hs-web-interactives-top-banner-open .imageWithText.-hero {
    padding-top: 180px;
  }
}
@media (max-width: 605px) {
  body.hs-web-interactives-top-banner-open .mainHeader__wrapper {
    padding-top: 135px;
  }
  body.hs-web-interactives-top-banner-open .mainHeader__businessFlyout {
    top: 208px;
  }
}
@media (max-width: 466px) {
  body.hs-web-interactives-top-banner-open .mainHeader__wrapper {
    padding-top: 165px;
  }
  body.hs-web-interactives-top-banner-open .mainHeader__businessFlyout {
    top: 238px;
  }
  body.hs-web-interactives-top-banner-open .imageWithText, body.hs-web-interactives-top-banner-open .imageWithText.-hero {
    padding-top: 150px;
  }
}
.mainFooter {
  padding: 3rem 0;
  position: relative;
  background-image: linear-gradient(to bottom, #066477, #001C33);
  overflow: hidden;
  z-index: 1;
  margin-top: -1px;
  clear: both;
}
.mainFooter .container {
  position: relative;
  z-index: 1;
}
.mainFooter__wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.mainFooter__columnTitle, .mainFooter__titleLink {
  color: #2CAFC0;
  font-weight: 600;
  font-size: 0.88889rem;
  transition: color 250ms cubic-bezier(0.22, 1, 0.36, 1);
}
.mainFooter__titleLink:hover, .mainFooter__titleLink:active {
  color: #F78320;
}
.mainFooter__columnTitle {
  margin-bottom: 0.5rem;
  padding: 0 !important;
}
.mainFooter__columnList {
  padding: 0;
  margin-top: 0;
}
.mainFooter__columnListItem {
  margin-bottom: 0.5rem;
}
.mainFooter__columnLink {
  display: block;
  color: #fff;
  font-size: 0.77778rem;
  font-weight: 400;
  transition: color 250ms cubic-bezier(0.22, 1, 0.36, 1);
}
.mainFooter__columnLink:hover, .mainFooter__columnLink:active {
  color: #2CAFC0;
}
.mainFooter__column {
  flex-basis: 50%;
  flex-shrink: 0;
  margin-bottom: 2rem;
}
.mainFooter .siteLogo__text {
  fill: #fff;
}
.mainFooter__logo {
  height: 68px;
}
.mainFooter__logo * {
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  height: 100%;
}
.mainFooter__logos {
  display: flex;
  margin-bottom: 2.9rem;
}
.mainFooter__utilityNavList {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
.mainFooter__utilityNavListItem, .mainFooter__utilityNavListLink {
  font-size: 0.77778rem;
  font-weight: 400;
  color: #fff;
  transition: color 250ms cubic-bezier(0.22, 1, 0.36, 1);
  line-height: 1;
}
.mainFooter__utilityNavListLink:hover, .mainFooter__utilityNavListLink:active {
  color: #2CAFC0;
}
.mainFooter__utilityNavListItem:not(:last-child) {
  border-right: 1px solid #2CAFC0;
  padding-right: 0.8rem;
  margin-right: 0.8rem;
}
.mainFooter__utilityNavListItem:first-child {
  width: 100%;
  margin-bottom: 0.7rem;
  border-right: none;
}
.mainFooter .brushStrokeDivider {
  margin-bottom: 3.6rem;
  width: 100%;
}
.mainFooter .playButtonTexture {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  min-width: 100%;
  width: 100%;
  z-index: 0;
}
.mainFooter__socialMediaLinkList {
  display: flex;
  margin: 0;
  padding: 0;
}
.mainFooter__socialMediaLink {
  display: block;
  width: 1.6666rem;
  height: 1.6666rem;
  border: 1px solid #F78320;
  border-radius: 50%;
  color: #fff;
  font-size: 0;
  padding: 0.25rem;
  transition: background-color 250ms cubic-bezier(0.22, 1, 0.36, 1);
}
.mainFooter__socialMediaLinkListItem:not(:last-child) {
  margin-right: 0.5rem;
}
.mainFooter__socialMediaIcon {
  width: 100%;
  height: 100%;
  transition: color 250ms cubic-bezier(0.22, 1, 0.36, 1);
}
.mainFooter__socialMediaLink:hover .mainFooter__socialMediaIcon, .mainFooter__socialMediaLink:active .mainFooter__socialMediaIcon {
  color: #F78320;
}
.mainFooter__utilityNav {
  margin-bottom: 2rem;
}
@media screen and (min-width: 625px) {
  .mainFooter__column {
    flex-basis: 33.3333%;
  }
}
@media screen and (min-width: 1121px) {
  .mainFooter {
    padding: 4.3rem 0 3.9rem;
  }
  .mainFooter__wrapper {
    justify-content: flex-start;
  }
  .mainFooter__columnTitle, .mainFooter__titleLink {
    font-size: 1rem;
  }
  .mainFooter__column {
    flex-basis: 18.4%;
    padding-right: 2rem;
  }
  .mainFooter__utilityRow {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .mainFooter__utilityNav {
    margin-bottom: 0;
  }
  .mainFooter__utilityNavListItem:first-child {
    width: auto;
    margin-bottom: 0;
    border-right: 1px solid #2CAFC0;
  }
}
.mainFooter.footerMinWrapper {
  min-height: 300px;
  padding-bottom: 0;
}
.mainFooter.footerMinWrapper .playButtonTexture {
  min-height: 350px;
}
.mainFooter .footerMinInnerWrapper {
  margin: 130px auto 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #ffffff;
  max-width: 180px;
  font-size: 14px;
  text-align: center;
}
.mainFooter .footerMinInnerWrapper img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 1121px) {
  .mainFooter.ppFooter .mainFooter__utilityNavListItem:first-child {
    width: auto;
    margin-bottom: 0;
    border: 0;
  }
}
.mainFooter.ppFooter .mainFooter__utilityNavListItem:not(:last-child) {
  border: 0;
  padding-right: 0.8rem;
  margin-right: 0.8rem;
}
.mainFooter.ppFooter .mainFooter__columnLink {
  text-decoration: underline;
}
.mainFooter.ppFooter .mainFooter__columnTitle, .mainFooter.ppFooter .mainFooter__titleLink {
  font-size: 24px;
  color: #ffffff;
}

.blog-hero-wrapper .blog-hero-inner-wrapper {
  padding-top: 9rem;
  padding-bottom: 3rem;
}

@media (max-width: 979.98px) {
  .blog-hero-wrapper .blog-hero-inner-wrapper {
    padding-top: 9rem !important;
    padding-bottom: 3rem !important;
  }
}
.blog-hero-wrapper .blog-hero-inner-wrapper::after {
  background-color: transparent;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.blog-hero-content-wrapper {
  position: relative;
  z-index: 2;
}

.blog-hero-wrapper .blog-hero-title h1 {
  max-width: 100% !important;
}

.blog-hero-title {
  max-width: 100% !important;
}

.blog-subscribe-title {
  margin-bottom: 1rem;
}

.webinars-blog-listing-wrapper .blog-hero-wrapper {
  height: auto;
}

.webinars-blog-listing-wrapper .blog-hero-wrapper .blog-hero-title h1 {
  padding-top: 0;
}

.blog-category-tags-wrapper {
  max-height: 41px;
}

.webinars-blog-listing-wrapper .blog-subscribe-input {
  border-radius: 20px;
  margin-right: 1rem;
  margin-bottom: 1rem;
  padding: 1.2rem 1rem;
}

.blog-subscribe-text-wrapper {
  margin-right: 1rem;
}

.blog-subscribe-submit-button {
  display: inline-block !important;
  position: relative !important;
  background-color: #1F7F8E !important;
  padding: 0.4rem 1.6rem !important;
  border-radius: 1.2rem !important;
  font-weight: 600 !important;
  text-align: center !important;
  color: #fff !important;
  transition: background-color cubic-bezier(0.22, 1, 0.36, 1) 400ms, padding cubic-bezier(0.22, 1, 0.36, 1) 400ms, color cubic-bezier(0.22, 1, 0.36, 1) 400ms, border cubic-bezier(0.22, 1, 0.36, 1) 400ms !important;
  line-height: 1.5 !important;
  font-size: 1rem !important;
  border: none !important;
  text-transform: none !important;
  width: auto !important;
  height: auto !important;
  white-space: nowrap;
}

.webinars-blog-listing-wrapper .blog-subscribe-form-fields {
  display: block;
}

.blog-hero-2-wrapper {
  position: relative;
  padding: 8rem 0 2.7rem;
  background-image: url("https://165225.fs1.hubspotusercontent-na1.net/hubfs/165225/wevideo-website-theme/images/blog/Blog_header.webp");
  background-size: cover;
}

.blog-hero-inner-wrapper {
  position: relative;
  z-index: 2;
}

.blog-hero-2-wrapper .blog-hero-inner-wrapper {
  opacity: 1 !important;
}

.blog-post-list-wrapper {
  align-items: stretch;
}
.blog-post-list-wrapper .resourceCard {
  height: 100%;
}

.blog-hero-2-wrapper .blog-hero-2-title h1 {
  font-size: 2.222222rem !important;
  font-weight: 600 !important;
  line-height: 1.2;
  font-family: "Inter", sans-serif;
}
@media screen and (min-width: 850px) {
  .blog-hero-2-wrapper .blog-hero-2-title h1 {
    font-size: 3rem !important;
    line-height: 1.075 !important;
  }
}

.blog-main-content {
  font-family: "Inter", sans-serif !important;
}
.blog-main-content h1, .blog-main-content h2, .blog-main-content h3, .blog-main-content h4, .blog-main-content h5, .blog-main-content h6 {
  font-family: "Inter", sans-serif !important;
}

.hs-search-results__listing .resourceCard {
  height: 100%;
}

.webinars-on-demand-title h2 {
  color: #003A5D !important;
}

body h1, body h2, body h3, body h4 {
  font-family: "Inter", sans-serif !important;
}

.webinars-on-demand-title {
  padding-top: 60px;
}

.webinars-on-demand-title h2 {
  padding-bottom: 2rem;
}

.webinars-on-demand-subtitle {
  margin-bottom: 3rem;
}

.webinars-slider-wrapper .slide-post-cta a {
  display: inline-block;
  position: relative;
  background-color: #1F7F8E;
  padding: 0.4rem 1.6rem;
  border-radius: 1.2rem;
  font-weight: 600;
  text-align: center;
  color: #fff;
  transition: background-color cubic-bezier(0.22, 1, 0.36, 1) 400ms, padding cubic-bezier(0.22, 1, 0.36, 1) 400ms, color cubic-bezier(0.22, 1, 0.36, 1) 400ms, border cubic-bezier(0.22, 1, 0.36, 1) 400ms;
  line-height: 1.5;
  font-size: 1rem;
  border: none;
  text-transform: none;
}

.blog-listing-post-wrapper .post-title a h2 {
  text-transform: none;
}

.webinars-blog-listing-wrapper .blog-listing-post-wrapper .post-title {
  margin-bottom: 1rem;
}

.webinars-blog-listing-wrapper .blog-listing-post-wrapper {
  background-color: #fff;
  box-shadow: 0 4px 10px rgba(0, 58, 93, 0.05);
}

.webinars-blog-listing-wrapper .blog-listing-post-wrapper .post-title {
  max-height: none;
  overflow: visible;
}

.webinars-blog-listing-wrapper .blog-listing-post-wrapper .post-title {
  height: auto;
}

.webinars-blog-listing-wrapper .blog-listing-post-wrapper .post-short-desc {
  height: auto;
  line-height: 1.5;
}

.blog-listing-post-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.webinars-watch-now-wrapper {
  margin-top: auto;
}

.slide-post-cta {
  text-align: left;
}

.blog-listing-post-wrapper .post-title a h2 {
  font-size: 1.333333rem !important;
  color: #003A5D !important;
  font-weight: 600 !important;
  line-height: 1.3 !important;
}

.webinars-watch-now {
  display: inline-block !important;
  position: relative;
  padding: calc(0.4rem - 2px) calc(1.6rem - 2px) !important;
  background-color: transparent;
  border: 2px solid #1F7F8E !important;
  color: #003A5D !important;
  border-radius: 1.2rem;
  font-weight: 600 !important;
  text-align: center;
  transition: background-color cubic-bezier(0.22, 1, 0.36, 1) 400ms, padding cubic-bezier(0.22, 1, 0.36, 1) 400ms, color cubic-bezier(0.22, 1, 0.36, 1) 400ms, border cubic-bezier(0.22, 1, 0.36, 1) 400ms;
  line-height: 1.5;
  font-size: 1rem !important;
  width: auto !important;
}

.webinars-watch-now:hover {
  background-color: #1F7F8E !important;
  color: #fff !important;
}

.webinars-blog-post-wrapper {
  margin-top: 150px;
  padding: 10px 30px 60px;
}

.webinars-post-inner-wrapper h1 {
  text-transform: none;
  margin-bottom: 1.5rem;
  font-size: 2rem;
}

.webinars-post-inner-wrapper .post-subtitle-wrapper {
  margin-top: 3rem;
}

.template-wrapper.hasEducationMenu {
  margin-top: 0 !important;
}
.template-wrapper.hasEducationMenu .hero-wrapper .hero-inner-wrapper .hero-image-title h1 {
  color: #fff;
  text-shadow: none;
}
.template-wrapper.hasEducationMenu .hero-wrapper .hero-inner-wrapper .hero-image-subtitle {
  text-shadow: none;
}
.template-wrapper.hasEducationMenu .education-resources-posts-listing .website-cta-wrapper a:hover {
  background-color: #003A5D;
}
.template-wrapper.hasEducationMenu .teacher-res-posts-wrapper .post-title a {
  color: #003A5D;
}
.template-wrapper.hasEducationMenu .inspiration-inner-wrapper {
  padding: 8.6rem 0 2rem;
  height: auto;
}
.template-wrapper.hasEducationMenu .inspiration-hero-wrapper {
  background-color: #003A5D;
}
.template-wrapper.hasEducationMenu .inspiration-hero-wrapper .title-wrapper h1 {
  color: #fff;
}
.template-wrapper.hasEducationMenu .inspiration-hero-wrapper .contributor-wrapper {
  margin-bottom: 1.5rem;
}

.edu-res-posts-wrapper .post-title a {
  color: #003A5D !important;
}

.education-resources-posts-listing .website-cta-wrapper a {
  display: inline-block;
  position: relative;
  background-color: #1F7F8E;
  padding: 0.4rem 1.6rem;
  border-radius: 1.2rem;
  font-weight: 600;
  text-align: center;
  color: #fff;
  transition: background-color cubic-bezier(0.22, 1, 0.36, 1) 400ms, padding cubic-bezier(0.22, 1, 0.36, 1) 400ms, color cubic-bezier(0.22, 1, 0.36, 1) 400ms, border cubic-bezier(0.22, 1, 0.36, 1) 400ms;
  line-height: 1.5;
  font-size: 1rem;
  border: none;
}

.education-resources-posts-listing .website-cta-wrapper a:hover {
  border: none;
}

.icon-title-component-wrapper .icon-title-component .paragraph .icon {
  min-width: 47px;
}

.learningSubmenu {
  position: relative !important;
  top: 0 !important;
  margin-bottom: 3rem;
}

.education-resources-main .hero-wrapper .hero-inner-wrapper,
.teacher-resources-listing-wrapper .hero-wrapper .hero-inner-wrapper {
  height: auto !important;
  padding: 5.5rem 0 4.2rem;
}

main#main-content.hasEducationMenu .learningSubmenu {
  position: relative;
  top: 0;
  margin-bottom: 3rem;
}

.teacher-resources-wrapper .blog-hero-wrapper .blog-hero-inner-wrapper {
  margin-top: 0 !important;
  height: auto !important;
}

.blog-post-container .blog-main-content-wrapper {
  padding-top: 150px;
}

[class*=hs-content-name-features-templates-] main#main-content {
  margin-top: 0;
  margin-bottom: 3rem;
}
[class*=hs-content-name-features-templates-] main#main-content .hero-inner-wrapper {
  padding-top: 7rem;
  padding-bottom: 4rem;
  background-color: #003A5D;
  height: auto;
}
[class*=hs-content-name-features-templates-] main#main-content .left-rail-title.mobile {
  background-position: 180px 32px;
}
[class*=hs-content-name-features-templates-] main#main-content .hero-wrapper .hero-inner-wrapper .hero-image-title h2 {
  color: #fff;
}
[class*=hs-content-name-features-templates-] main#main-content .hero-inner-absolute-wrapper {
  display: none;
}

main.homepage {
  background-image: url("data:image/svg+xml;charset=UTF-8,<svg width='1339' height='1693' viewBox='0 0 1339 1693' fill='none' xmlns='http://www.w3.org/2000/svg'><g style='mix-blend-mode:multiply' opacity='0.5'><path d='M1240.6 32.859L262.719 449.146C-88.4869 617.217 -87.3217 1089.14 264.717 1255.56L1241.77 1660.75C1452.99 1760.6 1702 1616.54 1702 1394.32L1702 298.627C1702 75.9117 1451.66 -68.1493 1240.6 32.859Z' fill='#F3F3F3'/></g></svg>");
  background-repeat: no-repeat;
  background-position: top 72% right 0;
}

.pricingPage.playpositPricingWrapper .pricingPage__alert, .pricingPage.educationPricingWrapper .pricingPage__alert {
  margin-bottom: 0;
}
.pricingPage.playpositPricingWrapper .pricingPage__alert span, .pricingPage.educationPricingWrapper .pricingPage__alert span {
  font-weight: 700;
}
.pricingPage.playpositPricingWrapper .tierCards__card:not(.-emphasize), .pricingPage.educationPricingWrapper .tierCards__card:not(.-emphasize) {
  margin-top: 1.2rem;
}

.pricingPage {
  padding-top: 7.8rem;
}
.pricingPage__title h1 {
  text-align: center;
  font-size: 40px;
  line-height: 48px;
  margin-bottom: 20px;
}
.pricingPage__titleBorder {
  border-radius: 20px;
  height: 4px;
  background-color: #8A8A8A;
  opacity: 10%;
  margin-bottom: 24px;
}
.pricingPage__cardsMessage {
  padding: 20px 0;
  text-align: center;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 0.18px;
}
.pricingPage__cardsMessage .cta {
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.18px;
  text-decoration: underline;
}
.pricingPage__alert {
  margin-top: 0;
  margin-bottom: 2rem;
}
.pricingPage__alert.activeCampaign {
  border-radius: 15px;
  color: #003A5D;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: -0.36px;
  background: linear-gradient(90deg, #FFB6EA 0%, #F7CF57 100%);
}
.pricingPage__alert.activeCampaign span {
  font-weight: 700;
}
.pricingPage__breadcrumbs {
  margin-bottom: 3rem;
}
.pricingPage__tabPanel {
  display: none;
  padding: 1.4rem 0 0;
}
.pricingPage__tabPanel.-active {
  display: block;
}
.pricingPage__tabPanel.-active:focus-visible {
  outline: 0 !important;
}
.pricingPage__faqs {
  margin-top: 3rem;
}
.pricingPage__priceToggle {
  display: flex;
  position: relative;
  margin: 0.4rem auto 0;
  background-color: #EAF7F9;
  border-radius: 29px;
  padding: 0.6rem 1.2rem;
  gap: 1.6rem;
  cursor: pointer;
}
.pricingPage__priceToggle.topPriceToggle {
  margin-bottom: 2rem;
}
.pricingPage__priceToggle.-active::before {
  left: 83px;
  width: 94px;
}
.pricingPage__priceToggle::before {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 4px;
  background-color: #fff;
  width: 84px;
  height: calc(100% - 8px);
  border-radius: 29px;
  transition: width 400ms cubic-bezier(0.22, 1, 0.36, 1), left 400ms cubic-bezier(0.22, 1, 0.36, 1);
}
.pricingPage__priceToggleText {
  position: relative;
  color: #1F7F8E;
  font-size: 0.77777778rem;
  font-weight: 700;
  z-index: 1;
  transition: color 400ms cubic-bezier(0.22, 1, 0.36, 1);
}
.pricingPage__priceToggleText:first-child {
  color: #161616;
}
.pricingPage__priceToggle.-active .pricingPage__priceToggleText:first-child {
  color: #1F7F8E;
}
.pricingPage__priceToggle.-active .pricingPage__priceToggleText:last-child {
  color: #161616;
}
.pricingPage .pricingDragDrop .imageWithText__button.button {
  color: #96006B;
  background: none;
  padding-left: 0;
  padding-right: 0;
}
.pricingPage .pricingDragDrop .imageWithText__button.button:hover {
  color: #003A5D;
}
.pricingPage .pricingDragDrop .imageWithText__button.button:hover .button__icon {
  display: none;
  opacity: 0;
}
.pricingPage .featuredTable h2.featuredTable__title {
  cursor: pointer;
  margin-bottom: 20px;
}
.pricingPage .featuredTable h2.featuredTable__title img {
  width: 42px;
  height: 42px;
  transition: transform 400ms cubic-bezier(0.22, 1, 0.36, 1);
}
.pricingPage .featuredTable.-active {
  margin-bottom: 50px;
}
.pricingPage .featuredTable.-active h2.featuredTable__title {
  margin-bottom: 44px;
}
.pricingPage .featuredTable.-active h2.featuredTable__title img {
  transform: rotate(-180deg);
}
.pricingPage .featuredTable.-active .featuredTable__table {
  display: table;
}
.pricingPage .featuredTable__table {
  display: none;
}

/* AB TEST - PRICING PAGE */
.pricingPageAbTestWrapper {
  min-height: 500px;
}

#personal-pricing-control, #personal-pricing-variation {
  display: none;
}

#education-pricing-variation, #education-pricing-control {
  display: none;
}

#personal-pricing-variation .tierCards__cardTextContent, #education-pricing-variation .tierCards__cardTextContent {
  text-align: center;
}
#personal-pricing-variation .tierCards__cardTextContent li, #education-pricing-variation .tierCards__cardTextContent li {
  list-style-type: none;
  text-align: center;
  padding-bottom: 6px;
}
#personal-pricing-variation .tierCards__cardTextContent li:before, #education-pricing-variation .tierCards__cardTextContent li:before {
  content: "";
}
#personal-pricing-variation .tierCards__card, #education-pricing-variation .tierCards__card {
  max-width: 339px;
  padding: 45px 40px 36px;
}
#personal-pricing-variation .tierCards__discountPrice, #education-pricing-variation .tierCards__discountPrice {
  color: #8A8A8A;
}
#personal-pricing-variation .tierCards__actions .tierCards__cardButton, #education-pricing-variation .tierCards__actions .tierCards__cardButton {
  min-width: 185px;
}
#personal-pricing-variation .enterpriseCard, #education-pricing-variation .enterpriseCard {
  position: relative;
}
#personal-pricing-variation .enterpriseCard .enterpriseCardContent, #education-pricing-variation .enterpriseCard .enterpriseCardContent {
  padding: 0 0 110px 0;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#personal-pricing-variation .enterpriseCard .enterpriseCardContent .tierCards__icon, #education-pricing-variation .enterpriseCard .enterpriseCardContent .tierCards__icon {
  width: 82px;
}
#personal-pricing-variation .enterpriseCard .tierCards__actions, #education-pricing-variation .enterpriseCard .tierCards__actions {
  position: absolute;
  bottom: 79px;
}
#personal-pricing-variation .featuredTable__price, #education-pricing-variation .featuredTable__price {
  display: block;
}
#personal-pricing-variation .featuredTable__discountPrice.billedAnnually, #education-pricing-variation .featuredTable__discountPrice.billedAnnually {
  color: #757575;
  font-size: 20px;
  text-decoration: none;
}

#education-pricing-variation .pricingPage__priceToggle.topPriceToggle {
  margin-top: 20px;
  margin-bottom: 10px;
}
#education-pricing-variation .pricingPage__tierCards.educationTierCards .tierCards__cardPrice {
  margin-bottom: 0;
}
#education-pricing-variation .pricingPage__tierCards.educationTierCards .tierCards__discountPrice {
  margin-bottom: 0;
}
#education-pricing-variation .tierCards__card.districtCard .tierCards__actions {
  margin-top: 13px;
}

.ppLoginWrapper {
  padding: 30px 0;
  background-color: #F3F3F3;
}
.ppLoginWrapper h1, .ppLoginWrapper h2, .ppLoginWrapper h3 {
  color: #000;
}
.ppLoginWrapper h1 {
  font-size: 40px;
  font-weight: 600;
  letter-spacing: -0.8px;
  margin-bottom: 15px;
}
.ppLoginWrapper h3 {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -0.4px;
}
.ppLoginWrapper .ppLoginTitle {
  text-align: center;
}
.ppLoginWrapper .ppLoginInfo {
  max-width: 420px;
  margin: 0 auto;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.36px;
  padding-bottom: 15px;
}
.ppLoginWrapper .ppLoginInfo a {
  font-weight: 600;
}
.ppLoginWrapper .ppLoginSubTitle {
  color: #000;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.36px;
  padding-top: 10px;
}
.ppLoginWrapper .ppLoginBody {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.ppLoginWrapper .ppLoginBody h3 {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: -0.6px;
  padding: 0;
}
.ppLoginWrapper .ppLoginBefore, .ppLoginWrapper .ppLoginAfter {
  width: 100%;
  max-width: 380px;
  padding: 25px 20px;
  border-radius: 16px;
  background: #FFF;
  box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.25);
  margin: 10px 23px 0;
}
.ppLoginWrapper .ppLoginSeparator {
  background: #D7D6D6;
  height: 2px;
  margin: 17px 0;
  width: 100%;
  max-width: 330px;
}
.ppLoginWrapper .ppLoginSSOWrapper {
  height: auto;
  min-height: auto;
}
.ppLoginWrapper .ppLoginSSOWrapper, .ppLoginWrapper .ppLoginForm {
  width: 100%;
  max-width: 302px;
  margin: 0 auto;
}
.ppLoginWrapper .ppButtonSSO {
  display: block;
  width: 100%;
  max-width: 280px;
  height: 44px;
  margin: 0 auto 8px;
  border-radius: 24px;
  border: 1px solid #C5C5C5;
  background-color: #ffffff;
  background-position: center;
  background-repeat: no-repeat;
}
.ppLoginWrapper .ppButtonSSO:hover {
  border: 1px solid #1f7f8e;
}
.ppLoginWrapper .ppGoogleSSO {
  background-image: url("https://165225.fs1.hubspotusercontent-na1.net/hubfs/165225/wevideo-website-theme/playposit/images/sso/google-sso.svg");
}
.ppLoginWrapper .ppLoginBefore .ppGoogleSSO {
  border: 0;
  background: 0;
}
.ppLoginWrapper .ppLoginBefore .ppGoogleSSO:hover {
  border: 0;
}
.ppLoginWrapper .ppOffice365SSO {
  background-image: url("https://165225.fs1.hubspotusercontent-na1.net/hubfs/165225/wevideo-website-theme/playposit/images/sso/office365-sso.svg");
}
.ppLoginWrapper .ppCleverSSO {
  background-image: url("https://165225.fs1.hubspotusercontent-na1.net/hubfs/165225/wevideo-website-theme/playposit/images/sso/clever-sso.svg");
}
.ppLoginWrapper .ppClassLinkSSO {
  background-image: url("https://165225.fs1.hubspotusercontent-na1.net/hubfs/165225/wevideo-website-theme/playposit/images/sso/classlink-sso.svg");
}
.ppLoginWrapper .button {
  width: 100%;
}
.ppLoginWrapper .button:disabled {
  background-color: #C5C5C5;
  border: 1px solid #C5C5C5;
  color: #FFF;
  cursor: not-allowed;
}
.ppLoginWrapper .ppSubmitWrapper {
  padding-top: 25px;
}
.ppLoginWrapper .ppForgotPassWrapper {
  text-align: center;
  padding-top: 20px;
}
.ppLoginWrapper .ppForgotPassWrapper a {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.28px;
  text-decoration-line: underline;
}
.ppLoginWrapper .ppLoginFooter {
  padding: 35px 20px 15px;
}
.ppLoginWrapper .signInMessages {
  position: relative;
}
.ppLoginWrapper .signInMessages .signInErrors {
  color: #ee3737;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  margin-top: 10px;
}
.ppLoginWrapper .signInMessages .signInErrors a {
  color: #ee3737;
  font-weight: 600;
  text-decoration: underline;
}
.ppLoginWrapper .signInMessages .signInErrors#signInErrorsUserType {
  margin-top: 0;
  margin-bottom: 10px;
}

@media screen and (max-width: 850px) {
  .ppLoginWrapper .ppLoginBody {
    flex-direction: column;
    align-items: center;
  }
  .ppLoginWrapper .ppLoginBody .ppLoginBefore {
    margin-bottom: 40px;
  }
}