/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, div {
  display: block;
  position: relative; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after {
  content: '';
  content: none; }

q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

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

* {
  margin: 0;
  padding: 0; }

html {
  font-variant-ligatures: common-ligatures;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  font-size: 16px;
  letter-spacing: -.64px; }

body {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
  color: #1b365d; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
  line-height: 1.2;
  position: relative; }

h1 {
  font-size: 4rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -3.2px; }
  @media (max-width: 1023px) {
    h1 {
      font-size: 3rem;
      letter-spacing: -1.92px; } }
  @media (max-width: 767px) {
    h1 {
      font-size: 2.5rem;
      letter-spacing: -1.6px; } }

h2 {
  font-size: 3rem;
  line-height: 1.1;
  font-weight: 600;
  letter-spacing: -1.92px; }
  @media (max-width: 1023px) {
    h2 {
      font-size: 2.5rem;
      letter-spacing: -1.6px; } }
  @media (max-width: 767px) {
    h2 {
      font-size: 2rem;
      letter-spacing: -1.28px; } }

h3 {
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: -1.28px; }
  @media (max-width: 1023px) {
    h3 {
      font-size: 2rem;
      letter-spacing: -1.28px; } }
  @media (max-width: 767px) {
    h3 {
      font-size: 1.75rem;
      letter-spacing: -1.12px; } }

h4 {
  font-size: 1.5rem;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: -.96px; }

h5 {
  font-size: 1.25rem;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: -.72px; }

p,
ul,
ol {
  margin: 1rem 0 0; }

blockquote p {
  font-size: 1.2rem;
  margin: 2rem 0 0; }

a {
  position: relative;
  text-decoration: none;
  transition: all 0.4s cubic-bezier(0.28, 0, 0.18, 1); }
  a.button {
    display: inline-block;
    padding: 1rem 2rem;
    color: #ffffff;
    white-space: nowrap;
    transition: all 0.4s cubic-bezier(0.28, 0, 0.18, 1);
    background: #13b0b8;
    border-radius: .5rem; }
    a.button:hover {
      background: #9a4eae; }
  @media (max-width: 767px) {
    a.button {
      padding: 0.75rem 1rem; } }

.label {
  display: inline-block;
  border: 1px solid #355173;
  border-radius: .5rem;
  padding: 0.25rem 1rem;
  color: inherit;
  text-align: center; }

strong {
  font-weight: 700; }

::selection {
  background: rgba(255, 242, 121, 0.5); }

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

* {
  margin: 0;
  padding: 0; }

body, html {
  position: relative;
  height: 100%; }

body {
  background: #1b365d; }
  body.show-menu {
    overflow: hidden; }

#page-wrap {
  background: #ffffff;
  overflow: hidden;
  z-index: 5; }

ul:not(.mobile-menu) .no-click > a {
  pointer-events: none; }

.container {
  width: 100%;
  max-width: calc(1400px + 5rem);
  margin: 0 auto;
  padding: 0 2.5rem; }
  .container.offset {
    max-width: calc(1400px - 5rem); }
  .container.narrow {
    max-width: 920px; }
  .container.wide {
    max-width: 1060px; }
  .container.flex {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .container.flex-top {
      align-items: flex-start; }
    .container.flex-stretch {
      align-items: stretch; }
    .container.flex-wrap {
      flex-wrap: wrap; }
  @media (max-width: 767px) {
    .container {
      padding: 0 1.5rem; } }

.logo-mark {
  overflow: hidden;
  z-index: -1; }
  .logo-mark .scroll {
    background-image: url("data:image/svg+xml,%3Csvg width='149' height='181' viewBox='0 0 149 181' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M88.4673 107.369L87.979 107.66L69.9507 118.394C63.6286 122.163 55.8411 122.163 49.519 118.394L3.39795 90.9426L1.95459 90.0842L3.39795 89.2248L49.5288 61.7551L49.5298 61.7541C55.8509 58.0052 63.6364 58.0053 69.9575 61.7541L73.0942 63.6144H73.0737L87.979 72.4885L88.4673 72.7795V107.369Z' stroke='%23BDECF6' stroke-width='2'/%3E%3Cpath d='M118.135 89.8622L137.345 101.26L137.944 101.629C144.068 105.542 147.806 112.47 147.806 119.883V178.406L146.296 177.51L98.1572 148.94V148.939C91.6614 145.104 87.6787 137.968 87.6787 130.317V106.894H88.4131L89.4795 106.263L117.114 89.8622L117.625 89.5595L118.135 89.8622Z' stroke='%23BDECF6' stroke-width='2'/%3E%3Cpath d='M147.806 60.3016C147.796 67.9434 143.814 75.037 137.346 78.8758L137.345 78.8748L118.136 90.2996L117.625 90.6033L117.114 90.2996L97.3799 78.5897L88.168 73.1199L87.6787 72.8299V49.8397L87.6904 49.1238C87.9303 41.7461 91.8651 34.9424 98.1572 31.2186L146.296 2.65216L147.806 1.75665V60.3016Z' stroke='%23BDECF6' stroke-width='2'/%3E%3C/svg%3E");
    background-repeat: repeat-x;
    background-position: center center;
    background-size: auto 100%;
    width: 300%;
    height: 9rem;
    margin: 0 -100%; }
    .logo-mark .scroll-right {
      margin: 0 -100%; }
    .logo-mark .scroll-color-beige {
      background-image: url("data:image/svg+xml,%3Csvg width='149' height='181' viewBox='0 0 149 181' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M88.4673 107.369L87.979 107.66L69.9507 118.394C63.6286 122.163 55.8411 122.163 49.519 118.394L3.39795 90.9426L1.95459 90.0842L3.39795 89.2248L49.5288 61.7551L49.5298 61.7541C55.8509 58.0052 63.6364 58.0053 69.9575 61.7541L73.0942 63.6144H73.0737L87.979 72.4885L88.4673 72.7795V107.369Z' stroke='%23F4F5EF' stroke-width='2'/%3E%3Cpath d='M118.135 89.8622L137.345 101.26L137.944 101.629C144.068 105.542 147.806 112.47 147.806 119.883V178.406L146.296 177.51L98.1572 148.94V148.939C91.6614 145.104 87.6787 137.968 87.6787 130.317V106.894H88.4131L89.4795 106.263L117.114 89.8622L117.625 89.5595L118.135 89.8622Z' stroke='%23F4F5EF' stroke-width='2'/%3E%3Cpath d='M147.806 60.3016C147.796 67.9434 143.814 75.037 137.346 78.8758L137.345 78.8748L118.136 90.2996L117.625 90.6033L117.114 90.2996L97.3799 78.5897L88.168 73.1199L87.6787 72.8299V49.8397L87.6904 49.1238C87.9303 41.7461 91.8651 34.9424 98.1572 31.2186L146.296 2.65216L147.806 1.75665V60.3016Z' stroke='%23F4F5EF' stroke-width='2'/%3E%3C/svg%3E"); }
    .logo-mark .scroll-color-navy {
      background-image: url("data:image/svg+xml,%3Csvg width='149' height='181' viewBox='0 0 149 181' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M88.4673 107.369L87.979 107.66L69.9507 118.394C63.6286 122.163 55.8411 122.163 49.519 118.394L3.39795 90.9426L1.95459 90.0842L3.39795 89.2248L49.5288 61.7551L49.5298 61.7541C55.8509 58.0052 63.6364 58.0053 69.9575 61.7541L73.0942 63.6144H73.0737L87.979 72.4885L88.4673 72.7795V107.369Z' stroke='%23355173' stroke-width='2'/%3E%3Cpath d='M118.135 89.8622L137.345 101.26L137.944 101.629C144.068 105.542 147.806 112.47 147.806 119.883V178.406L146.296 177.51L98.1572 148.94V148.939C91.6614 145.104 87.6787 137.968 87.6787 130.317V106.894H88.4131L89.4795 106.263L117.114 89.8622L117.625 89.5595L118.135 89.8622Z' stroke='%23355173' stroke-width='2'/%3E%3Cpath d='M147.806 60.3016C147.796 67.9434 143.814 75.037 137.346 78.8758L137.345 78.8748L118.136 90.2996L117.625 90.6033L117.114 90.2996L97.3799 78.5897L88.168 73.1199L87.6787 72.8299V49.8397L87.6904 49.1238C87.9303 41.7461 91.8651 34.9424 98.1572 31.2186L146.296 2.65216L147.806 1.75665V60.3016Z' stroke='%23355173' stroke-width='2'/%3E%3C/svg%3E"); }
  @media (max-width: 1023px) {
    .logo-mark .scroll {
      height: 6rem; } }

.quote-left {
  background-image: url(../images/quote.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  width: 29px;
  height: 21px; }

.bg-color--purple {
  background: #9a4eae; }

.bg-color--white {
  background: #ffffff; }

.bg-color--blue {
  background: #bcedfe; }

.bg-color--navy {
  background: #1b365d; }

.fill {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%; }
  .fill svg,
  .fill img,
  .fill video {
    height: 100%;
    width: 100%;
    object-fit: cover;
    display: block; }

.responsive-container {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 0px;
  height: 0;
  overflow: hidden;
  margin: 2rem 0; }
  .responsive-container iframe,
  .responsive-container object,
  .responsive-container embed,
  .responsive-container video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.wp-video {
  width: 100% !important;
  height: auto !important;
  margin: 2rem 0; }
  .wp-video .mejs-mediaelement {
    position: relative !important; }
  .wp-video .mejs-layers {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0; }

a.skip-main {
  left: -999px;
  position: absolute;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  z-index: -999; }
  a.skip-main:focus,
  a.skip-main:active {
    color: #fff;
    background-color: #000;
    left: auto;
    top: auto;
    width: 30%;
    height: auto;
    overflow: auto;
    margin: 10px 35%;
    padding: 5px;
    border-radius: 15px;
    border: 4px solid yellow;
    text-align: center;
    font-size: 1rem;
    z-index: 999; }

.hide {
  left: -999px;
  position: absolute;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  z-index: -999; }

.cookie-notice-container span {
  margin: 0 10px 0 0; }

.cookie-notice-container a {
  margin: 0 0 0 10px !important; }

.cookie-notice-container #cn-notice-text {
  display: inline;
  margin: 0; }

.cookie-notice-container #cn-accept-cookie {
  color: #ffffff; }

.cookie-notice-container .cn-close-icon {
  top: 50%;
  margin-top: 0;
  transform: translateY(-50%); }

.hidemobile {
  display: block; }
  @media (max-width: 1023px) {
    .hidemobile {
      display: none !important; } }

.hidedesktop {
  display: none; }
  @media (max-width: 1023px) {
    .hidedesktop {
      display: block !important; } }

footer {
  color: #ffffff;
  font-size: .9rem;
  z-index: 8999; }
  footer .logo {
    transform: translateY(-50%); }
  footer .nav-footer {
    display: flex;
    gap: 2rem;
    padding: 0 0 5rem; }
    footer .nav-footer li {
      flex: 1 1 0px; }
      footer .nav-footer li.menu-item-has-children > a {
        pointer-events: none; }
    footer .nav-footer a {
      color: #ffffff;
      font-weight: 700; }
      footer .nav-footer a:hover {
        color: #13b0b8; }
    footer .nav-footer .sub-menu {
      margin: 2rem 0 0; }
      footer .nav-footer .sub-menu li {
        margin: 1rem 0 0; }
      footer .nav-footer .sub-menu a {
        font-weight: normal; }
      footer .nav-footer .sub-menu li.social-icons {
        margin: 2rem 0 0; }
        footer .nav-footer .sub-menu li.social-icons a {
          font-weight: 700; }
        footer .nav-footer .sub-menu li.social-icons .sub-menu {
          display: flex;
          justify-content: flex-start;
          gap: 1rem;
          margin: 0; }
          footer .nav-footer .sub-menu li.social-icons .sub-menu a {
            font-size: 0;
            display: inline-block;
            width: 24px;
            height: 24px;
            background-repeat: no-repeat;
            background-position: center;
            background-size: contain; }
          footer .nav-footer .sub-menu li.social-icons .sub-menu .icon {
            flex: none;
            margin: 0; }
            footer .nav-footer .sub-menu li.social-icons .sub-menu .icon-linkedin a {
              background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23FFFFFF'%3E%3Cpath d='M20.447 20.452h-3.554v-5.569c0-1.328-.027-3.037-1.852-3.037-1.853 0-2.136 1.445-2.136 2.939v5.667H9.351V9h3.414v1.561h.046c.477-.9 1.637-1.85 3.37-1.85 3.601 0 4.267 2.37 4.267 5.455v6.286zM5.337 7.433a2.062 2.062 0 01-2.063-2.065 2.064 2.064 0 112.063 2.065zm1.782 13.019H3.555V9h3.564v11.452zM22.225 0H1.771C.792 0 0 .774 0 1.729v20.542C0 23.227.792 24 1.771 24h20.451C23.2 24 24 23.227 24 22.271V1.729C24 .774 23.2 0 22.222 0h.003z'/%3E%3C/svg%3E"); }
              footer .nav-footer .sub-menu li.social-icons .sub-menu .icon-linkedin a:hover {
                background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%2313b0b8'%3E%3Cpath d='M20.447 20.452h-3.554v-5.569c0-1.328-.027-3.037-1.852-3.037-1.853 0-2.136 1.445-2.136 2.939v5.667H9.351V9h3.414v1.561h.046c.477-.9 1.637-1.85 3.37-1.85 3.601 0 4.267 2.37 4.267 5.455v6.286zM5.337 7.433a2.062 2.062 0 01-2.063-2.065 2.064 2.064 0 112.063 2.065zm1.782 13.019H3.555V9h3.564v11.452zM22.225 0H1.771C.792 0 0 .774 0 1.729v20.542C0 23.227.792 24 1.771 24h20.451C23.2 24 24 23.227 24 22.271V1.729C24 .774 23.2 0 22.222 0h.003z'/%3E%3C/svg%3E"); }
            footer .nav-footer .sub-menu li.social-icons .sub-menu .icon-facebook a {
              background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23FFFFFF'%3E%3Cpath d='M24 12.073c0-6.627-5.373-12-12-12s-12 5.373-12 12c0 5.99 4.388 10.954 10.125 11.854v-8.385H7.078v-3.47h3.047V9.43c0-3.007 1.792-4.669 4.533-4.669 1.312 0 2.686.235 2.686.235v2.953H15.83c-1.491 0-1.956.925-1.956 1.874v2.25h3.328l-.532 3.47h-2.796v8.385C19.612 23.027 24 18.062 24 12.073z'/%3E%3C/svg%3E"); }
              footer .nav-footer .sub-menu li.social-icons .sub-menu .icon-facebook a:hover {
                background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%2313b0b8'%3E%3Cpath d='M24 12.073c0-6.627-5.373-12-12-12s-12 5.373-12 12c0 5.99 4.388 10.954 10.125 11.854v-8.385H7.078v-3.47h3.047V9.43c0-3.007 1.792-4.669 4.533-4.669 1.312 0 2.686.235 2.686.235v2.953H15.83c-1.491 0-1.956.925-1.956 1.874v2.25h3.328l-.532 3.47h-2.796v8.385C19.612 23.027 24 18.062 24 12.073z'/%3E%3C/svg%3E"); }
            footer .nav-footer .sub-menu li.social-icons .sub-menu .icon-youtube a {
              background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23FFFFFF'%3E%3Cpath d='M23.498 6.186a3.016 3.016 0 00-2.122-2.136C19.505 3.545 12 3.545 12 3.545s-7.505 0-9.377.505A3.017 3.017 0 00.502 6.186C0 8.07 0 12 0 12s0 3.93.502 5.814a3.016 3.016 0 002.122 2.136c1.871.505 9.376.505 9.376.505s7.505 0 9.377-.505a3.015 3.015 0 002.122-2.136C24 15.93 24 12 24 12s0-3.93-.502-5.814zM9.545 15.568V8.432L15.818 12l-6.273 3.568z'/%3E%3C/svg%3E"); }
              footer .nav-footer .sub-menu li.social-icons .sub-menu .icon-youtube a:hover {
                background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%2313b0b8'%3E%3Cpath d='M23.498 6.186a3.016 3.016 0 00-2.122-2.136C19.505 3.545 12 3.545 12 3.545s-7.505 0-9.377.505A3.017 3.017 0 00.502 6.186C0 8.07 0 12 0 12s0 3.93.502 5.814a3.016 3.016 0 002.122 2.136c1.871.505 9.376.505 9.376.505s7.505 0 9.377-.505a3.015 3.015 0 002.122-2.136C24 15.93 24 12 24 12s0-3.93-.502-5.814zM9.545 15.568V8.432L15.818 12l-6.273 3.568z'/%3E%3C/svg%3E"); }
  footer .border-top {
    border-top: 1px solid #355173;
    padding: 4rem 0 5rem; }
    footer .border-top .disclaimer {
      width: 50%; }
      footer .border-top .disclaimer a {
        color: #ffffff;
        text-decoration: underline; }
    footer .border-top .nav-bottom {
      display: flex;
      font-size: .9rem; }
      footer .border-top .nav-bottom li {
        margin: 0 0 0 1rem; }
      footer .border-top .nav-bottom a {
        color: #ffffff; }
        footer .border-top .nav-bottom a:hover {
          color: #13b0b8; }
  @media (max-width: 1023px) {
    footer .nav-footer {
      flex-wrap: wrap;
      gap: 0;
      row-gap: 2rem; }
      footer .nav-footer li {
        flex: 0 0 50%; }
    footer .border-top .disclaimer {
      width: 100%; }
    footer .border-top .nav-bottom {
      margin: 2rem 0 0; }
      footer .border-top .nav-bottom li {
        margin: 0 1rem 0 0; } }
  @media (max-width: 767px) {
    footer .logo {
      position: absolute;
      top: 0;
      left: 50%;
      transform: translate3d(-50%, -50%, 0); }
    footer .nav-footer {
      flex-wrap: wrap;
      gap: 0;
      row-gap: 1.5rem;
      padding: 5rem 0 2rem;
      margin: 0; }
      footer .nav-footer li {
        flex: 1 1 100%;
        border-bottom: 1px solid #355173;
        padding: 0 0 1.5rem; }
      footer .nav-footer .sub-menu {
        margin: 1rem 0 0; }
        footer .nav-footer .sub-menu li {
          border: none;
          padding: 0; }
    footer .border-top {
      border: none;
      padding: 0 0 5rem; }
      footer .border-top .nav-bottom {
        flex-direction: column;
        row-gap: .5rem; }
        footer .border-top .nav-bottom li {
          margin: 0; } }

header {
  background: #ffffff;
  z-index: 9999;
  transition: all 0.4s cubic-bezier(0.28, 0, 0.18, 1); }
  header .banner {
    padding: 2rem 0;
    display: flex;
    justify-content: center;
    font-size: .9rem;
    letter-spacing: -.576px;
    z-index: 10; }
    header .banner p {
      margin: 0;
      color: #1b365d; }
      header .banner p a {
        text-decoration: none;
        transition: all 0.4s cubic-bezier(0.28, 0, 0.18, 1);
        color: #1b365d; }
        header .banner p a:hover {
          color: #13b0b8; }
    header .banner .nav {
      transition: all 0.4s cubic-bezier(0.28, 0, 0.18, 1);
      position: absolute;
      right: 0;
      top: 50%;
      transform: translateY(-50%);
      display: flex; }
      header .banner .nav a {
        padding: 1rem;
        display: flex;
        align-items: center;
        color: #1b365d;
        white-space: nowrap; }
        header .banner .nav a.country-logo {
          padding: 1rem 1rem 1rem 0; }
        header .banner .nav a svg {
          display: block;
          height: 1.25rem;
          width: auto;
          fill: #1b365d;
          margin: 0 0 0 0.5rem; }
          header .banner .nav a svg.arrow {
            height: .75rem; }
      header .banner .nav form {
        display: flex;
        align-items: center;
        padding: 1rem;
        position: relative; }
        header .banner .nav form label {
          display: flex;
          align-items: center;
          gap: .5rem;
          color: #1b365d;
          cursor: pointer; }
          header .banner .nav form label svg {
            display: block;
            fill: #1b365d;
            height: 1.25rem;
            width: auto;
            cursor: pointer; }
        header .banner .nav form input {
          appearance: none;
          -webkit-appearance: none;
          -moz-appearance: none;
          position: absolute;
          background: #ffffff;
          border: 1px solid #1b365d;
          border-radius: .5rem;
          padding: 0.5rem 1rem;
          right: 0;
          font-size: .9rem;
          transition: all 0.8s cubic-bezier(0.28, 0, 0.18, 1);
          width: 0;
          opacity: 0;
          overflow: hidden; }
          header .banner .nav form input::placeholder {
            color: #1b365d;
            transition: all 0.4s cubic-bezier(0.28, 0, 0.18, 1);
            opacity: 0; }
          header .banner .nav form input:focus {
            outline: none;
            border-color: gray;
            box-shadow: 0 0 3px rgba(255, 255, 255, 0.5); }
        header .banner .nav form.active input {
          width: 200%;
          opacity: 1; }
          header .banner .nav form.active input::placeholder {
            transition: all 0.4s cubic-bezier(0.28, 0, 0.18, 1) 0.8s;
            opacity: 1; }
      header .banner .nav .logo-country {
        display: block;
        width: 1.5rem;
        height: 1.5rem; }
      header .banner .nav .dropdown-menu {
        display: block;
        background: #9a4eae;
        border-radius: 1rem;
        position: absolute;
        left: 0;
        top: 100%;
        width: 100%;
        overflow: hidden;
        margin: 0;
        transition: height 0.4s cubic-bezier(0.28, 0, 0.18, 1);
        height: 0; }
        header .banner .nav .dropdown-menu li {
          padding: 0 1.5rem;
          transition: opacity 0.4s cubic-bezier(0.28, 0, 0.18, 1) cubic-bezier(0.28, 0, 0.18, 1);
          opacity: 0;
          /*
					&:first-child {
						a {
							padding: 1rem 0 .5rem;
						}
					}
					&:last-child {
						a {
							padding: .5rem 0 1rem;
						}
					}
					*/ }
          header .banner .nav .dropdown-menu li a {
            white-space: normal;
            color: #ffffff;
            padding: 1rem 0; }
            header .banner .nav .dropdown-menu li a:hover {
              margin-left: .5rem; }
        header .banner .nav .dropdown-menu.expanded li {
          opacity: 1; }
  header nav {
    display: flex;
    justify-content: space-between;
    width: 100%;
    z-index: 5; }
    header nav:before {
      content: '';
      background: #1b365d;
      border: 1px solid #355173;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      border-radius: 1rem;
      height: var(--nav-before-height, 5.5rem); }
    header nav .nav {
      display: flex;
      font-size: 1.1rem;
      letter-spacing: -.704px; }
      header nav .nav-logo {
        position: absolute;
        top: 1rem;
        left: 1rem;
        z-index: 5; }
        header nav .nav-logo svg {
          display: block;
          height: 3.5rem;
          width: auto; }
      header nav .nav-menu {
        width: 100%;
        justify-content: center;
        height: 5.5rem; }
        header nav .nav-menu ul {
          display: flex;
          margin: 0;
          font-weight: 600; }
          header nav .nav-menu ul li {
            padding: 0 1.5rem;
            display: flex;
            align-items: center; }
            header nav .nav-menu ul li.menu-item-has-children > a {
              pointer-events: none; }
            header nav .nav-menu ul li a {
              color: #ffffff; }
              header nav .nav-menu ul li a:hover {
                color: #13b0b8; }
            header nav .nav-menu ul li .sub-menu {
              position: absolute;
              width: 100%;
              top: 100%;
              left: 0;
              z-index: 1;
              overflow: hidden;
              display: flex;
              gap: 1rem 1rem;
              padding: 0 1rem;
              opacity: 0;
              visibility: hidden; }
              header nav .nav-menu ul li .sub-menu li {
                position: relative;
                flex: 0 0 20%;
                flex-shrink: 0;
                padding: 0 0 20%;
                margin: 1rem 0;
                line-height: 1;
                max-width: 20%; }
                header nav .nav-menu ul li .sub-menu li a {
                  position: absolute;
                  top: 0;
                  left: 0;
                  height: 100%;
                  width: 100%;
                  padding: 1rem;
                  border: 1px solid #355173;
                  border-radius: 1rem; }
                  header nav .nav-menu ul li .sub-menu li a span {
                    position: absolute;
                    bottom: 1rem;
                    left: 1rem;
                    font-size: .9rem;
                    letter-spacing: -.576px;
                    font-weight: 400;
                    transition: all 0.4s cubic-bezier(0.28, 0, 0.18, 1);
                    color: #ffffff;
                    opacity: 0; }
                    header nav .nav-menu ul li .sub-menu li a span:after {
                      content: '\2192';
                      position: absolute;
                      top: 50%;
                      right: -.5rem;
                      font-size: 1.4rem;
                      transition: all 0.4s cubic-bezier(0.28, 0, 0.18, 1);
                      color: #ffffff;
                      transform: translate(100%, -50%); }
                  header nav .nav-menu ul li .sub-menu li a:hover {
                    background: #13b0b8;
                    color: #ffffff; }
                    header nav .nav-menu ul li .sub-menu li a:hover span {
                      opacity: 1; }
                      header nav .nav-menu ul li .sub-menu li a:hover span:after {
                        transform: translate(150%, -50%); }
                header nav .nav-menu ul li .sub-menu li.current_page_item a {
                  background: #13b0b8;
                  color: #ffffff; }
                  header nav .nav-menu ul li .sub-menu li.current_page_item a span {
                    opacity: 1; }
                    header nav .nav-menu ul li .sub-menu li.current_page_item a span:after {
                      transform: translate(150%, -50%); }
            header nav .nav-menu ul li.current-menu-item a,
            header nav .nav-menu ul li.current-page-ancestor a,
            header nav .nav-menu ul li.current_page_parent a {
              color: #13b0b8; }
            header nav .nav-menu ul li:hover.menu-item-has-children a {
              color: #13b0b8; }
      header nav .nav-demo {
        position: absolute;
        top: 1rem;
        right: 1rem; }
        header nav .nav-demo a {
          background: #13b0b8; }
          header nav .nav-demo a:hover {
            background: #9a4eae; }
    header nav .menu-toggle {
      display: none;
      position: relative;
      appearance: none;
      background-color: transparent;
      border: none;
      margin: 0;
      padding: 0;
      text-align: inherit;
      font: inherit;
      border-radius: 0;
      width: 2.2rem;
      height: 1.2rem; }
      header nav .menu-toggle span {
        background: #ffffff;
        display: block;
        position: absolute;
        left: 0;
        width: 100%;
        height: 3px;
        transition: all 0.4s cubic-bezier(0.28, 0, 0.18, 1); }
        header nav .menu-toggle span:nth-child(1) {
          top: 0; }
        header nav .menu-toggle span:nth-child(2),
        header nav .menu-toggle span:nth-child(3) {
          top: 50%;
          transform: translate3d(0, -50%, 0);
          transform-origin: center center; }
        header nav .menu-toggle span:nth-child(4) {
          bottom: 0; }
      header nav .menu-toggle.open span:nth-child(1) {
        top: .25rem;
        opacity: 0; }
      header nav .menu-toggle.open span:nth-child(2) {
        transform: translate3d(0, -50%, 0) rotate(45deg); }
      header nav .menu-toggle.open span:nth-child(3) {
        transform: translate3d(0, -50%, 0) rotate(-45deg); }
      header nav .menu-toggle.open span:nth-child(4) {
        bottom: .25rem;
        opacity: 0; }
  header .mobile-panel {
    display: none; }
  header.bg-color-beige {
    background: #f4f5ef; }
  header.bg-color-navy {
    background: #1b365d; }
    header.bg-color-navy .banner p {
      color: #ffffff; }
      header.bg-color-navy .banner p a {
        color: #ffffff; }
        header.bg-color-navy .banner p a:hover {
          color: #13b0b8; }
    header.bg-color-navy .banner .nav a {
      color: #ffffff; }
      header.bg-color-navy .banner .nav a svg {
        fill: #ffffff; }
    header.bg-color-navy .banner .nav form label {
      color: #ffffff; }
      header.bg-color-navy .banner .nav form label svg {
        fill: #ffffff; }
  @media (max-width: 1280px) {
    header .banner {
      justify-content: flex-start; }
    header nav:before {
      height: var(--nav-before-height, 5rem); }
    header nav .nav {
      font-size: 1rem; }
      header nav .nav-logo svg {
        height: 3rem; }
      header nav .nav-menu {
        height: 5rem; }
        header nav .nav-menu ul li {
          padding: 0 0.75rem; }
      header nav .nav-demo .button {
        padding: 0.75rem 2rem; } }
  @media (max-width: 1023px) {
    header .banner {
      justify-content: center;
      text-align: center; }
      header .banner .nav {
        display: none; }
    header nav {
      align-items: center;
      padding: 1rem; }
      header nav .nav {
        padding: 0; }
        header nav .nav-logo {
          position: relative;
          top: auto;
          left: auto; }
        header nav .nav-menu,
        header nav .nav-demo {
          display: none; }
      header nav .menu-toggle {
        display: block; }
    header .mobile-panel {
      display: block; } }

.mobile-panel {
  position: fixed;
  background: #1b365d;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  padding: 8rem 3.5rem 1.5rem;
  visibility: hidden;
  transform: translateY(-100%);
  transition: opacity 0.4s cubic-bezier(0.28, 0, 0.18, 1), transform 0s 0.4s, visibility 0s 0.4s; }
  .mobile-panel #menu-mobile {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    margin: 0;
    transition: transform 0.4s cubic-bezier(0.28, 0, 0.18, 1); }
    .mobile-panel #menu-mobile li {
      opacity: 0; }
    .mobile-panel #menu-mobile a {
      display: block;
      padding: 1rem 0;
      font-size: 1.25rem;
      line-height: 1.2;
      font-weight: 500;
      letter-spacing: -.72px;
      color: #ffffff;
      border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
      .mobile-panel #menu-mobile a.has-submenu:after {
        content: '\2192';
        float: right;
        margin-left: 0.5rem; }
    .mobile-panel #menu-mobile .sub-menu {
      position: absolute;
      top: 0;
      transform: translateX(100%);
      width: 100%;
      margin: 0;
      transition: all 0.4s cubic-bezier(0.28, 0, 0.18, 1);
      z-index: 1;
      visibility: hidden;
      opacity: 0; }
      .mobile-panel #menu-mobile .sub-menu a {
        border: none;
        background: rgba(255, 255, 255, 0.1);
        border-radius: 1rem;
        padding: 0.75rem 1rem;
        margin: 1rem 0 0; }
        .mobile-panel #menu-mobile .sub-menu a.back-button {
          background: none;
          border-radius: 0;
          padding: 0;
          font-size: 1rem;
          letter-spacing: -.64px;
          font-weight: 500; }
          .mobile-panel #menu-mobile .sub-menu a.back-button:before {
            content: '\2190';
            margin: 0 0.5rem 0 0; }
      .mobile-panel #menu-mobile .sub-menu.active {
        transform: translateX(100%) translateX(1.5rem);
        visibility: visible;
        opacity: 1; }
        .mobile-panel #menu-mobile .sub-menu.active a {
          opacity: 1; }
    .mobile-panel #menu-mobile.submenu-active {
      transform: translateX(-100%) translateX(-1.5rem); }
      .mobile-panel #menu-mobile.submenu-active a {
        opacity: 0; }
  @media (max-width: 767px) {
    .mobile-panel {
      padding: 8rem 1.5rem 1.5rem; } }

.show-menu header {
  top: var(--menu-top-offset, 0); }
  .show-menu header .mobile-panel {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transition: opacity 0.4s cubic-bezier(0.28, 0, 0.18, 1), transform 0.4s cubic-bezier(0.28, 0, 0.18, 1), visibility 0s; }
    .show-menu header .mobile-panel #menu-mobile li {
      transition: opacity 0.4s cubic-bezier(0.28, 0, 0.18, 1) 0.3s;
      opacity: 1; }

.section.category-header {
  background: #ffffff;
  padding: 5rem 0;
  text-align: center; }
  .section.category-header h2 {
    font-weight: 500;
    margin: 2.5rem 0 0; }
  .section.category-header p {
    font-size: 1.2rem;
    letter-spacing: -.96px;
    margin: 2.5rem 0 0; }

.section.featured-post {
  background: #ffffff;
  padding: 5rem 0;
  text-align: center; }
  .section.featured-post h2 {
    font-weight: 500;
    margin: 2.5rem 0; }
  .section.featured-post p {
    font-size: 1.2rem;
    letter-spacing: -.96px; }
  .section.featured-post .button {
    margin: 2.5rem 0 0;
    font-size: 1.2rem;
    letter-spacing: -.96px; }
  .section.featured-post figure {
    border-radius: 1rem;
    overflow: hidden;
    margin: 2.5rem auto -6rem;
    z-index: 5; }
    .section.featured-post figure img {
      display: block;
      width: 100%;
      height: auto; }
  @media (max-width: 1023px) {
    .section.featured-post figure {
      margin: 2.5rem auto -4rem; } }

.section.posts-grid {
  background: #ffffff;
  padding: 0 0 5rem; }
  .section.posts-grid.paged {
    padding: 2.5rem 0 5rem; }
  .section.posts-grid h2 {
    font-weight: 500;
    margin: 0 0 2.5rem; }

.section.single-post {
  background: #ffffff;
  padding: 5rem 0; }
  .section.single-post .heading {
    text-align: center; }
    .section.single-post .heading .back-link {
      position: absolute;
      top: 0;
      left: 2.5rem;
      display: flex;
      align-items: center;
      color: #1b365d; }
      .section.single-post .heading .back-link svg {
        display: block;
        height: auto;
        width: 1rem;
        margin: 0 0.5rem 0 0;
        transition: all 0.4s cubic-bezier(0.28, 0, 0.18, 1); }
      .section.single-post .heading .back-link:hover {
        color: #9a4eae; }
        .section.single-post .heading .back-link:hover svg {
          fill: #9a4eae;
          transform: translateX(-25%); }
    .section.single-post .heading h2 {
      font-weight: 500;
      margin: 2.5rem 0; }
    .section.single-post .heading p {
      font-size: 1.2rem;
      letter-spacing: -.96px; }
  .section.single-post .featured-image {
    border-radius: 1rem;
    overflow: hidden;
    margin: 2.5rem auto;
    z-index: 5; }
    .section.single-post .featured-image img {
      display: block;
      width: 100%;
      height: auto; }
    .section.single-post .featured-image.resource-image {
      border: 1px solid #eaeaea;
      border-radius: 1rem;
      padding-bottom: 56.25%;
      overflow: hidden; }
      .section.single-post .featured-image.resource-image img {
        position: absolute;
        display: block;
        height: 100%;
        width: auto;
        left: 50%;
        transform: translateX(-50%); }
  .section.single-post article {
    padding-bottom: 5rem; }
    .section.single-post article h2 {
      text-align: left;
      font-weight: 500;
      margin: 2.5rem 0 0; }
    .section.single-post article h3,
    .section.single-post article h4,
    .section.single-post article h5 {
      font-weight: 500;
      margin: 2rem 0 0; }
    .section.single-post article ul {
      list-style: disc;
      margin: 1rem 0 0 2rem; }
      .section.single-post article ul ul {
        margin: 0 0 0 1rem; }
    .section.single-post article a {
      color: #9a4eae;
      text-decoration: underline; }
    .section.single-post article .embed {
      border-top: 1px solid #e8e8e8;
      margin: 2.5rem -2.5rem 0;
      padding: 2.5rem 2.5rem 0; }
      .section.single-post article .embed .summary {
        padding: 0 0 2.5rem; }
        .section.single-post article .embed .summary h2,
        .section.single-post article .embed .summary h3,
        .section.single-post article .embed .summary h4,
        .section.single-post article .embed .summary h5 {
          margin: 0 0 2rem; }
  .section.single-post .author-box {
    background: #f4f5ef;
    border-radius: 1rem;
    padding: 5rem 2.5rem;
    margin: 0 auto -6rem;
    z-index: 5; }
    .section.single-post .author-box .author-avatar {
      border-radius: .5rem;
      overflow: hidden;
      width: 20%;
      padding-bottom: 20%; }
    .section.single-post .author-box .author-info {
      width: calc(80% - 2.5rem); }
      .section.single-post .author-box .author-info p {
        margin: 0; }
      .section.single-post .author-box .author-info a {
        color: #1b365d;
        text-decoration: underline; }
  .section.single-post .related-posts {
    padding: 5rem 0 0; }
    .section.single-post .related-posts h2 {
      font-weight: 500;
      margin: 0 0 2.5rem; }
  @media (max-width: 767px) {
    .section.single-post .heading .back-link {
      display: none; }
    .section.single-post .author-box {
      padding: 1.5rem 0;
      margin: 0 auto -10rem; }
      .section.single-post .author-box .author-avatar {
        width: 100%;
        padding-bottom: 100%;
        margin: 0 0 1rem; }
      .section.single-post .author-box .author-info {
        width: 100%; } }

.section-resources {
  background: #ffffff;
  padding: 5rem 0; }
  .section-resources .resources-header {
    padding: 2.5rem 0;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .section-resources .resources-header .resource-filter select {
      appearance: none;
      /* Remove default arrow in modern browsers */
      -webkit-appearance: none;
      /* For older webkit browsers */
      -moz-appearance: none;
      /* For Firefox */
      width: 100%;
      padding: 0.5rem 2rem 0.5rem 1rem;
      /* Extra padding on right for the custom arrow */
      font-size: 1rem;
      border-radius: 3px;
      background-color: #fff;
      cursor: pointer;
      outline: none;
      color: #1b365d;
      transition: all 0.4s cubic-bezier(0.28, 0, 0.18, 1);
      border: 1px solid #1b365d; }
      .section-resources .resources-header .resource-filter select:hover {
        border: 1px solid #5B6770; }
      .section-resources .resources-header .resource-filter select:focus {
        box-shadow: 0 0 0 3px rgba(52, 152, 219, 0.2); }
      .section-resources .resources-header .resource-filter select::-ms-expand {
        display: none; }
    .section-resources .resources-header .resource-filter:after {
      content: '';
      position: absolute;
      right: 15px;
      top: 50%;
      width: 8px;
      height: 8px;
      border-right: 2px solid #1b365d;
      border-bottom: 2px solid #1b365d;
      transform: translateY(-70%) rotate(45deg);
      pointer-events: none; }
  @media (max-width: 767px) {
    .section-resources .resources-header {
      flex-direction: column;
      align-items: stretch;
      row-gap: 1.5rem;
      padding: 0 0 2.5rem; } }

.section .info-cards {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 1.5rem; }
  .section .info-cards .card {
    width: calc((100% / 3) - 1rem);
    border: 1px solid #e8e8e8;
    border-radius: 1rem;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start; }
    .section .info-cards .card figure {
      width: 100%;
      padding-bottom: 56.25%;
      overflow: hidden; }
    .section .info-cards .card h4 {
      margin: 1rem 3rem 1rem 0; }
      .section .info-cards .card h4 a {
        color: #1b365d; }
    .section .info-cards .card .entry-meta {
      margin: 0 0 5rem; }
      .section .info-cards .card .entry-meta .category a {
        color: #1b365d;
        text-decoration: underline; }
    .section .info-cards .card .button {
      background: none;
      border: 1px solid #1b365d;
      color: #1b365d;
      height: auto;
      line-height: normal;
      padding: 0.5rem 1.5rem;
      margin: auto 0 0; }
      .section .info-cards .card .button:hover {
        border-bottom-right-radius: 1rem;
        border-top-left-radius: 1rem; }
    .section .info-cards .card-resource figure {
      background: #13b0b8; }
      .section .info-cards .card-resource figure a {
        position: absolute;
        height: 100%;
        width: 100%; }
        .section .info-cards .card-resource figure a img {
          display: block;
          height: 100%;
          width: auto;
          margin: 0 auto; }
  @media (max-width: 1023px) {
    .section .info-cards .card {
      width: calc((100% / 2) - 1rem); } }
  @media (max-width: 767px) {
    .section .info-cards .card {
      width: 100%; } }

.section .pagination {
  padding: 2.5rem 0;
  display: flex;
  justify-content: center;
  align-items: center; }
  .section .pagination .page-numbers:not(.next):not(.prev) {
    border: 1px solid #000000;
    height: 2.5rem;
    width: 2.5rem;
    border-radius: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0.5rem;
    color: #1b365d;
    text-decoration: none; }
    .section .pagination .page-numbers:not(.next):not(.prev).current,
    .section .pagination .page-numbers:not(.next):not(.prev):hover {
      border: 1px solid #9a4eae;
      background: #9a4eae;
      color: #ffffff; }
  .section .pagination .page-numbers.prev,
  .section .pagination .page-numbers.next {
    display: flex;
    align-content: center;
    color: #1b365d;
    text-decoration: none; }
    .section .pagination .page-numbers.prev svg,
    .section .pagination .page-numbers.next svg {
      display: block;
      height: auto;
      width: 1rem;
      transition: all 0.4s cubic-bezier(0.28, 0, 0.18, 1); }
    .section .pagination .page-numbers.prev:hover,
    .section .pagination .page-numbers.next:hover {
      color: #9a4eae; }
      .section .pagination .page-numbers.prev:hover svg,
      .section .pagination .page-numbers.next:hover svg {
        fill: #9a4eae; }
  .section .pagination .page-numbers.prev {
    margin: 0 1rem 0 0; }
    .section .pagination .page-numbers.prev svg {
      margin: 0 0.5rem 0 0; }
    .section .pagination .page-numbers.prev:hover svg {
      transform: translateX(-25%); }
  .section .pagination .page-numbers.next {
    margin: 0 0 0 1rem; }
    .section .pagination .page-numbers.next svg {
      margin: 0 0 0 0.5rem; }
    .section .pagination .page-numbers.next:hover svg {
      transform: translateX(25%); }
  @media (max-width: 767px) {
    .section .pagination {
      justify-content: space-between; }
      .section .pagination .page-numbers:not(.next):not(.prev) {
        display: none; }
      .section .pagination .page-numbers.prev {
        margin: 0 auto 0 0; }
      .section .pagination .page-numbers.next {
        margin: 0 0 0 auto; } }

.section {
  padding: 5rem 0; }
  .section.last,
  .section.solo {
    padding-bottom: 10rem; }
  @media (max-width: 1023px) {
    .section {
      padding: 2.5rem 0; }
      .section.last,
      .section.solo {
        padding-bottom: 5rem; } }
  .section .cards {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem; }
    .section .cards h2 {
      width: calc(50% - 2.5rem);
      font-weight: 400;
      flex: 0 0 50%;
      margin: 0 50% 1.5rem 0; }
    .section .cards .card {
      flex: 1;
      border: 1px solid #e8e8e8;
      border-radius: 1rem;
      padding: 2rem;
      display: flex;
      flex-direction: column; }
      .section .cards .card .summary {
        margin: 0 0 2.5rem; }
      .section .cards .card .image {
        margin: auto 0 0; }
        .section .cards .card .image .animate {
          width: 60%;
          padding-bottom: 54%;
          overflow: hidden;
          border-top-left-radius: .5rem;
          border-top-right-radius: .5rem;
          border-bottom-right-radius: .5rem;
          border-bottom-left-radius: .5rem;
          margin: 0 0 0 auto;
          transform: scale(0.9); }
          .section .cards .card .image .animate img {
            transform: scale(1.1); }
      .section .cards .card-image-bottom .image {
        margin: auto 0 0; }
      .section .cards .card-image-top {
        padding: 2rem 2rem 2.5rem; }
        .section .cards .card-image-top .image {
          margin: 0 0 2rem; }
          .section .cards .card-image-top .image figure img {
            display: block;
            height: 4rem;
            width: auto; }
    .section .cards-background h2 {
      text-align: center;
      margin: 0 25% 1.5rem 25%; }
    .section .cards-background .card {
      background: #1b365d;
      border: none;
      color: #ffffff; }
    @media (max-width: 1280px) {
      .section .cards h2 {
        width: 100%;
        padding: 0 5rem;
        flex: none;
        margin: 0 0 1.5rem; }
      .section .cards .card {
        flex: none;
        width: calc(50% - .5rem); }
        .section .cards .card .image .animate {
          width: 100%;
          padding-bottom: 100%; } }
    @media (max-width: 767px) {
      .section .cards {
        flex-direction: column; }
        .section .cards h2 {
          width: 100%;
          padding: 0; }
        .section .cards .card {
          width: 100%; } }
  .section-accordion {
    padding: 0 0 5rem; }
    .section-accordion .logo-mark {
      position: absolute;
      width: 100%;
      top: 10rem; }
    .section-accordion .list-items {
      display: flex;
      flex-direction: column;
      gap: 1rem;
      flex: 1; }
      .section-accordion .list-items .list-item {
        padding: 2.5rem 0;
        transition: all 0.4s cubic-bezier(0.28, 0, 0.18, 1);
        cursor: pointer;
        border-radius: 1rem;
        background: #1b365d;
        color: #ffffff; }
        .section-accordion .list-items .list-item-heading {
          padding: 0 2.5rem;
          display: flex;
          align-items: center;
          gap: 1rem; }
        .section-accordion .list-items .list-item-content {
          padding: 2.5rem 0 0;
          display: flex; }
          .section-accordion .list-items .list-item-content .column {
            width: 50%;
            padding: 0 2.5rem; }
            .section-accordion .list-items .list-item-content .column:nth-child(2) {
              border: 1px solid #1b365d;
              border-width: 0 0 0 1px; }
            .section-accordion .list-items .list-item-content .column a {
              color: #ffffff;
              text-decoration: underline; }
              .section-accordion .list-items .list-item-content .column a.button {
                background: none;
                display: inline-block;
                padding: 1rem 2rem;
                color: #ffffff;
                text-decoration: none;
                white-space: nowrap;
                transition: all 0.4s cubic-bezier(0.28, 0, 0.18, 1);
                border: 1px solid #ffffff;
                border-radius: .5rem;
                margin: 1rem 0 0; }
        .section-accordion .list-items .list-item.active {
          opacity: 1; }
    @media (max-width: 767px) {
      .section-accordion .list-items .list-item {
        padding: 1.5rem 0; }
        .section-accordion .list-items .list-item-heading {
          padding: 0 1.5rem; }
        .section-accordion .list-items .list-item-content {
          flex-direction: column;
          gap: 2.5rem; }
          .section-accordion .list-items .list-item-content .column {
            width: 100%;
            padding: 0 1.5rem; }
            .section-accordion .list-items .list-item-content .column:nth-child(2) {
              border: none; } }
  .section-banner .banner {
    background: #bcedfe;
    border-radius: 1rem;
    padding: 5rem; }
    .section-banner .banner .content {
      width: calc(60% - 1rem);
      text-align: center;
      margin: 0 auto;
      font-size: 1.25rem; }
      .section-banner .banner .content p {
        margin: 1rem 0 2rem; }
      .section-banner .banner .content .button {
        background: none;
        border: 1px solid #1b365d;
        color: #1b365d; }
  @media (max-width: 1280px) {
    .section-banner .banner {
      padding: 5rem; }
      .section-banner .banner .content {
        width: 100%; } }
  @media (max-width: 1023px) {
    .section-banner .banner {
      padding: 2.5rem; } }
  @media (max-width: 767px) {
    .section-banner .banner {
      padding: 1.5rem; } }
  .section-cards .logo-mark {
    margin: -7.5rem 0 -5.5rem; }
  @media (max-width: 1023px) {
    .section-cards .logo-mark {
      margin: -5rem 0 -4.5rem; } }
  .section-error-404 {
    background: #ffffff;
    padding: 5rem 0; }
    .section-error-404 .content {
      padding: 0 0 5rem;
      text-align: center; }
      .section-error-404 .content h1 {
        font-size: clamp(8rem, 16vw, 12rem);
        letter-spacing: -7.68px;
        color: #13b0b8; }
  .section-expanding-list {
    background: #f4f5ef; }
    .section-expanding-list h2 {
      text-align: center;
      margin: 0 0 2.5rem; }
    .section-expanding-list .list-content {
      display: flex;
      gap: 1rem; }
      .section-expanding-list .list-content .list-items {
        display: flex;
        flex-direction: column;
        gap: 1rem;
        flex: 1; }
        .section-expanding-list .list-content .list-items .list-item {
          padding: 1.5rem;
          transition: all 0.4s cubic-bezier(0.28, 0, 0.18, 1);
          cursor: pointer;
          border-radius: 1rem;
          color: #ffffff; }
          .section-expanding-list .list-content .list-items .list-item-heading {
            display: flex;
            justify-content: space-between;
            align-items: center; }
            .section-expanding-list .list-content .list-items .list-item-heading h3 {
              margin: 0; }
            .section-expanding-list .list-content .list-items .list-item-heading a {
              color: #9a4eae;
              font-weight: 700;
              border-bottom: 1px solid #9a4eae;
              padding: 0 0 3px;
              margin: 0 0 0 2.5rem;
              white-space: nowrap; }
          .section-expanding-list .list-content .list-items .list-item:hover {
            opacity: 1; }
          .section-expanding-list .list-content .list-items .list-item-content {
            padding: 1rem 0 3rem;
            font-size: 1.25rem;
            font-weight: 500; }
            .section-expanding-list .list-content .list-items .list-item-content p {
              margin: 0; }
          .section-expanding-list .list-content .list-items .list-item-link {
            display: none; }
          .section-expanding-list .list-content .list-items .list-item.active {
            opacity: 1; }
      .section-expanding-list .list-content .list-images {
        flex: 1;
        border-radius: 1rem;
        overflow: hidden; }
        .section-expanding-list .list-content .list-images figure {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          transition: all 0.4s cubic-bezier(0.28, 0, 0.18, 1);
          opacity: 0;
          pointer-events: none; }
          .section-expanding-list .list-content .list-images figure.active {
            opacity: 1;
            pointer-events: auto; }
    @media (max-width: 1023px) {
      .section-expanding-list .list-content .list-items .list-item-content {
        padding: 1rem 0; }
      .section-expanding-list .list-content .list-images {
        display: none; } }
  .section-hero {
    overflow: hidden;
    padding: 5rem 0 0;
    color: #1b365d; }
    .section-hero.bg-color {
      background: #ffffff;
      padding: 5rem 0; }
      .section-hero.bg-color-beige {
        background: #f4f5ef; }
      .section-hero.bg-color-navy {
        background: #1b365d;
        color: #ffffff; }
    .section-hero .image-wrap {
      width: 25%; }
      .section-hero .image-wrap img {
        position: absolute;
        top: 0;
        left: 25%;
        transform: translateX(-50%);
        display: block;
        height: 100%;
        width: auto; }
      .section-hero .image-wrap:last-child img {
        left: auto;
        right: 25%;
        transform: translateX(50%); }
    .section-hero .content {
      width: 50%;
      text-align: center;
      font-size: 1.5rem;
      margin: 0 auto;
      padding: 5rem 0;
      z-index: 5; }
      .section-hero .content .word-container {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 7rem;
        line-height: 1.25;
        color: #1b365d;
        font-weight: 500;
        margin: 0 0 -1rem; }
        .section-hero .content .word-container .word-part {
          opacity: 0;
          display: inline-flex;
          align-items: center;
          white-space: nowrap;
          overflow: hidden;
          width: 0; }
          .section-hero .content .word-container .word-part svg {
            display: block;
            height: 5rem;
            width: auto;
            fill: #13b0b8;
            margin: 0 0.5rem 0 0; }
        .section-hero .content .word-container .word-ed {
          color: #13b0b8;
          font-weight: 700;
          display: inline-block;
          opacity: 0; }
      .section-hero .content p {
        margin: 2.5rem 0; }
      .section-hero .content .button {
        background: #13b0b8; }
        .section-hero .content .button:hover {
          background: #9a4eae; }
    .section-hero .logo-mark {
      margin: 5rem 0 0; }
    .section-hero .container-swiper {
      margin: -2.5rem auto 0;
      padding-bottom: 5rem; }
      .section-hero .container-swiper .swiper-button-prev-custom,
      .section-hero .container-swiper .swiper-button-next-custom {
        width: 3rem;
        height: 3rem;
        background: rgba(255, 255, 255, 0.75);
        border: none;
        border-radius: 50%;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all 0.3s;
        color: #1b365d;
        font-size: 24px;
        position: absolute;
        z-index: 5; }
        .section-hero .container-swiper .swiper-button-prev-custom:hover,
        .section-hero .container-swiper .swiper-button-next-custom:hover {
          background: white; }
      .section-hero .container-swiper .swiper-button-next-custom {
        right: 2.5rem;
        transform: translateX(100%) translateX(-1.5rem) translateY(-50%); }
      .section-hero .container-swiper .swiper-button-prev-custom {
        left: 2.5rem;
        transform: translateX(-100%) translateX(1.5rem) translateY(-50%); }
      .section-hero .container-swiper .swiper-button-prev-custom.swiper-button-disabled,
      .section-hero .container-swiper .swiper-button-next-custom.swiper-button-disabled {
        background: rgba(255, 255, 255, 0.25);
        cursor: not-allowed;
        color: #ffffff; }
        .section-hero .container-swiper .swiper-button-prev-custom.swiper-button-disabled:hover,
        .section-hero .container-swiper .swiper-button-next-custom.swiper-button-disabled:hover {
          background: rgba(255, 255, 255, 0.25); }
      .section-hero .container-swiper .solutions-swiper .card-image {
        border-radius: 1rem;
        overflow: hidden;
        width: 100%;
        padding-bottom: 100%;
        margin: 0 0 2rem; }
    .section-hero .featured-post {
      padding: 0 0 5rem; }
      .section-hero .featured-post article {
        width: 100%;
        box-shadow: 0px -5px 10px 0px rgba(0, 0, 0, 0.05);
        background: #ffffff;
        margin: -5rem 2.5rem 0;
        border-radius: 1rem;
        padding: 1rem;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        align-items: center; }
        .section-hero .featured-post article .excerpt {
          width: 50%;
          padding: 1.5rem;
          font-size: 1.25rem; }
          .section-hero .featured-post article .excerpt .label {
            font-size: 1rem;
            margin: 0 0 1.5rem; }
            .section-hero .featured-post article .excerpt .label a {
              color: #1b365d; }
          .section-hero .featured-post article .excerpt p {
            margin: 1.5em 0; }
          .section-hero .featured-post article .excerpt .button {
            background: #13b0b8; }
            .section-hero .featured-post article .excerpt .button:hover {
              background: #9a4eae; }
        .section-hero .featured-post article .featured-image {
          width: 50%;
          height: 100%;
          border-radius: 1rem;
          overflow: hidden; }
    @media (max-width: 1280px) {
      .section-hero .image-wrap {
        width: 20%; }
        .section-hero .image-wrap img {
          left: -5%; }
        .section-hero .image-wrap:last-child img {
          right: -5%; }
      .section-hero .content {
        width: 60%; }
        .section-hero .content .word-container {
          font-size: 6.5rem; }
      .section-hero .featured-post article {
        margin: -5rem 2.5rem 0; } }
    @media (max-width: 1023px) {
      .section-hero .image-wrap {
        display: none; }
      .section-hero .content {
        width: 100%;
        padding: 0 3.5rem; }
        .section-hero .content h1 {
          font-size: 5rem; }
        .section-hero .content .word-container {
          font-size: 5rem; }
          .section-hero .content .word-container .word-part svg {
            height: 3.5rem; }
      .section-hero .container-swiper {
        margin: 0 auto; }
      .section-hero .featured-post {
        padding: 0 0 5rem; }
        .section-hero .featured-post article {
          margin: -2.5rem 2.5rem 0; }
          .section-hero .featured-post article .excerpt {
            padding: 1rem 1rem 0 0;
            font-size: 1rem; }
            .section-hero .featured-post article .excerpt .label {
              margin: 0 0 1rem; }
            .section-hero .featured-post article .excerpt p {
              margin: 1em 0; } }
    @media (max-width: 767px) {
      .section-hero {
        padding: 2.5rem 0 0; }
        .section-hero .content {
          width: 100%;
          padding: 0; }
          .section-hero .content h1 {
            font-size: 3rem; }
          .section-hero .content .word-container {
            font-size: 3rem; }
            .section-hero .content .word-container .word-part svg {
              height: 2.5rem; }
        .section-hero .container-swiper .swiper-button-next-custom {
          right: 1.5rem; }
        .section-hero .container-swiper .swiper-button-prev-custom {
          left: 1.5rem; }
        .section-hero .logo-mark {
          margin: 2.5rem 0 0; }
        .section-hero .featured-post {
          padding: 0 0 2.5rem; }
          .section-hero .featured-post article {
            margin: -2.5rem 1.5rem 0; }
            .section-hero .featured-post article .excerpt {
              width: 100%;
              text-align: center;
              font-size: 1.25rem;
              order: 2; }
            .section-hero .featured-post article .featured-image {
              width: 100%;
              height: 0;
              padding-bottom: 56.25%;
              order: 1; } }
  .section-hubspot .content {
    width: calc(50% - 1.25rem); }
    .section-hubspot .content h2 {
      margin: 2rem 0; }
    .section-hubspot .content p {
      font-size: 1.25rem; }
  .section-hubspot .embed {
    border: 1px solid #1b365d;
    border-radius: 1rem;
    padding: 1.5rem;
    width: calc(50% - 1.25rem); }
    .section-hubspot .embed h3 {
      margin: 0 0 2rem; }
  .section-hubspot .logos-container {
    display: flex;
    align-items: center;
    margin: 2.5rem 0 0; }
    .section-hubspot .logos-container .headline {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      flex-shrink: 0; }
      .section-hubspot .logos-container .headline h3 {
        font-size: 3.5rem; }
      .section-hubspot .logos-container .headline p {
        margin: 0 0 0 0.5rem;
        line-height: 1;
        font-size: 1rem;
        max-width: 8rem; }
    .section-hubspot .logos-container .logos-inner {
      display: flex;
      align-items: center;
      margin: 0 0 0 1rem; }
      .section-hubspot .logos-container .logos-inner .logo-circle {
        max-width: 80px;
        max-height: 80px;
        flex: 1 1 0px; }
        .section-hubspot .logos-container .logos-inner .logo-circle img {
          width: 100%;
          height: 100%;
          object-fit: contain; }
  @media (max-width: 1400px) {
    .section-hubspot .logos-container .headline h3 {
      font-size: 3rem; }
    .section-hubspot .logos-container .headline p {
      font-size: .9rem; } }
  @media (max-width: 1023px) {
    .section-hubspot .logos-container {
      flex-wrap: wrap; }
      .section-hubspot .logos-container .headline {
        flex-shrink: 1; }
      .section-hubspot .logos-container .logos-inner {
        width: 100%;
        margin: 0; } }
  @media (max-width: 767px) {
    .section-hubspot .content {
      width: 100%; }
    .section-hubspot .embed {
      width: 100%;
      margin: 2.5rem 0 0; }
    .section-hubspot .logos-container {
      justify-content: center; }
      .section-hubspot .logos-container .headline p {
        margin: 0 0 0 1rem; } }
  .section-media-text .shape {
    position: absolute;
    z-index: -1;
    display: none; }
    .section-media-text .shape-arrow {
      height: 100%;
      width: auto; }
    .section-media-text .shape-hex {
      height: 24rem;
      width: auto; }
    .section-media-text .shape-rectangle {
      height: auto;
      width: 20rem; }
    .section-media-text .shape-arrow-down {
      width: 15rem;
      height: auto; }
  .section-media-text .content {
    max-width: 800px;
    margin: 0 auto;
    text-align: center; }
    .section-media-text .content h2 {
      margin: 0 0 5rem;
      font-weight: 400; }
  .section-media-text .row {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 5rem; }
    .section-media-text .row .summary {
      width: 50%;
      font-size: 1.25rem; }
      .section-media-text .row .summary h4 {
        font-weight: 400; }
        .section-media-text .row .summary h4 strong {
          display: block; }
      .section-media-text .row .summary p {
        margin: 1rem 0 0; }
      .section-media-text .row .summary .button {
        background: #13b0b8;
        margin: 2.5rem 0 0; }
        .section-media-text .row .summary .button:hover {
          background: #9a4eae; }
    .section-media-text .row .image {
      width: 50%;
      padding-bottom: calc(50% - 2.5rem); }
      .section-media-text .row .image figure {
        border-radius: 1rem;
        overflow: hidden; }
    .section-media-text .row-right .summary {
      order: 1; }
    .section-media-text .row-right .image {
      order: 2; }
  .section-media-text-1 .shape {
    fill: #9a4eae;
    top: 50%; }
    .section-media-text-1 .shape-arrow {
      width: auto;
      display: block; }
    .section-media-text-1 .shape-hex {
      margin-top: -12rem;
      display: block; }
    .section-media-text-1 .shape-hidden {
      display: none; }
  .section-media-text-1 .row-left .shape-arrow {
    right: 100%;
    transform: translateY(-50%);
    --parallax-x: 20%; }
  .section-media-text-1 .row-left .shape-hex {
    left: calc(100% + 2.5rem);
    --parallax-y: 20%; }
  .section-media-text-1 .row-right .shape-arrow {
    left: 100%;
    transform: translateY(-50%) rotate(180deg);
    --parallax-x: -20%; }
  .section-media-text-1 .row-right .shape-hex {
    right: calc(100% + 2.5rem);
    --parallax-y: -20%; }
  .section-media-text-2 .shape,
  .section-media-text-5 .shape {
    fill: #ffc700; }
    .section-media-text-2 .shape-rectangle,
    .section-media-text-5 .shape-rectangle {
      top: 0;
      display: block; }
    .section-media-text-2 .shape-hidden,
    .section-media-text-5 .shape-hidden {
      display: none; }
  .section-media-text-2 .row-right .shape-rectangle,
  .section-media-text-5 .row-right .shape-rectangle {
    top: -2.5rem;
    left: 50%;
    margin-left: -5rem;
    --parallax-x: -10%; }
  .section-media-text-2 .row-left .shape-rectangle,
  .section-media-text-5 .row-left .shape-rectangle {
    top: auto;
    bottom: -2.5rem;
    right: 100%;
    margin-right: -12.5rem;
    --parallax-x: 10%; }
  .section-media-text-3 .shape,
  .section-media-text-6 .shape {
    fill: #23C276; }
    .section-media-text-3 .shape-arrow-down,
    .section-media-text-6 .shape-arrow-down {
      display: block; }
    .section-media-text-3 .shape-rectangle,
    .section-media-text-6 .shape-rectangle {
      fill: #00AEB8;
      display: block; }
    .section-media-text-3 .shape-hidden,
    .section-media-text-6 .shape-hidden {
      display: none; }
  .section-media-text-3 .row-right .shape-arrow-down,
  .section-media-text-6 .row-right .shape-arrow-down {
    top: -8rem;
    left: 100%;
    margin-left: -7.5rem;
    --parallax-y: 40%; }
  .section-media-text-3 .row-right .shape-rectangle,
  .section-media-text-6 .row-right .shape-rectangle {
    top: auto;
    bottom: -2.5rem;
    left: 100%;
    margin-left: -12.5rem;
    --parallax-x: 10%; }
  .section-media-text-3 .row-left .shape-arrow-down,
  .section-media-text-6 .row-left .shape-arrow-down {
    top: -8rem;
    right: 100%;
    margin-right: -7.5rem;
    --parallax-y: 40%; }
  .section-media-text-3 .row-left .shape-rectangle,
  .section-media-text-6 .row-left .shape-rectangle {
    top: auto;
    bottom: -2.5rem;
    right: 100%;
    margin-right: -12.5rem;
    --parallax-x: -10%; }
  .section-media-text-4 .shape {
    fill: #3787c6;
    top: 50%; }
    .section-media-text-4 .shape-arrow {
      width: auto;
      display: block; }
    .section-media-text-4 .shape-hex {
      margin-top: -12rem;
      display: block; }
    .section-media-text-4 .shape-hidden {
      display: none; }
  .section-media-text-4 .row-left .shape-arrow {
    right: 100%;
    transform: translateY(-50%);
    --parallax-x: 20%; }
  .section-media-text-4 .row-left .shape-hex {
    left: calc(100% + 2.5rem);
    --parallax-y: 20%; }
  .section-media-text-4 .row-right .shape-arrow {
    left: 100%;
    transform: translateY(-50%) rotate(180deg);
    --parallax-x: -20%; }
  .section-media-text-4 .row-right .shape-hex {
    right: calc(100% + 2.5rem);
    --parallax-y: -20%; }
  .section-media-text .logo-mark {
    width: 100%;
    position: absolute;
    bottom: 0; }
  @media (max-width: 1400px) {
    .section-media-text .row {
      padding: 0; } }
  @media (max-width: 1280px) {
    .section-media-text .row {
      gap: 2.5rem; }
      .section-media-text .row .summary {
        padding: 0; } }
  @media (max-width: 1023px) {
    .section-media-text .content h2 {
      margin: 0 0 2.5rem; }
    .section-media-text .row {
      gap: 1.5rem;
      padding: 0; }
      .section-media-text .row .summary {
        padding: 0;
        font-size: 1rem; }
        .section-media-text .row .summary .button {
          margin: 1rem 0 0; } }
  @media (max-width: 767px) {
    .section-media-text .row {
      flex-wrap: wrap;
      gap: 0; }
      .section-media-text .row .shape {
        display: none; }
      .section-media-text .row .image {
        width: 100%;
        padding-bottom: 75%;
        order: 1; }
      .section-media-text .row .summary {
        width: 100%;
        padding: 1.5rem 0 0;
        text-align: center;
        font-size: 1.25rem;
        order: 2; } }
  .section-product_features {
    background: #f4f5ef;
    padding: 5rem 0 0; }
    .section-product_features.no-image {
      background: #ffffff; }
    .section-product_features .content {
      padding: 5rem 0 2.5rem;
      display: flex;
      justify-content: space-between; }
      .section-product_features .content h2 {
        width: calc(50% - 2.5rem);
        font-weight: 400; }
      .section-product_features .content .summary {
        width: calc(50% - 2.5rem);
        font-size: 1.5rem;
        letter-spacing: -.96px; }
        .section-product_features .content .summary a {
          font-size: 1.25rem;
          letter-spacing: -.768px;
          color: #1b365d;
          text-decoration: underline;
          text-decoration-color: #4379ee; }
          .section-product_features .content .summary a:hover {
            color: #4379ee; }
    .section-product_features .lead {
      width: 100%;
      margin: 0 auto -10rem;
      border: 1px solid #e8e8e8;
      border-radius: 1rem;
      overflow: hidden;
      z-index: 5; }
      .section-product_features .lead video,
      .section-product_features .lead img {
        display: block;
        width: 100%;
        height: auto; }
    .section-product_features .cards {
      background: #ffffff;
      padding: 10rem 0 0; }
      .section-product_features .cards .card {
        margin: 1rem 0 0; }
        .section-product_features .cards .card .image {
          margin: auto 0 0; }
          .section-product_features .cards .card .image .icon {
            position: absolute;
            background: #cdfec8;
            border-radius: 50%;
            display: block;
            width: 12.5%;
            padding-bottom: 12.5%;
            overflow: hidden;
            top: 0;
            left: 40%;
            z-index: 1;
            transition: all 0.8s cubic-bezier(0.28, 0, 0.18, 1);
            transform: scale(1); }
            .section-product_features .cards .card .image .icon img {
              position: absolute;
              display: block;
              width: 70%;
              height: auto;
              top: 50%;
              left: 50%;
              transform: translate3d(-50%, -50%, 0); }
    .section-product_features.no-image .cards {
      padding: 0; }
    .section-product_features.no-cards + .section {
      padding-top: 15rem; }
    @media (max-width: 1023px) {
      .section-product_features .content {
        flex-direction: column;
        row-gap: 1rem; }
        .section-product_features .content h2,
        .section-product_features .content .summary {
          width: 100%; }
      .section-product_features .cards {
        padding: 11rem 0 0; }
        .section-product_features .cards .card {
          width: 100%;
          margin: 0 0 1rem;
          justify-content: space-between;
          flex-direction: row;
          align-items: center; }
          .section-product_features .cards .card .summary {
            width: calc(50% - 1.25rem);
            margin: 0; }
          .section-product_features .cards .card .image {
            width: calc(50% - 1.25rem); }
            .section-product_features .cards .card .image .animate {
              width: 100%;
              padding-bottom: 95%; }
            .section-product_features .cards .card .image .icon {
              width: 20%;
              padding-bottom: 20%;
              left: 5%;
              top: 5%; }
          .section-product_features .cards .card:nth-child(even) .summary {
            order: 2; }
          .section-product_features .cards .card:last-child {
            margin: 0; }
        .section-product_features .cards .card .image .icon {
          width: 20%;
          padding-bottom: 20%;
          left: 5%;
          top: 5%; }
      .section-product_features.no-cards .lead {
        margin: 0 auto -5rem; }
      .section-product_features.no-cards + .section {
        padding-top: 10rem; } }
    @media (max-width: 767px) {
      .section-product_features .cards .card {
        flex-direction: column; }
        .section-product_features .cards .card .summary {
          width: 100%;
          margin: 0 0 1.5rem; }
        .section-product_features .cards .card .image {
          width: 100%; }
        .section-product_features .cards .card:nth-child(even) .summary {
          order: 0; } }
  .section-request-demo .svg {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
    fill: #f4fbfd; }
    .section-request-demo .svg-left {
      left: 0; }
    .section-request-demo .svg-right {
      right: 0; }
  .section-request-demo figure {
    width: 35%;
    padding-bottom: 31.5%;
    overflow: hidden;
    margin: -6rem auto 0 auto;
    border-top-left-radius: 50%;
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 1rem;
    z-index: 5;
    transform-origin: top; }
    .section-request-demo figure img {
      transform: scale(1.67); }
  .section-request-demo .content {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
    padding: 5rem 0; }
    .section-request-demo .content h2 {
      margin: 2.5rem 0;
      font-weight: 400; }
  @media (max-width: 1023px) {
    .section-request-demo .svg-left {
      left: -20%; }
    .section-request-demo .svg-right {
      right: -20%; }
    .section-request-demo .content {
      padding: 2.5rem 0 0; } }
  @media (max-width: 767px) {
    .section-request-demo .svg-left {
      left: -50%; }
    .section-request-demo .svg-right {
      right: -50%; }
    .section-request-demo figure {
      width: 55%;
      padding-bottom: 49.5%; } }
  .section-search-results {
    background: #ffffff; }
    .section-search-results article {
      padding: 2.5rem;
      margin: 0 -2.5rem;
      border-bottom: 1px solid #000; }
      .section-search-results article:first-child {
        border-top: 1px solid #000; }
      .section-search-results article h2 {
        font-weight: 400; }
      .section-search-results article a {
        color: #9a4eae;
        text-decoration: underline; }
  .section-testimonial .logo-mark {
    margin: -7.5rem 0 -10.5rem; }
  .section-testimonial .quote {
    background: #bcedfe;
    border-radius: 1rem;
    margin: 0 auto;
    padding: 5rem;
    text-align: center;
    flex: 1; }
    .section-testimonial .quote blockquote p {
      margin: 2.5rem auto;
      font-size: 2rem;
      font-weight: 400; }
    .section-testimonial .quote .name {
      font-size: 1.25rem;
      letter-spacing: -.96px; }
  .section-testimonial .headshot {
    background: #fff0d5;
    border-radius: 1rem;
    overflow: hidden;
    flex: none;
    width: 33.33%;
    margin: 0 0 0 1rem; }
  @media (max-width: 1280px) {
    .section-testimonial .quote {
      padding: 2.5rem; }
      .section-testimonial .quote blockquote p {
        margin: 1rem auto;
        font-size: 1.75rem; }
      .section-testimonial .quote .name {
        font-size: 1rem; } }
  @media (max-width: 1023px) {
    .section-testimonial .logo-mark {
      margin: -2.5rem 0 -9.5rem; }
    .section-testimonial .quote {
      padding: 1.5rem; }
      .section-testimonial .quote blockquote p {
        font-size: 1.5rem; } }
  @media (max-width: 767px) {
    .section-testimonial .quote {
      padding: 2.5rem 1.5rem;
      width: 100%; }
    .section-testimonial .headshot {
      display: none; } }
  .section-wysiwyg {
    background: #ffffff; }
    .section-wysiwyg .content .label {
      margin: 0 0 2.5rem 50%;
      transform: translateX(-50%); }
    .section-wysiwyg .content h2 {
      font-weight: 400;
      margin: 4rem 0 2rem; }
    .section-wysiwyg .content h3 {
      font-weight: 400;
      margin: 2rem 0 0; }
    .section-wysiwyg .content ul {
      list-style: disc;
      margin: 1rem 0 0 2rem; }
      .section-wysiwyg .content ul ul {
        margin: 0 0 0 1rem; }
    .section-wysiwyg .content a {
      color: #9a4eae;
      text-decoration: underline; }
      .section-wysiwyg .content a.button {
        color: #ffffff;
        text-decoration: none;
        margin: 1rem 0 0; }
    .section-wysiwyg .content-narrow {
      max-width: 560px;
      margin: auto; }
    .section-wysiwyg .content-border-top:before,
    .section-wysiwyg .content-border-top:after,
    .section-wysiwyg .content-border-bottom:before,
    .section-wysiwyg .content-border-bottom:after {
      content: '';
      background: #000000;
      display: block;
      position: absolute;
      width: calc(100vw - 5rem);
      max-width: 1400px;
      height: 1px;
      left: 50%;
      transform: translateX(-50%); }
    .section-wysiwyg .content-border-top {
      padding-top: 5rem; }
      .section-wysiwyg .content-border-top:before {
        top: 0; }
    .section-wysiwyg .content-border-bottom {
      padding-bottom: 5rem; }
      .section-wysiwyg .content-border-bottom:after {
        bottom: 0; }
    .section-wysiwyg.last {
      padding-bottom: 10rem; }

.hero {
  overflow: hidden;
  padding: 5rem 0 0; }
  .hero.bg-color {
    background: #ffffff; }
    .hero.bg-color-beige {
      background: #f4f5ef; }
    .hero.bg-color-navy {
      background: #1b365d; }
      .hero.bg-color-navy .content {
        color: #ffffff; }
  .hero .word-container {
    width: 100%;
    display: flex;
    justify-content: center;
    font-size: 7rem;
    color: #1b365d;
    font-weight: 500; }
    .hero .word-container .word-ed {
      color: #13b0b8;
      font-weight: 700; }
  .hero .image-wrap {
    width: 25%; }
    .hero .image-wrap img {
      position: absolute;
      top: 0;
      left: 25%;
      transform: translateX(-50%);
      display: block;
      height: 100%;
      width: auto; }
    .hero .image-wrap:last-child img {
      left: auto;
      right: 25%;
      transform: translateX(50%); }
  .hero .content {
    width: 50%;
    text-align: center;
    color: #1b365d;
    font-size: 1.5rem;
    margin: 0 auto;
    padding: 5rem 0; }
    .hero .content p {
      margin: 2.5rem 0; }
    .hero .content .button {
      background: #13b0b8; }
      .hero .content .button:hover {
        background: #9a4eae; }
  .hero .logo-mark {
    margin: 5rem 0 0; }
  .hero .featured-post {
    padding: 0 0 10rem; }
    .hero .featured-post article {
      box-shadow: 0px -5px 10px 0px rgba(0, 0, 0, 0.05);
      background: #ffffff;
      margin: -5rem 5rem 0;
      border-radius: 1rem;
      padding: 1rem;
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      align-items: center; }
      .hero .featured-post article .excerpt {
        width: 50%;
        padding: 1.5rem;
        font-size: 1.25rem; }
        .hero .featured-post article .excerpt .label {
          font-size: 1rem;
          margin: 0 0 1.5rem; }
          .hero .featured-post article .excerpt .label a {
            color: #1b365d; }
        .hero .featured-post article .excerpt p {
          margin: 1.5em 0; }
        .hero .featured-post article .excerpt .button {
          background: #13b0b8; }
          .hero .featured-post article .excerpt .button:hover {
            background: #9a4eae; }
      .hero .featured-post article .featured-image {
        width: 50%;
        height: 100%;
        border-radius: 1rem;
        overflow: hidden; }
  @media (max-width: 1280px) {
    .hero article {
      margin: -5rem 2.5rem 0; }
    .hero .content {
      width: calc(55% - 2.5rem); }
      .hero .content h1 {
        font-size: clamp(3rem, 6vw, 10rem); }
    .hero figure {
      width: 45%;
      padding-bottom: 45%; } }
  @media (max-width: 1023px) {
    .hero article {
      margin: -5rem 0 0; }
    .hero .content p {
      margin: 1rem 0; } }
  @media (max-width: 767px) {
    .hero {
      padding: 2.5rem 0; }
      .hero figure {
        order: 1;
        width: 100%;
        padding-bottom: 95%; }
      .hero .content {
        order: 2;
        width: 100%;
        padding: 2.5rem 0 0; }
        .hero .content h1 {
          font-size: clamp(3rem, 12vw, 10rem); }
        .hero .content p {
          font-size: clamp(0.8rem, 4vw, 1.5rem); } }

/**
 * Swiper 5.3.6
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://swiperjs.com
 *
 * Copyright 2014-2020 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 29, 2020
 */
@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") format("woff");
  font-weight: 400;
  font-style: normal; }

:root {
  --swiper-theme-color: #007aff; }

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

.swiper-container-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-container-android .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0, 0); }

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap; }

.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column; }

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto; }

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

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

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

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

.swiper-container-3d {
  perspective: 1200px; }

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

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

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

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

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

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

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

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

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

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

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

: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(-1 * 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: .35;
  cursor: auto;
  pointer-events: none; }

.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;
  text-transform: none;
  font-variant: initial; }

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

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

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

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

.swiper-button-next.swiper-button-white, .swiper-button-prev.swiper-button-white {
  --swiper-navigation-color: #ffffff; }

.swiper-button-next.swiper-button-black, .swiper-button-prev.swiper-button-black {
  --swiper-navigation-color: #000000; }

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

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

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

.swiper-container-horizontal > .swiper-pagination-bullets, .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: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: .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-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color)); }

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

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block; }

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

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

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px; }

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

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

.swiper-container-horizontal.swiper-container-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-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top; }

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

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

.swiper-pagination-white {
  --swiper-pagination-color: #ffffff; }

.swiper-pagination-black {
  --swiper-pagination-color: #000000; }

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

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1); }

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%; }

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%; }

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0; }

.swiper-scrollbar-cursor-drag {
  cursor: move; }

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

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center; }

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain; }

.swiper-slide-zoomed {
  cursor: move; }

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent; }

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff; }

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000; }

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg); } }

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out; }

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity; }

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube {
  overflow: visible; }

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%; }

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0; }

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible; }

.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0; }

.swiper-container-flip {
  overflow: visible; }

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1; }

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }
