  @charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url("https://fonts.googleapis.com/css2?family=Lexend+Deca:wght@300;400;500;600;700&family=Roboto:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap");
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

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

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

/**
 * Set up a decent box model on the root element
 */
html, body {
  box-sizing: border-box;
  overflow-x: hidden; }

.post, .page {
  margin: 0; }

/**
 * Make all elements from the DOM inherit from the parent box-sizing
 * Since `*` has a specificity of 0, it does not override the `html` value
 * making all elements inheriting from the root box-sizing value
 * See: https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/
 */
*,
*::before,
*::after {
  box-sizing: inherit; }

/**
 * Basic styles for links
 */
a {
  color: #257FFF;
  text-decoration: none;
  transition: all 0.5s ease; }
  a:hover, a:active, a:focus, a:focus-within {
    color: #222222;
    text-decoration: underline; }
  a:hover {
    color: #002867; }

.gform_wrapper.gravity-theme .gform_fields .description,
.gform_wrapper.gravity-theme .gform_fields .gfield_description,
.gform_wrapper.gravity-theme .gform_fields .gsection_description,
.gform_wrapper.gravity-theme .gform_fields .instruction {
  padding-top: 0;
  font-size: 16px;
  line-height: 1.8; }

/**
 * Basic typography style for copy text
 */
body {
  color: #222222;
  font: normal 125%/1.4 "Lexend Deca", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif; }

.sub-heading {
  font-size: 16px;
  font-weight: 500;
  color: #257FFF;
  text-transform: uppercase; }

.section-heading {
  margin: 15px 0;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.2em;
  color: #002867; }
  .section-heading.smaller {
    font-size: 36px; }

p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8em;
  color: #404040; }

.description ul {
  margin: 0 0 20px 10px; }
  .description ul li {
    font-size: 16px;
    font-weight: 400;
    color: #404040; }

.description {
  font-size: 16px;
  line-height: 1.8em; }

/**
 * Clear inner floats
 */
.clearfix::after {
  clear: both;
  content: '';
  display: table; }

/**
 * Main content containers
 * 1. Make the container full-width with a maximum width
 * 2. Center it in the viewport
 * 3. Leave some space on the edges, especially valuable on small screens
 */
.container {
  max-width: 1440px;
  /* 1 */
  margin-left: auto;
  /* 2 */
  margin-right: auto;
  /* 2 */
  padding-left: 30px;
  /* 3 */
  padding-right: 30px;
  /* 3 */
  width: 100%;
  /* 1 */
  position: relative; }

/**
 * Hide text while making it readable for screen readers
 * 1. Needed in WebKit-based browsers because of an implementation bug;
 *    See: https://code.google.com/p/chromium/issues/detail?id=457146
 */
.hide-text {
  overflow: hidden;
  padding: 0;
  /* 1 */
  text-indent: 101%;
  white-space: nowrap; }

/**
 * Hide element while making it readable for screen readers
 * Shamelessly borrowed from HTML5Boilerplate:
 * https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css#L119-L133
 */
.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.gform_wrapper .gfield .ginput_container.ginput_container_select {
  position: relative; }
  .gform_wrapper .gfield .ginput_container.ginput_container_select::after {
    content: '';
    pointer-events: none;
    background-image: url("/wp-content/uploads/2023/10/chevron-down.svg");
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 30px;
    z-index: 10;
    background-repeat: no-repeat;
    background-position: center;
    transform: rotate(0deg);
    transition: transform 0.3s; }

.gform_wrapper .gfield .ginput_container select {
  max-height: 35px;
  border-radius: 3px;
  padding-right: 30px;
  background-color: #fff; }

.gform_wrapper .gform_button {
  transition: background-color 0.5s; }
  .gform_wrapper .gform_button:hover {
    cursor: pointer; }

@media (max-width: 480px) {
  .container {
    padding-left: 20px;
    padding-right: 20px; }
  .section-heading {
    font-size: 42px; } }

@media (max-width: 360px) {
  .section-heading {
    font-size: 36px; }
    .section-heading.smaller {
      font-size: 32px; } }

.site-header {
  height: 66px;
  width: 100%;
  position: fixed;
  transition: all 1s ease-in-out; }
  .site-header .container {
    height: 66px;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .site-header .container .nav-and-branding {
      transition: all 1s ease-in-out;
      display: flex;
      align-items: center; }
      .site-header .container .nav-and-branding .site-branding {
        transition: all 1s ease-in-out; }
        .site-header .container .nav-and-branding .site-branding a img {
          max-width: 177px;
          height: auto;
          margin-top: 6px; }
  .site-header.dark-sticky-header {
    background-color: #002867; }
    .site-header.dark-sticky-header .container .nav-and-branding .main-navigation {
      width: auto; }
    .site-header.dark-sticky-header .container .utility-and-language {
      display: none; }

.country-selector.weglot-dropdown {
  background-color: transparent; }
  .country-selector.weglot-dropdown .wgcurrent {
    border: none; }
    .country-selector.weglot-dropdown .wgcurrent.weglot-flags.flag-0 > a::before,
    .country-selector.weglot-dropdown .wgcurrent.weglot-flags.flag-0 > span::before {
      width: 20px !important;
      margin-right: 0;
      background-image: url(/wp-content/themes/safe-guard/library/images/globe-icon-white.svg) !important;
      background-repeat: no-repeat; }
    .country-selector.weglot-dropdown .wgcurrent::after {
      filter: invert(1);
      image-rendering: auto; }

.site-header {
  z-index: 9999; }
  .site-header .container {
    position: relative; }
    .site-header .container .nav-and-branding .main-navigation .menu-toggle {
      width: 32px;
      height: 22px;
      margin-right: 25px;
      padding: 0;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      background-color: transparent;
      border: 0;
      cursor: pointer;
      transition: all 0.5s ease; }
      .site-header .container .nav-and-branding .main-navigation .menu-toggle span {
        display: none; }
      .site-header .container .nav-and-branding .main-navigation .menu-toggle .bar {
        width: 32px;
        height: 2px;
        background-color: #d9d9d9;
        transition: all 0.5s ease; }
      .site-header .container .nav-and-branding .main-navigation .menu-toggle:hover {
        justify-content: space-around; }
    .site-header .container .nav-and-branding .main-navigation .main-menu {
      height: 100vh;
      padding: 80px 70px;
      position: fixed;
      top: 0;
      left: 0;
      transform: translatex(-200%);
      transition: transform 0.4s ease-in-out;
      background-color: #fff; }
      .site-header .container .nav-and-branding .main-navigation .main-menu-logo {
        display: block;
        margin-bottom: 60px;
        margin-left: 15px; }
      .site-header .container .nav-and-branding .main-navigation .main-menu .close-main-menu {
        position: absolute;
        top: 66px;
        right: -58px;
        transform: translatex(0) rotate(45deg);
        box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
        width: 64px;
        height: 64px;
        margin-right: 25px;
        padding: 0;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        background-color: #f5f5f5;
        border: 0;
        border-radius: 64px;
        overflow: hidden;
        cursor: pointer;
        background-image: url("/wp-content/uploads/2023/09/close-button.svg");
        background-repeat: no-repeat;
        background-position: center;
        transition: all 1s ease;
        z-index: 999999; }
        .site-header .container .nav-and-branding .main-navigation .main-menu .close-main-menu span {
          display: none; }
        .site-header .container .nav-and-branding .main-navigation .main-menu .close-main-menu:hover {
          background-color: #002867; }
      .site-header .container .nav-and-branding .main-navigation .main-menu.open {
        transform: translatex(0); }
        .site-header .container .nav-and-branding .main-navigation .main-menu.open .close-main-menu {
          transform: translatex(0) rotate(90deg); }
      .site-header .container .nav-and-branding .main-navigation .main-menu .menu-main-menu-container {
        height: 100vh;
        display: flex;
        flex-direction: column; }
        .site-header .container .nav-and-branding .main-navigation .main-menu .menu-main-menu-container .menu {
          display: flex;
          flex-direction: column; }
          .site-header .container .nav-and-branding .main-navigation .main-menu .menu-main-menu-container .menu-item {
            width: 360px;
            margin-bottom: 20px;
            padding: 8px 20px 8px 15px;
            border-radius: 4px;
            transition: all 0.5s ease; }
            .site-header .container .nav-and-branding .main-navigation .main-menu .menu-main-menu-container .menu-item .wrapper {
              display: flex;
              background-color: transparent;
              justify-content: space-between;
              align-items: center; }
              .site-header .container .nav-and-branding .main-navigation .main-menu .menu-main-menu-container .menu-item .wrapper a {
                width: 100%;
                display: block;
                font-size: 22px;
                font-weight: 400;
                color: #404040;
                text-decoration: none; }
            .site-header .container .nav-and-branding .main-navigation .main-menu .menu-main-menu-container .menu-item:hover {
              background-color: #F0F0F0; }
            .site-header .container .nav-and-branding .main-navigation .main-menu .menu-main-menu-container .menu-item.menu-item-has-children .sub-menu {
              transform: translatex(-200%); }
            .site-header .container .nav-and-branding .main-navigation .main-menu .menu-main-menu-container .menu-item.menu-item-has-children .wrapper .arrow {
              width: 56px;
              height: 30px;
              display: block;
              background-image: url("/wp-content/uploads/2023/09/main-menu-arrow.svg");
              background-repeat: no-repeat;
              background-position: 0 50%;
              cursor: pointer;
              transition: all 0.5s ease-in-out; }
              .site-header .container .nav-and-branding .main-navigation .main-menu .menu-main-menu-container .menu-item.menu-item-has-children .wrapper .arrow:hover {
                background-position: 6px 50%; }
            .site-header .container .nav-and-branding .main-navigation .main-menu .menu-main-menu-container .menu-item.menu-item-has-children.active .sub-menu {
              height: 100%;
              padding: 186px 70px 80px 70px;
              box-shadow: 0 0 0 rgba(0, 0, 0, 0);
              float: none;
              position: fixed;
              top: 0;
              left: -20px;
              z-index: 99999;
              display: flex;
              flex-direction: column;
              background-color: #F0F0F0;
              transform: translatex(100%);
              overflow: auto; }
              .site-header .container .nav-and-branding .main-navigation .main-menu .menu-main-menu-container .menu-item.menu-item-has-children.active .sub-menu .menu-item {
                margin: 0;
                background-color: #F0F0F0 !important; }
                .site-header .container .nav-and-branding .main-navigation .main-menu .menu-main-menu-container .menu-item.menu-item-has-children.active .sub-menu .menu-item .wrapper {
                  padding: 8px 0; }
                  .site-header .container .nav-and-branding .main-navigation .main-menu .menu-main-menu-container .menu-item.menu-item-has-children.active .sub-menu .menu-item .wrapper a {
                    width: 320px; }
                  .site-header .container .nav-and-branding .main-navigation .main-menu .menu-main-menu-container .menu-item.menu-item-has-children.active .sub-menu .menu-item .wrapper .arrow {
                    display: none; }
    .site-header .container .utility-and-language {
      transition: all 1s ease-in-out; }
      .site-header .container .utility-and-language .utility-menu .menu-utility-menu-container .menu {
        margin: 0;
        list-style: none;
        display: flex;
        align-items: center; }
        .site-header .container .utility-and-language .utility-menu .menu-utility-menu-container .menu li::marker {
          display: none; }
        .site-header .container .utility-and-language .utility-menu .menu-utility-menu-container .menu li a {
          display: inline-block;
          margin: 0 0 0 25px;
          font-size: 16px;
          font-weight: 500;
          text-transform: uppercase;
          color: #fff; }
          .site-header .container .utility-and-language .utility-menu .menu-utility-menu-container .menu li a:hover {
            text-decoration: none; }
        .site-header .container .utility-and-language .utility-menu .menu-utility-menu-container .menu li.primary-btn a {
          text-transform: none;
          font-size: 13px;
          font-weight: 400;
          padding: 8px 13px;
          background-color: #26B2F2;
          border-radius: 5px;
          transition: background-color 0.5s ease; }
          .site-header .container .utility-and-language .utility-menu .menu-utility-menu-container .menu li.primary-btn a:hover {
            background-color: #002867; }

.site-footer {
  background-color: #F9FDFF; }
  .site-footer .top-wrapper {
    padding: 58px 0; }
    .site-footer .top-wrapper .container .logo-and-social {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding-bottom: 32px;
      margin-bottom: 32px;
      border-bottom: 1px solid #DFDFDF; }
      .site-footer .top-wrapper .container .logo-and-social .social {
        display: flex;
        justify-content: space-between;
        align-items: center; }
        .site-footer .top-wrapper .container .logo-and-social .social a {
          width: 42px;
          height: 42px;
          margin-left: 15px;
          display: flex;
          justify-content: center;
          align-items: center;
          border-radius: 5px;
          transition: all 0.5s ease; }
          .site-footer .top-wrapper .container .logo-and-social .social a:hover {
            background-color: #E2F5FF; }
    .site-footer .top-wrapper .container .footer-menu .menu-cols {
      display: flex;
      justify-content: space-between;
      gap: 0 30px; }
      .site-footer .top-wrapper .container .footer-menu .menu-cols .menu-footer-col-2-container .menu {
        display: grid;
        grid-template-columns: repeat(2, minmax(200px, 1fr));
        grid-template-rows: auto;
        gap: 0 75px; }
        .site-footer .top-wrapper .container .footer-menu .menu-cols .menu-footer-col-2-container .menu .menu-item.inline {
          width: 100%; }
        .site-footer .top-wrapper .container .footer-menu .menu-cols .menu-footer-col-2-container .menu .menu-item:first-child {
          grid-column: 1/3; }
      .site-footer .top-wrapper .container .footer-menu .menu-cols .menu {
        margin: 0;
        padding: 0;
        list-style: none;
        display: flex;
        flex-direction: column; }
        .site-footer .top-wrapper .container .footer-menu .menu-cols .menu .menu-item {
          width: 100%;
          margin-bottom: 30px; }
          .site-footer .top-wrapper .container .footer-menu .menu-cols .menu .menu-item::marker {
            display: none; }
          .site-footer .top-wrapper .container .footer-menu .menu-cols .menu .menu-item.inline {
            width: 36%; }
          .site-footer .top-wrapper .container .footer-menu .menu-cols .menu .menu-item:last-child {
            margin-bottom: 0; }
          .site-footer .top-wrapper .container .footer-menu .menu-cols .menu .menu-item a {
            display: block;
            font-size: 16px;
            font-weight: 600;
            color: #002867;
            text-decoration: none; }
            .site-footer .top-wrapper .container .footer-menu .menu-cols .menu .menu-item a:first-child {
              width: 100%; }
            .site-footer .top-wrapper .container .footer-menu .menu-cols .menu .menu-item a:hover {
              color: #257FFF; }
          .site-footer .top-wrapper .container .footer-menu .menu-cols .menu .menu-item.light a {
            font-weight: 400; }
  .site-footer .legal-menu {
    background-color: #f5f5f5; }
    .site-footer .legal-menu .container {
      padding: 25px 0;
      display: flex;
      justify-content: space-between;
      align-items: center;
      font-weight: 400;
      font-size: 14px;
      color: #404040; }
      .site-footer .legal-menu .container .legal-links .menu {
        margin: 0;
        padding: 0;
        list-style: none;
        display: flex;
        align-items: center;
        justify-content: flex-end; }
        .site-footer .legal-menu .container .legal-links .menu .menu-item {
          margin-left: 20px; }
          .site-footer .legal-menu .container .legal-links .menu .menu-item::marker {
            display: none; }
          .site-footer .legal-menu .container .legal-links .menu .menu-item a {
            color: #404040;
            text-decoration: none; }
            .site-footer .legal-menu .container .legal-links .menu .menu-item a:hover {
              color: #257FFF; }

html[lang="fr-ca"] .site-header .container .utility-and-language .utility-menu .menu-utility-menu-container {
  gap: 0 15px; }
  html[lang="fr-ca"] .site-header .container .utility-and-language .utility-menu .menu-utility-menu-container .menu li a {
    font-size: 13px;
    margin: 0 0 0 10px;
    font-weight: 400; }
  html[lang="fr-ca"] .site-header .container .utility-and-language .utility-menu .menu-utility-menu-container .menu li:first-child a {
    margin-left: 0; }

#primary-menu li.mobile-only,
#utility_menu li.mobile-only {
  position: fixed;
  visibility: hidden;
  left: -9999em;
  height: 0;
  width: 0;
  overflow: hidden; }

#primary-menu li.desktop-only,
#utility_menu li.desktop-only {
  position: relative;
  visibility: visible;
  left: 0;
  height: auto;
  width: auto;
  overflow: auto; }

.site-footer .legal-menu .container {
  padding-left: 20px;
  padding-right: 20px; }

.site-header > .container .nav-and-branding .main-navigation .main-menu .menu-main-menu-container {
  height: 92%;
  overflow: auto;
  overflow-x: hidden; }
  .site-header > .container .nav-and-branding .main-navigation .main-menu .menu-main-menu-container .menu-item {
    padding-top: 12px;
    padding-bottom: 12px; }
    .site-header > .container .nav-and-branding .main-navigation .main-menu .menu-main-menu-container .menu-item .wrapper a {
      font-size: 18px; }
    .site-header > .container .nav-and-branding .main-navigation .main-menu .menu-main-menu-container .menu-item:hover {
      background: transparent; }

.site-header > .container .nav-and-branding .main-navigation .main-menu .close-main-menu {
  height: 48px;
  width: 48px;
  background-size: 50%;
  right: -49px; }

.site-header .nav-and-branding .main-navigation .main-menu .menu-main-menu-container #primary-menu .menu-item {
  margin-bottom: 0; }
  .site-header .nav-and-branding .main-navigation .main-menu .menu-main-menu-container #primary-menu .menu-item.current-menu-item > .wrapper > a {
    color: #257FFF; }
  .site-header .nav-and-branding .main-navigation .main-menu .menu-main-menu-container #primary-menu .menu-item.menu-item-has-children .toggle-submenu {
    position: relative; }
    .site-header .nav-and-branding .main-navigation .main-menu .menu-main-menu-container #primary-menu .menu-item.menu-item-has-children .toggle-submenu:hover {
      cursor: pointer; }
    .site-header .nav-and-branding .main-navigation .main-menu .menu-main-menu-container #primary-menu .menu-item.menu-item-has-children .toggle-submenu.active:before {
      content: '−'; }
    .site-header .nav-and-branding .main-navigation .main-menu .menu-main-menu-container #primary-menu .menu-item.menu-item-has-children .toggle-submenu:before {
      content: '+';
      font-size: inherit;
      position: relative;
      top: -1px; }
  .site-header .nav-and-branding .main-navigation .main-menu .menu-main-menu-container #primary-menu .menu-item.menu-item-has-children .wrapper {
    display: flex;
    justify-content: flex-start;
    gap: 0 25px; }
    .site-header .nav-and-branding .main-navigation .main-menu .menu-main-menu-container #primary-menu .menu-item.menu-item-has-children .wrapper .arrow {
      display: none; }
  .site-header .nav-and-branding .main-navigation .main-menu .menu-main-menu-container #primary-menu .menu-item.menu-item-has-children .sub-menu {
    position: relative;
    padding-left: 15px; }
    .site-header .nav-and-branding .main-navigation .main-menu .menu-main-menu-container #primary-menu .menu-item.menu-item-has-children .sub-menu li.menu-item-has-children .wrapper {
      max-width: 150px;
      justify-content: space-between; }
    .site-header .nav-and-branding .main-navigation .main-menu .menu-main-menu-container #primary-menu .menu-item.menu-item-has-children .sub-menu:before {
      content: '';
      height: calc( 100% - 16px);
      width: 2px;
      background-color: #26B2F2;
      position: absolute;
      top: 50%;
      left: 3px;
      transform: translateY(-50%); }
  .site-header .nav-and-branding .main-navigation .main-menu .menu-main-menu-container #primary-menu .menu-item.menu-item-has-children > .sub-menu {
    display: none;
    position: relative;
    top: auto;
    left: auto;
    height: auto;
    padding: 0;
    padding-left: 15px;
    transform: none;
    float: none;
    box-shadow: none; }
    .site-header .nav-and-branding .main-navigation .main-menu .menu-main-menu-container #primary-menu .menu-item.menu-item-has-children > .sub-menu .menu-item .wrapper a {
      font-size: 16px; }
    .site-header .nav-and-branding .main-navigation .main-menu .menu-main-menu-container #primary-menu .menu-item.menu-item-has-children > .sub-menu .menu-item:last-child {
      margin-bottom: 0; }
    .site-header .nav-and-branding .main-navigation .main-menu .menu-main-menu-container #primary-menu .menu-item.menu-item-has-children > .sub-menu .wrapper .arrow {
      display: none; }
  .site-header .nav-and-branding .main-navigation .main-menu .menu-main-menu-container #primary-menu .menu-item .wrapper a {
    width: auto; }
  .site-header .nav-and-branding .main-navigation .main-menu .menu-main-menu-container #primary-menu .menu-item a:hover {
    color: #257FFF; }

@media (min-width: 769px) {
  .site-header .container .utility-and-language .utility-menu .menu-utility-menu-container .menu {
    width: 100%;
    justify-content: flex-end; } }

@media (max-width: 1366px) {
  .site-header .container .utility-and-language {
    width: 90%; } }

@media (max-width: 1024px) {
  .site-header > .container .nav-and-branding .main-navigation .main-menu {
    padding-left: 30px;
    padding-right: 30px; }
  .site-header > .container .nav-and-branding .main-navigation .main-menu-logo {
    margin-bottom: 20px; }
  .site-header .nav-and-branding .main-navigation .main-menu .menu-main-menu-container #primary-menu .menu-item {
    margin-bottom: 0; }
  .site-footer .legal-menu .container {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px 0; }
    .site-footer .legal-menu .container .legal-links .menu .menu-item:first-child {
      margin-left: 0; }
  #primary-menu li.mobile-only,
  #utility_menu li.mobile-only {
    position: relative;
    visibility: visible;
    left: 0;
    height: auto;
    width: auto;
    overflow: auto; }
  #primary-menu li.desktop-only,
  #utility_menu li.desktop-only {
    position: fixed;
    visibility: hidden;
    left: -9999em;
    height: 0;
    width: 0;
    overflow: hidden; } }

@media (max-width: 820px) {
  .site-footer .top-wrapper .container .footer-menu {
    text-align: center; }
    .site-footer .top-wrapper .container .footer-menu .menu-cols {
      display: block; }
      .site-footer .top-wrapper .container .footer-menu .menu-cols .menu-footer-col-2-container .menu {
        display: block; }
      .site-footer .top-wrapper .container .footer-menu .menu-cols .menu .menu-item:last-child {
        margin-bottom: 30px; }
      .site-footer .top-wrapper .container .footer-menu .menu-cols .menu-item.light {
        display: none; }
      .site-footer .top-wrapper .container .footer-menu .menu-cols .col:last-child .menu .menu-item:last-child {
        margin-bottom: 0; }
  .site-footer .legal-menu .container .legal-links .menu {
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 10px 25px; }
    .site-footer .legal-menu .container .legal-links .menu .menu-item {
      margin-left: 0; } }

@media (max-width: 768px) {
  .site-header .container .utility-and-language .utility-menu .menu-utility-menu-container .menu {
    justify-content: flex-end; }
  .site-footer .legal-menu .container {
    padding-bottom: 50px; } }

@media (max-width: 640px) {
  .site-header {
    height: auto; }
    .site-header > .container {
      align-items: flex-end;
      height: auto;
      padding-left: 10px;
      padding-right: 10px; }
      .site-header > .container .nav-and-branding .main-navigation .main-menu {
        width: 100%;
        padding: 80px 20px; }
        .site-header > .container .nav-and-branding .main-navigation .main-menu .close-main-menu {
          right: 0; }
  #utility_menu {
    flex-direction: column;
    align-items: flex-end;
    gap: 12px 0;
    padding-left: 0;
    padding-bottom: 5px; } }

@media (max-width: 480px) {
  .site-header.dark-sticky-header > .container {
    padding-bottom: 10px; }
    .site-header.dark-sticky-header > .container .nav-and-branding {
      flex-direction: row;
      gap: 0; }
  .site-header > .container .nav-and-branding .main-navigation .main-menu {
    padding-top: 40px;
    padding-bottom: 40px; }
    .site-header > .container .nav-and-branding .main-navigation .main-menu .close-main-menu {
      top: 30px; }
  .site-header .container {
    padding-top: 10px; }
    .site-header .container .nav-and-branding {
      flex-direction: row;
      gap: 12px 0; }
    .site-header .container .utility-and-language {
      display: none; } }

@media (max-width: 360px) {
  .site-header > .container .nav-and-branding .main-navigation .main-menu {
    padding: 40px 0px; }
    .site-header > .container .nav-and-branding .main-navigation .main-menu .main-menu-logo img {
      max-width: 180px; }
  .site-header .container .nav-and-branding {
    flex-direction: column;
    gap: 12px 0; }
    .site-header .container .nav-and-branding .site-branding a img {
      max-width: 135px; }
  .site-footer .top-wrapper .container .logo-and-social {
    display: block; }
    .site-footer .top-wrapper .container .logo-and-social .site-branding {
      text-align: center;
      margin-bottom: 10px; }
    .site-footer .top-wrapper .container .logo-and-social .social {
      justify-content: center; } }

.fade-in {
  opacity: 0;
  transition: opacity 1s ease-in-out; }
  .fade-in.visible {
    opacity: 1; }

.ctas {
  display: flex;
  align-items: center; }
  .ctas .or {
    display: block;
    margin-left: 15px;
    font-size: 16px;
    font-weight: 500;
    color: #26B2F2; }
  .ctas .phone {
    display: block;
    margin-left: 15px;
    font-size: 16px;
    font-weight: 500;
    color: #002867; }
  .ctas.inverse .phone {
    color: #fff; }

.cta {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  color: #002867;
  transition: all 1s ease-in-out;
  text-decoration: none; }
  .cta .copy {
    width: auto !important;
    display: inline-block;
    margin-right: 20px; }
  .cta .arrow {
    width: 80px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative; }
    .cta .arrow svg {
      position: relative;
      z-index: 1;
      fill: #26B2F2; }
    .cta .arrow::before {
      width: 22px;
      height: 22px;
      border-radius: 22px;
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      content: '';
      background-color: #002867;
      border: 1px solid transparent;
      transition: all 1s cubic-bezier(0.91, -0.03, 0.07, 1.01); }
  .cta:hover {
    color: rgba(0, 40, 103, 0.7);
    text-decoration: none; }
    .cta:hover .arrow::before {
      border-color: #002867;
      background-color: transparent;
      left: 71%; }
  .cta:visited {
    color: #002867; }
  .cta.cta-inverse {
    color: #fff;
    text-decoration: none; }
    .cta.cta-inverse .arrow svg {
      fill: #F9F9F9; }
    .cta.cta-inverse .arrow::before {
      background-color: #26B2F2; }
    .cta.cta-inverse:hover {
      color: rgba(249, 249, 249, 0.7); }
      .cta.cta-inverse:hover .arrow::before {
        border-color: #26B2F2;
        background-color: transparent; }
    .cta.cta-inverse:visited {
      color: #fff; }

.back-btn {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  color: #002867;
  transition: all 1s ease-in-out;
  text-decoration: none; }
  .back-btn .copy {
    width: auto !important;
    display: inline-block;
    margin-left: 10px; }
  .back-btn .arrow {
    width: 40px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative; }
    .back-btn .arrow svg {
      position: relative;
      z-index: 1;
      fill: #26B2F2; }
    .back-btn .arrow::before {
      width: 22px;
      height: 22px;
      border-radius: 22px;
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      content: '';
      background-color: #002867;
      border: 1px solid transparent;
      transition: all 1s cubic-bezier(0.91, -0.03, 0.07, 1.01); }
  .back-btn:hover {
    color: rgba(0, 40, 103, 0.7);
    text-decoration: none; }
    .back-btn:hover .arrow::before {
      border-color: #002867;
      background-color: transparent;
      right: 40%; }
  .back-btn:visited {
    color: #002867; }
  .back-btn.cta-inverse {
    color: #fff;
    text-decoration: none; }
    .back-btn.cta-inverse .arrow svg {
      fill: #26B2F2; }
    .back-btn.cta-inverse .arrow::before {
      background-color: #fff; }
    .back-btn.cta-inverse:hover {
      color: rgba(249, 249, 249, 0.7); }
      .back-btn.cta-inverse:hover .arrow::before {
        border-color: #26B2F2;
        background-color: transparent; }
    .back-btn.cta-inverse:visited {
      color: #fff; }

.ev-banner {
  padding: 68px 0;
  background-color: #000;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%; }
  .ev-banner .container .wrapper {
    background-image: url("/wp-content/uploads/2023/09/ev-border-gradient.svg");
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: left; }
    .ev-banner .container .wrapper .ev-copy {
      padding: 70px 0 70px 70px;
      width: 40%; }
      .ev-banner .container .wrapper .ev-copy .sub-heading {
        color: #11F9FD; }
      .ev-banner .container .wrapper .ev-copy .section-heading {
        color: #fff; }
      .ev-banner .container .wrapper .ev-copy .description {
        margin-bottom: 25px;
        font-size: 16px;
        color: #fff; }
        .ev-banner .container .wrapper .ev-copy .description p {
          margin-bottom: 25px;
          font-size: 16px;
          color: #fff; }

.safe-guard-u-banner.narrow {
  height: 390px;
  margin: 50px 0; }
  .safe-guard-u-banner.narrow .container {
    height: 100%; }
    .safe-guard-u-banner.narrow .container .wrapper {
      height: 100%;
      background-color: #002867;
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover;
      display: flex;
      align-items: center;
      justify-content: space-around;
      border-radius: 20px;
      overflow: hidden; }
      .safe-guard-u-banner.narrow .container .wrapper .branding {
        width: 40%;
        height: 100%;
        position: relative;
        background-repeat: no-repeat;
        background-position: center;
        display: flex;
        justify-content: center;
        align-items: center; }
        .safe-guard-u-banner.narrow .container .wrapper .branding .branding-image {
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          mix-blend-mode: soft-light; }
        .safe-guard-u-banner.narrow .container .wrapper .branding .logo {
          position: relative; }
      .safe-guard-u-banner.narrow .container .wrapper .safe-guard-u-copy {
        width: 40%;
        height: 100%;
        display: flex;
        justify-content: center;
        flex-direction: column; }
        .safe-guard-u-banner.narrow .container .wrapper .safe-guard-u-copy h2 {
          margin: 0 0 20px 0;
          font-size: 26px;
          color: #fff; }
        .safe-guard-u-banner.narrow .container .wrapper .safe-guard-u-copy .description {
          margin-bottom: 25px;
          font-size: 16px;
          color: #fff; }
          .safe-guard-u-banner.narrow .container .wrapper .safe-guard-u-copy .description ul {
            margin-top: 15px; }
          .safe-guard-u-banner.narrow .container .wrapper .safe-guard-u-copy .description ul li {
            color: #fff; }

.safe-guard-u-banner.wide {
  height: 555px;
  margin: 50px 0 0 0;
  background-color: #002867;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }
  .safe-guard-u-banner.wide .container {
    height: 100%; }
    .safe-guard-u-banner.wide .container .wrapper {
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: space-around;
      border-radius: 20px;
      overflow: hidden; }
      .safe-guard-u-banner.wide .container .wrapper .branding {
        width: 40%;
        height: 100%;
        position: relative;
        background-repeat: no-repeat;
        background-position: center;
        display: flex;
        justify-content: center;
        align-items: center; }
        .safe-guard-u-banner.wide .container .wrapper .branding .branding-image {
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          mix-blend-mode: soft-light; }
      .safe-guard-u-banner.wide .container .wrapper .safe-guard-u-copy {
        width: 40%;
        height: 100%;
        display: flex;
        justify-content: center;
        flex-direction: column; }
        .safe-guard-u-banner.wide .container .wrapper .safe-guard-u-copy .logo {
          width: 430px;
          margin-bottom: 20px;
          position: relative; }
        .safe-guard-u-banner.wide .container .wrapper .safe-guard-u-copy h2 {
          margin: 0 0 20px 0;
          font-size: 26px;
          color: #fff; }
        .safe-guard-u-banner.wide .container .wrapper .safe-guard-u-copy .description {
          margin-bottom: 25px;
          font-size: 16px;
          color: #fff; }
          .safe-guard-u-banner.wide .container .wrapper .safe-guard-u-copy .description ul {
            margin-top: 15px; }
          .safe-guard-u-banner.wide .container .wrapper .safe-guard-u-copy .description ul li {
            color: #fff; }

.safe-guard-u-mini-banner {
  width: 48%;
  height: 555px;
  background-color: #002867;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 20px;
  overflow: hidden; }
  .safe-guard-u-mini-banner .wrapper {
    height: 100%;
    padding: 60px;
    display: flex;
    align-items: center;
    justify-content: space-around; }
    .safe-guard-u-mini-banner .wrapper .branding-image {
      height: 100%;
      position: absolute;
      top: 50%;
      left: 40%;
      transform: translate(-60%, -50%);
      mix-blend-mode: soft-light; }
    .safe-guard-u-mini-banner .wrapper .safe-guard-u-copy {
      display: flex;
      justify-content: center;
      flex-direction: column;
      position: relative;
      z-index: 2; }
      .safe-guard-u-mini-banner .wrapper .safe-guard-u-copy .logo {
        width: 430px;
        margin-bottom: 20px;
        position: relative; }
      .safe-guard-u-mini-banner .wrapper .safe-guard-u-copy h2 {
        margin: 0 0 20px 0;
        font-size: 26px;
        color: #fff; }
      .safe-guard-u-mini-banner .wrapper .safe-guard-u-copy .description {
        margin-bottom: 25px;
        font-size: 16px;
        color: #fff; }

.technology-banner {
  height: 600px;
  position: relative;
  background: linear-gradient(90deg, #F9FDFF 12.02%, #FFF 100.96%); }
  .technology-banner .container {
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    overflow: scroll; }
    .technology-banner .container::before {
      width: 100%;
      height: 100%;
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      content: '';
      background-image: url("/wp-content/uploads/2023/09/particle-burst-3.svg");
      background-position: -90% 50%;
      background-repeat: no-repeat; }
    .technology-banner .container .content-block {
      width: 70%;
      height: 100%;
      position: relative;
      display: flex;
      justify-content: center;
      flex-direction: column; }
      .technology-banner .container .content-block .sub-heading {
        margin: 0 0 15px 84px; }
      .technology-banner .container .content-block h2 {
        margin: 0 0 0 84px;
        font-size: 75px;
        font-weight: bold;
        color: #002867;
        line-height: 1em; }
      .technology-banner .container .content-block .line {
        width: 309px;
        height: 1px;
        margin: 35px 0 20px 0;
        background-color: #257FFF; }
      .technology-banner .container .content-block .description {
        margin-left: 84px;
        font-size: 16px;
        line-height: 1.4em;
        color: #404040; }
        .technology-banner .container .content-block .description p {
          font-size: 16px;
          line-height: 1.4em;
          color: #404040; }
      .technology-banner .container .content-block .ctas {
        margin: 20px 0 0 84px;
        display: flex;
        align-items: center; }
        .technology-banner .container .content-block .ctas a {
          margin-right: 15px; }

.technology-mini-banner {
  width: 48%;
  height: 555px;
  position: relative;
  background: linear-gradient(90deg, #F9FDFF 12.02%, #FFF 100.96%);
  border-radius: 20px;
  overflow: hidden; }
  .technology-mini-banner .wrapper {
    height: 100%;
    padding: 60px;
    background-position: center;
    background-repeat: no-repeat; }
    .technology-mini-banner .wrapper::before {
      width: 100%;
      height: 100%;
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      content: '';
      background-image: url("/wp-content/uploads/2023/09/particle-burst-3.svg");
      background-position: 83% 49%;
      background-repeat: no-repeat; }
    .technology-mini-banner .wrapper .content-block {
      width: 70%;
      height: 100%;
      position: relative;
      display: flex;
      justify-content: center;
      flex-direction: column; }
      .technology-mini-banner .wrapper .content-block h2 {
        margin: 0 0 20px 0;
        font-size: 46px;
        font-weight: bold;
        color: #002867;
        line-height: 1em; }
      .technology-mini-banner .wrapper .content-block .description {
        margin-bottom: 20px;
        font-size: 16px;
        line-height: 1.4em;
        color: #404040; }
        .technology-mini-banner .wrapper .content-block .description p {
          font-size: 16px;
          line-height: 1.4em;
          color: #404040; }

.claims-app {
  height: 680px;
  background-color: #002867;
  background-attachment: fixed !important; }
  @media screen and (max-width: 1024px) {
    .claims-app {
      background: #002867 !important; } }
  .claims-app .container {
    height: 100%;
    display: flex;
    justify-content: space-between;
    overflow: hidden; }
    .claims-app .container .content-block {
      width: 40%;
      height: 100%;
      position: relative;
      z-index: 2;
      display: flex;
      justify-content: center;
      flex-direction: column; }
      .claims-app .container .content-block h2 {
        margin: 0 0 20px 0;
        font-size: 75px;
        font-weight: bold;
        color: #fff;
        line-height: 1em; }
      .claims-app .container .content-block .description {
        margin-bottom: 10px;
        font-size: 16px;
        line-height: 1.4em;
        color: #fff; }
        .claims-app .container .content-block .description p {
          font-size: 16px;
          line-height: 1.4em;
          color: #fff; }
        .claims-app .container .content-block .description ul {
          margin: 0 0 20px 0; }
          .claims-app .container .content-block .description ul li {
            font-size: 16px;
            line-height: 1.4em;
            color: #fff; }
    .claims-app .container .mobile-icon {
      position: absolute;
      top: -200px;
      right: 0;
      display: none; }
      @media screen and (max-width: 1024px) {
        .claims-app .container .mobile-icon {
          display: block; } }
.industry-testimonial {
  height: 720px; }
  .industry-testimonial .container {
    height: 100%; }
    .industry-testimonial .container .wrapper {
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: space-around; }
      .industry-testimonial .container .wrapper .testimonial-copy {
        width: 40%;
        position: relative;
        z-index: 2; }
        .industry-testimonial .container .wrapper .testimonial-copy blockquote {
          margin: 0;
          padding: 65px 0 30px 0;
          border: 0;
          position: relative; }
          .industry-testimonial .container .wrapper .testimonial-copy blockquote p {
            margin: 0;
            font-size: 36px;
            font-weight: 600;
            line-height: 1.2em;
            color: #002867; }
          .industry-testimonial .container .wrapper .testimonial-copy blockquote::before {
            width: 58px;
            height: 42px;
            display: block;
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            background-image: url("/wp-content/uploads/2023/09/testimonial-open-quote.svg");
            background-repeat: no-repeat;
            background-position: center; }
        .industry-testimonial .container .wrapper .testimonial-copy .name-and-title {
          margin-bottom: 5px; }
        .industry-testimonial .container .wrapper .testimonial-copy .name-and-title,
        .industry-testimonial .container .wrapper .testimonial-copy .company-name {
          font-size: 20;
          font-weight: 600;
          color: #002867; }
      .industry-testimonial .container .wrapper .photo {
        position: relative; }
        .industry-testimonial .container .wrapper .photo .circle {
          width: 660px;
          height: 660px;
          background: transparent;
          border: 1px solid #26B2F2;
          border-radius: 50%;
          position: absolute;
          top: 0;
          left: 0; }
          .industry-testimonial .container .wrapper .photo .circle:nth-child(1) {
            left: -190%; }
          .industry-testimonial .container .wrapper .photo .circle:nth-child(2) {
            left: -120%; }
          .industry-testimonial .container .wrapper .photo .circle:nth-child(3) {
            left: -50%; }
        .industry-testimonial .container .wrapper .photo .photo-wrapper {
          width: 660px;
          height: 660px;
          background: #fff;
          position: relative;
          z-index: 2;
          border-radius: 50%;
          overflow: hidden;
          box-shadow: 0 0 0 #fff; }
          .industry-testimonial .container .wrapper .photo .photo-wrapper .normal-photo {
            position: absolute;
            top: 0;
            left: 0;
            z-index: 2;
            overflow: hidden;
            border-radius: 50%;
            box-shadow: 0 0 0 #fff;
            opacity: 0;
            transition: all 0.8s ease-in-out; }
          .industry-testimonial .container .wrapper .photo .photo-wrapper:hover .normal-photo {
            opacity: 1; }
          .industry-testimonial .container .wrapper .photo .photo-wrapper .actual-photo {
            position: relative;
            overflow: hidden;
            border-radius: 50%;
            box-shadow: 0 0 0 #fff;
            -moz-filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
            -o-filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
            filter: gray;
            filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
            mix-blend-mode: multiply; }

.products-in-page-section {
  padding: 60px 0 80px 0; }
  .products-in-page-section .container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start; }
    .products-in-page-section .container .product-section-copy {
      width: 40%; }
    .products-in-page-section .container .products-list {
      width: 55%;
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap; }
      .products-in-page-section .container .products-list .product {
        width: 48%;
        margin-bottom: 10px;
        padding: 9px 11px;
        display: flex;
        align-items: center;
        text-decoration: none;
        color: #002867;
        background-color: #F0FAFF;
        border-radius: 8px; }
        .products-in-page-section .container .products-list .product .product-icon {
          width: 34px;
          margin-right: 15px;
          display: flex; }
        .products-in-page-section .container .products-list .product .label {
          display: flex;
          font-size: 16px; }
        .products-in-page-section .container .products-list .product:hover {
          background-color: #257FFF;
          color: #fff; }
          .products-in-page-section .container .products-list .product:hover .product-icon {
            filter: brightness(0) invert(1); }

.resources-global {
  margin: 40px 0; }
  .resources-global .container {
    display: flex;
    justify-content: space-between; }
    .resources-global .container .copy {
      width: 30%; }
      .resources-global .container .copy .section-heading {
        line-height: 1.1em; }
      .resources-global .container .copy .description {
        margin-bottom: 25px;
        font-size: 16px; }
    .resources-global .container .resources-list {
      width: 55%; }
      .resources-global .container .resources-list .resources {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 15px; }
        .resources-global .container .resources-list .resources .post {
          width: calc( 50% - 7.5px);
          height: 364px;
          position: relative;
          border-radius: 20px;
          overflow: hidden;
          background-color: #000;
          background-size: cover;
          background-repeat: no-repeat;
          background-position: center;
          text-decoration: none !important; }
          .resources-global .container .resources-list .resources .post:hover .copy .view_post {
            color: #257FFF; }
          .resources-global .container .resources-list .resources .post::before {
            width: 100%;
            height: 100%;
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            content: '';
            background: linear-gradient(0deg, rgba(0, 0, 0, 0.42) 0%, rgba(0, 0, 0, 0) 100%); }
          .resources-global .container .resources-list .resources .post:first-child {
            width: 100%; }
          .resources-global .container .resources-list .resources .post .copy {
            width: 100%;
            height: 100%;
            padding: 40px;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            position: relative;
            z-index: 2;
            color: #fff; }
            .resources-global .container .resources-list .resources .post .copy .category ul {
              margin: 0;
              padding: 0;
              list-style: none; }
              .resources-global .container .resources-list .resources .post .copy .category ul li::marker {
                display: none; }
              .resources-global .container .resources-list .resources .post .copy .category ul li a {
                font-size: 16px;
                font-weight: 500;
                color: #fff;
                text-decoration: none; }
                .resources-global .container .resources-list .resources .post .copy .category ul li a:hover {
                  color: #257FFF; }
                .resources-global .container .resources-list .resources .post .copy .category ul li a:visited {
                  color: #fff; }
            .resources-global .container .resources-list .resources .post .copy h3 {
              margin: 0 0 5px 0;
              font-size: 26px;
              font-weight: 600;
              line-height: 1.2em;
              color: #fff;
              display: -webkit-box;
              -webkit-line-clamp: 5;
              -webkit-box-orient: vertical;
              overflow: hidden; }
            .resources-global .container .resources-list .resources .post .copy .view_post {
              font-size: 16px;
              font-weight: 500;
              color: #fff;
              text-decoration: none; }
      .resources-global .container .resources-list .pagination-links {
        margin: 15px;
        display: flex;
        justify-content: flex-end;
        display: none; }
        .resources-global .container .resources-list .pagination-links a.pagination {
          width: 48px;
          height: 48px;
          border-radius: 50%;
          margin-left: 20px;
          overflow: hidden;
          border: 2px solid #257FFF;
          display: flex;
          justify-content: center;
          align-items: center;
          transition: all 0.3s ease-in-out; }
          .resources-global .container .resources-list .pagination-links a.pagination img {
            transition: all 0.3s ease-in-out; }
          .resources-global .container .resources-list .pagination-links a.pagination:hover {
            background-color: #F9F9F9; }
            .resources-global .container .resources-list .pagination-links a.pagination:hover img.newer {
              margin-right: 5px; }
            .resources-global .container .resources-list .pagination-links a.pagination:hover img.older {
              margin-left: 5px; }
  .resources-global.shorter .container .resources-list .resources {
    flex-wrap: nowrap; }
    @media screen and (max-width: 1080px) {
      .resources-global.shorter .container .resources-list .resources {
        flex-wrap: wrap; } }
    .resources-global.shorter .container .resources-list .resources .post:first-child {
      width: 370px; }

.faqs-in-page-section {
  padding: 40px 0 80px 0; }
  .faqs-in-page-section .container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start; }
    .faqs-in-page-section .container .faqs-section-copy {
      width: 40%; }
    .faqs-in-page-section .container .faqs-list {
      width: 50%;
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap; }
      .faqs-in-page-section .container .faqs-list .question {
        width: 100%;
        position: relative;
        border-bottom: 1px dashed #dbdbdb; }
        .faqs-in-page-section .container .faqs-list .question .question-label {
          min-height: 80px;
          display: flex;
          align-items: center;
          justify-content: space-between;
          padding: 15px 80px 15px 20px;
          font-size: 20px;
          font-weight: 500;
          text-decoration: none;
          color: #002867;
          border-radius: 8px;
          transition: all 0.5s ease-in-out; }
          .faqs-in-page-section .container .faqs-list .question .question-label::after {
            width: 50px;
            height: 50px;
            border-radius: 50%;
            position: absolute;
            top: 15px;
            right: 16px;
            content: '';
            background-color: #E8F8FF;
            background-image: url("/wp-content/uploads/2023/09/FAQ-question-mark.svg");
            background-position: center;
            background-repeat: no-repeat; }
          .faqs-in-page-section .container .faqs-list .question .question-label:hover {
            background-color: #257FFF;
            color: #fff; }
        .faqs-in-page-section .container .faqs-list .question .faq-modal {
          width: 40%;
          height: 100vh;
          min-height: 100vh;
          padding: 140px 80px 0 80px;
          position: fixed;
          top: 0;
          right: 0;
          z-index: 4;
          background-color: #F9F9F9;
          transform: translateX(100%);
          overflow: auto;
          transition: all 0.5s ease-in-out; }
          .faqs-in-page-section .container .faqs-list .question .faq-modal.active {
            transform: translateX(0%); }
          .faqs-in-page-section .container .faqs-list .question .faq-modal .close-modal {
            width: 178px;
            height: 38px;
            margin-left: -15px;
            display: flex;
            align-items: center;
            justify-content: center;
            text-decoration: none;
            font-size: 16px;
            font-weight: 600;
            color: #002867;
            border-radius: 4px;
            transition: all 0.5s ease-in-out; }
            .faqs-in-page-section .container .faqs-list .question .faq-modal .close-modal::before {
              width: 14px;
              height: 14px;
              margin-right: 15px;
              display: block;
              content: '';
              background-image: url("/wp-content/uploads/2023/09/small-close-icon.svg");
              background-position: center;
              background-repeat: no-repeat;
              transform: rotate(-45deg);
              transition: all 0.5s ease-in-out; }
            .faqs-in-page-section .container .faqs-list .question .faq-modal .close-modal:hover {
              background-color: #fff; }
              .faqs-in-page-section .container .faqs-list .question .faq-modal .close-modal:hover::before {
                transform: rotate(0); }
          .faqs-in-page-section .container .faqs-list .question .faq-modal .faq-body {
            margin-top: 60px; }
            .faqs-in-page-section .container .faqs-list .question .faq-modal .faq-body .heading {
              margin-bottom: 6px;
              font-size: 18px;
              font-weight: 600;
              color: #257FFF; }
            .faqs-in-page-section .container .faqs-list .question .faq-modal .faq-body .question-block {
              margin-bottom: 25px; }
              .faqs-in-page-section .container .faqs-list .question .faq-modal .faq-body .question-block-output {
                font-size: 26px;
                font-weight: 600; }
            .faqs-in-page-section .container .faqs-list .question .faq-modal .faq-body .answer-block {
              margin-bottom: 25px; }
              .faqs-in-page-section .container .faqs-list .question .faq-modal .faq-body .answer-block-output {
                font-size: 16px;
                line-height: 1.4em;
                color: #404040; }
                .faqs-in-page-section .container .faqs-list .question .faq-modal .faq-body .answer-block-output table, .faqs-in-page-section .container .faqs-list .question .faq-modal .faq-body .answer-block-output th, .faqs-in-page-section .container .faqs-list .question .faq-modal .faq-body .answer-block-output td {
                  border: 1px solid; }
                .faqs-in-page-section .container .faqs-list .question .faq-modal .faq-body .answer-block-output td {
                  padding: 10px; }
                  .faqs-in-page-section .container .faqs-list .question .faq-modal .faq-body .answer-block-output td:first-child {
                    width: 60%; }
                .faqs-in-page-section .container .faqs-list .question .faq-modal .faq-body .answer-block-output p {
                  font-size: 16px;
                  line-height: 1.4em;
                  color: #404040; }

.global-testimonial {
  padding: 60px 0; }
  .global-testimonial .container {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .global-testimonial .container .profile-picture {
      width: 40%;
      text-align: center; }
      .global-testimonial .container .profile-picture img {
        width: 378px;
        height: 378px;
        margin: 0 auto;
        border-radius: 50%;
        overflow: hidden;
        box-shadow: 0 0 0 #fff;
        position: relative;
        -moz-filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
        -o-filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
        filter: gray;
        filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
        mix-blend-mode: multiply; }
    .global-testimonial .container .testimonial-copy {
      width: 60%; }
      .global-testimonial .container .testimonial-copy blockquote {
        margin: 0;
        padding: 65px 0 30px 0;
        border: 0;
        position: relative;
        font-size: 36px;
        font-weight: 600;
        line-height: 1.2em;
        color: #002867; }
        .global-testimonial .container .testimonial-copy blockquote p {
          margin: 0;
          font-size: 36px;
          font-weight: 600;
          line-height: 1.2em;
          color: #002867; }
        .global-testimonial .container .testimonial-copy blockquote::before {
          width: 58px;
          height: 42px;
          display: block;
          content: '';
          position: absolute;
          top: 0;
          left: 0;
          background-image: url("/wp-content/uploads/2023/09/testimonial-open-quote.svg");
          background-repeat: no-repeat;
          background-position: center; }
      .global-testimonial .container .testimonial-copy .name-and-title {
        margin-bottom: 5px; }
      .global-testimonial .container .testimonial-copy .name-and-title,
      .global-testimonial .container .testimonial-copy .company-name {
        font-size: 20;
        font-weight: 600;
        color: #002867; }

.customers-logo-cluster {
  padding: 80px 0; }
  .customers-logo-cluster .container .inner {
    width: 1350px;
    height: 500px;
    margin: 0 auto;
    background: linear-gradient(180deg, #EFF7FF 0%, rgba(239, 247, 255, 0) 94.61%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 20px; }
    .customers-logo-cluster .container .inner .content-block {
      width: 50%;
      text-align: center; }
      .customers-logo-cluster .container .inner .content-block .ctas {
        margin-top: 20px;
        justify-content: center; }
    .customers-logo-cluster .container .inner .logos .logo {
      position: absolute;
      top: 0;
      left: 0; }

.footer-support {
  padding: 60px 0 0 0;
  background: linear-gradient(270deg, #F4F4F4 0%, rgba(249, 249, 249, 0) 60.96%); }
  .footer-support .container .content-block {
    width: 50%;
    margin-bottom: 40px; }
  .footer-support .container .support-banners {
    display: flex;
    justify-content: space-between; }
    .footer-support .container .support-banners .banner {
      width: 32%;
      height: 525px;
      padding: 40px;
      overflow: hidden;
      border-top-left-radius: 20px;
      border-top-right-radius: 20px;
      background-color: #002867;
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat;
      position: relative;
      display: flex;
      align-items: flex-end; }
      .footer-support .container .support-banners .banner::before {
        width: 100%;
        height: 100%;
        display: block;
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 38.34%, rgba(0, 0, 0, 0.75) 83.22%); }
      .footer-support .container .support-banners .banner .banner-copy {
        position: relative;
        z-index: 2; }
        .footer-support .container .support-banners .banner .banner-copy .heading {
          margin-bottom: 15px;
          font-size: 26px;
          font-weight: 600;
          color: #fff; }
        .footer-support .container .support-banners .banner .banner-copy .description {
          margin-bottom: 20px;
          font-size: 16px;
          color: #fff;
          font-weight: 400; }

.gform_confirmation_wrapper {
  margin: 0 auto 80px auto;
  padding: 80px 60px;
  background-color: #F9FDFF;
  border-radius: 20px; }
  .gform_confirmation_wrapper .gform_confirmation_message {
    text-align: center; }

.gform_wrapper.gravity-theme .ginput_container_date input {
  width: 100% !important; }

.gform_wrapper .gfield.heading {
  font-size: 48px;
  font-weight: 600;
  color: #002867; }

.gform_wrapper .gfield.description {
  color: #404040; }

.gform_wrapper .gfield.all-required {
  font-size: 14px;
  color: #404040;
  text-align: right; }

.gform_wrapper .gfield {
  color: #404040; }
  .gform_wrapper .gfield input, .gform_wrapper .gfield textarea, .gform_wrapper .gfield select {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none; }
  .gform_wrapper .gfield .gfield-choice-input {
    width: 24px;
    height: 24px;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-appearance: checkbox;
       -moz-appearance: checkbox;
            appearance: checkbox; }
  .gform_wrapper .gfield .gfield_required {
    color: #97999B; }
  .gform_wrapper .gfield.gfield_error .gfield_label {
    color: #e50050; }
  .gform_wrapper .gfield.gfield_error [aria-invalid=true] {
    border-color: #e50050; }
  .gform_wrapper .gfield.gfield_error label {
    color: #e50050; }
  .gform_wrapper .gfield h3 {
    font-size: 16px;
    text-transform: uppercase;
    color: #257FFF; }

.gform_wrapper .gform_button {
  padding: 20px 0;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  background-color: #002867;
  border: 0; }
  .gform_wrapper .gform_button:hover, .gform_wrapper .gform_button:focus {
    background-color: #257FFF; }

.gform_wrapper .gform_validation_errors {
  border-color: #e50050; }
  .gform_wrapper .gform_validation_errors h2 {
    color: #e50050; }

.gform_wrapper .validation_message {
  border-color: #e50050;
  color: #e50050; }

.form-notes .form-note {
  padding: 20px 0;
  display: flex;
  font-size: 14px;
  color: #002867;
  align-items: center; }
  .form-notes .form-note img {
    margin-right: 15px; }

.technology-banner .container {
  overflow: hidden; }
  .technology-banner .container .content-block {
    overflow: hidden; }

@media (min-width: 769px) {
  .menu-utility-menu-container {
    display: flex;
    justify-content: flex-end;
    gap: 0 15px; }
    .menu-utility-menu-container .country-selector {
      flex-shrink: 0; }
  .country-selector.weglot-default.weglot-dropdown {
    position: relative;
    right: auto;
    bottom: auto;
    left: auto;
    top: auto; }
    .country-selector.weglot-default.weglot-dropdown.weglot-invert ul {
      bottom: auto; }
    .country-selector.weglot-default.weglot-dropdown .wglanguage-name {
      padding-right: 25px; } }

@media (max-width: 1440px) {
  .country-selector.weglot-default.weglot-dropdown ul {
    left: auto;
    right: 0; }
  .customers-logo-cluster .container {
    max-width: 1400px; }
    .customers-logo-cluster .container .inner {
      width: 100%;
      max-width: 1350px;
      height: auto;
      min-height: 500px; } }

@media (max-width: 1366px) {
  .resources-global .container .copy {
    width: 40%; }
  .resources-global .container .resources-list {
    width: 56%; }
    .resources-global .container .resources-list .resources .post {
      margin-left: 0;
      margin-right: 0;
      display: flex; } }

@media (max-width: 1024px) {
  .resources-global.shorter .container .resources-list .resources .post:first-child {
    width: 100%; }
  .resources-global .container .resources-list .resources .post .copy {
    padding-left: 20px;
    padding-right: 20px; }
    .resources-global .container .resources-list .resources .post .copy h3 {
      font-size: 20px; }
  .industry-testimonial {
    height: auto;
    padding: 50px 0; }
    .industry-testimonial .container .wrapper .testimonial-copy blockquote p {
      font-size: 30px; }
    .industry-testimonial .container .wrapper .photo .circle {
      height: 460px;
      width: 460px; }
    .industry-testimonial .container .wrapper .photo .photo-wrapper {
      height: 460px;
      width: 460px; }
  .global-testimonial {
    height: auto;
    padding: 50px 0; }
    .global-testimonial .container .profile-picture {
      width: 42%; }
      .global-testimonial .container .profile-picture img {
        height: 300px;
        width: 300px; }
    .global-testimonial .container .testimonial-copy {
      width: 58%; }
  .technology-banner .container::before {
    background-position: -40% 50%; }
  .technology-banner .container .content-block h2,
  .technology-banner .container .content-block .sub-heading,
  .technology-banner .container .content-block .description,
  .technology-banner .container .content-block .ctas {
    margin-left: 30px; }
  .claims-app .container .content-block {
    width: 50%; }
  .claims-app .container .mobile-icon {
    right: -400px; }
  .customers-logo-cluster {
    padding-top: 50px;
    padding-bottom: 20px; }
    .customers-logo-cluster .container .inner {
      padding: 20px; }
      .customers-logo-cluster .container .inner .content-block {
        width: 100%; }
      .customers-logo-cluster .container .inner .logos {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 20px 40px;
        margin-top: 50px; }
        .customers-logo-cluster .container .inner .logos .logo {
          position: static; }
  .safe-guard-u-mini-banner {
    height: auto;
    min-height: 555px; }
    .safe-guard-u-mini-banner .wrapper {
      min-height: inherit;
      padding: 50px 30px; }
      .safe-guard-u-mini-banner .wrapper .content-block {
        min-height: inherit; }
  .technology-mini-banner {
    height: auto;
    min-height: 555px; }
    .technology-mini-banner .wrapper {
      min-height: inherit;
      padding: 50px 30px; }
      .technology-mini-banner .wrapper .content-block {
        width: 100%;
        min-height: inherit; } }

@media (max-width: 820px) {
  .resources-global .container {
    display: block; }
    .resources-global .container .copy,
    .resources-global .container .resources-list {
      width: 100%; }
    .resources-global .container > .copy {
      margin-bottom: 30px; }
  .products-in-page-section {
    padding: 50px 0; }
    .products-in-page-section .container {
      display: block; }
      .products-in-page-section .container .product-section-copy,
      .products-in-page-section .container .products-list {
        width: 100%; }
      .products-in-page-section .container .product-section-copy {
        margin-bottom: 30px; }
  .ev-banner {
    background-size: cover; }
    .ev-banner .container .wrapper .ev-copy {
      width: 100%;
      padding-left: 30px; }
  .safe-guard-u-banner.narrow .container .wrapper .branding .branding-image {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }
  .industry-testimonial .container .wrapper .testimonial-copy blockquote p {
    font-size: 24px; }
  .industry-testimonial .container .wrapper .photo .circle {
    height: 330px;
    width: 330px; }
  .industry-testimonial .container .wrapper .photo .photo-wrapper {
    height: 330px;
    width: 330px; }
  .global-testimonial .container .profile-picture {
    width: 40%; }
    .global-testimonial .container .profile-picture img {
      -o-object-fit: cover;
         object-fit: cover; }
  .global-testimonial .container .testimonial-copy {
    width: 53%; }
    .global-testimonial .container .testimonial-copy blockquote {
      font-size: 24px; }
  .faqs-in-page-section .container {
    display: block; }
    .faqs-in-page-section .container .faqs-section-copy,
    .faqs-in-page-section .container .faqs-list {
      width: 100%; }
    .faqs-in-page-section .container .faqs-section-copy {
      margin-bottom: 30px; }
    .faqs-in-page-section .container .faqs-list .question .faq-modal {
      width: 50%;
      padding-left: 50px;
      padding-right: 50px; }
  .technology-banner .container::before {
    background-position: 0 50%; }
  .technology-banner .container .content-block h2 {
    font-size: 48px; }
  .claims-app .container .content-block {
    width: 70%; }
  .claims-app .container .mobile-icon {
    right: -500px; }
  .footer-support {
    padding: 30px 0 0; }
    .footer-support .container .content-block {
      width: 100%; }
    .footer-support .container .support-banners {
      flex-wrap: wrap;
      gap: 30px 0; }
      .footer-support .container .support-banners .banner {
        width: 48%; } }

@media (max-width: 768px) {
  .country-selector.weglot-default.weglot-dropdown {
    right: 15px;
    background-color: #fff; }
    .country-selector.weglot-default.weglot-dropdown a,
    .country-selector.weglot-default.weglot-dropdown span {
      height: 33px; }
    .country-selector.weglot-default.weglot-dropdown .wgcurrent {
      border: 1px solid #e0e0e0; }
      .country-selector.weglot-default.weglot-dropdown .wgcurrent span {
        padding-right: 30px; }
      .country-selector.weglot-default.weglot-dropdown .wgcurrent.weglot-flags.flag-0 > a::before,
      .country-selector.weglot-default.weglot-dropdown .wgcurrent.weglot-flags.flag-0 > span::before {
        background-image: url(/wp-content/themes/safe-guard/library/images/globe-icon.svg) !important; }
      .country-selector.weglot-default.weglot-dropdown .wgcurrent::after {
        filter: invert(0); } }

@media (max-width: 640px) {
  .safe-guard-u-banner.wide, .safe-guard-u-banner.narrow {
    height: auto; }
    .safe-guard-u-banner.wide .container .wrapper, .safe-guard-u-banner.narrow .container .wrapper {
      flex-direction: column; }
      .safe-guard-u-banner.wide .container .wrapper .branding, .safe-guard-u-banner.narrow .container .wrapper .branding {
        padding: 50px 0 20px;
        min-height: 0; }
      .safe-guard-u-banner.wide .container .wrapper .safe-guard-u-copy, .safe-guard-u-banner.narrow .container .wrapper .safe-guard-u-copy {
        width: 100%;
        padding: 20px 30px 30px; }
  .safe-guard-u-banner.wide .container .wrapper {
    padding-top: 20px; }
    .safe-guard-u-banner.wide .container .wrapper .safe-guard-u-copy {
      padding-left: 0;
      padding-right: 0;
      padding-bottom: 50px; }
      .safe-guard-u-banner.wide .container .wrapper .safe-guard-u-copy .logo {
        max-width: 330px;
        width: 100%; }
  .industry-testimonial .container .wrapper {
    flex-direction: column; }
    .industry-testimonial .container .wrapper .testimonial-copy {
      order: 2;
      width: 100%; }
    .industry-testimonial .container .wrapper .photo {
      order: 1;
      margin-bottom: 20px; }
  .global-testimonial {
    padding-top: 20px;
    padding-bottom: 30px; }
    .global-testimonial .container {
      flex-direction: column; }
      .global-testimonial .container .profile-picture {
        width: 100%;
        margin-bottom: 20px; }
      .global-testimonial .container .testimonial-copy {
        width: 100%; }
  .technology-banner {
    height: auto; }
    .technology-banner .container .content-block {
      width: 100%;
      padding: 50px 0; }
      .technology-banner .container .content-block h2,
      .technology-banner .container .content-block .sub-heading,
      .technology-banner .container .content-block .description,
      .technology-banner .container .content-block .ctas {
        margin-left: 0; }
      .technology-banner .container .content-block h2 {
        font-size: 42px; }
  .claims-app {
    height: auto;
    max-height: 700px;
    overflow: hidden; }
    .claims-app .container {
      display: block; }
      .claims-app .container .content-block {
        width: 100%;
        padding: 50px 0 30px;
        height: auto; }
        .claims-app .container .content-block h2 {
          font-size: 48px; }
      .claims-app .container .mobile-icon {
        position: static; }
  .safe-guard-u-mini-banner {
    width: 100%;
    min-height: 300px; }
  .technology-mini-banner {
    width: 100%;
    min-height: 300px; } }

@media (max-width: 480px) {
  .gform_wrapper .gfield.heading {
    font-size: 36px; }
  .resources-global.shorter .container .resources-list .resources .post:first-child {
    width: 100%; }
  .resources-global .container .resources-list .resources {
    display: block; }
    .resources-global .container .resources-list .resources .post {
      width: 100%;
      height: auto;
      min-height: 270px;
      margin-bottom: 15px; }
      .resources-global .container .resources-list .resources .post .copy {
        min-height: inherit; }
      .resources-global .container .resources-list .resources .post:last-child {
        margin-bottom: 0; }
  .ev-banner .container .wrapper .ev-copy {
    padding: 50px 0 50px 30px; }
  .faqs-in-page-section .container {
    display: block; }
    .faqs-in-page-section .container .faqs-list .question .question-label {
      padding-left: 10px;
      font-size: 18px; }
    .faqs-in-page-section .container .faqs-list .question .faq-modal {
      width: 75%;
      padding-left: 30px;
      padding-right: 30px; }
      .faqs-in-page-section .container .faqs-list .question .faq-modal .faq-body .question-block-output {
        font-size: 22px; }
  .technology-banner .container .content-block .ctas {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px 0; }
  .footer-support .container .content-block {
    width: 100%; }
  .footer-support .container .support-banners {
    display: block; }
    .footer-support .container .support-banners .banner {
      height: auto;
      min-height: 425px;
      width: 100%;
      margin-bottom: 20px;
      padding: 40px 20px; }
      .footer-support .container .support-banners .banner::before {
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 15.06%, rgba(0, 0, 0, 0.75) 67.49%); }
      .footer-support .container .support-banners .banner:last-child {
        margin-bottom: 0; }
  .technology-mini-banner .wrapper .content-block h2 {
    font-size: 42px; } }

@media (max-width: 360px) {
  .products-in-page-section .container .products-list {
    display: block; }
    .products-in-page-section .container .products-list .product {
      width: 100%; }
  .industry-testimonial .container .wrapper .photo .circle {
    height: 280px;
    width: 280px; }
  .industry-testimonial .container .wrapper .photo .photo-wrapper {
    height: 280px;
    width: 280px; }
  .global-testimonial .container {
    flex-direction: column; }
    .global-testimonial .container .profile-picture img {
      height: 280px;
      width: 280px; }
  .faqs-in-page-section .container {
    display: block; }
    .faqs-in-page-section .container .faqs-list .question .faq-modal {
      width: 85%;
      padding-left: 20px;
      padding-right: 20px; } }

.page-template-front-page .hero {
  height: 80vh;
  background: linear-gradient(270deg, #03102C 0%, #012164 100%);
  position: relative;
  overflow: hidden; }
  .page-template-front-page .hero .hero-video-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: inherit; }
    .page-template-front-page .hero .hero-video-wrapper video {
      height: 100%;
      width: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      min-height: inherit; }
    .page-template-front-page .hero .hero-video-wrapper::before {
      content: '';
      height: 100%;
      width: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background: linear-gradient(270deg, #03102C 0%, #012164 100%);
      opacity: 0.4;
      z-index: 5; }
  .page-template-front-page .hero .container {
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 5; }
    .page-template-front-page .hero .container .content-block {
      margin-right: 80px;
      width: 40%; }
      .page-template-front-page .hero .container .content-block h1 {
        margin: 0 0 15px 0;
        font-size: 56px;
        color: #fff;
        line-height: 1.1em; }
      .page-template-front-page .hero .container .content-block .description {
        margin: 0 0 20px 0;
        font-size: 16px;
        color: #fff;
        line-height: 1.6em; }
    .page-template-front-page .hero .container .image-main-graphic {
      width: 960px; }
    .page-template-front-page .hero .container .hero-bullets {
      display: flex;
      flex-direction: column; }
      .page-template-front-page .hero .container .hero-bullets .term {
        padding: 20px;
        display: flex;
        align-items: center; }
        .page-template-front-page .hero .container .hero-bullets .term .icon {
          margin-right: 15px; }
          .page-template-front-page .hero .container .hero-bullets .term .icon img {
            display: none;
            width: auto;
            min-width: 32px;
            height: 32px; }
        .page-template-front-page .hero .container .hero-bullets .term h2 {
          font-size: 16px;
          font-weight: 400;
          color: #26B2F2; }
        .page-template-front-page .hero .container .hero-bullets .term:nth-child(1) {
          margin-left: 0; }
        .page-template-front-page .hero .container .hero-bullets .term:nth-child(2) {
          margin-left: 55px; }
        .page-template-front-page .hero .container .hero-bullets .term:nth-child(3) {
          margin-left: 95px; }
        .page-template-front-page .hero .container .hero-bullets .term:nth-child(4) {
          margin-left: 55px; }
        .page-template-front-page .hero .container .hero-bullets .term:nth-child(5) {
          margin-left: 0; }

.page-template-front-page .products-overview {
  padding: 80px 0 20px 0;
  background: linear-gradient(270deg, #DFECFF 9.77%, #EFF6FF 78.71%); }
  .page-template-front-page .products-overview .container .scrolling-panel {
    display: flex;
    align-items: center; }
    .page-template-front-page .products-overview .container .scrolling-panel .product-section-copy {
      padding-right: 80px; }
      .page-template-front-page .products-overview .container .scrolling-panel .product-section-copy .section-heading {
        width: 580px; }
      .page-template-front-page .products-overview .container .scrolling-panel .product-section-copy .description {
        width: 580px; }
    .page-template-front-page .products-overview .container .scrolling-panel .products-list {
      display: flex;
      flex-direction: row; }
      .page-template-front-page .products-overview .container .scrolling-panel .products-list .block {
        margin-right: 70px;
        display: flex;
        flex-direction: column; }
        .page-template-front-page .products-overview .container .scrolling-panel .products-list .block:nth-child(even) {
          padding-top: 40px; }
        .page-template-front-page .products-overview .container .scrolling-panel .products-list .block a {
          margin-bottom: 60px;
          display: block;
          text-decoration: none; }
          .page-template-front-page .products-overview .container .scrolling-panel .products-list .block a.show {
            opacity: 1 !important; }
          .page-template-front-page .products-overview .container .scrolling-panel .products-list .block a .label {
            display: block;
            margin: 0 0 15px 0;
            font-size: 16px;
            color: #002867; }
          .page-template-front-page .products-overview .container .scrolling-panel .products-list .block a .product-image {
            width: 350px;
            height: 240px;
            display: block;
            border-radius: 20px;
            filter: drop-shadow(0px 0px 15px rgba(0, 40, 103, 0.2));
            overflow: hidden; }
            .page-template-front-page .products-overview .container .scrolling-panel .products-list .block a .product-image img {
              width: 100%; }

.page-template-front-page .industries {
  padding-bottom: 40px;
  background: linear-gradient(270deg, #DFECFF 9.77%, #EFF6FF 78.71%); }
  .page-template-front-page .industries .container {
    display: flex;
    align-items: center;
    justify-content: center; }
    .page-template-front-page .industries .container .heading {
      margin-right: 25px;
      display: flex;
      justify-content: space-between; }
      .page-template-front-page .industries .container .heading:before {
        width: 50%;
        height: 1px;
        margin-top: 6px;
        margin-right: 10px;
        content: '';
        display: block;
        border-top: 1px solid #26B2F2; }
      .page-template-front-page .industries .container .heading h2 {
        margin: 0;
        font-size: 24px;
        font-weight: 500;
        color: #26B2F2; }
    .page-template-front-page .industries .container .industry {
      width: 50%;
      height: 72px;
      padding: 0 40px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      background-color: #fff;
      border-radius: 10px; }
      .page-template-front-page .industries .container .industry a {
        display: flex;
        align-items: center;
        text-decoration: none;
        flex-wrap: wrap; }
        .page-template-front-page .industries .container .industry a img {
          height: 32px;
          margin-right: 15px;
          filter: saturate(0); }
        .page-template-front-page .industries .container .industry a span {
          font-size: 17px;
          color: #002867; }
        .page-template-front-page .industries .container .industry a:hover span {
          color: #257FFF; }

.page-template-front-page .customers-list {
  padding: 40px 0 30px 0; }
  .page-template-front-page .customers-list .container {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px; }
    .page-template-front-page .customers-list .container .content-block {
      padding: 50px 40px 20px 40px;
      display: flex;
      justify-content: space-between; }
      .page-template-front-page .customers-list .container .content-block .heading-block {
        width: 50%; }
      .page-template-front-page .customers-list .container .content-block .description-block {
        width: 40%; }
  .page-template-front-page .customers-list .section-heading {
    margin: 0 0 15px; }
  .page-template-front-page .customers-list .logos {
    margin-top: 60px;
    position: relative; }
    .page-template-front-page .customers-list .logos .logos-row {
      margin-bottom: 40px; }
      .page-template-front-page .customers-list .logos .logos-row .logo-slide .slide {
        margin: 0 20px; }
        .page-template-front-page .customers-list .logos .logos-row .logo-slide .slide img {
          height: auto;
          margin: 0 auto; }

.page-template-template-industries .inner-hero {
  height: 605px;
  position: relative;
  overflow: hidden;
  background-color: #002867; }
  .page-template-template-industries .inner-hero .image {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }
  .page-template-template-industries .inner-hero .container {
    height: 100%;
    display: flex;
    position: relative;
    z-index: 2; }
    .page-template-template-industries .inner-hero .container::before {
      width: 1320px;
      height: 1363px;
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      background-image: url("/wp-content/uploads/2023/09/particle-burst-3.svg");
      background-position: center;
      background-repeat: no-repeat;
      transform: translateX(-35%) translateY(-26%);
      opacity: 0.7; }
    .page-template-template-industries .inner-hero .container .content-block {
      width: 60%;
      height: 100%;
      padding-top: 66px;
      position: relative;
      display: flex;
      flex-direction: column;
      justify-content: center; }
      .page-template-template-industries .inner-hero .container .content-block .subheading {
        margin-bottom: 18px;
        font-size: 16px;
        font-weight: 600;
        text-transform: uppercase;
        line-height: 1.4em;
        color: #E1E1E1; }
      .page-template-template-industries .inner-hero .container .content-block h1 {
        margin: 0;
        margin-bottom: 18px;
        font-size: 56px;
        font-weight: 600;
        line-height: 1.2em;
        color: #fff; }
        .page-template-template-industries .inner-hero .container .content-block h1 span {
          color: #26B2F2; }
      .page-template-template-industries .inner-hero .container .content-block .description {
        font-size: 16px;
        font-weight: 400;
        line-height: 1.8em;
        color: #fff; }
        .page-template-template-industries .inner-hero .container .content-block .description p {
          margin: 0;
          font-size: 16px;
          font-weight: 400;
          line-height: 1.8em;
          color: #fff; }

.page-template-template-industries .industries-list .container {
  padding-top: 15px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  .page-template-template-industries .industries-list .container .industry {
    width: 48%;
    height: 480px;
    margin: 20px 10px;
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    box-shadow: 0 0 #fff; }
    .page-template-template-industries .industries-list .container .industry .image {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      border-radius: 20px;
      overflow: hidden; }
      .page-template-template-industries .industries-list .container .industry .image::before {
        width: 100%;
        height: 100%;
        content: '';
        background: linear-gradient(104deg, #000 0%, rgba(83, 102, 131, 0.2) 100%);
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        overflow: hidden;
        border-radius: 20px;
        box-shadow: 0 0 #fff; }
      .page-template-template-industries .industries-list .container .industry .image .video {
        width: 100%;
        height: 100%;
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        content: '';
        overflow: hidden;
        border-radius: 20px;
        box-shadow: 0 0 #fff;
        -moz-filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
        -o-filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
        filter: gray;
        filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
        mix-blend-mode: multiply;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: 50%; }
        .page-template-template-industries .industries-list .container .industry .image .video video {
          height: 100%;
          opacity: 0;
          transition: all 0.5s ease;
          overflow: hidden;
          border-radius: 20px;
          box-shadow: 0 0 #fff; }
      .page-template-template-industries .industries-list .container .industry .image .overlay-image {
        width: 100%;
        height: 100%;
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        content: '';
        overflow: hidden;
        background-position: center;
        background-repeat: no-repeat;
        background-size: auto 100%;
        overflow: hidden;
        border-radius: 20px;
        box-shadow: 0 0 #fff; }
    .page-template-template-industries .industries-list .container .industry:hover .image .video video {
      opacity: 1; }
    .page-template-template-industries .industries-list .container .industry .inner {
      height: 100%;
      padding: 60px;
      display: flex;
      justify-content: flex-start;
      align-items: flex-end;
      position: relative;
      z-index: 2;
      background-image: url("/wp-content/uploads/2023/09/particle-burst-3.svg");
      background-position: -630px -320px;
      background-repeat: no-repeat;
      background-image: none; }
      .page-template-template-industries .industries-list .container .industry .inner .copy-and-cta {
        width: 76%; }
        .page-template-template-industries .industries-list .container .industry .inner .copy-and-cta .copy h2 {
          margin: 0 0 10px 0;
          font-size: 32px;
          font-weight: 500;
          line-height: 1.2em;
          color: #fff; }
        .page-template-template-industries .industries-list .container .industry .inner .copy-and-cta .copy .description {
          margin: 0 0 18px 0;
          font-size: 16px;
          font-weight: 400;
          line-height: 1.8em;
          color: #fff; }
          .page-template-template-industries .industries-list .container .industry .inner .copy-and-cta .copy .description p {
            margin: 0;
            font-size: 16px;
            font-weight: 400;
            line-height: 1.4em;
            color: #fff; }

.page-template-template-industries .trusted-by {
  padding: 200px 0; }
  .page-template-template-industries .trusted-by .container {
    position: relative; }
    .page-template-template-industries .trusted-by .container .circles {
      width: 1240px;
      position: absolute;
      top: 50%;
      left: 0;
      display: flex;
      justify-content: space-between;
      align-items: center;
      transform: translateY(-50%) translateX(-112px); }
      .page-template-template-industries .trusted-by .container .circles .circle {
        background-color: #26B2F2; }
        .page-template-template-industries .trusted-by .container .circles .circle.visible {
          background-color: #E8F8FF; }
        .page-template-template-industries .trusted-by .container .circles .circle:nth-child(1) {
          width: 411px;
          height: 411px;
          border-radius: 411px; }
        .page-template-template-industries .trusted-by .container .circles .circle:nth-child(2) {
          width: 291px;
          height: 291px;
          border-radius: 291px; }
        .page-template-template-industries .trusted-by .container .circles .circle:nth-child(3) {
          width: 183px;
          height: 183px;
          border-radius: 183px; }
        .page-template-template-industries .trusted-by .container .circles .circle:nth-child(4) {
          width: 133px;
          height: 133px;
          border-radius: 133px; }
    .page-template-template-industries .trusted-by .container .copy {
      display: flex;
      justify-content: space-between;
      position: relative;
      z-index: 2; }
      .page-template-template-industries .trusted-by .container .copy .heading {
        width: 40%; }
        .page-template-template-industries .trusted-by .container .copy .heading h2 {
          margin-bottom: 25px; }
      .page-template-template-industries .trusted-by .container .copy .description {
        width: 48%;
        padding-top: 40px;
        font-size: 16px;
        line-height: 1.8em;
        color: #404040; }

.page-template-template-industry-detail .inner-hero {
  height: 605px;
  position: relative;
  overflow: hidden; }
  .page-template-template-industry-detail .inner-hero .image {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; }
    .page-template-template-industry-detail .inner-hero .image::before {
      width: 100%;
      height: 100%;
      content: '';
      background: linear-gradient(104deg, #000 0%, rgba(83, 102, 131, 0.2) 100%);
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1; }
    .page-template-template-industry-detail .inner-hero .image .video {
      width: 100%;
      height: 100%;
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      content: '';
      overflow: hidden;
      -moz-filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
      -o-filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
      filter: gray;
      filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
      mix-blend-mode: multiply; }
      .page-template-template-industry-detail .inner-hero .image .video video {
        width: 100%; }
    .page-template-template-industry-detail .inner-hero .image .overlay-image {
      width: 100%;
      height: 100%;
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      content: '';
      overflow: hidden;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover; }
  .page-template-template-industry-detail .inner-hero .container {
    height: 100%;
    display: flex;
    position: relative;
    z-index: 2; }
    .page-template-template-industry-detail .inner-hero .container::before {
      width: 1320px;
      height: 1363px;
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      background-image: url("/wp-content/uploads/2023/09/particle-burst-3.svg");
      background-position: center;
      background-repeat: no-repeat;
      transform: translateX(-35%) translateY(-26%);
      opacity: 0.7; }
    .page-template-template-industry-detail .inner-hero .container .content-block {
      height: 100%;
      padding-top: 66px;
      position: relative;
      display: flex;
      flex-direction: column;
      justify-content: center; }
      .page-template-template-industry-detail .inner-hero .container .content-block .subheading {
        margin-bottom: 18px;
        font-size: 16px;
        font-weight: 600;
        text-transform: uppercase;
        line-height: 1.4em;
        color: #E1E1E1; }
      .page-template-template-industry-detail .inner-hero .container .content-block h1 {
        margin: 0;
        margin-bottom: 18px;
        font-size: 56px;
        font-weight: 400;
        line-height: 1.4em;
        color: #fff; }
        .page-template-template-industry-detail .inner-hero .container .content-block h1 span {
          color: #26B2F2; }
      .page-template-template-industry-detail .inner-hero .container .content-block .description {
        width: 70%;
        font-size: 16px;
        font-weight: 400;
        line-height: 1.8em;
        color: #fff; }
        .page-template-template-industry-detail .inner-hero .container .content-block .description p {
          margin: 0;
          font-size: 16px;
          font-weight: 400;
          line-height: 1.8em;
          color: #fff; }

.page-template-template-industry-detail .industry-solutions-list .container {
  padding-top: 15px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  .page-template-template-industry-detail .industry-solutions-list .container .solutions {
    width: 48%;
    height: 390px;
    margin: 20px 10px;
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    box-shadow: 0 0 0 #fff; }
    .page-template-template-industry-detail .industry-solutions-list .container .solutions .image {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      border-radius: 20px;
      overflow: hidden;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover; }
    .page-template-template-industry-detail .industry-solutions-list .container .solutions .inner {
      height: 100%;
      padding: 60px;
      display: flex;
      justify-content: flex-start;
      align-items: flex-end;
      position: relative;
      z-index: 2; }
      .page-template-template-industry-detail .industry-solutions-list .container .solutions .inner .copy-and-cta {
        width: 60%; }
        .page-template-template-industry-detail .industry-solutions-list .container .solutions .inner .copy-and-cta .copy-main {
          margin-right: 0; }
        .page-template-template-industry-detail .industry-solutions-list .container .solutions .inner .copy-and-cta .copy h2 {
          margin: 0 0 10px 0;
          font-size: 32px;
          font-weight: 500;
          color: #fff; }
        .page-template-template-industry-detail .industry-solutions-list .container .solutions .inner .copy-and-cta .copy .description {
          margin: 0 0 18px 0;
          font-size: 16px;
          font-weight: 400;
          line-height: 1.8em;
          color: #fff; }
          .page-template-template-industry-detail .industry-solutions-list .container .solutions .inner .copy-and-cta .copy .description p {
            margin: 0;
            font-size: 16px;
            font-weight: 400;
            line-height: 1.8em;
            color: #fff; }

.page-template-template-industry-sector-details .inner-hero {
  height: 605px;
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }
  .page-template-template-industry-sector-details .inner-hero .container {
    height: 100%;
    display: flex;
    position: relative;
    z-index: 2;
    background-image: url("/wp-content/uploads/2023/09/particle-burst-3.svg");
    background-position: 50% 44%;
    background-repeat: no-repeat; }
    .page-template-template-industry-sector-details .inner-hero .container .content-block {
      width: 540px;
      height: 100%;
      margin: 0 auto;
      padding-top: 66px;
      position: relative;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center; }
      .page-template-template-industry-sector-details .inner-hero .container .content-block .subheading {
        margin-bottom: 18px;
        font-size: 16px;
        font-weight: 600;
        text-transform: uppercase;
        line-height: 1.4em;
        color: #E1E1E1;
        text-align: center; }
      .page-template-template-industry-sector-details .inner-hero .container .content-block h1 {
        margin: 0;
        margin-bottom: 18px;
        font-size: 56px;
        font-weight: 400;
        line-height: 1.4em;
        color: #fff;
        text-align: center; }
        .page-template-template-industry-sector-details .inner-hero .container .content-block h1 span {
          color: #26B2F2; }
      .page-template-template-industry-sector-details .inner-hero .container .content-block .description {
        font-size: 16px;
        font-weight: 400;
        line-height: 1.8em;
        color: #fff;
        text-align: center; }
        .page-template-template-industry-sector-details .inner-hero .container .content-block .description p {
          margin: 0;
          font-size: 16px;
          font-weight: 400;
          line-height: 1.8em;
          color: #fff;
          text-align: center; }
      .page-template-template-industry-sector-details .inner-hero .container .content-block .ctas {
        margin-top: 25px;
        display: flex;
        align-items: center; }
        .page-template-template-industry-sector-details .inner-hero .container .content-block .ctas a {
          margin: 0 10px; }

.page-template-template-industry-sector-details .industry-solutions-list .container {
  padding-top: 15px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  .page-template-template-industry-sector-details .industry-solutions-list .container .solutions {
    width: 48%;
    height: 390px;
    margin: 20px 10px;
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    box-shadow: 0 0 0 #fff; }
    .page-template-template-industry-sector-details .industry-solutions-list .container .solutions .image {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      border-radius: 20px;
      overflow: hidden;
      background-position: center;
      background-repeat: no-repeat;
      background-size: auto 100%; }
    .page-template-template-industry-sector-details .industry-solutions-list .container .solutions .inner {
      height: 100%;
      padding: 60px;
      display: flex;
      justify-content: flex-start;
      align-items: flex-end;
      position: relative;
      z-index: 2; }
      .page-template-template-industry-sector-details .industry-solutions-list .container .solutions .inner .copy-and-cta {
        width: 60%; }
        .page-template-template-industry-sector-details .industry-solutions-list .container .solutions .inner .copy-and-cta .copy h2 {
          margin: 0 0 10px 0;
          font-size: 32px;
          font-weight: 500;
          color: #fff; }
        .page-template-template-industry-sector-details .industry-solutions-list .container .solutions .inner .copy-and-cta .copy .description {
          margin: 0 0 18px 0;
          font-size: 16px;
          font-weight: 400;
          line-height: 1.8em;
          color: #fff; }
          .page-template-template-industry-sector-details .industry-solutions-list .container .solutions .inner .copy-and-cta .copy .description p {
            margin: 0;
            font-size: 16px;
            font-weight: 400;
            line-height: 1.8em;
            color: #fff; }

.page-template-template-products-overview .inner-hero {
  height: 605px;
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }
  .page-template-template-products-overview .inner-hero .container {
    height: 100%;
    display: flex;
    position: relative;
    z-index: 2;
    background-image: url("/wp-content/uploads/2023/09/particle-burst-3.svg");
    background-position: 50% 44%;
    background-repeat: no-repeat; }
    .page-template-template-products-overview .inner-hero .container .content-block {
      width: 50%;
      height: 100%;
      margin: 0 auto;
      padding-top: 66px;
      position: relative;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center; }
      .page-template-template-products-overview .inner-hero .container .content-block .subheading {
        margin-bottom: 18px;
        font-size: 16px;
        font-weight: 600;
        text-transform: uppercase;
        line-height: 1.4em;
        color: #E1E1E1;
        text-align: center; }
      .page-template-template-products-overview .inner-hero .container .content-block h1 {
        margin: 0;
        margin-bottom: 18px;
        font-size: 56px;
        font-weight: 400;
        line-height: 1.4em;
        color: #fff;
        text-align: center; }
        .page-template-template-products-overview .inner-hero .container .content-block h1 span {
          color: #26B2F2; }
      .page-template-template-products-overview .inner-hero .container .content-block .description {
        font-size: 16px;
        font-weight: 400;
        line-height: 1.8em;
        color: #fff;
        text-align: center; }
        .page-template-template-products-overview .inner-hero .container .content-block .description p {
          margin: 0;
          font-size: 16px;
          font-weight: 400;
          line-height: 1.8em;
          color: #fff;
          text-align: center; }
      .page-template-template-products-overview .inner-hero .container .content-block .ctas {
        margin-top: 25px;
        display: flex;
        align-items: center; }
        .page-template-template-products-overview .inner-hero .container .content-block .ctas a {
          margin: 0 10px; }
          @media screen and (max-width: 767px) {
            .page-template-template-products-overview .inner-hero .container .content-block .ctas a {
              margin: 0 auto !important; } }
.page-template-template-products-overview .filters {
  width: 70%;
  margin: -50px auto 0 auto;
  padding: 20px;
  position: relative;
  z-index: 3;
  background-color: #fff;
  border-radius: 20px 10px;
  background-color: #fff;
  border-radius: 20px 10px;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .page-template-template-products-overview .filters.sticky {
    position: fixed;
    top: 145px;
    left: 50%;
    transform: translateX(-50%); }
  .page-template-template-products-overview .filters a {
    padding: 10px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    color: #257FFF;
    font-size: 24px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.5s ease-in-out; }
    .page-template-template-products-overview .filters a img {
      height: 20px;
      margin-right: 20px; }
    .page-template-template-products-overview .filters a:hover, .page-template-template-products-overview .filters a.active {
      background-color: #257FFF;
      color: #fff; }
      .page-template-template-products-overview .filters a:hover img, .page-template-template-products-overview .filters a.active img {
        filter: brightness(0) invert(1); }
    .page-template-template-products-overview .filters a.reset {
      background-color: #DCDCDC;
      color: #fff; }
      .page-template-template-products-overview .filters a.reset:hover {
        background-color: #257FFF;
        color: #fff; }
        .page-template-template-products-overview .filters a.reset:hover img {
          filter: brightness(0) invert(1); }

.page-template-template-products-overview .products-list-section {
  padding-top: 60px;
  padding-bottom: 60px; }
  .page-template-template-products-overview .products-list-section .container .products-list {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap; }
    .page-template-template-products-overview .products-list-section .container .products-list .product {
      width: 23%;
      margin: 0 10px 20px 10px;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      color: #002867;
      background-color: #F8F8F8;
      border-radius: 8px;
      transition: all 0.5s ease-in-out;
      text-decoration: none; }
      .page-template-template-products-overview .products-list-section .container .products-list .product .info {
        padding: 20px; }
        .page-template-template-products-overview .products-list-section .container .products-list .product .info .product-icon {
          display: block;
          height: 45px; }
        .page-template-template-products-overview .products-list-section .container .products-list .product .info .label {
          display: block;
          margin: 20px 0 10px 0;
          font-size: 22px;
          font-weight: 500;
          color: #002867; }
        .page-template-template-products-overview .products-list-section .container .products-list .product .info .short-description {
          font-size: 16px;
          line-height: 1.3em;
          color: #404040; }
      .page-template-template-products-overview .products-list-section .container .products-list .product .icons {
        padding: 15px 20px;
        border-top: 1px solid #DFDFDF;
        display: flex; }
        .page-template-template-products-overview .products-list-section .container .products-list .product .icons img {
          height: 24px;
          margin-right: 15px;
          filter: saturate(0); }
      .page-template-template-products-overview .products-list-section .container .products-list .product:hover {
        background-color: #257FFF;
        color: #fff; }
        .page-template-template-products-overview .products-list-section .container .products-list .product:hover .info .product-icon img {
          filter: brightness(0) invert(1); }
        .page-template-template-products-overview .products-list-section .container .products-list .product:hover .info .label {
          color: #fff; }
        .page-template-template-products-overview .products-list-section .container .products-list .product:hover .info .short-description {
          color: #fff; }
        .page-template-template-products-overview .products-list-section .container .products-list .product:hover .icons img {
          filter: brightness(0) invert(1); }

.page-template-template-products-overview .quick-links {
  padding-bottom: 60px; }
  .page-template-template-products-overview .quick-links .container {
    display: flex;
    justify-content: space-between; }

.single-product .inner-hero {
  min-height: 723px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-bottom: 100px !important;
  padding-top: 100px !important; }
  @media screen and (max-width: 1080px) {
    .single-product .inner-hero {
      padding-top: 50px !important; } }
  @media screen and (max-width: 767px) {
    .single-product .inner-hero {
      padding-top: 0 !important; } }
  .single-product .inner-hero .container {
    height: 100%;
    display: flex;
    align-items: center; }
    .single-product .inner-hero .container .content-block {
      width: 35%;
      position: relative;
      z-index: 3; }
      .single-product .inner-hero .container .content-block h1 {
        margin: 25px 0;
        font-size: 56px;
        font-weight: 600;
        line-height: 1.2em;
        color: #fff; }
      .single-product .inner-hero .container .content-block .description {
        margin: 0 0 25px 0;
        font-size: 16px;
        line-height: 1.5em;
        color: #fff; }
        .single-product .inner-hero .container .content-block .description ul {
          margin-top: 15px; }
          .single-product .inner-hero .container .content-block .description ul li {
            color: #fff; }
        .single-product .inner-hero .container .content-block .description p {
          font-size: 16px;
          line-height: 1.5em;
          color: #fff; }
    .single-product .inner-hero .container .featured-image {
      width: 1195px;
      height: 1195px;
      border-radius: 50%;
      position: absolute;
      top: 0;
      right: 0;
      z-index: 2;
      border: 1px solid #CFE3FF;
      display: flex;
      justify-content: center;
      align-items: center;
      transform: translate(28%, -17%); }
      .single-product .inner-hero .container .featured-image .middle-circle {
        width: 991px;
        height: 991px;
        border-radius: 50%;
        border: 1px solid #B5D3FF;
        display: flex;
        justify-content: center;
        align-items: center; }
        .single-product .inner-hero .container .featured-image .middle-circle .wrapper {
          width: 839px;
          height: 839px;
          border-radius: 50%;
          overflow: hidden; }
          .single-product .inner-hero .container .featured-image .middle-circle .wrapper img {
            max-width: auto;
            height: 100%; }

.single-product .protection-identifiers .container .wrapper {
  height: 115px;
  width: 100vw;
  margin-top: -68px;
  padding: 0 30px;
  position: relative;
  border-radius: 15px;
  background: linear-gradient(270deg, #FFF 30.33%, #FFF 100%);
  box-shadow: 0px 0px 30px 0px rgba(37, 127, 255, 0.1);
  display: flex;
  align-items: center; }
  .single-product .protection-identifiers .container .wrapper h2 {
    width: 200px;
    font-size: 18px;
    font-weight: 600;
    color: #002867;
    text-transform: uppercase; }
  .single-product .protection-identifiers .container .wrapper .arrow {
    margin-right: 20px; }
  .single-product .protection-identifiers .container .wrapper .slash {
    margin-right: 20px; }
  .single-product .protection-identifiers .container .wrapper .industries {
    display: flex;
    align-items: center; }
    .single-product .protection-identifiers .container .wrapper .industries .industry {
      margin: 0 15px;
      position: relative;
      z-index: 3;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
      font-size: 16px;
      font-weight: 500;
      color: #257FFF; }
      .single-product .protection-identifiers .container .wrapper .industries .industry img {
        height: 64px;
        margin-bottom: 5px; }

.single-product .benefits {
  padding: 150px 0 60px;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 3; }
  .single-product .benefits .photos {
    width: 50%;
    margin-right: 40px;
    display: flex; }
    @media screen and (min-width: 2000px) {
      .single-product .benefits .photos {
        justify-content: flex-end; } }
    .single-product .benefits .photos .photo-left {
      margin-right: 20px; }
      .single-product .benefits .photos .photo-left img {
        min-height: 519px;
        border-top-right-radius: 30px;
        border-bottom-right-radius: 30px; }
        @media screen and (min-width: 2000px) {
          .single-product .benefits .photos .photo-left img {
            border-radius: 30px; } }
    .single-product .benefits .photos .photo-right {
      display: flex;
      flex-direction: column;
      justify-content: space-between; }
      .single-product .benefits .photos .photo-right img {
        border-radius: 30px; }
  .single-product .benefits .content-block {
    width: 560px; }
    .single-product .benefits .content-block p {
      margin-bottom: 15px; }

.single-product .facts-and-quote {
  padding: 60px 0 80px; }
  .single-product .facts-and-quote .container {
    display: flex;
    justify-content: space-between; }
    .single-product .facts-and-quote .container .facts-and-contact .facts {
      width: 429px;
      padding: 50px 60px;
      background-color: #EDF9FE;
      border-radius: 10px;
      display: flex;
      flex-direction: column;
      justify-content: center; }
      .single-product .facts-and-quote .container .facts-and-contact .facts .fact {
        padding: 10px 0;
        font-size: 20px;
        font-weight: 500;
        text-align: center; }
        .single-product .facts-and-quote .container .facts-and-contact .facts .fact::after {
          width: 18px;
          height: 18px;
          margin-left: 5px;
          display: inline-block;
          content: '';
          background-image: url("/wp-content/uploads/2023/10/alert-circle.svg");
          background-position: center;
          background-repeat: no-repeat;
          background-size: cover; }
    .single-product .facts-and-quote .container .quote {
      width: 50%;
      position: relative; }
      .single-product .facts-and-quote .container .quote .circle {
        width: 440px;
        height: 440px;
        border-radius: 50%;
        position: absolute;
        top: 0;
        left: 0;
        background-color: #EDF9FE; }
      .single-product .facts-and-quote .container .quote blockquote {
        width: 85%;
        padding: 80px 0 60px 0;
        margin: 0 0 0 auto;
        font-size: 36px;
        font-weight: 500;
        text-align: right;
        position: relative;
        z-index: 2; }
        .single-product .facts-and-quote .container .quote blockquote::before {
          width: 58px;
          height: 42px;
          margin: 0 0 20px auto;
          display: block;
          content: '';
          background-image: url("/wp-content/uploads/2023/09/testimonial-open-quote.svg");
          background-repeat: no-repeat;
          background-position: center; }
        .single-product .facts-and-quote .container .quote blockquote cite {
          display: block;
          font-size: 18px;
          font-style: normal; }

.single-product .notes-section {
  padding: 0 0 50px 0; }
  .single-product .notes-section .container .wrapper {
    padding: 0 0 0 50px;
    position: relative; }
    .single-product .notes-section .container .wrapper::before {
      width: 36px;
      height: 36px;
      display: block;
      content: '';
      background-image: url("/wp-content/uploads/2023/10/alert-circle.svg");
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      position: absolute;
      left: 0;
      top: 0; }
    .single-product .notes-section .container .wrapper h2 {
      margin: 0;
      font-size: 20px;
      font-weight: 600;
      color: #002867; }
    .single-product .notes-section .container .wrapper .notes-copy {
      padding: 15px 0;
      border-bottom: 1px solid #BBBCBC; }
      .single-product .notes-section .container .wrapper .notes-copy ul {
        margin: 0 0 0 0;
        padding: 0 0 0 17px; }
        .single-product .notes-section .container .wrapper .notes-copy ul li {
          font-size: 16px;
          color: #404040; }
    .single-product .notes-section .container .wrapper .notes-disclaimer {
      padding: 15px 0;
      font-size: 12px;
      font-weight: 500;
      color: #404040; }

.page-template-solutions-overview .inner-hero {
  height: 605px;
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }
  .page-template-solutions-overview .inner-hero .container {
    height: 100%;
    display: flex;
    position: relative;
    z-index: 2;
    background-image: url("/wp-content/uploads/2023/09/particle-burst-3.svg");
    background-position: 50% 44%;
    background-repeat: no-repeat; }
    .page-template-solutions-overview .inner-hero .container .content-block {
      width: 540px;
      height: 100%;
      margin: 0 auto;
      padding-top: 66px;
      position: relative;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center; }
      .page-template-solutions-overview .inner-hero .container .content-block .subheading {
        margin-bottom: 18px;
        font-size: 16px;
        font-weight: 600;
        text-transform: uppercase;
        line-height: 1.4em;
        color: #E1E1E1;
        text-align: center; }
      .page-template-solutions-overview .inner-hero .container .content-block h1 {
        margin: 0;
        margin-bottom: 18px;
        font-size: 56px;
        font-weight: 400;
        line-height: 1.2em;
        color: #fff;
        text-align: center; }
        .page-template-solutions-overview .inner-hero .container .content-block h1 span {
          color: #26B2F2; }
      .page-template-solutions-overview .inner-hero .container .content-block .description {
        font-size: 16px;
        font-weight: 400;
        line-height: 1.8em;
        color: #fff;
        text-align: center; }
        .page-template-solutions-overview .inner-hero .container .content-block .description p {
          margin: 0;
          font-size: 16px;
          font-weight: 400;
          line-height: 1.8em;
          color: #fff;
          text-align: center; }
      .page-template-solutions-overview .inner-hero .container .content-block .ctas {
        margin-top: 25px;
        display: flex;
        align-items: center; }
        .page-template-solutions-overview .inner-hero .container .content-block .ctas a {
          margin: 0 10px; }

.page-template-solutions-overview .intro {
  padding: 60px 0; }
  .page-template-solutions-overview .intro .container {
    display: flex;
    justify-content: space-between; }
    .page-template-solutions-overview .intro .container .heading-block {
      width: 45%; }
    .page-template-solutions-overview .intro .container .description {
      width: 50%; }

.page-template-solutions-overview .solutions-list {
  padding-bottom: 60px; }
  .page-template-solutions-overview .solutions-list .container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    .page-template-solutions-overview .solutions-list .container .solution {
      width: 48%;
      height: 566px;
      margin-bottom: 40px;
      background-color: #F9F9F9;
      border-radius: 20px;
      position: relative; }
      .page-template-solutions-overview .solutions-list .container .solution .animation {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0; }
        @media (max-width: 820px) {
          .page-template-solutions-overview .solutions-list .container .solution .animation#animation-152 {
            transform: none; } }
      .page-template-solutions-overview .solutions-list .container .solution .inner {
        width: 100%;
        height: 100%;
        padding: 50px;
        display: flex;
        align-items: flex-end; }
        .page-template-solutions-overview .solutions-list .container .solution .inner .content-block .section-heading {
          position: relative;
          z-index: 2;
          font-size: 26px; }
        .page-template-solutions-overview .solutions-list .container .solution .inner .content-block .description {
          position: relative;
          z-index: 2;
          margin-bottom: 20px;
          font-size: 16px;
          color: #222222;
          font-weight: 400; }
        .page-template-solutions-overview .solutions-list .container .solution .inner .content-block .cta {
          position: relative;
          z-index: 2; }

.page-template-solutions-detail .utility-menu {
  padding-right: 50px; }
  @media screen and (max-width: 992px) {
    .page-template-solutions-detail .utility-menu {
      padding-right: 0; } }
.page-template-solutions-detail .inner-hero {
  height: 605px;
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }
  .page-template-solutions-detail .inner-hero .container {
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    position: relative;
    z-index: 2; }
    .page-template-solutions-detail .inner-hero .container .animation-block {
      position: absolute; }
      .page-template-solutions-detail .inner-hero .container .animation-block.oem-animation {
        width: 714px;
        height: 714px;
        top: -180px;
        right: 0; }
      .page-template-solutions-detail .inner-hero .container .animation-block.dealer-animation {
        width: 2000px;
        height: 275px;
        top: 0;
        right: 0; }
      .page-template-solutions-detail .inner-hero .container .animation-block.dealer-groups-animation {
        width: 797px;
        height: 555px;
        top: -60px;
        right: 0; }
      .page-template-solutions-detail .inner-hero .container .animation-block.agent-animation {
        width: 2000px;
        height: 605px;
        top: 0;
        right: -140px; }
      .page-template-solutions-detail .inner-hero .container .animation-block.direct-to-consumer-animation {
        width: 2000px;
        height: 605px;
        top: -110px;
        right: 50%;
        transform: translateX(50%); }
      .page-template-solutions-detail .inner-hero .container .animation-block.reinsurance-animation {
        width: 2000px;
        height: 605px;
        top: 0;
        right: -14%; }
      .page-template-solutions-detail .inner-hero .container .animation-block.data-driven-animation {
        width: 753px;
        height: 605px;
        top: 0;
        right: 0; }
      .page-template-solutions-detail .inner-hero .container .animation-block.ecommerce-animation {
        width: 3000px;
        height: 230px;
        top: 140px;
        right: 50%;
        transform: translateX(62%); }
      .page-template-solutions-detail .inner-hero .container .animation-block.field-animation {
        width: 3000px;
        height: 605px;
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%); }
      .page-template-solutions-detail .inner-hero .container .animation-block.technology-animation {
        width: 3000px;
        height: 605px;
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%); }
      .page-template-solutions-detail .inner-hero .container .animation-block.program-administration-animation {
        width: 1440px;
        height: 605px;
        position: absolute;
        top: 0;
        left: 0; }
      .page-template-solutions-detail .inner-hero .container .animation-block.data-privacy-animation {
        width: 663px;
        height: 605px;
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%); }
      .page-template-solutions-detail .inner-hero .container .animation-block.claims-animation {
        width: 3000px;
        height: 605px;
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%); }
      .page-template-solutions-detail .inner-hero .container .animation-block.multi-lingual-animation {
        width: 663px;
        height: 605px;
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%); }
      .page-template-solutions-detail .inner-hero .container .animation-block.marketing-animation {
        width: 2000px;
        height: 605px;
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%); }
      .page-template-solutions-detail .inner-hero .container .animation-block.fixed-ops-animation {
        width: 1800px;
        height: 605px;
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%); }
    .page-template-solutions-detail .inner-hero .container .content-block {
      width: 540px;
      height: 100%;
      padding-bottom: 38px;
      position: relative;
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      justify-content: flex-end; }
      .page-template-solutions-detail .inner-hero .container .content-block .subheading {
        margin-bottom: 10px;
        font-size: 16px;
        font-weight: 600;
        text-transform: uppercase;
        line-height: 1.4em;
        color: #E1E1E1;
        text-align: center; }
      .page-template-solutions-detail .inner-hero .container .content-block h1 {
        margin: 0;
        margin-bottom: 10px;
        font-size: 56px;
        font-weight: 400;
        line-height: 1em;
        color: #fff; }
        .page-template-solutions-detail .inner-hero .container .content-block h1 span {
          color: #26B2F2; }
      .page-template-solutions-detail .inner-hero .container .content-block .description {
        font-size: 16px;
        font-weight: 400;
        line-height: 1.8em;
        color: #fff; }
        .page-template-solutions-detail .inner-hero .container .content-block .description p {
          margin: 0;
          font-size: 16px;
          font-weight: 400;
          line-height: 1.8em;
          color: #fff; }
      .page-template-solutions-detail .inner-hero .container .content-block .ctas {
        margin-top: 25px;
        display: flex;
        align-items: center; }

.page-template-solutions-detail .highlights {
  padding: 80px 0;
  background: linear-gradient(180deg, #F3F3F3 0%, rgba(252, 252, 252, 0) 100%); }
  .page-template-solutions-detail .highlights .container {
    display: flex;
    flex-direction: column;
    align-items: center; }
    .page-template-solutions-detail .highlights .container .heading-block {
      width: 60%;
      margin: 0 auto 60px auto;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      text-align: center; }
    .page-template-solutions-detail .highlights .container .highlight-terms {
      margin-bottom: 30px;
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      max-width: 1200px;
      margin: 0 auto; }
      .page-template-solutions-detail .highlights .container .highlight-terms .term {
        width: 32%;
        padding: 10px 0 30px 35px;
        font-size: 18px;
        position: relative; }
        .page-template-solutions-detail .highlights .container .highlight-terms .term::before {
          width: 24px;
          height: 24px;
          display: block;
          content: '';
          position: absolute;
          top: 10px;
          left: 0;
          background-image: url("/wp-content/uploads/2023/10/check-icon.svg");
          background-position: center;
          background-repeat: no-repeat; }
    .page-template-solutions-detail .highlights .container .ctas {
      width: 40%;
      margin: 30px auto 0 auto;
      padding: 20px 0;
      background-color: #EDF9FE;
      border-radius: 10px;
      display: flex;
      justify-content: center; }

.page-template-solutions-detail .features {
  background-color: #F5FCFF; }
  .page-template-solutions-detail .features .container {
    position: relative;
    background-image: url("/wp-content/uploads/2023/09/particle-burst-3.svg");
    background-position: 230px 50%;
    background-repeat: no-repeat; }
    .page-template-solutions-detail .features .container .featured-tabs {
      display: flex; }
      .page-template-solutions-detail .features .container .featured-tabs .tab-col {
        width: 40%;
        padding: 80px 0;
        display: flex;
        justify-content: center;
        flex-direction: column; }
        .page-template-solutions-detail .features .container .featured-tabs .tab-col .heading-block {
          margin-bottom: 30px; }
        .page-template-solutions-detail .features .container .featured-tabs .tab-col .tab {
          margin: 5px 0;
          padding: 10px 80px 10px 17px;
          display: block;
          border-left: 1px solid #97999B;
          font-size: 22px;
          color: #002867;
          text-decoration: none;
          background-position: center right;
          background-repeat: no-repeat; }
          .page-template-solutions-detail .features .container .featured-tabs .tab-col .tab:focus {
            outline: none; }
          .page-template-solutions-detail .features .container .featured-tabs .tab-col .tab .tab-feature-image {
            width: 620px;
            display: none;
            position: absolute;
            top: 50%;
            right: 50%;
            transform: translate(100%, -50%);
            text-align: center; }
          .page-template-solutions-detail .features .container .featured-tabs .tab-col .tab:hover {
            color: #257FFF;
            background-image: url("/wp-content/uploads/2023/10/features-long-arrow.svg");
            border-left-color: #257FFF; }
          .page-template-solutions-detail .features .container .featured-tabs .tab-col .tab.active {
            color: #257FFF;
            background-image: url("/wp-content/uploads/2023/10/features-long-arrow.svg");
            border-left-color: #257FFF; }
            .page-template-solutions-detail .features .container .featured-tabs .tab-col .tab.active .tab-feature-image {
              display: block !important; }
              .page-template-solutions-detail .features .container .featured-tabs .tab-col .tab.active .tab-feature-image img {
                width: auto;
                max-height: 500px; }

.page-template-solutions-detail .support-slide {
  padding: 60px 0; }
  .page-template-solutions-detail .support-slide .container .heading-and-facts {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding-bottom: 80px; }
    .page-template-solutions-detail .support-slide .container .heading-and-facts .heading-block {
      width: 33%; }
    .page-template-solutions-detail .support-slide .container .heading-and-facts .facts {
      display: flex;
      justify-content: flex-end; }
      .page-template-solutions-detail .support-slide .container .heading-and-facts .facts .fact {
        width: 175px;
        margin: 0 0 0 40px; }
        .page-template-solutions-detail .support-slide .container .heading-and-facts .facts .fact .fact-heading {
          font-size: 36px;
          font-weight: 600;
          color: #002867; }
        .page-template-solutions-detail .support-slide .container .heading-and-facts .facts .fact .fact-description {
          font-size: 16px;
          color: #97999B; }
  .page-template-solutions-detail .support-slide .container .support-slider {
    width: 100vw;
    position: relative; }
    .page-template-solutions-detail .support-slide .container .support-slider .slick-slider .slick-track {
      display: flex; }
      .page-template-solutions-detail .support-slide .container .support-slider .slick-slider .slick-track .slick-slide {
        height: auto; }
        .page-template-solutions-detail .support-slide .container .support-slider .slick-slider .slick-track .slick-slide > div {
          height: 100%; }
          .page-template-solutions-detail .support-slide .container .support-slider .slick-slider .slick-track .slick-slide > div .slide {
            height: 100%; }
            .page-template-solutions-detail .support-slide .container .support-slider .slick-slider .slick-track .slick-slide > div .slide .wrapper {
              height: 100%;
              min-height: 390px; }
    .page-template-solutions-detail .support-slide .container .support-slider .slick-slider .slick-arrow {
      width: 48px;
      height: 48px;
      position: absolute;
      top: -35px;
      border-radius: 50%;
      overflow: hidden;
      border: 2px solid #257FFF;
      display: flex;
      justify-content: center;
      align-items: center;
      transition: all 0.3s ease-in-out; }
      .page-template-solutions-detail .support-slide .container .support-slider .slick-slider .slick-arrow:hover {
        background-color: #F9F9F9; }
        .page-template-solutions-detail .support-slide .container .support-slider .slick-slider .slick-arrow:hover img.newer {
          margin-right: 5px; }
        .page-template-solutions-detail .support-slide .container .support-slider .slick-slider .slick-arrow:hover img.older {
          margin-left: 5px; }
      .page-template-solutions-detail .support-slide .container .support-slider .slick-slider .slick-arrow.slick-prev {
        left: 0; }
        .page-template-solutions-detail .support-slide .container .support-slider .slick-slider .slick-arrow.slick-prev::before {
          width: 24px;
          height: 24px;
          content: '';
          display: block;
          background-image: url("/wp-content/uploads/2023/09/pagination-left-arrow.svg");
          background-position: center;
          background-repeat: no-repeat; }
      .page-template-solutions-detail .support-slide .container .support-slider .slick-slider .slick-arrow.slick-next {
        left: 60px; }
        .page-template-solutions-detail .support-slide .container .support-slider .slick-slider .slick-arrow.slick-next::before {
          width: 24px;
          height: 24px;
          content: '';
          display: block;
          background-image: url("/wp-content/uploads/2023/09/pagination-right-arrow.svg");
          background-position: center;
          background-repeat: no-repeat; }
    .page-template-solutions-detail .support-slide .container .support-slider .slick-slider .slick-dots {
      bottom: -35px;
      text-align: left; }
      .page-template-solutions-detail .support-slide .container .support-slider .slick-slider .slick-dots .slick-active button:before {
        color: #257FFF; }
    .page-template-solutions-detail .support-slide .container .support-slider .slick-slider .slide .wrapper {
      width: 418px;
      height: 390px;
      margin-right: 50px;
      padding: 40px;
      display: flex;
      justify-content: flex-end;
      flex-direction: column;
      background-color: #F9F9F9;
      border-radius: 5px;
      transition: all 0.5s ease-in-out; }
      .page-template-solutions-detail .support-slide .container .support-slider .slick-slider .slide .wrapper .slide-icon {
        margin-bottom: 10px; }
        .page-template-solutions-detail .support-slide .container .support-slider .slick-slider .slide .wrapper .slide-icon img {
          height: 32px; }
      .page-template-solutions-detail .support-slide .container .support-slider .slick-slider .slide .wrapper .slide-heading {
        margin-bottom: 10px;
        font-size: 26px;
        font-weight: 600; }
      .page-template-solutions-detail .support-slide .container .support-slider .slick-slider .slide .wrapper .slide-description {
        font-size: 16px; }
    .page-template-solutions-detail .support-slide .container .support-slider .slick-slider .slick-current.slick-active .slide .wrapper {
      background-color: #257FFF; }
      .page-template-solutions-detail .support-slide .container .support-slider .slick-slider .slick-current.slick-active .slide .wrapper .slide-icon img {
        filter: brightness(0) invert(1); }
      .page-template-solutions-detail .support-slide .container .support-slider .slick-slider .slick-current.slick-active .slide .wrapper .slide-heading {
        color: #fff; }
      .page-template-solutions-detail .support-slide .container .support-slider .slick-slider .slick-current.slick-active .slide .wrapper .slide-description {
        color: #fff; }

.page-template-template-training .inner-hero {
  height: 605px;
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }
  .page-template-template-training .inner-hero .branding-image {
    height: 100%;
    position: absolute;
    top: 0;
    right: 5%;
    mix-blend-mode: soft-light; }
  .page-template-template-training .inner-hero .container {
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 2; }
    .page-template-template-training .inner-hero .container .content-block {
      width: 50%;
      height: 100%;
      position: relative;
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      justify-content: center; }
      .page-template-template-training .inner-hero .container .content-block .safe-guard-u-logo {
        margin-bottom: 15px; }
        .page-template-template-training .inner-hero .container .content-block .safe-guard-u-logo img {
          height: 50px; }
      .page-template-template-training .inner-hero .container .content-block h1 {
        display: none; }
      .page-template-template-training .inner-hero .container .content-block .description {
        font-size: 16px;
        font-weight: 400;
        line-height: 1.8em;
        color: #fff; }
        .page-template-template-training .inner-hero .container .content-block .description p {
          margin: 0;
          font-size: 16px;
          font-weight: 400;
          line-height: 1.8em;
          color: #fff; }
      .page-template-template-training .inner-hero .container .content-block .ctas {
        margin-top: 25px; }

.page-template-template-training .what-to-expect {
  padding: 80px 0 20px 0; }
  .page-template-template-training .what-to-expect .container .intro {
    padding-bottom: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .page-template-template-training .what-to-expect .container .intro .photo-block {
      width: 50%; }
      .page-template-template-training .what-to-expect .container .intro .photo-block .photo {
        width: 393px;
        height: 393px;
        margin: 0 auto;
        border-radius: 50%;
        overflow: hidden; }
        .page-template-template-training .what-to-expect .container .intro .photo-block .photo img {
          height: 100%; }
    .page-template-template-training .what-to-expect .container .intro .content-block {
      width: 50%; }
      .page-template-template-training .what-to-expect .container .intro .content-block .description span {
        color: #257FFF; }
  .page-template-template-training .what-to-expect .container .keypoints {
    display: flex;
    justify-content: center;
    flex-wrap: wrap; }
    .page-template-template-training .what-to-expect .container .keypoints .keypoint {
      width: 32%;
      padding: 40px 20px 20px 20px;
      display: flex;
      flex-direction: column;
      align-items: center; }
      .page-template-template-training .what-to-expect .container .keypoints .keypoint .icon {
        height: 46px;
        margin-bottom: 10px; }
      .page-template-template-training .what-to-expect .container .keypoints .keypoint h3 {
        margin: 0 0 10px 0;
        font-size: 22px;
        color: #002867;
        line-height: 1.4em;
        text-align: center; }
      .page-template-template-training .what-to-expect .container .keypoints .keypoint .description {
        font-size: 16px;
        text-align: center; }
        .page-template-template-training .what-to-expect .container .keypoints .keypoint .description span {
          color: #257FFF; }
  .page-template-template-training .what-to-expect .container .closing {
    width: 60%;
    margin: 0 auto;
    padding: 60px 0 40px 0;
    font-size: 23px;
    font-weight: 500;
    color: #002867;
    text-align: center; }
    .page-template-template-training .what-to-expect .container .closing span {
      color: #257FFF; }

.page-template-template-training .whats-included {
  padding: 0 0 40px 0; }
  .page-template-template-training .whats-included .container {
    padding: 66px 120px;
    background-color: #f9f9f9; }
    .page-template-template-training .whats-included .container .intro {
      margin-bottom: 20px;
      text-align: center; }
    .page-template-template-training .whats-included .container .keypoints {
      display: flex;
      justify-content: space-around;
      flex-wrap: wrap; }
      .page-template-template-training .whats-included .container .keypoints .keypoint {
        width: 32%;
        padding: 40px 20px 20px 20px;
        display: flex;
        flex-direction: column;
        align-items: center;
        border-bottom: 1px solid #257FFF; }
        .page-template-template-training .whats-included .container .keypoints .keypoint .icon {
          height: 46px;
          margin-bottom: 10px; }
        .page-template-template-training .whats-included .container .keypoints .keypoint h3 {
          margin: 0 0 10px 0;
          font-size: 22px;
          color: #002867;
          line-height: 1.4em;
          text-align: center; }
    .page-template-template-training .whats-included .container .closing {
      margin: 0 auto;
      padding: 40px 0;
      font-size: 16px;
      font-weight: 500;
      text-align: center; }
    .page-template-template-training .whats-included .container .ctas {
      justify-content: center; }
      .page-template-template-training .whats-included .container .ctas .copy {
        display: flex; }
        .page-template-template-training .whats-included .container .ctas .copy .cta {
          background: #EDF8FD;
          padding: 10px 50px;
          border-radius: 5px; }
        .page-template-template-training .whats-included .container .ctas .copy .or {
          margin-left: 15px;
          margin-right: 15px;
          margin-top: 0; }

.page-template-template-training .contact-form {
  margin-top: 40px; }
  .page-template-template-training .contact-form .container .gform_confirmation_wrapper {
    width: 60%;
    margin: 0 auto 80px auto; }
  .page-template-template-training .contact-form .container .gform_wrapper {
    width: 60%;
    margin: 0 auto 80px auto;
    padding: 40px 60px;
    background-color: #F9FDFF;
    border-radius: 20px; }

.page-template-template-technology .inner-hero {
  height: 605px;
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }
  .page-template-template-technology .inner-hero .container {
    height: 100%;
    display: flex;
    position: relative;
    z-index: 2; }
    .page-template-template-technology .inner-hero .container::before {
      width: 1320px;
      height: 1363px;
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      background-image: url("/wp-content/uploads/2023/09/particle-burst-3.svg");
      background-position: center;
      background-repeat: no-repeat;
      transform: translateX(-35%) translateY(-26%);
      opacity: 0.7; }
    .page-template-template-technology .inner-hero .container .content-block {
      height: 100%;
      padding-top: 66px;
      position: relative;
      display: flex;
      flex-direction: column;
      justify-content: center; }
      .page-template-template-technology .inner-hero .container .content-block .subheading {
        margin-bottom: 18px;
        font-size: 16px;
        font-weight: 600;
        text-transform: uppercase;
        line-height: 1.4em;
        color: #E1E1E1; }
      .page-template-template-technology .inner-hero .container .content-block h1 {
        margin: 0;
        margin-bottom: 18px;
        font-size: 56px;
        font-weight: 400;
        line-height: 1.4em;
        color: #fff; }
        .page-template-template-technology .inner-hero .container .content-block h1 span {
          color: #26B2F2; }
      .page-template-template-technology .inner-hero .container .content-block .description {
        width: 70%;
        font-size: 16px;
        font-weight: 400;
        line-height: 1.8em;
        color: #fff; }
        .page-template-template-technology .inner-hero .container .content-block .description p {
          margin: 0;
          font-size: 16px;
          font-weight: 400;
          line-height: 1.8em;
          color: #fff; }
      .page-template-template-technology .inner-hero .container .content-block .ctas {
        padding-top: 15px; }

.page-template-template-technology .technology-approach {
  background: linear-gradient(180deg, #F4F4F4 0%, #FFF 95.18%); }
  .page-template-template-technology .technology-approach .container {
    height: 844px;
    padding-top: 8px;
    position: relative;
    display: flex;
    justify-content: center; }
    .page-template-template-technology .technology-approach .container .approach-circle {
      width: 644px;
      height: 644px;
      display: flex;
      justify-content: center;
      align-items: center;
      border: 1px solid #D2D6D6;
      border-radius: 50%;
      position: relative;
      z-index: 2; }
      .page-template-template-technology .technology-approach .container .approach-circle .main-gradient-circle {
        width: 616px;
        height: 616px;
        display: flex;
        justify-content: center;
        align-items: center;
        background: linear-gradient(219deg, rgba(37, 127, 255, 0.15) 14.24%, rgba(37, 127, 255, 0) 85.75%);
        border-radius: 50%; }
        .page-template-template-technology .technology-approach .container .approach-circle .main-gradient-circle .center {
          width: 328px;
          height: 328px;
          display: flex;
          justify-content: center;
          align-items: center;
          background: linear-gradient(219deg, rgba(37, 127, 255, 0.24) 14.24%, rgba(37, 127, 255, 0) 85.75%);
          border-radius: 50%; }
          .page-template-template-technology .technology-approach .container .approach-circle .main-gradient-circle .center .center-inner {
            width: 294px;
            height: 294px;
            display: flex;
            justify-content: center;
            align-items: center;
            background-color: #002867;
            border-radius: 50%; }
            .page-template-template-technology .technology-approach .container .approach-circle .main-gradient-circle .center .center-inner .center-circle-copy {
              width: 100%;
              height: 100%;
              padding: 0 50px;
              display: flex;
              flex-direction: column;
              justify-content: center; }
              .page-template-template-technology .technology-approach .container .approach-circle .main-gradient-circle .center .center-inner .center-circle-copy .icon {
                margin-bottom: 10px;
                text-align: center; }
                .page-template-template-technology .technology-approach .container .approach-circle .main-gradient-circle .center .center-inner .center-circle-copy .icon img {
                  height: 36px; }
              .page-template-template-technology .technology-approach .container .approach-circle .main-gradient-circle .center .center-inner .center-circle-copy .sub-heading {
                margin-bottom: 10px;
                font-size: 12px;
                font-weight: 700;
                text-transform: uppercase;
                color: #fff;
                text-align: center; }
              .page-template-template-technology .technology-approach .container .approach-circle .main-gradient-circle .center .center-inner .center-circle-copy .heading {
                margin-bottom: 10px;
                font-size: 12px;
                font-weight: 700;
                text-transform: uppercase;
                color: #CAE4FF;
                text-align: center; }
        .page-template-template-technology .technology-approach .container .approach-circle .main-gradient-circle .outter-circles {
          width: 100%;
          height: 100%;
          position: absolute;
          top: 0;
          left: 0; }
          .page-template-template-technology .technology-approach .container .approach-circle .main-gradient-circle .outter-circles .circle {
            width: 250px;
            height: 250px;
            padding: 0 30px;
            display: flex;
            flex-direction: column;
            justify-content: center;
            background-color: #fff;
            border-radius: 50%;
            border: 1px solid #C3DCFF;
            position: absolute; }
            .page-template-template-technology .technology-approach .container .approach-circle .main-gradient-circle .outter-circles .circle .icon {
              margin-bottom: 10px;
              text-align: center; }
              .page-template-template-technology .technology-approach .container .approach-circle .main-gradient-circle .outter-circles .circle .icon img {
                height: 32px; }
            .page-template-template-technology .technology-approach .container .approach-circle .main-gradient-circle .outter-circles .circle .heading {
              margin-bottom: 10px;
              font-size: 12px;
              font-weight: 700;
              text-transform: uppercase;
              color: #002867;
              text-align: center; }
            .page-template-template-technology .technology-approach .container .approach-circle .main-gradient-circle .outter-circles .circle:nth-child(1) {
              top: -102px;
              right: 30px; }
            .page-template-template-technology .technology-approach .container .approach-circle .main-gradient-circle .outter-circles .circle:nth-child(2) {
              top: 131px;
              right: -110px; }
            .page-template-template-technology .technology-approach .container .approach-circle .main-gradient-circle .outter-circles .circle:nth-child(3) {
              top: 390px;
              right: -62px; }
            .page-template-template-technology .technology-approach .container .approach-circle .main-gradient-circle .outter-circles .circle:nth-child(4) {
              bottom: -113px;
              left: 196px; }
            .page-template-template-technology .technology-approach .container .approach-circle .main-gradient-circle .outter-circles .circle:nth-child(5) {
              top: 390px;
              left: -62px; }
            .page-template-template-technology .technology-approach .container .approach-circle .main-gradient-circle .outter-circles .circle:nth-child(6) {
              top: 131px;
              left: -110px; }
            .page-template-template-technology .technology-approach .container .approach-circle .main-gradient-circle .outter-circles .circle:nth-child(7) {
              top: -102px;
              left: 47px; }

.page-template-ev .ev-banner {
  padding: 100px 0 68px 0;
  background-color: #000;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%; }
  .page-template-ev .ev-banner .container .wrapper {
    background-image: url("/wp-content/uploads/2023/09/ev-border-gradient.svg");
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: left; }
    .page-template-ev .ev-banner .container .wrapper .ev-copy {
      padding: 70px 0 70px 70px;
      width: 40%; }
      .page-template-ev .ev-banner .container .wrapper .ev-copy .sub-heading {
        color: #11F9FD; }
      .page-template-ev .ev-banner .container .wrapper .ev-copy .section-heading {
        color: #fff; }
      .page-template-ev .ev-banner .container .wrapper .ev-copy .description {
        margin-bottom: 25px;
        font-size: 16px;
        color: #fff; }
        .page-template-ev .ev-banner .container .wrapper .ev-copy .description p {
          margin-bottom: 25px;
          font-size: 16px;
          color: #fff; }

.page-template-resources .inner-hero {
  height: 507px;
  position: relative;
  overflow: hidden;
  background-color: #002867; }
  .page-template-resources .inner-hero .image {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }
  .page-template-resources .inner-hero .container {
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 2; }
    .page-template-resources .inner-hero .container::before {
      width: 1320px;
      height: 1363px;
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      background-image: url("/wp-content/uploads/2023/09/particle-burst-3.svg");
      background-position: center;
      background-repeat: no-repeat;
      transform: translateX(-35%) translateY(-26%);
      opacity: 0.7; }
    .page-template-resources .inner-hero .container .content-block {
      width: 35%;
      height: 100%;
      padding-top: 66px;
      padding-right: 40px;
      position: relative;
      display: flex;
      flex-direction: column;
      justify-content: center; }
      .page-template-resources .inner-hero .container .content-block .subheading {
        margin-bottom: 18px;
        font-size: 16px;
        font-weight: 600;
        text-transform: uppercase;
        line-height: 1.4em;
        color: #E1E1E1; }
      .page-template-resources .inner-hero .container .content-block h1 {
        margin: 0;
        margin-bottom: 18px;
        font-size: 56px;
        font-weight: 600;
        line-height: 1.2em;
        color: #fff; }
        .page-template-resources .inner-hero .container .content-block h1 span {
          color: #26B2F2; }
      .page-template-resources .inner-hero .container .content-block .description {
        margin-bottom: 20px;
        font-size: 16px;
        font-weight: 400;
        line-height: 1.8em;
        color: #fff; }
        .page-template-resources .inner-hero .container .content-block .description p {
          margin: 0;
          font-size: 16px;
          font-weight: 400;
          line-height: 1.8em;
          color: #fff; }
      .page-template-resources .inner-hero .container .content-block .ctas a {
        margin-right: 20px; }

.page-template-resources .featured-post {
  position: relative; }
  .page-template-resources .featured-post .post {
    width: 860px;
    height: 426px;
    border-radius: 20px;
    overflow: hidden;
    position: absolute;
    top: -400px;
    right: 0;
    z-index: 2;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }
    .page-template-resources .featured-post .post .inner {
      width: 100%;
      height: 100%;
      padding: 40px;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      background: linear-gradient(0deg, rgba(0, 0, 0, 0.78) 21.24%, rgba(0, 0, 0, 0) 79.34%); }
      .page-template-resources .featured-post .post .inner .tag {
        color: #fff; }
      .page-template-resources .featured-post .post .inner .title-and-link {
        width: 70%; }
        .page-template-resources .featured-post .post .inner .title-and-link h2 {
          margin: 0 0 20px 0;
          font-size: 24px;
          font-weight: 500;
          line-height: 1.2em;
          color: #fff; }

.page-template-resources .filters {
  padding: 60px 0;
  background-color: #F4F4F4; }
  .page-template-resources .filters .container {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end; }
    .page-template-resources .filters .container .tags .heading-block {
      display: flex;
      align-items: center;
      margin-bottom: 15px; }
      .page-template-resources .filters .container .tags .heading-block h2 {
        margin: 0 25px 0 0;
        font-size: 20px;
        font-weight: 500;
        color: #000; }
      .page-template-resources .filters .container .tags .heading-block .reset a {
        padding: 5px 10px;
        display: flex;
        align-items: center;
        font-size: 16px;
        color: #929292;
        text-decoration: none;
        border-radius: 5px; }
        .page-template-resources .filters .container .tags .heading-block .reset a img {
          margin-right: 10px; }
        .page-template-resources .filters .container .tags .heading-block .reset a:hover {
          background-color: #257FFF;
          color: #fff; }
          .page-template-resources .filters .container .tags .heading-block .reset a:hover img {
            margin-right: 10px;
            filter: brightness(0) invert(1); }
    .page-template-resources .filters .container .tags .tags-list {
      display: flex;
      flex-wrap: wrap; }
      .page-template-resources .filters .container .tags .tags-list .tag {
        margin: 0px 10px 5px 0;
        padding: 5px 10px;
        display: flex;
        align-items: center;
        font-size: 16px;
        color: #002867;
        text-decoration: none;
        border-radius: 5px; }
        .page-template-resources .filters .container .tags .tags-list .tag img {
          height: 32px;
          margin-right: 10px; }
        .page-template-resources .filters .container .tags .tags-list .tag:hover, .page-template-resources .filters .container .tags .tags-list .tag.active {
          background-color: #257FFF;
          color: #fff; }
          .page-template-resources .filters .container .tags .tags-list .tag:hover img, .page-template-resources .filters .container .tags .tags-list .tag.active img {
            filter: brightness(0) invert(1); }
    .page-template-resources .filters .container .categories {
      display: flex;
      flex-wrap: wrap;
      justify-content: flex-end;
      position: relative; }
      .page-template-resources .filters .container .categories .label {
        height: 90px;
        padding: 0 80px 0 40px;
        position: relative;
        display: flex;
        font-size: 20px;
        color: #002867;
        text-decoration: none;
        background-color: #fff;
        border-radius: 5px;
        transition: all 0.5s ease-in-out;
        display: none !important; }
        .page-template-resources .filters .container .categories .label span {
          height: 100%;
          display: flex;
          align-items: center; }
        .page-template-resources .filters .container .categories .label img {
          position: absolute;
          top: 32px;
          right: 32px; }
        .page-template-resources .filters .container .categories .label:hover {
          background-color: #257FFF;
          color: #fff; }
          .page-template-resources .filters .container .categories .label:hover img {
            filter: brightness(0) invert(1); }
      .page-template-resources .filters .container .categories .label-close {
        display: none;
        height: 90px;
        padding: 0 80px 0 40px;
        position: relative;
        font-size: 20px;
        background-color: #257FFF;
        color: #fff;
        text-decoration: none;
        border-radius: 5px;
        transition: all 0.5s ease-in-out; }
        .page-template-resources .filters .container .categories .label-close span {
          height: 100%;
          display: flex;
          align-items: center; }
        .page-template-resources .filters .container .categories .label-close img {
          position: absolute;
          top: 32px;
          right: 32px;
          filter: brightness(0) invert(1);
          transform: rotate(45deg); }
      .page-template-resources .filters .container .categories .category-list {
        display: block;
        z-index: 2;
        border-radius: 5px; }
        .page-template-resources .filters .container .categories .category-list.active {
          display: block; }
        .page-template-resources .filters .container .categories .category-list .inner {
          display: flex;
          flex-wrap: wrap; }
          .page-template-resources .filters .container .categories .category-list .inner .category {
            margin: 0px 10px 5px 0;
            padding: 5px 10px;
            display: flex;
            align-items: center;
            font-size: 16px;
            color: #002867;
            text-decoration: none;
            border-radius: 5px; }
            .page-template-resources .filters .container .categories .category-list .inner .category img {
              height: 32px;
              margin-right: 15px; }
            .page-template-resources .filters .container .categories .category-list .inner .category:hover, .page-template-resources .filters .container .categories .category-list .inner .category.active {
              background-color: #257FFF;
              color: #fff; }
              .page-template-resources .filters .container .categories .category-list .inner .category:hover img, .page-template-resources .filters .container .categories .category-list .inner .category.active img {
                filter: brightness(0) invert(1); }

.page-template-resources .search .container .wrapper {
  position: relative; }
  .page-template-resources .search .container .wrapper form {
    width: 100%;
    position: absolute;
    top: -35px;
    left: 0;
    padding: 15px 20px;
    font-size: 21px;
    border: 1px solid #e9e9e9;
    background-color: #fff;
    filter: drop-shadow(0px 0px 15px rgba(0, 0, 0, 0.1));
    border-radius: 10px;
    display: flex;
    align-items: center; }
    .page-template-resources .search .container .wrapper form label {
      display: none; }
    .page-template-resources .search .container .wrapper form #keyword {
      width: 100%;
      border: 0;
      background-color: transparent; }
    .page-template-resources .search .container .wrapper form #search {
      width: 32px;
      height: 32px;
      border: 0;
      background-color: transparent;
      background-image: url("/wp-content/uploads/2023/10/search-icon.svg");
      background-repeat: no-repeat;
      background-position: center;
      cursor: pointer; }
      .page-template-resources .search .container .wrapper form #search span {
        display: none; }

.page-template-resources .posts {
  padding: 80px 0; }
  .page-template-resources .posts .container {
    padding-left: 20px;
    padding-right: 20px; }
    .page-template-resources .posts .container .cards {
      display: flex;
      flex-wrap: wrap; }
      .page-template-resources .posts .container .cards .card {
        width: 31%;
        height: 450px;
        margin: 10px;
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        border-radius: 10px;
        background-color: #FCFCFC;
        align-items: flex-start; }
        .page-template-resources .posts .container .cards .card .top {
          width: 100%; }
          .page-template-resources .posts .container .cards .card .top .featured-image {
            height: 160px;
            background-repeat: no-repeat;
            background-position: center;
            background-size: cover;
            border-top-left-radius: 10px;
            border-top-right-radius: 10px;
            overflow: hidden; }
          .page-template-resources .posts .container .cards .card .top .top-copy {
            padding: 30px 30px 10px 30px; }
            .page-template-resources .posts .container .cards .card .top .top-copy .tag img {
              height: 24px;
              filter: saturate(0); }
            .page-template-resources .posts .container .cards .card .top .top-copy h2 {
              margin: 10px 0 0 0;
              font-size: 21px;
              font-weight: 500;
              color: #404040; }
        .page-template-resources .posts .container .cards .card .ctas {
          padding: 0 30px 30px 30px; }
    .page-template-resources .posts .container .pagination-links {
      margin: 15px;
      display: flex;
      justify-content: center; }
      .page-template-resources .posts .container .pagination-links span, .page-template-resources .posts .container .pagination-links a {
        width: 48px;
        height: 48px;
        border-radius: 50%;
        margin-left: 20px;
        overflow: hidden;
        border: 2px solid #257FFF;
        color: #257FFF;
        display: flex;
        justify-content: center;
        align-items: center;
        transition: all 0.3s ease-in-out;
        text-decoration: none; }
        .page-template-resources .posts .container .pagination-links span img, .page-template-resources .posts .container .pagination-links a img {
          transition: all 0.3s ease-in-out; }
        .page-template-resources .posts .container .pagination-links span:hover, .page-template-resources .posts .container .pagination-links a:hover {
          background-color: #F9F9F9; }
          .page-template-resources .posts .container .pagination-links span:hover img.newer, .page-template-resources .posts .container .pagination-links a:hover img.newer {
            margin-right: 5px; }
          .page-template-resources .posts .container .pagination-links span:hover img.older, .page-template-resources .posts .container .pagination-links a:hover img.older {
            margin-left: 5px; }
        .page-template-resources .posts .container .pagination-links span.current, .page-template-resources .posts .container .pagination-links a.current {
          border-color: #002867;
          background-color: #002867;
          color: #fff; }
          .page-template-resources .posts .container .pagination-links span.current:hover, .page-template-resources .posts .container .pagination-links a.current:hover {
            background-color: #002867;
            color: #fff; }

.single-post .entry-header {
  background-image: url("/wp-content/uploads/2023/09/inner-hero-background-image.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }
  .single-post .entry-header .container {
    width: 1040px;
    height: 100%;
    padding-top: 150px;
    padding-bottom: 270px;
    background-image: url(/wp-content/uploads/2023/09/particle-burst-3.svg);
    background-position: 50% 20%;
    background-repeat: no-repeat; }
    .single-post .entry-header .container .go-back-block {
      margin-bottom: 20px;
      display: flex;
      justify-content: flex-end; }
    .single-post .entry-header .container .post-details {
      display: flex;
      justify-content: space-between; }
      .single-post .entry-header .container .post-details .heading-block {
        width: 60%; }
        .single-post .entry-header .container .post-details .heading-block .tag {
          margin-bottom: 20px;
          color: #fff;
          text-transform: uppercase; }
        .single-post .entry-header .container .post-details .heading-block h1, .single-post .entry-header .container .post-details .heading-block h2 {
          margin: 0;
          font-size: 36px;
          font-weight: 500;
          line-height: 1.3em;
          color: #fff; }
      .single-post .entry-header .container .post-details .entry-meta {
        width: 35%;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        justify-content: flex-end;
        font-size: 16px;
        color: #fff; }
        .single-post .entry-header .container .post-details .entry-meta a {
          color: #fff; }
          .single-post .entry-header .container .post-details .entry-meta a:visited, .single-post .entry-header .container .post-details .entry-meta a:hover {
            color: #fff; }

.single-post .entry-content {
  margin: 0;
  background: linear-gradient(180deg, #F0F0F0 0%, #FFF 95.18%); }
  .single-post .entry-content .featured-image {
    margin-bottom: 50px; }
    .single-post .entry-content .featured-image .container .video {
      text-align: center; }
      .single-post .entry-content .featured-image .container .video iframe, .single-post .entry-content .featured-image .container .video object, .single-post .entry-content .featured-image .container .video embed {
        margin-top: -200px; }
    .single-post .entry-content .featured-image .container .post-thumbnail {
      position: relative; }
      .single-post .entry-content .featured-image .container .post-thumbnail .wp-post-image {
        width: 100%;
        margin-top: -200px;
        border-radius: 20px;
        overflow: hidden; }
  .single-post .entry-content .post-copy .container {
    width: 1040px; }
    .single-post .entry-content .post-copy .container .intro {
      margin-bottom: 40px;
      border-bottom: 1px solid #BBBCBC;
      font-size: 27px;
      font-weight: 400;
      line-height: 1.4em;
      color: #002867; }
      .single-post .entry-content .post-copy .container .intro p {
        font-size: 27px;
        font-weight: 400;
        line-height: 1.4em;
        color: #002867; }
    .single-post .entry-content .post-copy .container .post-wrapper p, .single-post .entry-content .post-copy .container .post-wrapper li {
      font-size: 16px;
      color: #404040; }
    .single-post .entry-content .post-copy .container .post-wrapper li {
      margin-bottom: 10px; }
    .single-post .entry-content .post-copy .container .post-wrapper ul, .single-post .entry-content .post-copy .container .post-wrapper ol {
      margin: 0 0 10px 0; }
    .single-post .entry-content .post-copy .container .post-wrapper .wp-block-heading {
      color: #404040; }
    .single-post .entry-content .post-copy .container .post-wrapper .wp-block-quote {
      margin-left: 0;
      padding: 40px;
      border-left: 1px solid #257FFF; }
      .single-post .entry-content .post-copy .container .post-wrapper .wp-block-quote p, .single-post .entry-content .post-copy .container .post-wrapper .wp-block-quote cite {
        font-size: 18px;
        color: #002867; }
    .single-post .entry-content .post-copy .container .post-wrapper .wp-element-caption {
      font-size: 14px;
      color: #555; }
    .single-post .entry-content .post-copy .container .post-wrapper .heateor_sss_sharing_container {
      margin-top: 60px;
      display: flex;
      justify-content: center;
      align-items: center; }
      .single-post .entry-content .post-copy .container .post-wrapper .heateor_sss_sharing_container .heateor_sss_sharing_title {
        font-weight: 400 !important;
        color: #404040 !important; }
      .single-post .entry-content .post-copy .container .post-wrapper .heateor_sss_sharing_container .heateor_sss_sharing_ul {
        width: auto; }
        .single-post .entry-content .post-copy .container .post-wrapper .heateor_sss_sharing_container .heateor_sss_sharing_ul a {
          margin: 0 20px; }
      .single-post .entry-content .post-copy .container .post-wrapper .heateor_sss_sharing_container .heateor_sss_svg {
        background-color: transparent !important; }
        .single-post .entry-content .post-copy .container .post-wrapper .heateor_sss_sharing_container .heateor_sss_svg svg path {
          fill: #257FFF !important; }

.single-post .additional-posts {
  padding: 60px 0; }
  .single-post .additional-posts .wrapper {
    max-width: 860px;
    margin: 0 auto;
    padding: 35px 80px;
    background-color: #F9F9F9;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center; }

.single-post .post-footer-navigation {
  margin-top: 30px;
  margin-bottom: 80px; }
  .single-post .post-footer-navigation .container {
    width: 1040px;
    padding-top: 30px;
    padding-left: 0;
    padding-right: 0;
    border-top: 1px solid #BBBCBC; }
    .single-post .post-footer-navigation .container .post-navigation .nav-links {
      display: flex;
      justify-content: space-between;
      align-items: center; }
      .single-post .post-footer-navigation .container .post-navigation .nav-links .nav-previous, .single-post .post-footer-navigation .container .post-navigation .nav-links .nav-next {
        display: flex; }
        .single-post .post-footer-navigation .container .post-navigation .nav-links .nav-previous a, .single-post .post-footer-navigation .container .post-navigation .nav-links .nav-next a {
          display: flex;
          align-items: center;
          flex-wrap: wrap;
          font-size: 24px;
          text-decoration: none;
          color: #002867; }
          .single-post .post-footer-navigation .container .post-navigation .nav-links .nav-previous a .nav-subtitle, .single-post .post-footer-navigation .container .post-navigation .nav-links .nav-next a .nav-subtitle {
            margin: 0 15px;
            color: #002867; }
          .single-post .post-footer-navigation .container .post-navigation .nav-links .nav-previous a .arrow, .single-post .post-footer-navigation .container .post-navigation .nav-links .nav-next a .arrow {
            width: 48px;
            height: 48px;
            border-radius: 50%;
            overflow: hidden;
            border: 2px solid #257FFF;
            color: #257FFF;
            display: flex;
            justify-content: center;
            align-items: center;
            transition: all 0.3s ease-in-out;
            text-decoration: none; }
        .single-post .post-footer-navigation .container .post-navigation .nav-links .nav-previous div, .single-post .post-footer-navigation .container .post-navigation .nav-links .nav-next div {
          display: flex;
          flex-wrap: wrap; }
        .single-post .post-footer-navigation .container .post-navigation .nav-links .nav-previous .post_box, .single-post .post-footer-navigation .container .post-navigation .nav-links .nav-next .post_box {
          display: flex;
          gap: 20px;
          margin-top: 20px;
          max-width: 400px; }
          .single-post .post-footer-navigation .container .post-navigation .nav-links .nav-previous .post_box h4, .single-post .post-footer-navigation .container .post-navigation .nav-links .nav-next .post_box h4 {
            font-size: 16px; }
          .single-post .post-footer-navigation .container .post-navigation .nav-links .nav-previous .post_box img, .single-post .post-footer-navigation .container .post-navigation .nav-links .nav-next .post_box img {
            max-width: 100px;
            -o-object-fit: contain;
               object-fit: contain; }
      .single-post .post-footer-navigation .container .post-navigation .nav-links .nav-next div {
        justify-content: flex-end; }

.page-template-about-us .inner-hero {
  height: 605px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }
  .page-template-about-us .inner-hero .container {
    height: 100%;
    display: flex;
    align-items: center; }
    .page-template-about-us .inner-hero .container .content-block {
      width: 35%;
      position: relative;
      z-index: 3; }
      .page-template-about-us .inner-hero .container .content-block h1 {
        margin: 25px 0;
        font-size: 56px;
        font-weight: 600;
        line-height: 1.2em;
        color: #fff; }
      .page-template-about-us .inner-hero .container .content-block .description {
        margin: 0 0 25px 0;
        font-size: 16px;
        color: #fff; }
        .page-template-about-us .inner-hero .container .content-block .description p {
          font-size: 16px;
          color: #fff; }
    .page-template-about-us .inner-hero .container .featured-image {
      width: 1195px;
      height: 1195px;
      border-radius: 50%;
      position: absolute;
      top: 0;
      right: 0;
      z-index: 2;
      border: 1px solid #CFE3FF;
      display: flex;
      justify-content: center;
      align-items: center;
      transform: translate(28%, -17%); }
      .page-template-about-us .inner-hero .container .featured-image .middle-circle {
        width: 991px;
        height: 991px;
        border-radius: 50%;
        border: 1px solid #B5D3FF;
        display: flex;
        justify-content: center;
        align-items: center; }
        .page-template-about-us .inner-hero .container .featured-image .middle-circle .wrapper {
          width: 839px;
          height: 839px;
          border-radius: 50%;
          overflow: hidden; }
          .page-template-about-us .inner-hero .container .featured-image .middle-circle .wrapper img {
            max-width: auto;
            height: 100%; }

.page-template-about-us .our-mission {
  padding: 60px 0;
  background-color: #F8F7F7; }
  .page-template-about-us .our-mission .container {
    position: relative;
    z-index: 3; }
    .page-template-about-us .our-mission .container .content-block {
      width: 40%; }

.page-template-about-us .our-story {
  padding: 90px 0 210px 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }
  .page-template-about-us .our-story .container .content-block {
    width: 50%;
    margin: 0 auto 80px auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column; }
    .page-template-about-us .our-story .container .content-block .sub-heading {
      color: #fff;
      text-align: center; }
    .page-template-about-us .our-story .container .content-block h2 {
      color: #fff;
      text-align: center; }
    .page-template-about-us .our-story .container .content-block .description {
      font-size: 16px;
      color: #fff;
      text-align: center; }
  .page-template-about-us .our-story .container .stories-wrapper {
    position: relative; }
    .page-template-about-us .our-story .container .stories-wrapper::before {
      width: 48px;
      height: 48px;
      display: block;
      content: '';
      position: absolute;
      bottom: -21px;
      left: -17px;
      z-index: 2;
      background-image: url("/wp-content/uploads/2023/10/story-first-circle.svg");
      background-position: center;
      background-repeat: no-repeat; }
    .page-template-about-us .our-story .container .stories-wrapper .story-nav {
      position: absolute;
      width: 100%;
      display: flex;
      gap: 40px;
      bottom: -100px;
      left: 45%; }
      @media screen and (max-width: 1080px) {
        .page-template-about-us .our-story .container .stories-wrapper .story-nav {
          left: calc( 45% - 30px); } }
      @media screen and (max-width: 991px) {
        .page-template-about-us .our-story .container .stories-wrapper .story-nav {
          left: calc( 45% - 55px); } }
    .page-template-about-us .our-story .container .stories-wrapper .slick-arrow {
      width: 48px;
      height: 48px;
      position: static;
      top: 0;
      border-radius: 50%;
      overflow: hidden;
      border: 2px solid #26B2F2;
      display: flex;
      justify-content: center;
      align-items: center;
      transition: all 0.3s ease-in-out; }
      .page-template-about-us .our-story .container .stories-wrapper .slick-arrow.slick-prev::before {
        width: 24px;
        height: 24px;
        content: '';
        display: block;
        background-image: url("/wp-content/uploads/2023/10/left-accent-blue-icon.svg");
        background-position: center;
        background-repeat: no-repeat; }
      .page-template-about-us .our-story .container .stories-wrapper .slick-arrow.slick-next::before {
        width: 24px;
        height: 24px;
        content: '';
        display: block;
        background-image: url("/wp-content/uploads/2023/10/right-accent-blue-icon.svg");
        background-position: center;
        background-repeat: no-repeat; }
    .page-template-about-us .our-story .container .stories-wrapper .stories {
      width: 100vw; }
      .page-template-about-us .our-story .container .stories-wrapper .stories::before {
        width: 100%;
        height: 5px;
        position: absolute;
        bottom: 0;
        left: 0;
        content: '';
        background: linear-gradient(270deg, #26B2F2 0%, #26E8F2 33.97%, #26F2F2 55.07%, #257FFF 98.81%);
        z-index: 2; }
      .page-template-about-us .our-story .container .stories-wrapper .stories .story {
        height: auto;
        padding: 0 40px 30px 20px;
        border-left: 1px dashed #F9F9F9;
        position: relative; }
        .page-template-about-us .our-story .container .stories-wrapper .stories .story .inner {
          width: 250px; }
          .page-template-about-us .our-story .container .stories-wrapper .stories .story .inner .year {
            margin-bottom: 5px;
            font-size: 16px;
            font-weight: 600;
            color: #26B2F2; }
          .page-template-about-us .our-story .container .stories-wrapper .stories .story .inner .description {
            margin-bottom: 15px;
            font-size: 16px;
            font-weight: 600;
            color: #fff; }

.page-template-about-us .our-values {
  padding: 60px 0; }
  .page-template-about-us .our-values .container {
    position: relative;
    z-index: 3; }
    .page-template-about-us .our-values .container .content-block {
      margin-bottom: 40px;
      text-align: center; }
    .page-template-about-us .our-values .container .values {
      display: flex;
      justify-content: space-around;
      flex-wrap: wrap; }
      .page-template-about-us .our-values .container .values .keypoint {
        width: 24%;
        padding: 20px 20px 30px 20px;
        display: flex;
        flex-direction: column;
        align-items: center; }
        .page-template-about-us .our-values .container .values .keypoint .icon {
          height: 46px;
          margin-bottom: 10px; }
        .page-template-about-us .our-values .container .values .keypoint h3 {
          margin: 0 0 10px 0;
          font-size: 22px;
          color: #002867;
          line-height: 1.4em;
          text-align: center; }
        .page-template-about-us .our-values .container .values .keypoint .description {
          font-size: 16px;
          text-align: center; }
          .page-template-about-us .our-values .container .values .keypoint .description span {
            color: #257FFF; }

.page-template-about-us .leaders {
  padding: 60px 0; }
  .page-template-about-us .leaders .container .content-block {
    width: 100%; }
  .page-template-about-us .leaders .container .bios {
    padding: 30px 0 0 0;
    display: flex;
    flex-wrap: wrap; }
    .page-template-about-us .leaders .container .bios .bio {
      width: 25%;
      padding: 20px 20px 20px 0; }
      .page-template-about-us .leaders .container .bios .bio .bio-main {
        flex-wrap: wrap;
        flex-direction: column;
        justify-content: center;
        text-align: left;
        align-items: flex-start; }
      .page-template-about-us .leaders .container .bios .bio .profile-pic {
        width: 125px;
        height: 125px;
        margin-bottom: 20px;
        border-radius: 50%;
        overflow: hidden; }
      .page-template-about-us .leaders .container .bios .bio h3 {
        margin: 0 0 10px 0;
        font-size: 26px;
        font-weight: 600;
        line-height: 1.1em;
        color: #002867; }
      .page-template-about-us .leaders .container .bios .bio .title {
        margin: 0 0 15px 0;
        font-size: 16px;
        font-weight: 500;
        color: #26B2F2; }
      .page-template-about-us .leaders .container .bios .bio .bio-modal {
        width: 40%;
        height: 100vh;
        min-height: 100vh;
        padding: 140px 80px 0 80px;
        position: fixed;
        top: 0;
        right: 0;
        z-index: 4;
        background-color: #F9F9F9;
        transform: translateX(100%);
        overflow: auto;
        transition: all 0.5s ease-in-out; }
        .page-template-about-us .leaders .container .bios .bio .bio-modal.active {
          transform: translateX(0%); }
        .page-template-about-us .leaders .container .bios .bio .bio-modal .close-modal {
          width: 138px;
          height: 38px;
          margin-left: -15px;
          display: flex;
          align-items: center;
          justify-content: center;
          text-decoration: none;
          font-size: 16px;
          font-weight: 600;
          color: #002867;
          border-radius: 4px;
          transition: all 0.5s ease-in-out; }
          .page-template-about-us .leaders .container .bios .bio .bio-modal .close-modal::before {
            width: 14px;
            height: 14px;
            margin-right: 15px;
            display: block;
            content: '';
            background-image: url("/wp-content/uploads/2023/09/small-close-icon.svg");
            background-position: center;
            background-repeat: no-repeat;
            transform: rotate(0);
            transition: all 0.5s ease-in-out; }
          .page-template-about-us .leaders .container .bios .bio .bio-modal .close-modal:hover {
            background-color: #fff; }
            .page-template-about-us .leaders .container .bios .bio .bio-modal .close-modal:hover::before {
              transform: rotate(0); }
        .page-template-about-us .leaders .container .bios .bio .bio-modal .bio-body {
          margin-top: 60px; }
          .page-template-about-us .leaders .container .bios .bio .bio-modal .bio-body h4 {
            margin: 0 0 10px 0;
            font-size: 26px;
            font-weight: 600;
            line-height: 1.1em;
            color: #002867; }
          .page-template-about-us .leaders .container .bios .bio .bio-modal .bio-body .bio-text {
            font-size: 16px;
            font-weight: 400;
            color: #404040; }

.page-template-about-us .join-the-team {
  height: 850px;
  padding: 60px 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }
  .page-template-about-us .join-the-team .container {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center; }
    .page-template-about-us .join-the-team .container .content-block {
      width: 50%;
      margin: 0 auto 80px auto;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column; }
      .page-template-about-us .join-the-team .container .content-block h2 {
        color: #fff;
        text-align: center; }
      .page-template-about-us .join-the-team .container .content-block .description {
        margin-bottom: 20px;
        font-size: 16px;
        color: #fff;
        text-align: center; }

.page-template-about-us .our-impact {
  padding: 60px 0;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 3; }
  .page-template-about-us .our-impact .photos {
    width: 50%;
    margin-right: 40px;
    display: flex; }
    .page-template-about-us .our-impact .photos .photo-left {
      margin-right: 20px; }
      .page-template-about-us .our-impact .photos .photo-left img {
        min-height: 519px;
        border-top-right-radius: 30px;
        border-bottom-right-radius: 30px; }
    .page-template-about-us .our-impact .photos .photo-right {
      display: flex;
      flex-direction: column;
      justify-content: space-between; }
      .page-template-about-us .our-impact .photos .photo-right img {
        border-radius: 30px; }
  .page-template-about-us .our-impact .content-block {
    width: 560px; }

.page-template-about-us #team-gsap.join-the-team {
  background-color: #002867;
  position: relative;
  overflow: hidden; }
  @media (min-width: 821px) and (orientation: portrait), (min-width: 1281px) and (orientation: landscape) {
    .page-template-about-us #team-gsap.join-the-team {
      background-image: none !important; } }
  .page-template-about-us #team-gsap.join-the-team .image-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .page-template-about-us #team-gsap.join-the-team .image-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    transform: translateY(-16%); }
  .page-template-about-us #team-gsap.join-the-team .image-row {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: repeat(3, auto);
    gap: 10px 0;
    transform: rotate(5deg);
    transform-origin: right; }
    .page-template-about-us #team-gsap.join-the-team .image-row .image {
      position: relative; }
      .page-template-about-us #team-gsap.join-the-team .image-row .image:nth-child(4n+1) {
        grid-column: 4/5; }
      .page-template-about-us #team-gsap.join-the-team .image-row .image:nth-child(4n+2) {
        grid-column: 8/9; }
      .page-template-about-us #team-gsap.join-the-team .image-row .image:nth-child(4n+3) {
        grid-column: 6/7; }
      .page-template-about-us #team-gsap.join-the-team .image-row .image:nth-child(4n+4) {
        grid-column: 10/11; }
      .page-template-about-us #team-gsap.join-the-team .image-row .image:nth-child(1) {
        top: 55px;
        left: -40px; }
      .page-template-about-us #team-gsap.join-the-team .image-row .image:nth-child(2) {
        top: 40px; }
      .page-template-about-us #team-gsap.join-the-team .image-row .image:nth-child(3) {
        top: -50px;
        left: -30px; }
      .page-template-about-us #team-gsap.join-the-team .image-row .image:nth-child(4) {
        top: 50px; }
      .page-template-about-us #team-gsap.join-the-team .image-row .image:nth-child(5) {
        top: -30px;
        left: 50px; }
      .page-template-about-us #team-gsap.join-the-team .image-row .image:nth-child(6) {
        top: -60px;
        left: -50px; }
  .page-template-about-us #team-gsap.join-the-team .image {
    height: 280px;
    width: 435px;
    background-color: #BBBCBC;
    border-radius: 20px;
    opacity: 0.50; }
    .page-template-about-us #team-gsap.join-the-team .image img {
      height: inherit;
      width: inherit;
      border-radius: inherit;
      -o-object-fit: cover;
         object-fit: cover; }

.page-template-careers .inner-hero {
  height: 605px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }
  .page-template-careers .inner-hero .container {
    height: 100%;
    display: flex;
    align-items: center; }
    .page-template-careers .inner-hero .container .content-block {
      width: 35%;
      position: relative;
      z-index: 3; }
      .page-template-careers .inner-hero .container .content-block h1 {
        margin: 25px 0;
        font-size: 56px;
        font-weight: 600;
        line-height: 1.2em;
        color: #fff; }
      .page-template-careers .inner-hero .container .content-block .description {
        margin: 0 0 25px 0;
        font-size: 16px;
        color: #fff; }
        .page-template-careers .inner-hero .container .content-block .description p {
          font-size: 16px;
          color: #fff; }
    .page-template-careers .inner-hero .container .featured-image {
      width: 1195px;
      height: 1195px;
      border-radius: 50%;
      position: absolute;
      top: 0;
      right: 0;
      z-index: 2;
      border: 1px solid #CFE3FF;
      display: flex;
      justify-content: center;
      align-items: center;
      transform: translate(28%, -17%); }
      .page-template-careers .inner-hero .container .featured-image .middle-circle {
        width: 991px;
        height: 991px;
        border-radius: 50%;
        border: 1px solid #B5D3FF;
        display: flex;
        justify-content: center;
        align-items: center; }
        .page-template-careers .inner-hero .container .featured-image .middle-circle .wrapper {
          width: 839px;
          height: 839px;
          border-radius: 50%;
          overflow: hidden; }
          .page-template-careers .inner-hero .container .featured-image .middle-circle .wrapper img {
            max-width: auto !important;
            height: 100%; }

.page-template-careers .benefits {
  padding: 140px 0 30px 0; }
  .page-template-careers .benefits .container {
    position: relative;
    z-index: 3; }
    .page-template-careers .benefits .container .content-block {
      width: 40%;
      margin: 0 auto 40px auto;
      text-align: center; }
    .page-template-careers .benefits .container .benefits-list {
      display: flex;
      justify-content: space-around;
      flex-wrap: wrap; }
      .page-template-careers .benefits .container .benefits-list .keypoint {
        width: 32%;
        padding: 20px 20px 30px 20px;
        display: flex;
        flex-direction: column;
        align-items: center; }
        .page-template-careers .benefits .container .benefits-list .keypoint .icon {
          height: 46px;
          margin-bottom: 10px; }
        .page-template-careers .benefits .container .benefits-list .keypoint h3 {
          margin: 0 0 10px 0;
          font-size: 22px;
          color: #002867;
          line-height: 1.4em;
          text-align: center; }

.page-template-careers .our-culture {
  padding: 40px 0;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 3; }
  .page-template-careers .our-culture .photos {
    width: 50%;
    margin-right: 40px;
    display: flex; }
    @media screen and (min-width: 1700px) {
      .page-template-careers .our-culture .photos {
        justify-content: flex-end; } }
    .page-template-careers .our-culture .photos .photo-left {
      margin-right: 20px; }
      .page-template-careers .our-culture .photos .photo-left img {
        min-height: 519px;
        border-top-right-radius: 30px;
        border-bottom-right-radius: 30px; }
        @media screen and (min-width: 1700px) {
          .page-template-careers .our-culture .photos .photo-left img {
            border-radius: 30px; } }
  .page-template-careers .our-culture .content-block {
    width: 560px; }

.page-template-careers .open-positions-banner {
  width: 1240px;
  min-height: 225px;
  padding: 20px 0;
  margin: 40px auto;
  background: linear-gradient(90deg, #002B6B 41.19%, #135ED4 93.93%);
  border-radius: 15px; }
  .page-template-careers .open-positions-banner a {
    text-decoration: none !important; }
  .page-template-careers .open-positions-banner .wrapper {
    height: 100%;
    display: flex;
    align-items: center; }
    .page-template-careers .open-positions-banner .wrapper .image {
      width: 33%;
      text-align: center; }
      .page-template-careers .open-positions-banner .wrapper .image img {
        max-height: 225px; }
    .page-template-careers .open-positions-banner .wrapper .content-block {
      width: 50%;
      margin-left: 30px; }
      .page-template-careers .open-positions-banner .wrapper .content-block h2 {
        margin-top: 0;
        margin-bottom: 15px;
        color: #fff; }
      .page-template-careers .open-positions-banner .wrapper .content-block .description {
        margin-bottom: 20px;
        color: #fff; }

.page-template-careers .locations {
  margin: 80px 0 60px 0; }
  .page-template-careers .locations .container {
    display: flex;
    justify-content: space-between; }
    .page-template-careers .locations .container .content-block {
      width: 40%;
      margin-right: 40px; }
    .page-template-careers .locations .container .location-list {
      width: 55%;
      display: flex;
      flex-wrap: wrap; }
      .page-template-careers .locations .container .location-list .location {
        width: 45%;
        margin-right: 20px;
        margin-bottom: 30px; }
        .page-template-careers .locations .container .location-list .location .flag {
          height: 30px;
          margin-bottom: 10px; }
        .page-template-careers .locations .container .location-list .location h3 {
          margin: 0 0 10px 0;
          font-size: 18px;
          color: #002867; }
        .page-template-careers .locations .container .location-list .location h4 {
          margin: 0 0 10px 0;
          font-size: 18px;
          font-weight: 500;
          color: #002867; }
        .page-template-careers .locations .container .location-list .location .address {
          font-size: 16px;
          color: #404040; }
          .page-template-careers .locations .container .location-list .location .address p {
            margin: 0;
            font-size: 16px;
            color: #404040; }
        .page-template-careers .locations .container .location-list .location .phone {
          font-size: 16px;
          color: #404040; }
        .page-template-careers .locations .container .location-list .location .ctas {
          margin-top: 15px; }

.page-template-contact-us .inner-hero {
  height: 605px;
  position: relative;
  overflow: hidden;
  background-color: #002867; }
  .page-template-contact-us .inner-hero .image {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }
  .page-template-contact-us .inner-hero .container {
    height: 100%;
    display: flex;
    position: relative;
    z-index: 2; }
    .page-template-contact-us .inner-hero .container::before {
      width: 1320px;
      height: 1363px;
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      background-image: url("/wp-content/uploads/2023/09/particle-burst-3.svg");
      background-position: center;
      background-repeat: no-repeat;
      transform: translateX(-35%) translateY(-26%);
      opacity: 0.7; }
    .page-template-contact-us .inner-hero .container .content-block {
      width: 60%;
      height: 100%;
      padding-top: 66px;
      position: relative;
      display: flex;
      flex-direction: column;
      justify-content: center; }
      .page-template-contact-us .inner-hero .container .content-block .subheading {
        margin-bottom: 18px;
        font-size: 16px;
        font-weight: 600;
        text-transform: uppercase;
        line-height: 1.4em;
        color: #E1E1E1; }
      .page-template-contact-us .inner-hero .container .content-block h1 {
        margin: 0;
        margin-bottom: 18px;
        font-size: 56px;
        font-weight: 600;
        line-height: 1.2em;
        color: #fff; }
        .page-template-contact-us .inner-hero .container .content-block h1 span {
          color: #26B2F2; }
      .page-template-contact-us .inner-hero .container .content-block .description {
        font-size: 16px;
        font-weight: 400;
        line-height: 1.8em;
        color: #fff; }
        .page-template-contact-us .inner-hero .container .content-block .description p {
          margin: 0;
          font-size: 16px;
          font-weight: 400;
          line-height: 1.8em;
          color: #fff; }

.page-template-contact-us .contact-form {
  margin-top: 40px; }
  .page-template-contact-us .contact-form .container .gform_confirmation_wrapper {
    width: 60%;
    margin: 0 auto 80px auto; }
  .page-template-contact-us .contact-form .container .gform_wrapper {
    width: 60%;
    margin: 0 auto 80px auto;
    padding: 40px 60px;
    background-color: #F9FDFF;
    border-radius: 20px; }

.page-template-support-overview .inner-hero {
  height: 605px;
  position: relative;
  overflow: hidden;
  background-color: #002867; }
  .page-template-support-overview .inner-hero .image {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }
  .page-template-support-overview .inner-hero .container {
    height: 100%;
    display: flex;
    position: relative;
    z-index: 2; }
    .page-template-support-overview .inner-hero .container::before {
      width: 1320px;
      height: 1363px;
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      background-image: url("/wp-content/uploads/2023/09/particle-burst-3.svg");
      background-position: center;
      background-repeat: no-repeat;
      transform: translateX(-35%) translateY(-26%);
      opacity: 0.7; }
    .page-template-support-overview .inner-hero .container .content-block {
      width: 60%;
      height: 100%;
      padding-top: 66px;
      position: relative;
      display: flex;
      flex-direction: column;
      justify-content: center; }
      .page-template-support-overview .inner-hero .container .content-block .subheading {
        margin-bottom: 18px;
        font-size: 16px;
        font-weight: 600;
        text-transform: uppercase;
        line-height: 1.4em;
        color: #E1E1E1; }
      .page-template-support-overview .inner-hero .container .content-block h1 {
        margin: 0;
        margin-bottom: 18px;
        font-size: 56px;
        font-weight: 600;
        line-height: 1.2em;
        color: #fff; }
        .page-template-support-overview .inner-hero .container .content-block h1 span {
          color: #26B2F2; }
      .page-template-support-overview .inner-hero .container .content-block .description {
        margin-bottom: 20px;
        font-size: 16px;
        font-weight: 400;
        line-height: 1.8em;
        color: #fff; }
        .page-template-support-overview .inner-hero .container .content-block .description p {
          margin: 0;
          font-size: 16px;
          font-weight: 400;
          line-height: 1.8em;
          color: #fff; }
      .page-template-support-overview .inner-hero .container .content-block .ctas a {
        margin-right: 20px; }

.page-template-support-overview .need-help {
  padding: 60px 0 40px; }
  .page-template-support-overview .need-help .container {
    display: flex;
    justify-content: space-between; }
    .page-template-support-overview .need-help .container .contact-heading {
      width: 40%; }
    .page-template-support-overview .need-help .container .contact-information, .page-template-support-overview .need-help .container .email-information {
      width: 30%; }
      .page-template-support-overview .need-help .container .contact-information h3, .page-template-support-overview .need-help .container .email-information h3 {
        margin: 0 0 10px 0;
        font-size: 18px;
        color: #002867; }
      .page-template-support-overview .need-help .container .contact-information .description, .page-template-support-overview .need-help .container .email-information .description {
        margin-bottom: 15px;
        font-size: 16px;
        color: #404040; }
        .page-template-support-overview .need-help .container .contact-information .description p, .page-template-support-overview .need-help .container .email-information .description p {
          font-size: 16px;
          color: #404040; }

.page-template-support-overview .support-cards {
  padding: 0 0 20px 0; }
  .page-template-support-overview .support-cards .container {
    padding-left: 10px;
    padding-right: 10px; }
    .page-template-support-overview .support-cards .container .cards {
      display: flex;
      flex-wrap: wrap; }
      .page-template-support-overview .support-cards .container .cards .card {
        width: 32%;
        margin: 20px 7px;
        padding: 40px;
        border-radius: 20px;
        background-color: #F9F9F9; }
        .page-template-support-overview .support-cards .container .cards .card h2 {
          margin: 0 0 10px 0;
          font-size: 26px;
          color: #002867; }
        .page-template-support-overview .support-cards .container .cards .card .description {
          margin-bottom: 15px;
          font-size: 16px; }
          .page-template-support-overview .support-cards .container .cards .card .description p {
            font-size: 16px; }

.page-template-support-overview .additional-claims-support .container {
  padding-left: 10px;
  padding-right: 10px; }
  .page-template-support-overview .additional-claims-support .container .cards {
    display: flex;
    flex-wrap: wrap; }
    .page-template-support-overview .additional-claims-support .container .cards .card {
      width: 32%;
      margin: 20px 7px;
      padding: 40px;
      border-radius: 20px;
      background-color: #EEF5FF; }
      .page-template-support-overview .additional-claims-support .container .cards .card h3 {
        margin: 0 0 10px 0;
        font-size: 26px;
        color: #002867; }
      .page-template-support-overview .additional-claims-support .container .cards .card .description {
        margin-bottom: 15px;
        font-size: 16px; }
        .page-template-support-overview .additional-claims-support .container .cards .card .description p {
          font-size: 16px; }

.page-template-dealer-support .inner-hero {
  height: 605px;
  position: relative;
  overflow: hidden;
  background-color: #002867; }
  .page-template-dealer-support .inner-hero .image {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }
  .page-template-dealer-support .inner-hero .container {
    height: 100%;
    display: flex;
    position: relative;
    z-index: 2; }
    .page-template-dealer-support .inner-hero .container::before {
      width: 1320px;
      height: 1363px;
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      background-image: url("/wp-content/uploads/2023/09/particle-burst-3.svg");
      background-position: center;
      background-repeat: no-repeat;
      transform: translateX(-35%) translateY(-26%);
      opacity: 0.7; }
    .page-template-dealer-support .inner-hero .container .content-block {
      width: 60%;
      height: 100%;
      padding-top: 66px;
      position: relative;
      display: flex;
      flex-direction: column;
      justify-content: center; }
      .page-template-dealer-support .inner-hero .container .content-block .subheading {
        margin-bottom: 18px;
        font-size: 16px;
        font-weight: 600;
        text-transform: uppercase;
        line-height: 1.4em;
        color: #E1E1E1; }
      .page-template-dealer-support .inner-hero .container .content-block h1 {
        margin: 0;
        margin-bottom: 18px;
        font-size: 56px;
        font-weight: 600;
        line-height: 1.2em;
        color: #fff; }
        .page-template-dealer-support .inner-hero .container .content-block h1 span {
          color: #26B2F2; }
      .page-template-dealer-support .inner-hero .container .content-block .description {
        margin-bottom: 20px;
        font-size: 16px;
        font-weight: 400;
        line-height: 1.8em;
        color: #fff; }
        .page-template-dealer-support .inner-hero .container .content-block .description p {
          margin: 0;
          font-size: 16px;
          font-weight: 400;
          line-height: 1.8em;
          color: #fff; }
      .page-template-dealer-support .inner-hero .container .content-block .ctas a {
        margin-right: 20px; }

.page-template-dealer-support .form-and-contact {
  padding: 60px 0; }
  .page-template-dealer-support .form-and-contact .container {
    display: flex;
    justify-content: space-between; }
    .page-template-dealer-support .form-and-contact .container .support-form {
      width: 50%; }
    .page-template-dealer-support .form-and-contact .container .need-help-block {
      width: 40%; }
      .page-template-dealer-support .form-and-contact .container .need-help-block .need-help {
        padding: 40px 40px 20px 40px;
        border-radius: 20px;
        background-color: #EDF9FE; }
        .page-template-dealer-support .form-and-contact .container .need-help-block .need-help .contact-heading {
          margin-bottom: 20px; }
        .page-template-dealer-support .form-and-contact .container .need-help-block .need-help .contact-information, .page-template-dealer-support .form-and-contact .container .need-help-block .need-help .email-information {
          margin-bottom: 20px; }
          .page-template-dealer-support .form-and-contact .container .need-help-block .need-help .contact-information h3, .page-template-dealer-support .form-and-contact .container .need-help-block .need-help .email-information h3 {
            margin: 0 0 10px 0;
            font-size: 18px;
            color: #002867; }
          .page-template-dealer-support .form-and-contact .container .need-help-block .need-help .contact-information .description, .page-template-dealer-support .form-and-contact .container .need-help-block .need-help .email-information .description {
            margin-bottom: 15px;
            font-size: 16px;
            color: #404040; }
            .page-template-dealer-support .form-and-contact .container .need-help-block .need-help .contact-information .description p, .page-template-dealer-support .form-and-contact .container .need-help-block .need-help .email-information .description p {
              font-size: 16px;
              color: #404040; }

.page-template-dealer-support .business-tools-amd-forms-banner {
  width: 1240px;
  height: 225px;
  margin: 0 auto 80px auto;
  background: linear-gradient(90deg, #002B6B 41.19%, #135ED4 93.93%);
  border-radius: 15px; }
  .page-template-dealer-support .business-tools-amd-forms-banner .wrapper {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    background-position: -35px 50%;
    background-repeat: no-repeat;
    position: relative; }
    .page-template-dealer-support .business-tools-amd-forms-banner .wrapper:before {
      content: "";
      display: block;
      position: absolute;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.4);
      left: 0;
      top: 0;
      border-radius: 15px;
      z-index: 0; }
    .page-template-dealer-support .business-tools-amd-forms-banner .wrapper .content-block {
      width: 60%;
      z-index: 1; }
      .page-template-dealer-support .business-tools-amd-forms-banner .wrapper .content-block h2 {
        margin-top: 0;
        margin-bottom: 15px;
        color: #fff; }
      .page-template-dealer-support .business-tools-amd-forms-banner .wrapper .content-block .description {
        margin-bottom: 20px;
        color: #fff; }

.page-template-agent-support .inner-hero {
  height: 605px;
  position: relative;
  overflow: hidden;
  background-color: #002867; }
  .page-template-agent-support .inner-hero .image {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }
  .page-template-agent-support .inner-hero .container {
    height: 100%;
    display: flex;
    position: relative;
    z-index: 2; }
    .page-template-agent-support .inner-hero .container::before {
      width: 1320px;
      height: 1363px;
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      background-image: url("/wp-content/uploads/2023/09/particle-burst-3.svg");
      background-position: center;
      background-repeat: no-repeat;
      transform: translateX(-35%) translateY(-26%);
      opacity: 0.7; }
    .page-template-agent-support .inner-hero .container .content-block {
      width: 60%;
      height: 100%;
      padding-top: 66px;
      position: relative;
      display: flex;
      flex-direction: column;
      justify-content: center; }
      .page-template-agent-support .inner-hero .container .content-block .subheading {
        margin-bottom: 18px;
        font-size: 16px;
        font-weight: 600;
        text-transform: uppercase;
        line-height: 1.4em;
        color: #E1E1E1; }
      .page-template-agent-support .inner-hero .container .content-block h1 {
        margin: 0;
        margin-bottom: 18px;
        font-size: 56px;
        font-weight: 600;
        line-height: 1.2em;
        color: #fff; }
        .page-template-agent-support .inner-hero .container .content-block h1 span {
          color: #26B2F2; }
      .page-template-agent-support .inner-hero .container .content-block .description {
        margin-bottom: 20px;
        font-size: 16px;
        font-weight: 400;
        line-height: 1.8em;
        color: #fff; }
        .page-template-agent-support .inner-hero .container .content-block .description p {
          margin: 0;
          font-size: 16px;
          font-weight: 400;
          line-height: 1.8em;
          color: #fff; }
      .page-template-agent-support .inner-hero .container .content-block .ctas a {
        margin-right: 20px; }

.page-template-agent-support .form-and-contact {
  padding: 60px 0; }
  .page-template-agent-support .form-and-contact .container {
    display: flex;
    justify-content: space-between; }
    .page-template-agent-support .form-and-contact .container .support-form {
      width: 50%; }
    .page-template-agent-support .form-and-contact .container .need-help-block {
      width: 40%; }
      .page-template-agent-support .form-and-contact .container .need-help-block .need-help {
        padding: 40px 40px 20px 40px;
        border-radius: 20px;
        background-color: #EDF9FE; }
        .page-template-agent-support .form-and-contact .container .need-help-block .need-help .contact-heading {
          margin-bottom: 20px; }
        .page-template-agent-support .form-and-contact .container .need-help-block .need-help .contact-information, .page-template-agent-support .form-and-contact .container .need-help-block .need-help .email-information {
          margin-bottom: 20px; }
          .page-template-agent-support .form-and-contact .container .need-help-block .need-help .contact-information h3, .page-template-agent-support .form-and-contact .container .need-help-block .need-help .email-information h3 {
            margin: 0 0 10px 0;
            font-size: 18px;
            color: #002867; }
          .page-template-agent-support .form-and-contact .container .need-help-block .need-help .contact-information .description, .page-template-agent-support .form-and-contact .container .need-help-block .need-help .email-information .description {
            margin-bottom: 15px;
            font-size: 16px;
            color: #404040; }
            .page-template-agent-support .form-and-contact .container .need-help-block .need-help .contact-information .description p, .page-template-agent-support .form-and-contact .container .need-help-block .need-help .email-information .description p {
              font-size: 16px;
              color: #404040; }

.page-template-customer-support .inner-hero {
  height: 605px;
  position: relative;
  overflow: hidden;
  background-color: #002867; }
  .page-template-customer-support .inner-hero .image {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }
  .page-template-customer-support .inner-hero .container {
    height: 100%;
    display: flex;
    position: relative;
    z-index: 2; }
    .page-template-customer-support .inner-hero .container::before {
      width: 1320px;
      height: 1363px;
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      background-image: url("/wp-content/uploads/2023/09/particle-burst-3.svg");
      background-position: center;
      background-repeat: no-repeat;
      transform: translateX(-35%) translateY(-26%);
      opacity: 0.7; }
    .page-template-customer-support .inner-hero .container .content-block {
      width: 60%;
      height: 100%;
      padding-top: 66px;
      position: relative;
      display: flex;
      flex-direction: column;
      justify-content: center; }
      .page-template-customer-support .inner-hero .container .content-block .subheading {
        margin-bottom: 18px;
        font-size: 16px;
        font-weight: 600;
        text-transform: uppercase;
        line-height: 1.4em;
        color: #E1E1E1; }
      .page-template-customer-support .inner-hero .container .content-block h1 {
        margin: 0;
        margin-bottom: 18px;
        font-size: 56px;
        font-weight: 600;
        line-height: 1.2em;
        color: #fff; }
        .page-template-customer-support .inner-hero .container .content-block h1 span {
          color: #26B2F2; }
      .page-template-customer-support .inner-hero .container .content-block .description {
        margin-bottom: 20px;
        font-size: 16px;
        font-weight: 400;
        line-height: 1.8em;
        color: #fff; }
        .page-template-customer-support .inner-hero .container .content-block .description p {
          margin: 0;
          font-size: 16px;
          font-weight: 400;
          line-height: 1.8em;
          color: #fff; }
      .page-template-customer-support .inner-hero .container .content-block .ctas a {
        margin-right: 20px; }

.page-template-customer-support .form-and-contact {
  padding: 60px 0; }
  .page-template-customer-support .form-and-contact .container {
    display: flex;
    justify-content: space-between; }
    .page-template-customer-support .form-and-contact .container .support-form {
      width: 50%; }
    .page-template-customer-support .form-and-contact .container .need-help-block {
      width: 40%; }
      .page-template-customer-support .form-and-contact .container .need-help-block .need-help {
        padding: 40px 40px 20px 40px;
        border-radius: 20px;
        background-color: #EDF9FE; }
        .page-template-customer-support .form-and-contact .container .need-help-block .need-help .contact-heading {
          margin-bottom: 20px; }
        .page-template-customer-support .form-and-contact .container .need-help-block .need-help .contact-information, .page-template-customer-support .form-and-contact .container .need-help-block .need-help .email-information {
          margin-bottom: 20px; }
          .page-template-customer-support .form-and-contact .container .need-help-block .need-help .contact-information h3, .page-template-customer-support .form-and-contact .container .need-help-block .need-help .email-information h3 {
            margin: 0 0 10px 0;
            font-size: 18px;
            color: #002867; }
          .page-template-customer-support .form-and-contact .container .need-help-block .need-help .contact-information .description, .page-template-customer-support .form-and-contact .container .need-help-block .need-help .email-information .description {
            margin-bottom: 15px;
            font-size: 16px;
            color: #404040; }
            .page-template-customer-support .form-and-contact .container .need-help-block .need-help .contact-information .description p, .page-template-customer-support .form-and-contact .container .need-help-block .need-help .email-information .description p {
              font-size: 16px;
              color: #404040; }

.page-template-customer-support .additional-claims-support .container {
  padding-left: 10px;
  padding-right: 10px; }
  .page-template-customer-support .additional-claims-support .container .cards {
    display: flex;
    flex-wrap: wrap; }
    .page-template-customer-support .additional-claims-support .container .cards .card {
      width: 32%;
      margin: 20px 7px;
      padding: 40px;
      border-radius: 20px;
      background-color: #EEF5FF; }
      .page-template-customer-support .additional-claims-support .container .cards .card h3 {
        margin: 0 0 10px 0;
        font-size: 26px;
        color: #002867; }
      .page-template-customer-support .additional-claims-support .container .cards .card .description {
        margin-bottom: 15px;
        font-size: 16px; }
        .page-template-customer-support .additional-claims-support .container .cards .card .description p {
          font-size: 16px; }

.page-template-transfer-coverage .inner-hero {
  height: 605px;
  position: relative;
  overflow: hidden;
  background-color: #002867; }
  .page-template-transfer-coverage .inner-hero .image {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }
  .page-template-transfer-coverage .inner-hero .container {
    height: 100%;
    display: flex;
    position: relative;
    z-index: 2; }
    .page-template-transfer-coverage .inner-hero .container::before {
      width: 1320px;
      height: 1363px;
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      background-image: url("/wp-content/uploads/2023/09/particle-burst-3.svg");
      background-position: center;
      background-repeat: no-repeat;
      transform: translateX(-35%) translateY(-26%);
      opacity: 0.7; }
    .page-template-transfer-coverage .inner-hero .container .content-block {
      width: 60%;
      height: 100%;
      padding-top: 66px;
      position: relative;
      display: flex;
      flex-direction: column;
      justify-content: center; }
      .page-template-transfer-coverage .inner-hero .container .content-block .subheading {
        margin-bottom: 18px;
        font-size: 16px;
        font-weight: 600;
        text-transform: uppercase;
        line-height: 1.4em;
        color: #E1E1E1; }
      .page-template-transfer-coverage .inner-hero .container .content-block h1 {
        margin: 0;
        margin-bottom: 18px;
        font-size: 56px;
        font-weight: 600;
        line-height: 1.2em;
        color: #fff; }
        .page-template-transfer-coverage .inner-hero .container .content-block h1 span {
          color: #26B2F2; }
      .page-template-transfer-coverage .inner-hero .container .content-block .description {
        margin-bottom: 20px;
        font-size: 16px;
        font-weight: 400;
        line-height: 1.8em;
        color: #fff; }
        .page-template-transfer-coverage .inner-hero .container .content-block .description p {
          margin: 0;
          font-size: 16px;
          font-weight: 400;
          line-height: 1.8em;
          color: #fff; }

.page-template-transfer-coverage .form-and-contact {
  padding: 60px 0; }
  .page-template-transfer-coverage .form-and-contact .container {
    display: flex;
    justify-content: space-between; }
    .page-template-transfer-coverage .form-and-contact .container .support-form {
      width: 50%; }
      .page-template-transfer-coverage .form-and-contact .container .support-form .gform_confirmation_wrapper {
        width: 60%;
        margin: 0 auto 80px auto;
        padding: 80px 60px;
        border-radius: 20px; }
        .page-template-transfer-coverage .form-and-contact .container .support-form .gform_confirmation_wrapper .gform_confirmation_message {
          text-align: center; }
      .page-template-transfer-coverage .form-and-contact .container .support-form .gform_wrapper .gfield.heading {
        font-size: 48px;
        font-weight: 600;
        color: #002867; }
      .page-template-transfer-coverage .form-and-contact .container .support-form .gform_wrapper .gfield.description {
        color: #404040; }
      .page-template-transfer-coverage .form-and-contact .container .support-form .gform_wrapper .gfield.all-required {
        font-size: 14px;
        color: #404040;
        text-align: right; }
      .page-template-transfer-coverage .form-and-contact .container .support-form .gform_wrapper .gfield {
        color: #404040; }
        .page-template-transfer-coverage .form-and-contact .container .support-form .gform_wrapper .gfield .gfield_required {
          color: #97999B; }
        .page-template-transfer-coverage .form-and-contact .container .support-form .gform_wrapper .gfield.gfield_error .gfield_label {
          color: #e50050; }
        .page-template-transfer-coverage .form-and-contact .container .support-form .gform_wrapper .gfield.gfield_error [aria-invalid=true] {
          border-color: #e50050; }
        .page-template-transfer-coverage .form-and-contact .container .support-form .gform_wrapper .gfield.gfield_error label {
          color: #e50050; }
        .page-template-transfer-coverage .form-and-contact .container .support-form .gform_wrapper .gfield input, .page-template-transfer-coverage .form-and-contact .container .support-form .gform_wrapper .gfield textarea, .page-template-transfer-coverage .form-and-contact .container .support-form .gform_wrapper .gfield select {
          -webkit-appearance: none;
             -moz-appearance: none;
                  appearance: none; }
        .page-template-transfer-coverage .form-and-contact .container .support-form .gform_wrapper .gfield h3 {
          font-size: 16px;
          text-transform: uppercase;
          color: #257FFF; }
      .page-template-transfer-coverage .form-and-contact .container .support-form .gform_wrapper .gform_button {
        padding: 20px 0;
        font-size: 18px;
        font-weight: 600;
        text-transform: uppercase;
        color: #fff;
        background-color: #002867;
        border: 0; }
        .page-template-transfer-coverage .form-and-contact .container .support-form .gform_wrapper .gform_button:hover, .page-template-transfer-coverage .form-and-contact .container .support-form .gform_wrapper .gform_button:focus {
          background-color: #257FFF; }
      .page-template-transfer-coverage .form-and-contact .container .support-form .gform_wrapper .gform_validation_errors {
        border-color: #e50050; }
        .page-template-transfer-coverage .form-and-contact .container .support-form .gform_wrapper .gform_validation_errors h2 {
          color: #e50050; }
      .page-template-transfer-coverage .form-and-contact .container .support-form .gform_wrapper .validation_message {
        border-color: #e50050;
        color: #e50050; }
      .page-template-transfer-coverage .form-and-contact .container .support-form .form-notes .form-note {
        padding: 20px 0;
        display: flex;
        font-size: 14px;
        color: #002867;
        align-items: center; }
        .page-template-transfer-coverage .form-and-contact .container .support-form .form-notes .form-note img {
          margin-right: 15px; }
    .page-template-transfer-coverage .form-and-contact .container .need-help-block {
      width: 40%; }
      .page-template-transfer-coverage .form-and-contact .container .need-help-block .need-help {
        margin-bottom: 20px;
        padding: 40px 40px 20px 40px;
        border-radius: 20px;
        background-color: #EDF9FE; }
        .page-template-transfer-coverage .form-and-contact .container .need-help-block .need-help .contact-heading {
          margin-bottom: 20px; }
        .page-template-transfer-coverage .form-and-contact .container .need-help-block .need-help .contact-information, .page-template-transfer-coverage .form-and-contact .container .need-help-block .need-help .email-information {
          margin-bottom: 20px; }
          .page-template-transfer-coverage .form-and-contact .container .need-help-block .need-help .contact-information h3, .page-template-transfer-coverage .form-and-contact .container .need-help-block .need-help .email-information h3 {
            margin: 0 0 10px 0;
            font-size: 18px;
            color: #002867; }
          .page-template-transfer-coverage .form-and-contact .container .need-help-block .need-help .contact-information .description, .page-template-transfer-coverage .form-and-contact .container .need-help-block .need-help .email-information .description {
            margin-bottom: 15px;
            font-size: 16px;
            color: #404040; }
            .page-template-transfer-coverage .form-and-contact .container .need-help-block .need-help .contact-information .description p, .page-template-transfer-coverage .form-and-contact .container .need-help-block .need-help .email-information .description p {
              font-size: 16px;
              color: #404040; }
      .page-template-transfer-coverage .form-and-contact .container .need-help-block .notes {
        margin-bottom: 20px;
        padding: 20px 40px;
        border-radius: 20px;
        background-color: #FFFADD; }
        .page-template-transfer-coverage .form-and-contact .container .need-help-block .notes .note {
          padding: 15px 0 0 0;
          border-bottom: 1px solid #D0CDBC;
          font-size: 16px;
          color: #404040; }
          .page-template-transfer-coverage .form-and-contact .container .need-help-block .notes .note img {
            display: block;
            margin-bottom: 10px; }
          .page-template-transfer-coverage .form-and-contact .container .need-help-block .notes .note p {
            font-size: 16px;
            color: #404040; }
          .page-template-transfer-coverage .form-and-contact .container .need-help-block .notes .note:last-child {
            border-bottom: 0; }

.page-template-transfer-coverage .prerequisite .container .cards {
  display: flex;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-right: -20px; }
  .page-template-transfer-coverage .prerequisite .container .cards .card {
    width: 48%;
    margin: 20px 10px;
    padding: 30px;
    border-radius: 5px;
    background-color: #F5F5F5;
    border-left: 1px solid #257FFF; }
    .page-template-transfer-coverage .prerequisite .container .cards .card h3 {
      margin: 0 0 20px 0;
      font-size: 26px;
      color: #002867; }
    .page-template-transfer-coverage .prerequisite .container .cards .card .item {
      padding: 10px 0;
      display: flex;
      font-size: 20px; }
      .page-template-transfer-coverage .prerequisite .container .cards .card .item .num {
        width: 32px;
        height: 32px;
        margin-right: 15px;
        border: 1px solid #257FFF;
        border-radius: 50%;
        color: #257FFF;
        display: flex;
        justify-content: center;
        align-items: center; }

.page-template-cancel-coverage .inner-hero {
  height: 605px;
  position: relative;
  overflow: hidden;
  background-color: #002867; }
  .page-template-cancel-coverage .inner-hero .image {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }
  .page-template-cancel-coverage .inner-hero .container {
    height: 100%;
    display: flex;
    position: relative;
    z-index: 2; }
    .page-template-cancel-coverage .inner-hero .container::before {
      width: 1320px;
      height: 1363px;
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      background-image: url("/wp-content/uploads/2023/09/particle-burst-3.svg");
      background-position: center;
      background-repeat: no-repeat;
      transform: translateX(-35%) translateY(-26%);
      opacity: 0.7; }
    .page-template-cancel-coverage .inner-hero .container .content-block {
      width: 60%;
      height: 100%;
      padding-top: 66px;
      position: relative;
      display: flex;
      flex-direction: column;
      justify-content: center; }
      .page-template-cancel-coverage .inner-hero .container .content-block .subheading {
        margin-bottom: 18px;
        font-size: 16px;
        font-weight: 600;
        text-transform: uppercase;
        line-height: 1.4em;
        color: #E1E1E1; }
      .page-template-cancel-coverage .inner-hero .container .content-block h1 {
        margin: 0;
        margin-bottom: 18px;
        font-size: 56px;
        font-weight: 600;
        line-height: 1.2em;
        color: #fff; }
        .page-template-cancel-coverage .inner-hero .container .content-block h1 span {
          color: #26B2F2; }
      .page-template-cancel-coverage .inner-hero .container .content-block .description {
        margin-bottom: 20px;
        font-size: 16px;
        font-weight: 400;
        line-height: 1.8em;
        color: #fff; }
        .page-template-cancel-coverage .inner-hero .container .content-block .description p {
          margin: 0;
          font-size: 16px;
          font-weight: 400;
          line-height: 1.8em;
          color: #fff; }

.page-template-cancel-coverage .form-and-contact {
  padding: 60px 0; }
  .page-template-cancel-coverage .form-and-contact .container {
    display: flex;
    justify-content: space-between; }
    .page-template-cancel-coverage .form-and-contact .container .support-form {
      width: 50%; }
    .page-template-cancel-coverage .form-and-contact .container .need-help-block {
      width: 40%; }
      .page-template-cancel-coverage .form-and-contact .container .need-help-block .need-help {
        margin-bottom: 20px;
        padding: 40px 40px 20px 40px;
        border-radius: 20px;
        background-color: #EDF9FE; }
        .page-template-cancel-coverage .form-and-contact .container .need-help-block .need-help .contact-heading {
          margin-bottom: 20px; }
        .page-template-cancel-coverage .form-and-contact .container .need-help-block .need-help .contact-information, .page-template-cancel-coverage .form-and-contact .container .need-help-block .need-help .email-information {
          margin-bottom: 20px; }
          .page-template-cancel-coverage .form-and-contact .container .need-help-block .need-help .contact-information h3, .page-template-cancel-coverage .form-and-contact .container .need-help-block .need-help .email-information h3 {
            margin: 0 0 10px 0;
            font-size: 18px;
            color: #002867; }
          .page-template-cancel-coverage .form-and-contact .container .need-help-block .need-help .contact-information .description, .page-template-cancel-coverage .form-and-contact .container .need-help-block .need-help .email-information .description {
            margin-bottom: 15px;
            font-size: 16px;
            color: #404040; }
            .page-template-cancel-coverage .form-and-contact .container .need-help-block .need-help .contact-information .description p, .page-template-cancel-coverage .form-and-contact .container .need-help-block .need-help .email-information .description p {
              font-size: 16px;
              color: #404040; }
      .page-template-cancel-coverage .form-and-contact .container .need-help-block .notes {
        margin-bottom: 20px;
        padding: 20px 40px;
        border-radius: 20px;
        background-color: #FFFADD; }
        .page-template-cancel-coverage .form-and-contact .container .need-help-block .notes .note {
          padding: 15px 0 0 0;
          border-bottom: 1px solid #D0CDBC;
          font-size: 16px;
          color: #404040; }
          .page-template-cancel-coverage .form-and-contact .container .need-help-block .notes .note img {
            display: block;
            margin-bottom: 10px; }
          .page-template-cancel-coverage .form-and-contact .container .need-help-block .notes .note p {
            font-size: 16px;
            color: #404040; }
          .page-template-cancel-coverage .form-and-contact .container .need-help-block .notes .note:last-child {
            border-bottom: 0; }

.page-template-cancel-coverage .cancellation-status-banner {
  width: 1240px;
  height: 190px;
  margin: 0 auto 80px auto;
  background: linear-gradient(90deg, #002B6B 41.19%, #135ED4 93.93%);
  border-radius: 15px;
  overflow: hidden; }
  .page-template-cancel-coverage .cancellation-status-banner .wrapper {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    background-repeat: no-repeat;
    background-size: cover; }
    .page-template-cancel-coverage .cancellation-status-banner .wrapper .icon {
      height: 100%;
      margin-right: 20px; }
      .page-template-cancel-coverage .cancellation-status-banner .wrapper .icon img {
        height: 100%; }
    .page-template-cancel-coverage .cancellation-status-banner .wrapper .content-block {
      width: 60%;
      display: flex;
      align-items: center; }
      .page-template-cancel-coverage .cancellation-status-banner .wrapper .content-block .stack {
        width: 60%;
        margin-right: 20px; }
        .page-template-cancel-coverage .cancellation-status-banner .wrapper .content-block .stack h2 {
          margin-top: 0;
          margin-bottom: 15px;
          color: #fff; }
        .page-template-cancel-coverage .cancellation-status-banner .wrapper .content-block .stack .description {
          margin-bottom: 20px;
          color: #fff; }

.page-template-file-a-claim .inner-hero {
  height: 605px;
  position: relative;
  overflow: hidden;
  background-color: #002867; }
  .page-template-file-a-claim .inner-hero .image {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }
  .page-template-file-a-claim .inner-hero .container {
    height: 100%;
    display: flex;
    position: relative;
    z-index: 2; }
    .page-template-file-a-claim .inner-hero .container::before {
      width: 1320px;
      height: 1363px;
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      background-image: url("/wp-content/uploads/2023/09/particle-burst-3.svg");
      background-position: center;
      background-repeat: no-repeat;
      transform: translateX(-35%) translateY(-26%);
      opacity: 0.7; }
    .page-template-file-a-claim .inner-hero .container .content-block {
      width: 60%;
      height: 100%;
      padding-top: 66px;
      position: relative;
      display: flex;
      flex-direction: column;
      justify-content: center; }
      .page-template-file-a-claim .inner-hero .container .content-block .subheading {
        margin-bottom: 18px;
        font-size: 16px;
        font-weight: 600;
        text-transform: uppercase;
        line-height: 1.4em;
        color: #E1E1E1; }
      .page-template-file-a-claim .inner-hero .container .content-block h1 {
        margin: 0;
        margin-bottom: 18px;
        font-size: 56px;
        font-weight: 600;
        line-height: 1.2em;
        color: #fff; }
        .page-template-file-a-claim .inner-hero .container .content-block h1 span {
          color: #26B2F2; }
      .page-template-file-a-claim .inner-hero .container .content-block .description {
        margin-bottom: 20px;
        font-size: 16px;
        font-weight: 400;
        line-height: 1.8em;
        color: #fff; }
        .page-template-file-a-claim .inner-hero .container .content-block .description p {
          margin: 0;
          font-size: 16px;
          font-weight: 400;
          line-height: 1.8em;
          color: #fff; }

.page-template-file-a-claim .form-and-contact {
  padding: 60px 0; }
  .page-template-file-a-claim .form-and-contact .container {
    display: flex;
    justify-content: space-between; }
    .page-template-file-a-claim .form-and-contact .container .support-form {
      width: 50%; }
    .page-template-file-a-claim .form-and-contact .container .need-help-block {
      width: 40%; }
      .page-template-file-a-claim .form-and-contact .container .need-help-block .need-help {
        margin-bottom: 20px;
        padding: 40px 40px 20px 40px;
        border-radius: 20px;
        background-color: #EDF9FE; }
        .page-template-file-a-claim .form-and-contact .container .need-help-block .need-help .contact-heading {
          margin-bottom: 20px; }
        .page-template-file-a-claim .form-and-contact .container .need-help-block .need-help .contact-information, .page-template-file-a-claim .form-and-contact .container .need-help-block .need-help .email-information {
          margin-bottom: 20px; }
          .page-template-file-a-claim .form-and-contact .container .need-help-block .need-help .contact-information h3, .page-template-file-a-claim .form-and-contact .container .need-help-block .need-help .email-information h3 {
            margin: 0 0 10px 0;
            font-size: 18px;
            color: #002867; }
          .page-template-file-a-claim .form-and-contact .container .need-help-block .need-help .contact-information .description, .page-template-file-a-claim .form-and-contact .container .need-help-block .need-help .email-information .description {
            margin-bottom: 15px;
            font-size: 16px;
            color: #404040; }
            .page-template-file-a-claim .form-and-contact .container .need-help-block .need-help .contact-information .description p, .page-template-file-a-claim .form-and-contact .container .need-help-block .need-help .email-information .description p {
              font-size: 16px;
              color: #404040; }
      .page-template-file-a-claim .form-and-contact .container .need-help-block .notes {
        margin-bottom: 20px;
        padding: 20px 40px;
        border-radius: 20px;
        background-color: #FFFADD; }
        .page-template-file-a-claim .form-and-contact .container .need-help-block .notes .note {
          padding: 15px 0 0 0;
          border-bottom: 1px solid #D0CDBC;
          font-size: 16px;
          color: #404040; }
          .page-template-file-a-claim .form-and-contact .container .need-help-block .notes .note img {
            display: block;
            margin-bottom: 10px; }
          .page-template-file-a-claim .form-and-contact .container .need-help-block .notes .note p {
            font-size: 16px;
            color: #404040; }
          .page-template-file-a-claim .form-and-contact .container .need-help-block .notes .note:last-child {
            border-bottom: 0; }

.page-template-file-a-claim .additional-claims-support .container {
  padding-left: 10px;
  padding-right: 10px; }
  .page-template-file-a-claim .additional-claims-support .container .cards {
    display: flex;
    flex-wrap: wrap; }
    .page-template-file-a-claim .additional-claims-support .container .cards .card {
      width: 32%;
      margin: 20px 7px;
      padding: 40px;
      border-radius: 20px;
      background-color: #EEF5FF; }
      .page-template-file-a-claim .additional-claims-support .container .cards .card h3 {
        margin: 0 0 10px 0;
        font-size: 26px;
        color: #002867; }
      .page-template-file-a-claim .additional-claims-support .container .cards .card .description {
        margin-bottom: 15px;
        font-size: 16px; }
        .page-template-file-a-claim .additional-claims-support .container .cards .card .description p {
          font-size: 16px; }

html:lang(fr-ca) .page-template-business-tools-and-forms .additional-forms .container .heading-block {
  transform: rotate(90deg) translateY(590px) translateX(-710px); }
  @media (max-width: 1024px) {
    html:lang(fr-ca) .page-template-business-tools-and-forms .additional-forms .container .heading-block {
      left: -350px;
      transform: rotate(90deg) translateY(0) translateX(0); } }
  @media (max-width: 820px) {
    html:lang(fr-ca) .page-template-business-tools-and-forms .additional-forms .container .heading-block {
      transform: none; } }
.page-template-business-tools-and-forms .inner-hero {
  height: 605px;
  position: relative;
  overflow: hidden;
  background-color: #002867; }
  .page-template-business-tools-and-forms .inner-hero .image {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }
  .page-template-business-tools-and-forms .inner-hero .container {
    height: 100%;
    display: flex;
    position: relative;
    z-index: 2; }
    .page-template-business-tools-and-forms .inner-hero .container::before {
      width: 1320px;
      height: 1363px;
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      background-image: url("/wp-content/uploads/2023/09/particle-burst-3.svg");
      background-position: center;
      background-repeat: no-repeat;
      transform: translateX(-35%) translateY(-26%);
      opacity: 0.7; }
    .page-template-business-tools-and-forms .inner-hero .container .content-block {
      width: 60%;
      height: 100%;
      padding-top: 66px;
      position: relative;
      display: flex;
      flex-direction: column;
      justify-content: center; }
      .page-template-business-tools-and-forms .inner-hero .container .content-block .subheading {
        margin-bottom: 18px;
        font-size: 16px;
        font-weight: 600;
        text-transform: uppercase;
        line-height: 1.4em;
        color: #E1E1E1; }
      .page-template-business-tools-and-forms .inner-hero .container .content-block h1 {
        margin: 0;
        margin-bottom: 18px;
        font-size: 56px;
        font-weight: 600;
        line-height: 1.2em;
        color: #fff; }
        .page-template-business-tools-and-forms .inner-hero .container .content-block h1 span {
          color: #26B2F2; }
      .page-template-business-tools-and-forms .inner-hero .container .content-block .description {
        margin-bottom: 20px;
        font-size: 16px;
        font-weight: 400;
        line-height: 1.8em;
        color: #fff; }
        .page-template-business-tools-and-forms .inner-hero .container .content-block .description p {
          margin: 0;
          font-size: 16px;
          font-weight: 400;
          line-height: 1.8em;
          color: #fff; }
      .page-template-business-tools-and-forms .inner-hero .container .content-block .ctas .phone a {
        color: #26B2F2; }

.page-template-business-tools-and-forms .step-by-step {
  padding: 80px 0; }
  .page-template-business-tools-and-forms .step-by-step .container {
    display: flex;
    justify-content: space-between; }
    .page-template-business-tools-and-forms .step-by-step .container .content-block {
      width: 45%; }
    .page-template-business-tools-and-forms .step-by-step .container .steps {
      width: 45%;
      position: relative; }
      .page-template-business-tools-and-forms .step-by-step .container .steps .step {
        min-height: 330px;
        padding: 30px 0 40px 150px;
        position: relative; }
        .page-template-business-tools-and-forms .step-by-step .container .steps .step .bar {
          width: 30px;
          height: 100%;
          background-color: #D2F1FF;
          position: absolute;
          top: 0;
          left: 75px; }
        .page-template-business-tools-and-forms .step-by-step .container .steps .step .arrow {
          width: 40px;
          height: 50px;
          position: absolute;
          bottom: 20%;
          left: 70px;
          background-image: url("/wp-content/uploads/2023/10/step-arrow-down.svg");
          background-position: center bottom;
          background-repeat: no-repeat; }
        .page-template-business-tools-and-forms .step-by-step .container .steps .step:last-child .bar, .page-template-business-tools-and-forms .step-by-step .container .steps .step:last-child .arrow {
          display: none; }
        .page-template-business-tools-and-forms .step-by-step .container .steps .step .step-icon {
          width: 179px;
          height: 179px;
          overflow: hidden;
          border-radius: 50%;
          background-color: #D2F1FF;
          display: flex;
          align-items: center;
          justify-content: center;
          position: absolute;
          top: 0;
          left: 0; }
        .page-template-business-tools-and-forms .step-by-step .container .steps .step .step-content {
          position: relative;
          z-index: 2; }
          .page-template-business-tools-and-forms .step-by-step .container .steps .step .step-content .step-number {
            margin-bottom: 10px;
            font-size: 26px;
            color: #257FFF;
            text-transform: uppercase; }
          .page-template-business-tools-and-forms .step-by-step .container .steps .step .step-content .heading {
            margin-bottom: 10px;
            font-size: 46px;
            font-weight: 600;
            color: #002867;
            line-height: 1.1em; }
          .page-template-business-tools-and-forms .step-by-step .container .steps .step .step-content .description {
            font-size: 16px;
            color: #404040; }
          .page-template-business-tools-and-forms .step-by-step .container .steps .step .step-content .additional {
            margin-top: 10px;
            color: #257FFF; }
            .page-template-business-tools-and-forms .step-by-step .container .steps .step .step-content .additional ul {
              margin: 0;
              padding: 0;
              list-style: none; }
              .page-template-business-tools-and-forms .step-by-step .container .steps .step .step-content .additional ul li {
                padding: 5px 0 5px 30px;
                background-image: url("/wp-content/uploads/2023/10/step-additional-list-icon.svg");
                background-position: left center;
                background-repeat: no-repeat;
                font-size: 16px; }
                .page-template-business-tools-and-forms .step-by-step .container .steps .step .step-content .additional ul li::marker {
                  display: none; }
                .page-template-business-tools-and-forms .step-by-step .container .steps .step .step-content .additional ul li a {
                  color: #257FFF; }

.page-template-business-tools-and-forms .additional-forms {
  margin-bottom: 60px; }
  .page-template-business-tools-and-forms .additional-forms .container {
    position: relative; }
    .page-template-business-tools-and-forms .additional-forms .container .heading-block {
      padding: 10px 25px;
      display: flex;
      align-items: center;
      font-size: 36px;
      font-weight: 600;
      color: #002867;
      background: linear-gradient(90deg, #EAEAEA 0%, rgba(255, 255, 255, 0) 101.01%);
      position: absolute;
      top: 0;
      left: 0;
      transform: rotate(90deg) translateY(355px) translateX(-510px); }
      .page-template-business-tools-and-forms .additional-forms .container .heading-block h2 {
        margin: 0; }
      .page-template-business-tools-and-forms .additional-forms .container .heading-block img {
        margin-left: 20px; }
    .page-template-business-tools-and-forms .additional-forms .container .cards {
      display: flex; }
      .page-template-business-tools-and-forms .additional-forms .container .cards .card {
        width: 32%;
        padding: 30px;
        margin: 10px 10px;
        background-color: #002867;
        color: #257FFF;
        border-radius: 20px;
        display: flex;
        flex-direction: column;
        justify-content: space-between; }
        .page-template-business-tools-and-forms .additional-forms .container .cards .card .card-content h3 {
          margin: 0 0 20px 0;
          font-size: 26px;
          font-weight: 600;
          line-height: 1.1em;
          color: #fff; }
        .page-template-business-tools-and-forms .additional-forms .container .cards .card .card-content .description {
          margin: 0 0 10px 0;
          font-size: 16px;
          font-weight: 500;
          color: #fff; }
          .page-template-business-tools-and-forms .additional-forms .container .cards .card .card-content .description ul li {
            color: #fff; }
        .page-template-business-tools-and-forms .additional-forms .container .cards .card .card-content .forms {
          color: #26B2F2; }
          .page-template-business-tools-and-forms .additional-forms .container .cards .card .card-content .forms ul {
            margin: 0;
            padding: 0;
            list-style: none; }
            .page-template-business-tools-and-forms .additional-forms .container .cards .card .card-content .forms ul li {
              padding: 5px 0 5px 30px;
              background-image: url("/wp-content/uploads/2023/10/step-additional-list-icon.svg");
              background-position: left center;
              background-repeat: no-repeat;
              font-size: 16px;
              color: #26B2F2; }
              .page-template-business-tools-and-forms .additional-forms .container .cards .card .card-content .forms ul li::marker {
                display: none; }
              .page-template-business-tools-and-forms .additional-forms .container .cards .card .card-content .forms ul li a {
                color: #26B2F2; }
        .page-template-business-tools-and-forms .additional-forms .container .cards .card .card-cta {
          border-top: 1px solid #fff;
          margin-top: 15px;
          padding-top: 20px;
          font-size: 16px;
          color: #fff;
          display: flex;
          flex-wrap: wrap;
          line-height: 1.1em; }
          .page-template-business-tools-and-forms .additional-forms .container .cards .card .card-cta .cta {
            width: 100%; }
          .page-template-business-tools-and-forms .additional-forms .container .cards .card .card-cta a:not(.cta) {
            align-self: flex-end;
            color: #26B2F2;
            margin-left: 7px; }

.page-template-legal .site-header {
  background-color: #002867; }

.page-template-legal .maincontent .container {
  padding-bottom: 100px; }
  .page-template-legal .maincontent .container .hero {
    margin-bottom: 50px;
    padding: 150px 0 20px 0;
    border-bottom: 1px solid #97999B; }
    .page-template-legal .maincontent .container .hero h1 {
      margin: 0 0 20px 0;
      font-size: 48px;
      color: #002867; }
  .page-template-legal .maincontent .container h2 {
    font-size: 20px; }

body.error404 .site-header {
  background-color: #002867; }

body.error404 section.error-404 {
  padding: 150px 0; }

body.error404 .page-content {
  margin-top: 0;
  padding: 150px 0 200px; }
  body.error404 .page-content p {
    margin-top: inherit; }

body.error404 .content {
  position: relative;
  text-align: center; }
  body.error404 .content .content-wrapper {
    position: relative;
    z-index: 11; }
  body.error404 .content .content-inner {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto; }
  body.error404 .content .title {
    font-size: 300px;
    color: #002867;
    font-weight: 700;
    margin: -50px 0; }
  body.error404 .content .subtitle {
    text-transform: uppercase;
    color: #257FFF;
    font-weight: 600;
    font-size: 20px;
    margin: 0 0 30px; }
  body.error404 .content p {
    font-weight: 600;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    line-height: 23px; }
    body.error404 .content p a {
      text-decoration: underline;
      color: #257FFF; }
      body.error404 .content p a:hover {
        color: #002867; }
  body.error404 .content .cta {
    justify-content: center;
    font-weight: 600;
    margin-top: 40px; }
  body.error404 .content:before {
    content: '';
    height: 600px;
    width: 600px;
    background: #d2f1ff;
    position: absolute;
    bottom: -85px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 100%; }

.single-post .entry-content .featured-image .container .post-thumbnail img {
  max-height: 600px;
  -o-object-fit: cover;
     object-fit: cover; }

.inner-hero .container .featured-image .middle-circle .wrapper {
  position: relative; }
  .inner-hero .container .featured-image .middle-circle .wrapper::after {
    content: '';
    height: 100%;
    width: 100%;
    background-color: black;
    background: linear-gradient(180deg, rgba(49, 49, 49, 0.59) 5.3%, rgba(0, 0, 0, 0) 19.93%);
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 100%; }
  .inner-hero .container .featured-image .middle-circle .wrapper img {
    -o-object-fit: cover;
       object-fit: cover; }

.page-template-solutions-overview .solutions-list .container .content-block {
  pointer-events: none; }

body.is-touch-device .solutions-list .container .solution {
  min-height: 200px;
  overflow: hidden; }
  body.is-touch-device .solutions-list .container .solution .animation {
    display: none; }

@media (max-width: 1440px) {
  body.error404 .page-content {
    padding: 50px 0 100px; }
  .page-template-front-page .hero {
    min-height: 750px; }
  .single-product .inner-hero,
  .page-template-careers .inner-hero,
  .page-template-about-us .inner-hero {
    height: auto;
    min-height: 725px; } }
  @media screen and (max-width: 1440px) and (max-width: 1366px) {
    .single-product .inner-hero,
    .page-template-careers .inner-hero,
    .page-template-about-us .inner-hero {
      padding-bottom: 68px; } }
@media (max-width: 1440px) {
    .single-product .inner-hero .container,
    .page-template-careers .inner-hero .container,
    .page-template-about-us .inner-hero .container {
      min-height: inherit; }
      .single-product .inner-hero .container .featured-image,
      .page-template-careers .inner-hero .container .featured-image,
      .page-template-about-us .inner-hero .container .featured-image {
        width: 1000px;
        height: 1000px; }
        .single-product .inner-hero .container .featured-image .middle-circle,
        .page-template-careers .inner-hero .container .featured-image .middle-circle,
        .page-template-about-us .inner-hero .container .featured-image .middle-circle {
          width: 790px;
          height: 790px; }
          .single-product .inner-hero .container .featured-image .middle-circle .wrapper,
          .page-template-careers .inner-hero .container .featured-image .middle-circle .wrapper,
          .page-template-about-us .inner-hero .container .featured-image .middle-circle .wrapper {
            width: 640px;
            height: 640px; }
  .single-product .benefits .photos .photo-left img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }
  .single-product .benefits .photos .photo-right {
    flex-shrink: 0; }
    .single-product .benefits .photos .photo-right .bottom-right img {
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
  .page-template-careers .our-culture .photos .photo-left img {
    -o-object-fit: cover;
       object-fit: cover; }
  .page-template-about-us .our-story {
    padding-left: 30px;
    padding-right: 30px; }
  .page-template-about-us #team-gsap.join-the-team .container .content-block > * {
    text-shadow: 1px 1px 2px #000; }
  .page-template-about-us #team-gsap.join-the-team .image-row .image {
    position: relative; }
    .page-template-about-us #team-gsap.join-the-team .image-row .image:nth-child(4n+3) {
      top: -40px;
      left: -200px; }
    .page-template-about-us #team-gsap.join-the-team .image-row .image:nth-child(4n+4) {
      top: -40px;
      left: -300px; }
  .page-template-legal .container {
    max-width: 1040px; } }

@media (max-width: 1366px) {
  body.error404 .page-content {
    padding: 0 0 50px; }
  .page-template-front-page .products-overview {
    padding-top: 60px; }
    .page-template-front-page .products-overview .container .scrolling-panel .products-list .block a {
      margin-bottom: 40px; }
      .page-template-front-page .products-overview .container .scrolling-panel .products-list .block a .label {
        margin-bottom: 10px; }
      .page-template-front-page .products-overview .container .scrolling-panel .products-list .block a .product-image {
        width: 325px;
        height: 180px; }
  .page-template-solutions-overview .solutions-list .container .solution {
    height: auto;
    min-height: 525px; }
    .page-template-solutions-overview .solutions-list .container .solution .inner {
      min-height: inherit; }
  .page-template-solutions-detail .inner-hero .container .content-block {
    width: 100%;
    max-width: 540px; }
  .page-template-solutions-detail .support-slide .container .support-slider .slick-slider .slide .wrapper {
    width: 395px; }
  .page-template-resources .inner-hero {
    min-height: 550px;
    height: auto; }
    .page-template-resources .inner-hero .container {
      min-height: inherit; }
  .page-template-resources .featured-post .post {
    max-width: 775px;
    width: 100%; }
  .page-template-dealer-support .business-tools-amd-forms-banner,
  .page-template-dealer-support .cancellation-status-banner,
  .page-template-cancel-coverage .business-tools-amd-forms-banner,
  .page-template-cancel-coverage .cancellation-status-banner {
    width: 100%;
    max-width: 1240px; }
  .page-template-about-us #team-gsap.join-the-team .image-row {
    gap: 50px 0; }
  .page-template-business-tools-and-forms .step-by-step .container .steps .step .step-content .heading {
    font-size: 42px; } }

@media (max-width: 1280px) {
  .page-template-front-page .products-overview .container .scrolling-panel {
    display: block;
    padding-bottom: 25px; }
    .page-template-front-page .products-overview .container .scrolling-panel .product-section-copy {
      padding-right: 0;
      margin-bottom: 30px; }
      .page-template-front-page .products-overview .container .scrolling-panel .product-section-copy .section-heading,
      .page-template-front-page .products-overview .container .scrolling-panel .product-section-copy .description {
        width: auto; }
    .page-template-front-page .products-overview .container .scrolling-panel .products-list {
      display: block; }
      .page-template-front-page .products-overview .container .scrolling-panel .products-list.slick-slider .slick-arrow {
        width: 48px;
        height: 48px;
        position: absolute;
        top: auto;
        bottom: -70px;
        border-radius: 50%;
        overflow: hidden;
        border: 2px solid #257FFF;
        display: flex;
        justify-content: center;
        align-items: center;
        transition: all 0.3s ease-in-out; }
        .page-template-front-page .products-overview .container .scrolling-panel .products-list.slick-slider .slick-arrow:hover {
          background-color: #F9F9F9; }
        .page-template-front-page .products-overview .container .scrolling-panel .products-list.slick-slider .slick-arrow.slick-prev {
          left: 15px; }
          .page-template-front-page .products-overview .container .scrolling-panel .products-list.slick-slider .slick-arrow.slick-prev::before {
            width: 24px;
            height: 24px;
            content: '';
            display: block;
            background-image: url("/wp-content/uploads/2023/09/pagination-left-arrow.svg");
            background-position: center;
            background-repeat: no-repeat; }
        .page-template-front-page .products-overview .container .scrolling-panel .products-list.slick-slider .slick-arrow.slick-next {
          left: 75px; }
          .page-template-front-page .products-overview .container .scrolling-panel .products-list.slick-slider .slick-arrow.slick-next::before {
            width: 24px;
            height: 24px;
            content: '';
            display: block;
            background-image: url("/wp-content/uploads/2023/09/pagination-right-arrow.svg");
            background-position: center;
            background-repeat: no-repeat; }
      .page-template-front-page .products-overview .container .scrolling-panel .products-list .block {
        margin-right: 0; }
        .page-template-front-page .products-overview .container .scrolling-panel .products-list .block a {
          opacity: 1 !important;
          padding: 10px 15px;
          margin-bottom: 20px; }
          .page-template-front-page .products-overview .container .scrolling-panel .products-list .block a .product-image {
            max-width: 350px;
            width: 100%;
            height: 200px; }
        .page-template-front-page .products-overview .container .scrolling-panel .products-list .block:nth-child(even) {
          padding-top: 0; } }

@media (max-width: 1024px) {
  .page-template-front-page .hero {
    min-height: 650px; }
    .page-template-front-page .hero .container .content-block {
      margin-right: 20px; }
      .page-template-front-page .hero .container .content-block h1 {
        font-size: 48px; }
    .page-template-front-page .hero .container .image-main-graphic {
      width: 100%;
      max-width: 350px; }
    .page-template-front-page .hero .container .hero-bullets .term {
      padding: 15px 10px; }
      .page-template-front-page .hero .container .hero-bullets .term h2 {
        margin: 0; }
  .page-template-front-page .products-overview {
    padding: 40px 0 70px; }
    .page-template-front-page .products-overview .container .scrolling-panel .products-list .block a .product-image {
      filter: none;
      box-shadow: 0 0 15px rgba(0, 40, 103, 0.2); }
  .page-template-front-page .industries .container .industry {
    flex-wrap: wrap;
    width: 65%;
    height: auto;
    min-height: 72px; }
  .page-template-front-page .customers-list .container .content-block {
    padding-top: 20px;
    padding-left: 0;
    padding-right: 0; }
  .page-template-template-industries .inner-hero,
  .page-template-template-industry-detail .inner-hero,
  .page-template-template-industry-sector-details .inner-hero,
  .page-template-solutions-overview .inner-hero,
  .page-template-template-technology .inner-hero,
  .page-template-template-training .inner-hero,
  .page-template-resources .inner-hero,
  .page-template-template-products-overview .inner-hero,
  .page-template-support-overview .inner-hero,
  .page-template-file-a-claim .inner-hero,
  .page-template-customer-support .inner-hero,
  .page-template-dealer-support .inner-hero,
  .page-template-agent-support .inner-hero,
  .page-template-transfer-coverage .inner-hero,
  .page-template-cancel-coverage .inner-hero,
  .page-template-contact-us .inner-hero,
  .page-template-business-tools-and-forms .inner-hero {
    height: auto;
    min-height: 400px; }
    .page-template-template-industries .inner-hero .image .video video,
    .page-template-template-industry-detail .inner-hero .image .video video,
    .page-template-template-industry-sector-details .inner-hero .image .video video,
    .page-template-solutions-overview .inner-hero .image .video video,
    .page-template-template-technology .inner-hero .image .video video,
    .page-template-template-training .inner-hero .image .video video,
    .page-template-resources .inner-hero .image .video video,
    .page-template-template-products-overview .inner-hero .image .video video,
    .page-template-support-overview .inner-hero .image .video video,
    .page-template-file-a-claim .inner-hero .image .video video,
    .page-template-customer-support .inner-hero .image .video video,
    .page-template-dealer-support .inner-hero .image .video video,
    .page-template-agent-support .inner-hero .image .video video,
    .page-template-transfer-coverage .inner-hero .image .video video,
    .page-template-cancel-coverage .inner-hero .image .video video,
    .page-template-contact-us .inner-hero .image .video video,
    .page-template-business-tools-and-forms .inner-hero .image .video video {
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
    .page-template-template-industries .inner-hero .container,
    .page-template-template-industry-detail .inner-hero .container,
    .page-template-template-industry-sector-details .inner-hero .container,
    .page-template-solutions-overview .inner-hero .container,
    .page-template-template-technology .inner-hero .container,
    .page-template-template-training .inner-hero .container,
    .page-template-resources .inner-hero .container,
    .page-template-template-products-overview .inner-hero .container,
    .page-template-support-overview .inner-hero .container,
    .page-template-file-a-claim .inner-hero .container,
    .page-template-customer-support .inner-hero .container,
    .page-template-dealer-support .inner-hero .container,
    .page-template-agent-support .inner-hero .container,
    .page-template-transfer-coverage .inner-hero .container,
    .page-template-cancel-coverage .inner-hero .container,
    .page-template-contact-us .inner-hero .container,
    .page-template-business-tools-and-forms .inner-hero .container {
      min-height: inherit;
      padding-top: 135px;
      padding-bottom: 50px; }
      .page-template-template-industries .inner-hero .container .content-block,
      .page-template-template-industry-detail .inner-hero .container .content-block,
      .page-template-template-industry-sector-details .inner-hero .container .content-block,
      .page-template-solutions-overview .inner-hero .container .content-block,
      .page-template-template-technology .inner-hero .container .content-block,
      .page-template-template-training .inner-hero .container .content-block,
      .page-template-resources .inner-hero .container .content-block,
      .page-template-template-products-overview .inner-hero .container .content-block,
      .page-template-support-overview .inner-hero .container .content-block,
      .page-template-file-a-claim .inner-hero .container .content-block,
      .page-template-customer-support .inner-hero .container .content-block,
      .page-template-dealer-support .inner-hero .container .content-block,
      .page-template-agent-support .inner-hero .container .content-block,
      .page-template-transfer-coverage .inner-hero .container .content-block,
      .page-template-cancel-coverage .inner-hero .container .content-block,
      .page-template-contact-us .inner-hero .container .content-block,
      .page-template-business-tools-and-forms .inner-hero .container .content-block {
        width: 90%;
        padding-top: 0; }
        .page-template-template-industries .inner-hero .container .content-block h1,
        .page-template-template-industry-detail .inner-hero .container .content-block h1,
        .page-template-template-industry-sector-details .inner-hero .container .content-block h1,
        .page-template-solutions-overview .inner-hero .container .content-block h1,
        .page-template-template-technology .inner-hero .container .content-block h1,
        .page-template-template-training .inner-hero .container .content-block h1,
        .page-template-resources .inner-hero .container .content-block h1,
        .page-template-template-products-overview .inner-hero .container .content-block h1,
        .page-template-support-overview .inner-hero .container .content-block h1,
        .page-template-file-a-claim .inner-hero .container .content-block h1,
        .page-template-customer-support .inner-hero .container .content-block h1,
        .page-template-dealer-support .inner-hero .container .content-block h1,
        .page-template-agent-support .inner-hero .container .content-block h1,
        .page-template-transfer-coverage .inner-hero .container .content-block h1,
        .page-template-cancel-coverage .inner-hero .container .content-block h1,
        .page-template-contact-us .inner-hero .container .content-block h1,
        .page-template-business-tools-and-forms .inner-hero .container .content-block h1 {
          font-size: 40px; }
  .page-template-template-industries .industries-list .container .industry,
  .page-template-template-industries .industries-list .container .solutions,
  .page-template-template-industries .industry-solutions-list .container .industry,
  .page-template-template-industries .industry-solutions-list .container .solutions,
  .page-template-template-industry-detail .industries-list .container .industry,
  .page-template-template-industry-detail .industries-list .container .solutions,
  .page-template-template-industry-detail .industry-solutions-list .container .industry,
  .page-template-template-industry-detail .industry-solutions-list .container .solutions {
    margin-left: 0;
    margin-right: 0; }
    .page-template-template-industries .industries-list .container .industry .inner .copy-and-cta,
    .page-template-template-industries .industries-list .container .solutions .inner .copy-and-cta,
    .page-template-template-industries .industry-solutions-list .container .industry .inner .copy-and-cta,
    .page-template-template-industries .industry-solutions-list .container .solutions .inner .copy-and-cta,
    .page-template-template-industry-detail .industries-list .container .industry .inner .copy-and-cta,
    .page-template-template-industry-detail .industries-list .container .solutions .inner .copy-and-cta,
    .page-template-template-industry-detail .industry-solutions-list .container .industry .inner .copy-and-cta,
    .page-template-template-industry-detail .industry-solutions-list .container .solutions .inner .copy-and-cta {
      width: 90%; }
  .page-template-template-industries .industries-list .container .industry .image .video {
    mix-blend-mode: normal; }
    .page-template-template-industries .industries-list .container .industry .image .video video {
      width: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
  .page-template-template-industries .trusted-by {
    padding: 150px 0; }
    .page-template-template-industries .trusted-by .container .circles {
      width: 1140px; }
  .page-template-solutions-overview .inner-hero {
    min-height: 600px; }
  .page-template-solutions-overview .solutions-list .container .solution {
    min-height: 200px;
    overflow: hidden; }
    .page-template-solutions-overview .solutions-list .container .solution:nth-child(4) .animation {
      top: 0; }
  .page-template-solutions-detail .inner-hero {
    position: relative; }
    .page-template-solutions-detail .inner-hero::before {
      content: '';
      height: 100%;
      width: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background: linear-gradient(180deg, rgba(37, 127, 255, 0) 0%, #09113B 83.33%); }
    .page-template-solutions-detail .inner-hero .container .content-block h1 {
      font-size: 32px; }
    .page-template-solutions-detail .inner-hero .container .animation-block {
      filter: brightness(0.9); }
      .page-template-solutions-detail .inner-hero .container .animation-block.program-administration-animation {
        width: 1240px;
        height: 405px;
        left: -10%; }
  .page-template-solutions-detail .features .container .featured-tabs .tab-col {
    width: 45%; }
    .page-template-solutions-detail .features .container .featured-tabs .tab-col .tab {
      font-size: 20px; }
      .page-template-solutions-detail .features .container .featured-tabs .tab-col .tab .tab-feature-image {
        width: 450px; }
  .page-template-solutions-detail .support-slide .container .support-slider {
    max-width: 925px; }
    .page-template-solutions-detail .support-slide .container .support-slider .slick-slider .slide .wrapper {
      width: 418px; }
  .page-template-template-technology .inner-hero {
    min-height: 500px; }
  .page-template-template-training .inner-hero {
    min-height: 600px; }
  .page-template-template-training .whats-included .container {
    padding: 60px 50px; }
  .page-template-resources .inner-hero {
    min-height: 500px; }
  .page-template-resources .maincontent > .featured-post {
    margin-top: -50px;
    padding-bottom: 50px; }
    .page-template-resources .maincontent > .featured-post .post {
      position: static;
      margin: 0 auto; }
  .page-template-resources .filters .container {
    display: block; }
    .page-template-resources .filters .container .tags {
      margin-bottom: 5px; }
    .page-template-resources .filters .container .categories {
      justify-content: flex-start; }
  .single-post .entry-header .container {
    width: 100%; }
  .single-post .entry-content .post-copy .container {
    width: 100%; }
  .single-post .entry-content .featured-image .container .post-thumbnail img {
    max-height: 450px; }
  .single-post .additional-posts .wrapper {
    width: 90%; }
  .single-post .post-footer-navigation {
    padding-left: 30px;
    padding-right: 30px; }
    .single-post .post-footer-navigation .container {
      width: 100%; }
  .page-template-template-products-overview .inner-hero .container {
    padding-bottom: 100px; }
  .page-template-template-products-overview .filters {
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px 30px;
    width: 95%; }
    .page-template-template-products-overview .filters.sticky {
      top: 125px; }
    .page-template-template-products-overview .filters a {
      font-size: 18px; }
  .page-template-template-products-overview .products-list-section .container .products-list {
    gap: 20px 2%; }
    .page-template-template-products-overview .products-list-section .container .products-list .product {
      width: 32%;
      margin: 0;
      height: auto;
      min-height: 300px; }
  .single-product .inner-hero .container,
  .page-template-careers .inner-hero .container,
  .page-template-about-us .inner-hero .container {
    padding-top: 75px;
    padding-bottom: 50px; }
    .single-product .inner-hero .container .content-block,
    .page-template-careers .inner-hero .container .content-block,
    .page-template-about-us .inner-hero .container .content-block {
      width: 48%; }
      .single-product .inner-hero .container .content-block h1,
      .page-template-careers .inner-hero .container .content-block h1,
      .page-template-about-us .inner-hero .container .content-block h1 {
        font-size: 40px; }
    .single-product .inner-hero .container .featured-image,
    .page-template-careers .inner-hero .container .featured-image,
    .page-template-about-us .inner-hero .container .featured-image {
      top: 50%;
      width: 700px;
      height: 700px;
      transform: translateX(33%) translateY(-50%); }
      .single-product .inner-hero .container .featured-image .middle-circle,
      .page-template-careers .inner-hero .container .featured-image .middle-circle,
      .page-template-about-us .inner-hero .container .featured-image .middle-circle {
        width: 600px;
        height: 600px; }
        .single-product .inner-hero .container .featured-image .middle-circle .wrapper,
        .page-template-careers .inner-hero .container .featured-image .middle-circle .wrapper,
        .page-template-about-us .inner-hero .container .featured-image .middle-circle .wrapper {
          width: 500px;
          height: 500px; }
  .single-product .protection-identifiers .container .wrapper {
    height: auto;
    min-height: 115px;
    padding-top: 10px;
    padding-bottom: 20px; }
    .single-product .protection-identifiers .container .wrapper .industries {
      flex-wrap: wrap; }
  .single-product .benefits {
    flex-wrap: wrap; }
    .single-product .benefits .photos,
    .single-product .benefits .content-block {
      width: 100%; }
    .single-product .benefits .photos {
      order: 2;
      justify-content: center;
      margin-right: 0;
      padding: 0 20px; }
      .single-product .benefits .photos .photo-left img {
        max-height: 470px;
        min-height: auto;
        height: 100%;
        border-radius: 30px; }
      .single-product .benefits .photos .photo-right .top-right img,
      .single-product .benefits .photos .photo-right .bottom-right img {
        width: 100%;
        max-height: 225px;
        -o-object-fit: cover;
           object-fit: cover; }
    .single-product .benefits .content-block {
      order: 1;
      padding: 0 30px;
      margin-bottom: 30px; }
  .single-product .facts-and-quote {
    padding-top: 50px; }
    .single-product .facts-and-quote .container .quote .circle {
      top: 50%;
      transform: translateY(-50%); }
    .single-product .facts-and-quote .container .quote blockquote {
      width: 90%;
      font-size: 26px;
      padding: 30px 0; }
  .page-template-ev .ev-banner .container .wrapper .ev-copy {
    width: 80%; }
  .page-template-careers .benefits {
    padding-top: 50px; }
    .page-template-careers .benefits .container .content-block {
      width: 100%; }
  .page-template-careers .our-culture {
    padding-top: 0;
    padding-right: 20px;
    gap: 0 4%; }
    .page-template-careers .our-culture .photos {
      width: 55%;
      margin-right: 0; }
      .page-template-careers .our-culture .photos .photo-left {
        margin-right: 0; }
    .page-template-careers .our-culture .content-block {
      width: 41%; }
  .page-template-careers .open-positions-banner {
    width: calc( 100% - 40px);
    height: auto;
    padding: 40px 20px; }
    .page-template-careers .open-positions-banner .wrapper {
      padding: 0 20px; }
  .page-template-careers .locations .container {
    display: block; }
    .page-template-careers .locations .container .content-block,
    .page-template-careers .locations .container .location-list {
      width: 100%; }
    .page-template-careers .locations .container .content-block {
      margin-bottom: 30px;
      margin-right: 0; }
    .page-template-careers .locations .container .location-list {
      gap: 0 4%; }
      .page-template-careers .locations .container .location-list .location {
        width: 48%;
        margin-right: 0; }
  .page-template-support-overview .need-help .container {
    flex-wrap: wrap; }
    .page-template-support-overview .need-help .container .contact-heading {
      width: 100%;
      margin-bottom: 10px; }
    .page-template-support-overview .need-help .container .contact-information,
    .page-template-support-overview .need-help .container .email-information {
      width: 48%; }
  .page-template-support-overview .support-cards .container,
  .page-template-support-overview .additional-claims-support .container,
  .page-template-file-a-claim .support-cards .container,
  .page-template-file-a-claim .additional-claims-support .container,
  .page-template-customer-support .support-cards .container,
  .page-template-customer-support .additional-claims-support .container {
    padding: 0 20px; }
    .page-template-support-overview .support-cards .container .cards,
    .page-template-support-overview .additional-claims-support .container .cards,
    .page-template-file-a-claim .support-cards .container .cards,
    .page-template-file-a-claim .additional-claims-support .container .cards,
    .page-template-customer-support .support-cards .container .cards,
    .page-template-customer-support .additional-claims-support .container .cards {
      gap: 0 4%; }
      .page-template-support-overview .support-cards .container .cards .card,
      .page-template-support-overview .additional-claims-support .container .cards .card,
      .page-template-file-a-claim .support-cards .container .cards .card,
      .page-template-file-a-claim .additional-claims-support .container .cards .card,
      .page-template-customer-support .support-cards .container .cards .card,
      .page-template-customer-support .additional-claims-support .container .cards .card {
        width: 48%;
        margin-left: 0;
        margin-right: 0; }
  .page-template-file-a-claim .additional-claims-support {
    margin-top: -30px;
    margin-bottom: 50px; }
  .page-template-dealer-support .business-tools-amd-forms-banner,
  .page-template-dealer-support .cancellation-status-banner,
  .page-template-cancel-coverage .business-tools-amd-forms-banner,
  .page-template-cancel-coverage .cancellation-status-banner {
    max-width: calc( 100% - 40px); }
  .page-template-transfer-coverage .prerequisite .container .heading-block {
    margin-bottom: 20px; }
  .page-template-transfer-coverage .prerequisite .container .cards {
    display: block;
    margin: 0; }
    .page-template-transfer-coverage .prerequisite .container .cards .card {
      width: 100%;
      margin: 0 0 20px; }
      .page-template-transfer-coverage .prerequisite .container .cards .card .item .num {
        flex-shrink: 0; }
  .page-template-about-us .our-mission .container .content-block {
    width: 100%; }
  .page-template-about-us #team-gsap.join-the-team .container .content-block {
    width: 100%; }
  .page-template-about-us #team-gsap.join-the-team .image-row {
    gap: 50px 60px; }
    .page-template-about-us #team-gsap.join-the-team .image-row .image {
      position: relative; }
      .page-template-about-us #team-gsap.join-the-team .image-row .image:nth-child(4n+1), .page-template-about-us #team-gsap.join-the-team .image-row .image:nth-child(4n+5) {
        grid-column: 1/2; }
      .page-template-about-us #team-gsap.join-the-team .image-row .image:nth-child(4n+2), .page-template-about-us #team-gsap.join-the-team .image-row .image:nth-child(4n+6) {
        grid-column: 2/3; }
      .page-template-about-us #team-gsap.join-the-team .image-row .image:nth-child(4n+3) {
        margin-left: 100px;
        top: auto;
        left: auto;
        grid-column: 1/2; }
      .page-template-about-us #team-gsap.join-the-team .image-row .image:nth-child(4n+4) {
        margin-left: 100px;
        top: auto;
        left: auto;
        grid-column: 2/3; }
  .page-template-contact-us .contact-form .container .gform_wrapper {
    width: 80%; }
  .page-template-business-tools-and-forms .step-by-step {
    padding-bottom: 50px; }
    .page-template-business-tools-and-forms .step-by-step .container .content-block {
      width: 40%; }
    .page-template-business-tools-and-forms .step-by-step .container .steps {
      width: 50%; }
      .page-template-business-tools-and-forms .step-by-step .container .steps .step .step-content .heading {
        font-size: 36px; }
      .page-template-business-tools-and-forms .step-by-step .container .steps .step:last-child {
        min-height: 200px; }
  .page-template-business-tools-and-forms .additional-forms .container .heading-block {
    top: -500px;
    left: -230px;
    transform: rotate(90deg); }
    .page-template-business-tools-and-forms .additional-forms .container .heading-block h2 {
      font-size: 30px; }
  .page-template-business-tools-and-forms .additional-forms .container .cards {
    flex-wrap: wrap;
    gap: 30px 4%; }
    .page-template-business-tools-and-forms .additional-forms .container .cards .card {
      width: 48%;
      margin: 0; } }

@media (max-width: 992px) {
  .page-template-template-industries .industries-list .container .industry .inner .copy-and-cta,
  .page-template-template-industries .industries-list .container .solutions .inner .copy-and-cta,
  .page-template-template-industries .industry-solutions-list .container .industry .inner .copy-and-cta,
  .page-template-template-industries .industry-solutions-list .container .solutions .inner .copy-and-cta,
  .page-template-template-industry-detail .industries-list .container .industry .inner .copy-and-cta,
  .page-template-template-industry-detail .industries-list .container .solutions .inner .copy-and-cta,
  .page-template-template-industry-detail .industry-solutions-list .container .industry .inner .copy-and-cta,
  .page-template-template-industry-detail .industry-solutions-list .container .solutions .inner .copy-and-cta {
    width: 100%; }
  .page-template-solutions-detail .highlights .container .ctas {
    width: 60%; }
  .page-template-solutions-detail .support-slide .container .heading-and-facts {
    display: block; }
    .page-template-solutions-detail .support-slide .container .heading-and-facts .heading-block {
      width: 100%;
      margin-bottom: 30px; }
    .page-template-solutions-detail .support-slide .container .heading-and-facts .facts {
      justify-content: flex-start;
      flex-wrap: wrap;
      gap: 15px 2%; }
      .page-template-solutions-detail .support-slide .container .heading-and-facts .facts .fact {
        margin-left: 0; }
  .page-template-template-training .what-to-expect .container .intro {
    display: block; }
    .page-template-template-training .what-to-expect .container .intro .photo-block,
    .page-template-template-training .what-to-expect .container .intro .content-block {
      width: 100%; }
  .page-template-template-training .contact-form .container .gform_wrapper {
    width: 80%; }
  .page-template-dealer-support .business-tools-amd-forms-banner,
  .page-template-dealer-support .cancellation-status-banner,
  .page-template-cancel-coverage .business-tools-amd-forms-banner,
  .page-template-cancel-coverage .cancellation-status-banner {
    height: auto;
    min-height: 225px; }
    .page-template-dealer-support .business-tools-amd-forms-banner .wrapper,
    .page-template-dealer-support .cancellation-status-banner .wrapper,
    .page-template-cancel-coverage .business-tools-amd-forms-banner .wrapper,
    .page-template-cancel-coverage .cancellation-status-banner .wrapper {
      min-height: inherit;
      padding: 20px; }
  .page-template-about-us .our-story .container .content-block {
    width: 80%; }
  .page-template-about-us .our-story .container .stories-wrapper .stories .story .inner {
    width: 235px; }
  .page-template-about-us .our-story .container .stories-wrapper .stories .slick-arrow.slick-prev, .page-template-about-us .our-story .container .stories-wrapper .stories .slick-arrow.slick-next {
    left: 45%;
    transform: translateX(-45%); }
  .page-template-about-us .our-story .container .stories-wrapper .stories .slick-arrow.slick-prev {
    left: calc( 45% - 50px); }
  .page-template-about-us .our-story .container .stories-wrapper .stories .slick-arrow.slick-next {
    left: calc( 45% + 50px); }
  .page-template-about-us .leaders .container .content-block {
    width: 80%; }
  .page-template-about-us .leaders .container .bios .bio .bio-modal {
    width: 60%; } }

@media (max-width: 820px) {
  .page-template-front-page .hero {
    height: auto;
    min-height: 600px; }
    .page-template-front-page .hero .container {
      min-height: inherit;
      padding-left: 20px;
      padding-right: 10px; }
      .page-template-front-page .hero .container .content-block h1 {
        font-size: 44px; }
      .page-template-front-page .hero .container .image-main-graphic {
        max-width: 240px; }
      .page-template-front-page .hero .container .hero-bullets .term {
        padding-left: 0; }
        .page-template-front-page .hero .container .hero-bullets .term h2 {
          font-size: 14px; }
  .page-template-front-page .industries .container .heading {
    margin-right: 10px; }
    .page-template-front-page .industries .container .heading::before {
      width: 30%; }
    .page-template-front-page .industries .container .heading h2 {
      font-size: 22px; }
  .page-template-front-page .industries .container .industry {
    width: 80%;
    padding: 15px 20px;
    gap: 10px; }
    .page-template-front-page .industries .container .industry a img {
      margin-right: 7px; }
  .page-template-front-page .customers-list .container .content-block .heading-block .section-heading {
    font-size: 36px; }
  .page-template-front-page .customers-list .container .content-block .description-block {
    width: 45%; }
  .page-template-template-industries .industries-list .container,
  .page-template-template-industries .industry-solutions-list .container,
  .page-template-template-industry-detail .industries-list .container,
  .page-template-template-industry-detail .industry-solutions-list .container {
    padding-top: 30px; }
    .page-template-template-industries .industries-list .container .industry .inner,
    .page-template-template-industries .industries-list .container .solutions .inner,
    .page-template-template-industries .industry-solutions-list .container .industry .inner,
    .page-template-template-industries .industry-solutions-list .container .solutions .inner,
    .page-template-template-industry-detail .industries-list .container .industry .inner,
    .page-template-template-industry-detail .industries-list .container .solutions .inner,
    .page-template-template-industry-detail .industry-solutions-list .container .industry .inner,
    .page-template-template-industry-detail .industry-solutions-list .container .solutions .inner {
      padding: 60px 30px; }
  .page-template-template-industries .trusted-by {
    padding: 100px 0; }
    .page-template-template-industries .trusted-by .container .copy {
      display: block; }
      .page-template-template-industries .trusted-by .container .copy .heading,
      .page-template-template-industries .trusted-by .container .copy .description {
        width: 100%; }
  .page-template-template-industry-detail .industry-testimonial {
    padding-top: 20px;
    padding-bottom: 20px; }
  .page-template-template-industry-detail .faqs-in-page-section {
    padding-top: 20px; }
  .page-template-template-industry-sector-details .products-in-page-section {
    padding-top: 20px; }
  .page-template-template-industry-sector-details .safe-guard-u-banner.wide {
    margin-top: 0; }
  .page-template-solutions-overview .intro {
    padding: 30px 0; }
    .page-template-solutions-overview .intro .container {
      display: block; }
      .page-template-solutions-overview .intro .container .heading-block,
      .page-template-solutions-overview .intro .container .description {
        width: 100%; }
  .page-template-solutions-overview .solutions-list {
    padding-bottom: 20px; }
    .page-template-solutions-overview .solutions-list .container .solution .inner {
      padding: 50px 30px; }
    .page-template-solutions-overview .solutions-list .container .solution .animation {
      transform: scale(1.25); }
  .page-template-solutions-detail .inner-hero {
    min-height: 555px;
    height: auto; }
    .page-template-solutions-detail .inner-hero .container {
      padding-top: 200px;
      min-height: inherit; }
      .page-template-solutions-detail .inner-hero .container .animation-block.oem-animation {
        height: 600px;
        width: 600px; }
      .page-template-solutions-detail .inner-hero .container .animation-block.dealer-animation {
        width: 1900px;
        top: -12px;
        right: -185px; }
      .page-template-solutions-detail .inner-hero .container .animation-block.dealer-groups-animation {
        width: 697px;
        height: 455px;
        right: -50px; }
      .page-template-solutions-detail .inner-hero .container .animation-block.agent-animation {
        width: 1900px;
        top: -25px;
        right: -300px; }
      .page-template-solutions-detail .inner-hero .container .animation-block.direct-to-consumer-animation {
        width: 1900px; }
      .page-template-solutions-detail .inner-hero .container .animation-block.data-driven-animation {
        width: 653px;
        right: -40px; }
      .page-template-solutions-detail .inner-hero .container .animation-block.reinsurance-animation {
        width: 1900px;
        right: -50%;
        top: -105px; }
      .page-template-solutions-detail .inner-hero .container .animation-block.ecommerce-animation {
        width: 2400px;
        top: 72px;
        right: 60%; }
      .page-template-solutions-detail .inner-hero .container .animation-block.field-animation {
        width: 2400px;
        height: 505px;
        left: 30%; }
      .page-template-solutions-detail .inner-hero .container .animation-block.technology-animation {
        width: 2600px;
        height: 505px;
        left: 40%; }
      .page-template-solutions-detail .inner-hero .container .animation-block.program-administration-animation {
        width: 1140px;
        height: 305px;
        left: -15%; }
      .page-template-solutions-detail .inner-hero .container .animation-block.data-privacy-animation {
        width: 563px;
        height: 505px; }
      .page-template-solutions-detail .inner-hero .container .animation-block.claims-animation {
        width: 2600px;
        left: 40%; }
      .page-template-solutions-detail .inner-hero .container .animation-block.marketing-animation {
        width: 1800px;
        height: 505px; }
      .page-template-solutions-detail .inner-hero .container .animation-block.fixed-ops-animation {
        width: 1600px; }
  .page-template-solutions-detail .highlights {
    padding: 50px 0; }
    .page-template-solutions-detail .highlights .container .heading-block {
      width: 100%; }
    .page-template-solutions-detail .highlights .container .highlight-terms .term {
      width: 48%; }
    .page-template-solutions-detail .highlights .container .ctas {
      width: 70%; }
  .page-template-solutions-detail .features .container .featured-tabs .tab-col {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 100%;
    padding-bottom: 600px;
    gap: 0 4%; }
    .page-template-solutions-detail .features .container .featured-tabs .tab-col .heading-block {
      width: 100%; }
    .page-template-solutions-detail .features .container .featured-tabs .tab-col .tab {
      width: 48%;
      font-size: 18px;
      padding-right: 15px;
      background-image: none; }
      .page-template-solutions-detail .features .container .featured-tabs .tab-col .tab.active {
        background-image: none; }
        .page-template-solutions-detail .features .container .featured-tabs .tab-col .tab.active .tab-feature-image img {
          width: 100%;
          max-height: 500px;
          max-width: 550px; }
      .page-template-solutions-detail .features .container .featured-tabs .tab-col .tab .tab-feature-image {
        padding: 0 20px;
        width: 100%;
        top: auto;
        bottom: 50px;
        right: auto;
        left: 50%;
        transform: translateX(-50%); }
        .page-template-solutions-detail .features .container .featured-tabs .tab-col .tab .tab-feature-image img {
          height: 100%;
          -o-object-fit: cover;
             object-fit: cover; }
      .page-template-solutions-detail .features .container .featured-tabs .tab-col .tab:hover {
        background-image: none; }
  .page-template-solutions-detail .support-slide {
    padding-top: 40px; }
    .page-template-solutions-detail .support-slide .container .heading-and-facts {
      padding-bottom: 110px; }
    .page-template-solutions-detail .support-slide .container .support-slider .slick-slider .slide .wrapper {
      width: 320px; }
  .page-template-template-technology .technology-approach {
    margin-bottom: -60px; }
    .page-template-template-technology .technology-approach .container .approach-circle {
      transform: scale(0.85); }
  .page-template-template-training .what-to-expect {
    padding-top: 50px; }
    .page-template-template-training .what-to-expect .container .keypoints {
      justify-content: center; }
      .page-template-template-training .what-to-expect .container .keypoints .keypoint {
        width: 48%; }
    .page-template-template-training .what-to-expect .container .closing {
      width: 80%; }
  .page-template-template-training .whats-included .container {
    padding: 60px 20px; }
    .page-template-template-training .whats-included .container .keypoints .keypoint h3 {
      font-size: 18px; }
  .page-template-template-training .contact-form .container .gform_wrapper {
    width: 100%;
    padding: 40px;
    margin-bottom: 50px; }
  .page-template-resources .posts {
    padding-bottom: 40px; }
    .page-template-resources .posts .container .cards {
      gap: 20px 2%; }
      .page-template-resources .posts .container .cards .card {
        height: auto;
        min-height: 450px;
        width: 48%;
        margin: 0; }
        .page-template-resources .posts .container .cards .card .top .top-copy {
          padding-left: 20px;
          padding-right: 20px; }
          .page-template-resources .posts .container .cards .card .top .top-copy h2 {
            font-size: 20px; }
        .page-template-resources .posts .container .cards .card .ctas {
          padding-left: 20px;
          padding-right: 20px; }
  .single-post .entry-header .container .post-details {
    display: block; }
    .single-post .entry-header .container .post-details .heading-block,
    .single-post .entry-header .container .post-details .entry-meta {
      width: 100%; }
    .single-post .entry-header .container .post-details .entry-meta {
      align-items: flex-start;
      margin-top: 20px; }
  .single-post .post-footer-navigation .container .post-navigation .nav-links .nav-previous a,
  .single-post .post-footer-navigation .container .post-navigation .nav-links .nav-next a {
    font-size: 18px; }
  .single-product .inner-hero .container .content-block,
  .page-template-careers .inner-hero .container .content-block,
  .page-template-about-us .inner-hero .container .content-block {
    width: 48%; }
  .single-product .inner-hero .container .featured-image,
  .page-template-careers .inner-hero .container .featured-image,
  .page-template-about-us .inner-hero .container .featured-image {
    width: 500px;
    height: 500px; }
    .single-product .inner-hero .container .featured-image .middle-circle,
    .page-template-careers .inner-hero .container .featured-image .middle-circle,
    .page-template-about-us .inner-hero .container .featured-image .middle-circle {
      width: 400px;
      height: 400px; }
      .single-product .inner-hero .container .featured-image .middle-circle .wrapper,
      .page-template-careers .inner-hero .container .featured-image .middle-circle .wrapper,
      .page-template-about-us .inner-hero .container .featured-image .middle-circle .wrapper {
        width: 300px;
        height: 300px; }
  .single-product .facts-and-quote {
    padding-top: 50px; }
    .single-product .facts-and-quote .container {
      display: block; }
      .single-product .facts-and-quote .container .facts-and-contact .facts {
        width: 100%;
        margin-bottom: 30px; }
      .single-product .facts-and-quote .container .quote {
        margin: 120px auto 0; }
        .single-product .facts-and-quote .container .quote .circle {
          top: 50%;
          left: 50%;
          transform: translateX(-50%) translateY(-50%); }
        .single-product .facts-and-quote .container .quote blockquote {
          width: 100%;
          padding: 30px;
          font-size: 22px; }
  .page-template-ev .ev-banner {
    padding-top: 135px;
    background-size: cover; }
  .page-template-careers .benefits .container .benefits-list .keypoint h3,
  .page-template-careers .benefits .container .values .keypoint h3,
  .page-template-careers .our-values .container .benefits-list .keypoint h3,
  .page-template-careers .our-values .container .values .keypoint h3,
  .page-template-about-us .benefits .container .benefits-list .keypoint h3,
  .page-template-about-us .benefits .container .values .keypoint h3,
  .page-template-about-us .our-values .container .benefits-list .keypoint h3,
  .page-template-about-us .our-values .container .values .keypoint h3 {
    font-size: 20px; }
  .page-template-careers .our-culture .photos {
    width: 50%; }
    .page-template-careers .our-culture .photos .photo-left img {
      min-height: 400px; }
  .page-template-careers .our-culture .content-block {
    width: 46%; }
  .page-template-careers .open-positions-banner .wrapper {
    gap: 0 4%; }
    .page-template-careers .open-positions-banner .wrapper .image {
      width: 38%; }
    .page-template-careers .open-positions-banner .wrapper .content-block {
      width: 58%;
      margin-left: 0; }
      .page-template-careers .open-positions-banner .wrapper .content-block .section-heading {
        font-size: 38px; }
  .page-template-support-overview .resources-global {
    margin-top: 0; }
  .page-template-file-a-claim .form-and-contact,
  .page-template-customer-support .form-and-contact,
  .page-template-dealer-support .form-and-contact,
  .page-template-agent-support .form-and-contact,
  .page-template-transfer-coverage .form-and-contact,
  .page-template-cancel-coverage .form-and-contact {
    padding-bottom: 20px; }
    .page-template-file-a-claim .form-and-contact .container,
    .page-template-customer-support .form-and-contact .container,
    .page-template-dealer-support .form-and-contact .container,
    .page-template-agent-support .form-and-contact .container,
    .page-template-transfer-coverage .form-and-contact .container,
    .page-template-cancel-coverage .form-and-contact .container {
      display: block; }
      .page-template-file-a-claim .form-and-contact .container .support-form,
      .page-template-file-a-claim .form-and-contact .container .need-help-block,
      .page-template-customer-support .form-and-contact .container .support-form,
      .page-template-customer-support .form-and-contact .container .need-help-block,
      .page-template-dealer-support .form-and-contact .container .support-form,
      .page-template-dealer-support .form-and-contact .container .need-help-block,
      .page-template-agent-support .form-and-contact .container .support-form,
      .page-template-agent-support .form-and-contact .container .need-help-block,
      .page-template-transfer-coverage .form-and-contact .container .support-form,
      .page-template-transfer-coverage .form-and-contact .container .need-help-block,
      .page-template-cancel-coverage .form-and-contact .container .support-form,
      .page-template-cancel-coverage .form-and-contact .container .need-help-block {
        width: 100%; }
      .page-template-file-a-claim .form-and-contact .container .support-form,
      .page-template-customer-support .form-and-contact .container .support-form,
      .page-template-dealer-support .form-and-contact .container .support-form,
      .page-template-agent-support .form-and-contact .container .support-form,
      .page-template-transfer-coverage .form-and-contact .container .support-form,
      .page-template-cancel-coverage .form-and-contact .container .support-form {
        margin-bottom: 30px; }
  .page-template-support-overview .resources-global,
  .page-template-customer-support .resources-global,
  .page-template-agent-support .resources-global {
    margin-top: -20px; }
  .page-template-dealer-support .business-tools-amd-forms-banner .wrapper .content-block,
  .page-template-dealer-support .cancellation-status-banner .wrapper .content-block,
  .page-template-cancel-coverage .business-tools-amd-forms-banner .wrapper .content-block,
  .page-template-cancel-coverage .cancellation-status-banner .wrapper .content-block {
    width: 100%; }
  .page-template-transfer-coverage .prerequisite {
    margin-top: 20px; }
  .page-template-cancel-coverage .form-and-contact {
    padding-bottom: 30px; }
  .page-template-cancel-coverage .cancellation-status-banner {
    margin-bottom: 30px; }
    .page-template-cancel-coverage .cancellation-status-banner .wrapper {
      display: block; }
  .page-template-about-us .our-story {
    padding-top: 60px;
    padding-bottom: 150px; }
    .page-template-about-us .our-story .container .content-block {
      width: 100%; }
    .page-template-about-us .our-story .container .stories-wrapper .stories .story {
      padding-right: 20px; }
      .page-template-about-us .our-story .container .stories-wrapper .stories .story .inner {
        width: auto;
        max-width: 90%; }
    .page-template-about-us .our-story .container .stories-wrapper .stories .slick-arrow.slick-prev {
      left: calc( 43% - 50px); }
    .page-template-about-us .our-story .container .stories-wrapper .stories .slick-arrow.slick-next {
      left: calc( 43% + 50px); }
  .page-template-about-us .leaders .container .bios {
    gap: 30px 4%; }
    .page-template-about-us .leaders .container .bios .bio {
      padding: 0;
      width: 30.6667%; }
      .page-template-about-us .leaders .container .bios .bio .bio-modal {
        padding-left: 50px;
        padding-right: 50px; }
  .page-template-about-us #team-gsap.join-the-team {
    height: auto;
    min-height: 500px; }
    .page-template-about-us #team-gsap.join-the-team .image-wrapper {
      display: none; }
    .page-template-about-us #team-gsap.join-the-team .container {
      min-height: inherit; }
      .page-template-about-us #team-gsap.join-the-team .container .content-block {
        width: 100%; }
  .page-template-contact-us .contact-form .container .gform_wrapper {
    width: 100%;
    padding: 40px; }
  .page-template-business-tools-and-forms .step-by-step {
    padding-top: 50px;
    padding-bottom: 50px; }
    .page-template-business-tools-and-forms .step-by-step .container {
      display: block; }
      .page-template-business-tools-and-forms .step-by-step .container .content-block,
      .page-template-business-tools-and-forms .step-by-step .container .steps {
        width: 100%; }
      .page-template-business-tools-and-forms .step-by-step .container .content-block {
        margin-bottom: 50px; }
  .page-template-business-tools-and-forms .additional-forms .container .heading-block {
    transform: none;
    position: static;
    margin-bottom: 30px; }
    .page-template-business-tools-and-forms .additional-forms .container .heading-block img {
      display: none; }
  .page-template-business-tools-and-forms .additional-forms .container .cards {
    flex-wrap: wrap;
    gap: 30px 4%; }
    .page-template-business-tools-and-forms .additional-forms .container .cards .card {
      width: 48%;
      margin: 0; } }

@media (max-width: 640px) {
  body.error404 .page-content {
    margin-top: -35px;
    padding: 0 0 85px; }
  body.error404 .content .title {
    font-size: 200px;
    margin: -10px 0; }
  body.error404 .content::before {
    bottom: -125px;
    height: auto;
    max-width: 600px;
    width: 100%;
    aspect-ratio: 1/1; }
  .page-template-front-page .hero .container {
    display: block;
    padding-top: 135px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 50px; }
    .page-template-front-page .hero .container .image-main-graphic {
      margin-top: 20px;
      margin-bottom: 20px;
      margin-left: auto;
      margin-right: auto; }
    .page-template-front-page .hero .container .content-block,
    .page-template-front-page .hero .container .hero-bullets {
      width: 100%; }
    .page-template-front-page .hero .container .hero-bullets {
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: center;
      gap: 0 20px; }
      .page-template-front-page .hero .container .hero-bullets .term {
        padding: 10px; }
        .page-template-front-page .hero .container .hero-bullets .term:nth-child(n) {
          margin-left: 0; }
  .page-template-front-page .industries .container {
    display: block; }
    .page-template-front-page .industries .container .heading {
      justify-content: flex-start;
      margin-bottom: 20px; }
      .page-template-front-page .industries .container .heading::before {
        width: 50px; }
    .page-template-front-page .industries .container .industry {
      width: 100%; }
  .page-template-front-page .customers-list .container .content-block {
    display: block; }
    .page-template-front-page .customers-list .container .content-block .heading-block,
    .page-template-front-page .customers-list .container .content-block .description-block {
      width: 100%; }
    .page-template-front-page .customers-list .container .content-block .heading-block {
      margin-bottom: 20px; }
  .page-template-front-page .customers-list .logos {
    margin-top: 40px; }
  .page-template-template-industries .inner-hero .container .content-block,
  .page-template-template-industry-detail .inner-hero .container .content-block,
  .page-template-template-industry-sector-details .inner-hero .container .content-block,
  .page-template-solutions-overview .inner-hero .container .content-block,
  .page-template-template-technology .inner-hero .container .content-block,
  .page-template-template-training .inner-hero .container .content-block,
  .page-template-resources .inner-hero .container .content-block,
  .page-template-template-products-overview .inner-hero .container .content-block,
  .page-template-support-overview .inner-hero .container .content-block,
  .page-template-file-a-claim .inner-hero .container .content-block,
  .page-template-customer-support .inner-hero .container .content-block,
  .page-template-dealer-support .inner-hero .container .content-block,
  .page-template-agent-support .inner-hero .container .content-block,
  .page-template-transfer-coverage .inner-hero .container .content-block,
  .page-template-cancel-coverage .inner-hero .container .content-block,
  .page-template-contact-us .inner-hero .container .content-block,
  .page-template-business-tools-and-forms .inner-hero .container .content-block {
    width: 100%; }
    .page-template-template-industries .inner-hero .container .content-block .description,
    .page-template-template-industry-detail .inner-hero .container .content-block .description,
    .page-template-template-industry-sector-details .inner-hero .container .content-block .description,
    .page-template-solutions-overview .inner-hero .container .content-block .description,
    .page-template-template-technology .inner-hero .container .content-block .description,
    .page-template-template-training .inner-hero .container .content-block .description,
    .page-template-resources .inner-hero .container .content-block .description,
    .page-template-template-products-overview .inner-hero .container .content-block .description,
    .page-template-support-overview .inner-hero .container .content-block .description,
    .page-template-file-a-claim .inner-hero .container .content-block .description,
    .page-template-customer-support .inner-hero .container .content-block .description,
    .page-template-dealer-support .inner-hero .container .content-block .description,
    .page-template-agent-support .inner-hero .container .content-block .description,
    .page-template-transfer-coverage .inner-hero .container .content-block .description,
    .page-template-cancel-coverage .inner-hero .container .content-block .description,
    .page-template-contact-us .inner-hero .container .content-block .description,
    .page-template-business-tools-and-forms .inner-hero .container .content-block .description {
      width: 100%; }
  .page-template-solutions-overview .solutions-list .container .solution {
    width: 100%;
    max-width: 460px;
    margin-left: auto;
    margin-right: auto; }
  .page-template-solutions-detail .inner-hero .container .animation-block.oem-animation {
    height: 450px;
    width: 450px;
    top: -135px; }
  .page-template-solutions-detail .inner-hero .container .animation-block.dealer-animation {
    width: 1400px;
    top: 0;
    right: -215px; }
  .page-template-solutions-detail .inner-hero .container .animation-block.dealer-groups-animation {
    width: 497px;
    height: 355px;
    top: -15px; }
  .page-template-solutions-detail .inner-hero .container .animation-block.agent-animation {
    width: 1400px;
    top: 45px;
    right: -350px; }
  .page-template-solutions-detail .inner-hero .container .animation-block.direct-to-consumer-animation {
    width: 1300px; }
  .page-template-solutions-detail .inner-hero .container .animation-block.data-driven-animation {
    width: 500px;
    top: 65px; }
  .page-template-solutions-detail .inner-hero .container .animation-block.reinsurance-animation {
    width: 1300px;
    right: -30%; }
  .page-template-solutions-detail .inner-hero .container .animation-block.ecommerce-animation {
    width: 1800px;
    top: 90px; }
  .page-template-solutions-detail .inner-hero .container .animation-block.program-administration-animation {
    left: -45%; }
  .page-template-solutions-detail .inner-hero .container .animation-block.fixed-ops-animation {
    width: 1400px; }
  .page-template-solutions-detail .highlights {
    padding: 50px 0; }
    .page-template-solutions-detail .highlights .container .heading-block {
      margin-bottom: 40px; }
    .page-template-solutions-detail .highlights .container .ctas {
      width: 90%; }
  .page-template-solutions-detail .features {
    padding-top: 40px; }
    .page-template-solutions-detail .features .container .featured-tabs .tab-col {
      padding-top: 0; }
  .page-template-solutions-detail .support-slide .container .support-slider .slick-slider .slide .wrapper {
    width: 280px;
    padding: 40px 20px;
    margin-right: 30px; }
  .page-template-template-technology .technology-approach {
    margin-top: -70px;
    margin-bottom: -120px; }
    .page-template-template-technology .technology-approach .container .approach-circle {
      transform: scale(0.75); }
  .page-template-template-training .inner-hero .branding-image {
    right: 0; }
  .page-template-template-training .whats-included .container .keypoints .keypoint {
    padding-left: 0;
    padding-right: 0; }
  .page-template-resources .filters {
    padding-bottom: 75px; }
    .page-template-resources .filters .container .tags .tags-list .tag {
      margin: 0px 10px 15px 0; }
    .page-template-resources .filters .container .categories .category-list .inner .category {
      margin: 0px 10px 15px 0; }
      .page-template-resources .filters .container .categories .category-list .inner .category img {
        margin-right: 10px; }
  .single-post .post-footer-navigation .container .post-navigation .nav-links {
    flex-direction: column;
    align-items: center;
    gap: 30px 0; }
  .page-template-template-products-overview .products-list-section .container .products-list .product {
    width: 49%; }
  .page-template-template-products-overview .filters.sticky {
    top: 110px; }
  .page-template-template-products-overview .quick-links .container {
    display: block; }
    .page-template-template-products-overview .quick-links .container .safe-guard-u-mini-banner {
      margin-bottom: 20px; }
  .single-product .inner-hero,
  .page-template-careers .inner-hero,
  .page-template-about-us .inner-hero {
    padding-bottom: 0; }
    .single-product .inner-hero .container,
    .page-template-careers .inner-hero .container,
    .page-template-about-us .inner-hero .container {
      display: block;
      padding-top: 135px; }
      .single-product .inner-hero .container .content-block,
      .page-template-careers .inner-hero .container .content-block,
      .page-template-about-us .inner-hero .container .content-block {
        width: 100%; }
      .single-product .inner-hero .container .featured-image,
      .page-template-careers .inner-hero .container .featured-image,
      .page-template-about-us .inner-hero .container .featured-image {
        position: static;
        transform: none;
        width: 375px;
        height: 375px;
        margin: 30px auto 0; }
        .single-product .inner-hero .container .featured-image .middle-circle,
        .page-template-careers .inner-hero .container .featured-image .middle-circle,
        .page-template-about-us .inner-hero .container .featured-image .middle-circle {
          width: 325px;
          height: 325px; }
          .single-product .inner-hero .container .featured-image .middle-circle .wrapper,
          .page-template-careers .inner-hero .container .featured-image .middle-circle .wrapper,
          .page-template-about-us .inner-hero .container .featured-image .middle-circle .wrapper {
            width: 300px;
            height: 300px; }
  .single-product .protection-identifiers .container .wrapper {
    display: block; }
    .single-product .protection-identifiers .container .wrapper h2 {
      width: auto; }
    .single-product .protection-identifiers .container .wrapper .arrow,
    .single-product .protection-identifiers .container .wrapper .slash {
      display: none; }
    .single-product .protection-identifiers .container .wrapper .industries {
      gap: 0 30px; }
      .single-product .protection-identifiers .container .wrapper .industries .industry {
        margin: 0; }
  .single-product .benefits {
    padding-bottom: 20px; }
    .single-product .benefits .photos {
      display: block; }
      .single-product .benefits .photos .photo-left {
        margin-right: 0;
        margin-bottom: 20px; }
        .single-product .benefits .photos .photo-left img {
          height: 355px;
          width: 100%; }
      .single-product .benefits .photos .photo-right {
        flex-direction: row;
        gap: 0 4%; }
        .single-product .benefits .photos .photo-right .top-right,
        .single-product .benefits .photos .photo-right .bottom-right {
          width: 48%; }
          .single-product .benefits .photos .photo-right .top-right img,
          .single-product .benefits .photos .photo-right .bottom-right img {
            height: 225px; }
  .single-product .facts-and-quote .container .quote {
    width: 65%; }
  .page-template-ev .ev-banner .container .wrapper .ev-copy {
    width: 100%;
    padding-left: 30px; }
  .page-template-careers .benefits .container .benefits-list,
  .page-template-careers .benefits .container .values,
  .page-template-careers .our-values .container .benefits-list,
  .page-template-careers .our-values .container .values,
  .page-template-about-us .benefits .container .benefits-list,
  .page-template-about-us .benefits .container .values,
  .page-template-about-us .our-values .container .benefits-list,
  .page-template-about-us .our-values .container .values {
    justify-content: center;
    gap: 0 4%; }
    .page-template-careers .benefits .container .benefits-list .keypoint,
    .page-template-careers .benefits .container .values .keypoint,
    .page-template-careers .our-values .container .benefits-list .keypoint,
    .page-template-careers .our-values .container .values .keypoint,
    .page-template-about-us .benefits .container .benefits-list .keypoint,
    .page-template-about-us .benefits .container .values .keypoint,
    .page-template-about-us .our-values .container .benefits-list .keypoint,
    .page-template-about-us .our-values .container .values .keypoint {
      width: 30.6667%;
      padding-left: 0;
      padding-right: 0; }
      .page-template-careers .benefits .container .benefits-list .keypoint h3,
      .page-template-careers .benefits .container .values .keypoint h3,
      .page-template-careers .our-values .container .benefits-list .keypoint h3,
      .page-template-careers .our-values .container .values .keypoint h3,
      .page-template-about-us .benefits .container .benefits-list .keypoint h3,
      .page-template-about-us .benefits .container .values .keypoint h3,
      .page-template-about-us .our-values .container .benefits-list .keypoint h3,
      .page-template-about-us .our-values .container .values .keypoint h3 {
        font-size: 18px; }
  .page-template-careers .our-culture {
    flex-wrap: wrap;
    gap: 0;
    padding-left: 20px;
    padding-right: 20px; }
    .page-template-careers .our-culture .photos,
    .page-template-careers .our-culture .content-block {
      width: 100%; }
    .page-template-careers .our-culture .content-block {
      order: 1;
      margin-bottom: 10px; }
    .page-template-careers .our-culture .photos {
      order: 2; }
      .page-template-careers .our-culture .photos .photo-left img {
        min-height: 350px;
        border-radius: 30px; }
  .page-template-careers .open-positions-banner {
    margin-top: 10px; }
    .page-template-careers .open-positions-banner .wrapper {
      display: block;
      gap: 0; }
      .page-template-careers .open-positions-banner .wrapper .image,
      .page-template-careers .open-positions-banner .wrapper .content-block {
        width: 100%; }
      .page-template-careers .open-positions-banner .wrapper .image {
        margin-bottom: 20px; }
      .page-template-careers .open-positions-banner .wrapper .content-block .section-heading {
        font-size: 38px; }
  .page-template-careers .locations {
    margin-top: 60px; }
  .page-template-support-overview .need-help .container {
    display: block; }
    .page-template-support-overview .need-help .container .contact-information,
    .page-template-support-overview .need-help .container .email-information {
      width: 100%; }
    .page-template-support-overview .need-help .container .contact-information {
      margin-bottom: 20px; }
  .page-template-support-overview .support-cards .container,
  .page-template-support-overview .additional-claims-support .container,
  .page-template-file-a-claim .support-cards .container,
  .page-template-file-a-claim .additional-claims-support .container,
  .page-template-customer-support .support-cards .container,
  .page-template-customer-support .additional-claims-support .container {
    padding: 0 20px; }
    .page-template-support-overview .support-cards .container .cards,
    .page-template-support-overview .additional-claims-support .container .cards,
    .page-template-file-a-claim .support-cards .container .cards,
    .page-template-file-a-claim .additional-claims-support .container .cards,
    .page-template-customer-support .support-cards .container .cards,
    .page-template-customer-support .additional-claims-support .container .cards {
      display: block; }
      .page-template-support-overview .support-cards .container .cards .card,
      .page-template-support-overview .additional-claims-support .container .cards .card,
      .page-template-file-a-claim .support-cards .container .cards .card,
      .page-template-file-a-claim .additional-claims-support .container .cards .card,
      .page-template-customer-support .support-cards .container .cards .card,
      .page-template-customer-support .additional-claims-support .container .cards .card {
        width: 100%; }
  .page-template-customer-support .form-and-contact,
  .page-template-cancel-coverage .form-and-contact {
    padding-bottom: 40px; }
  .page-template-dealer-support .business-tools-amd-forms-banner .wrapper,
  .page-template-dealer-support .cancellation-status-banner .wrapper,
  .page-template-cancel-coverage .business-tools-amd-forms-banner .wrapper,
  .page-template-cancel-coverage .cancellation-status-banner .wrapper {
    padding: 20px; }
  .page-template-cancel-coverage .cancellation-status-banner .wrapper .content-block {
    display: block; }
    .page-template-cancel-coverage .cancellation-status-banner .wrapper .content-block .stack {
      width: 100%; }
  .page-template-about-us .our-mission {
    padding: 30px 0 50px; }
  .page-template-about-us .our-story .container {
    padding-left: 0;
    padding-right: 0; }
    .page-template-about-us .our-story .container .content-block {
      width: 100%; }
    .page-template-about-us .our-story .container .stories-wrapper {
      padding-left: 20px;
      padding-right: 20px; }
      .page-template-about-us .our-story .container .stories-wrapper .stories {
        width: auto; }
        .page-template-about-us .our-story .container .stories-wrapper .stories::before {
          width: calc( 100% + 50px); }
        .page-template-about-us .our-story .container .stories-wrapper .stories .story .inner {
          max-width: 100%; }
        .page-template-about-us .our-story .container .stories-wrapper .stories .slick-arrow.slick-prev, .page-template-about-us .our-story .container .stories-wrapper .stories .slick-arrow.slick-next {
          transform: translateX(-50%); }
        .page-template-about-us .our-story .container .stories-wrapper .stories .slick-arrow.slick-prev {
          left: calc( 50% - 50px); }
        .page-template-about-us .our-story .container .stories-wrapper .stories .slick-arrow.slick-next {
          left: calc( 50% + 50px); }
  .page-template-about-us .leaders .container .bios .bio h3 {
    font-size: 22px; }
  .page-template-about-us #team-gsap.join-the-team {
    min-height: 400px; }
  .page-template-business-tools-and-forms .step-by-step .container .steps .step .bar {
    left: 50px; }
  .page-template-business-tools-and-forms .step-by-step .container .steps .step .arrow {
    left: 45px; }
  .page-template-business-tools-and-forms .step-by-step .container .steps .step .step-icon {
    width: 130px;
    height: 130px; }
  .page-template-business-tools-and-forms .additional-forms .container .cards {
    display: block; }
    .page-template-business-tools-and-forms .additional-forms .container .cards .card {
      width: 100%;
      margin-bottom: 30px; } }

@media (max-width: 480px) {
  body.error404 section.error-404 {
    padding-bottom: 80px; }
  body.error404 .content .title {
    font-size: 150px;
    margin: 0; }
  body.error404 .content::before {
    bottom: -65px; }
  .page-template-front-page .hero .container .content-block h1 {
    font-size: 42px; }
  .page-template-front-page .hero .container .image-main-graphic {
    max-width: 200px; }
  .page-template-front-page .hero .container .hero-bullets .term .icon {
    margin-right: 10px; }
  .page-template-front-page .products-overview .container .scrolling-panel .product-section-copy {
    align-self: flex-start;
    width: 400px;
    padding-right: 0; }
    .page-template-front-page .products-overview .container .scrolling-panel .product-section-copy .section-heading,
    .page-template-front-page .products-overview .container .scrolling-panel .product-section-copy .description {
      width: inherit; }
    .page-template-front-page .products-overview .container .scrolling-panel .product-section-copy .section-heading {
      font-size: 32px; }
  .page-template-front-page .products-overview .container .scrolling-panel .products-list {
    margin-left: 60px; }
    .page-template-front-page .products-overview .container .scrolling-panel .products-list .block a {
      margin-bottom: 25px; }
      .page-template-front-page .products-overview .container .scrolling-panel .products-list .block a .label {
        margin-bottom: 5px; }
      .page-template-front-page .products-overview .container .scrolling-panel .products-list .block a .product-image {
        width: 250px;
        height: 125px; }
    .page-template-front-page .products-overview .container .scrolling-panel .products-list .block:nth-child(even) {
      padding-top: 20px; }
  .page-template-front-page .products-overview .container .scrolling-panel .product-section-copy {
    width: auto; }
  .page-template-front-page .products-overview .container .scrolling-panel .products-list {
    margin: 0; }
    .page-template-front-page .products-overview .container .scrolling-panel .products-list .block a .product-image {
      width: 100%;
      height: 200px; }
    .page-template-front-page .products-overview .container .scrolling-panel .products-list .block:nth-child(even) {
      padding-top: 0; }
  .page-template-front-page .industries .container .heading {
    margin-right: 0; }
  .page-template-front-page .industries .container .industry {
    justify-content: center;
    gap: 15px 20px; }
    .page-template-front-page .industries .container .industry a span {
      font-size: 14px; }
  .page-template-template-industries .inner-hero .container .content-block .ctas,
  .page-template-template-industry-detail .inner-hero .container .content-block .ctas,
  .page-template-template-industry-sector-details .inner-hero .container .content-block .ctas,
  .page-template-solutions-overview .inner-hero .container .content-block .ctas,
  .page-template-template-technology .inner-hero .container .content-block .ctas,
  .page-template-template-training .inner-hero .container .content-block .ctas,
  .page-template-resources .inner-hero .container .content-block .ctas,
  .page-template-template-products-overview .inner-hero .container .content-block .ctas,
  .single-product .inner-hero .container .content-block .ctas,
  .page-template-support-overview .inner-hero .container .content-block .ctas,
  .page-template-file-a-claim .inner-hero .container .content-block .ctas,
  .page-template-customer-support .inner-hero .container .content-block .ctas,
  .page-template-dealer-support .inner-hero .container .content-block .ctas,
  .page-template-agent-support .inner-hero .container .content-block .ctas,
  .page-template-transfer-coverage .inner-hero .container .content-block .ctas,
  .page-template-cancel-coverage .inner-hero .container .content-block .ctas,
  .page-template-contact-us .inner-hero .container .content-block .ctas,
  .page-template-business-tools-and-forms .inner-hero .container .content-block .ctas {
    flex-direction: column;
    align-items: flex-start;
    width: 100%; }
    .page-template-template-industries .inner-hero .container .content-block .ctas a,
    .page-template-template-industry-detail .inner-hero .container .content-block .ctas a,
    .page-template-template-industry-sector-details .inner-hero .container .content-block .ctas a,
    .page-template-solutions-overview .inner-hero .container .content-block .ctas a,
    .page-template-template-technology .inner-hero .container .content-block .ctas a,
    .page-template-template-training .inner-hero .container .content-block .ctas a,
    .page-template-resources .inner-hero .container .content-block .ctas a,
    .page-template-template-products-overview .inner-hero .container .content-block .ctas a,
    .single-product .inner-hero .container .content-block .ctas a,
    .page-template-support-overview .inner-hero .container .content-block .ctas a,
    .page-template-file-a-claim .inner-hero .container .content-block .ctas a,
    .page-template-customer-support .inner-hero .container .content-block .ctas a,
    .page-template-dealer-support .inner-hero .container .content-block .ctas a,
    .page-template-agent-support .inner-hero .container .content-block .ctas a,
    .page-template-transfer-coverage .inner-hero .container .content-block .ctas a,
    .page-template-cancel-coverage .inner-hero .container .content-block .ctas a,
    .page-template-contact-us .inner-hero .container .content-block .ctas a,
    .page-template-business-tools-and-forms .inner-hero .container .content-block .ctas a {
      margin: 0; }
      .page-template-template-industries .inner-hero .container .content-block .ctas a + a,
      .page-template-template-industry-detail .inner-hero .container .content-block .ctas a + a,
      .page-template-template-industry-sector-details .inner-hero .container .content-block .ctas a + a,
      .page-template-solutions-overview .inner-hero .container .content-block .ctas a + a,
      .page-template-template-technology .inner-hero .container .content-block .ctas a + a,
      .page-template-template-training .inner-hero .container .content-block .ctas a + a,
      .page-template-resources .inner-hero .container .content-block .ctas a + a,
      .page-template-template-products-overview .inner-hero .container .content-block .ctas a + a,
      .single-product .inner-hero .container .content-block .ctas a + a,
      .page-template-support-overview .inner-hero .container .content-block .ctas a + a,
      .page-template-file-a-claim .inner-hero .container .content-block .ctas a + a,
      .page-template-customer-support .inner-hero .container .content-block .ctas a + a,
      .page-template-dealer-support .inner-hero .container .content-block .ctas a + a,
      .page-template-agent-support .inner-hero .container .content-block .ctas a + a,
      .page-template-transfer-coverage .inner-hero .container .content-block .ctas a + a,
      .page-template-cancel-coverage .inner-hero .container .content-block .ctas a + a,
      .page-template-contact-us .inner-hero .container .content-block .ctas a + a,
      .page-template-business-tools-and-forms .inner-hero .container .content-block .ctas a + a {
        margin-top: 20px; }
      .page-template-template-industries .inner-hero .container .content-block .ctas a + span,
      .page-template-template-industry-detail .inner-hero .container .content-block .ctas a + span,
      .page-template-template-industry-sector-details .inner-hero .container .content-block .ctas a + span,
      .page-template-solutions-overview .inner-hero .container .content-block .ctas a + span,
      .page-template-template-technology .inner-hero .container .content-block .ctas a + span,
      .page-template-template-training .inner-hero .container .content-block .ctas a + span,
      .page-template-resources .inner-hero .container .content-block .ctas a + span,
      .page-template-template-products-overview .inner-hero .container .content-block .ctas a + span,
      .single-product .inner-hero .container .content-block .ctas a + span,
      .page-template-support-overview .inner-hero .container .content-block .ctas a + span,
      .page-template-file-a-claim .inner-hero .container .content-block .ctas a + span,
      .page-template-customer-support .inner-hero .container .content-block .ctas a + span,
      .page-template-dealer-support .inner-hero .container .content-block .ctas a + span,
      .page-template-agent-support .inner-hero .container .content-block .ctas a + span,
      .page-template-transfer-coverage .inner-hero .container .content-block .ctas a + span,
      .page-template-cancel-coverage .inner-hero .container .content-block .ctas a + span,
      .page-template-contact-us .inner-hero .container .content-block .ctas a + span,
      .page-template-business-tools-and-forms .inner-hero .container .content-block .ctas a + span {
        margin-top: 10px; }
        .page-template-template-industries .inner-hero .container .content-block .ctas a + span + span,
        .page-template-template-industry-detail .inner-hero .container .content-block .ctas a + span + span,
        .page-template-template-industry-sector-details .inner-hero .container .content-block .ctas a + span + span,
        .page-template-solutions-overview .inner-hero .container .content-block .ctas a + span + span,
        .page-template-template-technology .inner-hero .container .content-block .ctas a + span + span,
        .page-template-template-training .inner-hero .container .content-block .ctas a + span + span,
        .page-template-resources .inner-hero .container .content-block .ctas a + span + span,
        .page-template-template-products-overview .inner-hero .container .content-block .ctas a + span + span,
        .single-product .inner-hero .container .content-block .ctas a + span + span,
        .page-template-support-overview .inner-hero .container .content-block .ctas a + span + span,
        .page-template-file-a-claim .inner-hero .container .content-block .ctas a + span + span,
        .page-template-customer-support .inner-hero .container .content-block .ctas a + span + span,
        .page-template-dealer-support .inner-hero .container .content-block .ctas a + span + span,
        .page-template-agent-support .inner-hero .container .content-block .ctas a + span + span,
        .page-template-transfer-coverage .inner-hero .container .content-block .ctas a + span + span,
        .page-template-cancel-coverage .inner-hero .container .content-block .ctas a + span + span,
        .page-template-contact-us .inner-hero .container .content-block .ctas a + span + span,
        .page-template-business-tools-and-forms .inner-hero .container .content-block .ctas a + span + span {
          margin-top: 10px; }
    .page-template-template-industries .inner-hero .container .content-block .ctas span,
    .page-template-template-industry-detail .inner-hero .container .content-block .ctas span,
    .page-template-template-industry-sector-details .inner-hero .container .content-block .ctas span,
    .page-template-solutions-overview .inner-hero .container .content-block .ctas span,
    .page-template-template-technology .inner-hero .container .content-block .ctas span,
    .page-template-template-training .inner-hero .container .content-block .ctas span,
    .page-template-resources .inner-hero .container .content-block .ctas span,
    .page-template-template-products-overview .inner-hero .container .content-block .ctas span,
    .single-product .inner-hero .container .content-block .ctas span,
    .page-template-support-overview .inner-hero .container .content-block .ctas span,
    .page-template-file-a-claim .inner-hero .container .content-block .ctas span,
    .page-template-customer-support .inner-hero .container .content-block .ctas span,
    .page-template-dealer-support .inner-hero .container .content-block .ctas span,
    .page-template-agent-support .inner-hero .container .content-block .ctas span,
    .page-template-transfer-coverage .inner-hero .container .content-block .ctas span,
    .page-template-cancel-coverage .inner-hero .container .content-block .ctas span,
    .page-template-contact-us .inner-hero .container .content-block .ctas span,
    .page-template-business-tools-and-forms .inner-hero .container .content-block .ctas span {
      margin-left: 0; }
  .page-template-template-industries .industries-list .container,
  .page-template-template-industries .industry-solutions-list .container,
  .page-template-template-industry-detail .industries-list .container,
  .page-template-template-industry-detail .industry-solutions-list .container {
    display: block; }
    .page-template-template-industries .industries-list .container .industry,
    .page-template-template-industries .industries-list .container .solutions,
    .page-template-template-industries .industry-solutions-list .container .industry,
    .page-template-template-industries .industry-solutions-list .container .solutions,
    .page-template-template-industry-detail .industries-list .container .industry,
    .page-template-template-industry-detail .industries-list .container .solutions,
    .page-template-template-industry-detail .industry-solutions-list .container .industry,
    .page-template-template-industry-detail .industry-solutions-list .container .solutions {
      width: 100%;
      height: auto;
      min-height: 340px; }
  .page-template-template-industries .trusted-by {
    padding: 50px 0; }
    .page-template-template-industries .trusted-by .container .circles {
      transform: translateY(-50%) translateX(-215px); }
    .page-template-template-industries .trusted-by .container .copy .section-heading {
      font-size: 30px; }
  .page-template-solutions-overview .solutions-list .container .solution .inner {
    padding: 50px 20px; }
  .page-template-solutions-detail .inner-hero .container .animation-block.oem-animation {
    height: 350px;
    width: 350px;
    top: -75px; }
  .page-template-solutions-detail .inner-hero .container .animation-block.dealer-animation {
    width: 1200px; }
  .page-template-solutions-detail .inner-hero .container .animation-block.dealer-groups-animation {
    width: 397px;
    height: 255px;
    top: -5px; }
  .page-template-solutions-detail .inner-hero .container .animation-block.agent-animation {
    width: 1200px;
    top: 75px;
    right: -300px; }
  .page-template-solutions-detail .inner-hero .container .animation-block.direct-to-consumer-animation {
    width: 1100px; }
  .page-template-solutions-detail .inner-hero .container .animation-block.reinsurance-animation {
    width: 1100px;
    top: -145px; }
  .page-template-solutions-detail .inner-hero .container .animation-block.ecommerce-animation {
    width: 1500px;
    top: 70px; }
  .page-template-solutions-detail .inner-hero .container .animation-block.field-animation {
    width: 2100px;
    left: 20%; }
  .page-template-solutions-detail .inner-hero .container .animation-block.technology-animation {
    width: 2400px;
    height: 405px;
    left: 10%; }
  .page-template-solutions-detail .inner-hero .container .animation-block.program-administration-animation {
    width: 1040px;
    height: 255px;
    left: -100%; }
  .page-template-solutions-detail .inner-hero .container .animation-block.data-privacy-animation {
    width: 463px;
    height: 405px; }
  .page-template-solutions-detail .inner-hero .container .animation-block.claims-animation {
    width: 2400px;
    top: -50px;
    left: 10%; }
  .page-template-solutions-detail .inner-hero .container .animation-block.multi-lingual-animation {
    left: 30%; }
  .page-template-solutions-detail .inner-hero .container .animation-block.marketing-animation {
    width: 1600px;
    height: 455px;
    left: 10%; }
  .page-template-solutions-detail .inner-hero .container .animation-block.fixed-ops-animation {
    width: 1200px; }
  .page-template-solutions-detail .highlights {
    padding: 50px 0; }
    .page-template-solutions-detail .highlights .container .heading-block .description {
      font-size: 18px; }
    .page-template-solutions-detail .highlights .container .highlight-terms {
      display: block; }
      .page-template-solutions-detail .highlights .container .highlight-terms .term {
        width: 100%; }
    .page-template-solutions-detail .highlights .container .ctas {
      display: block;
      text-align: center;
      margin-top: 0; }
      .page-template-solutions-detail .highlights .container .ctas .cta {
        justify-content: center; }
  .page-template-solutions-detail .features .container .featured-tabs .tab-col {
    padding-bottom: 550px; }
  .page-template-solutions-detail .support-slide .container .support-slider .slick-slider .slide .wrapper {
    width: 420px; }
  .page-template-template-technology .technology-approach {
    margin-top: 0;
    margin-bottom: 0; }
    .page-template-template-technology .technology-approach .container {
      padding-top: 50px;
      padding-bottom: 50px;
      height: auto; }
      .page-template-template-technology .technology-approach .container .approach-circle {
        height: auto;
        width: 100%;
        transform: scale(1);
        border: none;
        border-radius: 0px; }
        .page-template-template-technology .technology-approach .container .approach-circle .main-gradient-circle {
          display: block;
          width: inherit;
          height: inherit;
          background: none; }
          .page-template-template-technology .technology-approach .container .approach-circle .main-gradient-circle .center {
            width: 100%;
            height: auto;
            margin-bottom: 20px;
            border-radius: 0px; }
            .page-template-template-technology .technology-approach .container .approach-circle .main-gradient-circle .center .center-inner {
              width: inherit;
              height: inherit;
              border-radius: 0px;
              padding: 30px; }
              .page-template-template-technology .technology-approach .container .approach-circle .main-gradient-circle .center .center-inner .center-circle-copy {
                padding: 0; }
                .page-template-template-technology .technology-approach .container .approach-circle .main-gradient-circle .center .center-inner .center-circle-copy .icon img {
                  height: 46px; }
                .page-template-template-technology .technology-approach .container .approach-circle .main-gradient-circle .center .center-inner .center-circle-copy .heading,
                .page-template-template-technology .technology-approach .container .approach-circle .main-gradient-circle .center .center-inner .center-circle-copy .sub-heading {
                  font-size: 14px; }
          .page-template-template-technology .technology-approach .container .approach-circle .main-gradient-circle .outter-circles {
            position: static; }
            .page-template-template-technology .technology-approach .container .approach-circle .main-gradient-circle .outter-circles .circle {
              position: static;
              height: auto;
              width: auto;
              border-radius: 0px;
              padding: 30px;
              margin-bottom: 20px; }
              .page-template-template-technology .technology-approach .container .approach-circle .main-gradient-circle .outter-circles .circle .icon img {
                height: 42px; }
              .page-template-template-technology .technology-approach .container .approach-circle .main-gradient-circle .outter-circles .circle .heading {
                font-size: 14px; }
              .page-template-template-technology .technology-approach .container .approach-circle .main-gradient-circle .outter-circles .circle:last-child {
                margin-bottom: 0; }
  .page-template-template-training .what-to-expect .container .intro .photo-block .photo {
    height: 320px;
    width: 320px; }
  .page-template-template-training .what-to-expect .container .keypoints .keypoint {
    width: 100%; }
  .page-template-template-training .what-to-expect .container .closing {
    width: 100%; }
  .page-template-template-training .whats-included .container .keypoints {
    display: block; }
    .page-template-template-training .whats-included .container .keypoints .keypoint {
      width: 100%; }
  .page-template-template-training .whats-included .container .ctas {
    flex-direction: column;
    align-items: center;
    width: 100%; }
    .page-template-template-training .whats-included .container .ctas a {
      margin: 0; }
      .page-template-template-training .whats-included .container .ctas a + a {
        margin-top: 20px; }
      .page-template-template-training .whats-included .container .ctas a + span {
        margin-top: 10px; }
        .page-template-template-training .whats-included .container .ctas a + span + span {
          margin-top: 10px; }
    .page-template-template-training .whats-included .container .ctas span {
      margin-left: 0; }
  .page-template-template-training .contact-form .container .gform_wrapper {
    padding: 40px 20px; }
  .page-template-resources .maincontent > .featured-post .post {
    min-height: 350px;
    height: auto; }
    .page-template-resources .maincontent > .featured-post .post .inner {
      min-height: inherit;
      padding-left: 20px;
      padding-right: 20px; }
      .page-template-resources .maincontent > .featured-post .post .inner .title-and-link {
        width: 100%; }
        .page-template-resources .maincontent > .featured-post .post .inner .title-and-link h2 {
          font-size: 20px; }
  .page-template-resources .posts .container .cards {
    display: block; }
    .page-template-resources .posts .container .cards .card {
      width: 100%;
      margin-bottom: 20px; }
  .single-post .entry-header .container .post-details .heading-block h1,
  .single-post .entry-header .container .post-details .heading-block h2 {
    font-size: 30px; }
  .single-post .entry-content .post-copy .container .intro p {
    font-size: 24px; }
  .single-post .additional-posts .wrapper {
    padding: 35px 20px; }
    .single-post .additional-posts .wrapper .cta {
      display: block; }
      .single-post .additional-posts .wrapper .cta .copy {
        margin-bottom: 10px; }
  .single-post .post-footer-navigation {
    padding-left: 20px;
    padding-right: 20px; }
  .page-template-template-products-overview .filters {
    gap: 5px 10px;
    padding: 0 10px 5px; }
    .page-template-template-products-overview .filters.sticky {
      top: 120px; }
    .page-template-template-products-overview .filters a {
      padding: 10px;
      font-size: 14px; }
      .page-template-template-products-overview .filters a.reset {
        padding: 7px 5px;
        font-size: 12px; }
      .page-template-template-products-overview .filters a img {
        margin-right: 6px; }
  .page-template-template-products-overview .products-list-section .container .products-list {
    display: block; }
    .page-template-template-products-overview .products-list-section .container .products-list .product {
      width: 100%;
      margin-bottom: 20px; }
  .single-product .benefits .content-block {
    padding-left: 20px;
    padding-right: 20px; }
  .single-product .benefits .photos .photo-right {
    display: block; }
    .single-product .benefits .photos .photo-right .top-right,
    .single-product .benefits .photos .photo-right .bottom-right {
      width: 100%; }
    .single-product .benefits .photos .photo-right .bottom-right {
      margin-top: 20px; }
  .single-product .facts-and-quote .container .facts-and-contact .facts {
    padding: 50px 30px; }
  .single-product .facts-and-quote .container .quote {
    width: 100%;
    margin-top: 160px;
    margin-bottom: 50px; }
    .single-product .facts-and-quote .container .quote blockquote {
      font-size: 20px; }
      .single-product .facts-and-quote .container .quote blockquote::before {
        width: 40px;
        height: 29px;
        background-size: cover;
        margin-bottom: 5px; }
  .page-template-careers .benefits .container .benefits-list .keypoint,
  .page-template-careers .benefits .container .values .keypoint,
  .page-template-careers .our-values .container .benefits-list .keypoint,
  .page-template-careers .our-values .container .values .keypoint,
  .page-template-about-us .benefits .container .benefits-list .keypoint,
  .page-template-about-us .benefits .container .values .keypoint,
  .page-template-about-us .our-values .container .benefits-list .keypoint,
  .page-template-about-us .our-values .container .values .keypoint {
    width: 48%; }
    .page-template-careers .benefits .container .benefits-list .keypoint h3,
    .page-template-careers .benefits .container .values .keypoint h3,
    .page-template-careers .our-values .container .benefits-list .keypoint h3,
    .page-template-careers .our-values .container .values .keypoint h3,
    .page-template-about-us .benefits .container .benefits-list .keypoint h3,
    .page-template-about-us .benefits .container .values .keypoint h3,
    .page-template-about-us .our-values .container .benefits-list .keypoint h3,
    .page-template-about-us .our-values .container .values .keypoint h3 {
      font-size: 16px; }
  .page-template-careers .our-culture .photos .photo-left img {
    min-height: 0; }
  .page-template-careers .open-positions-banner .wrapper {
    padding: 0; }
    .page-template-careers .open-positions-banner .wrapper .content-block .description {
      font-size: 18px; }
  .page-template-careers .locations .container .location-list {
    display: block; }
    .page-template-careers .locations .container .location-list .location {
      width: 100%; }
  .page-template-support-overview .support-cards .container .cards .card,
  .page-template-support-overview .additional-claims-support .container .cards .card,
  .page-template-file-a-claim .support-cards .container .cards .card,
  .page-template-file-a-claim .additional-claims-support .container .cards .card,
  .page-template-customer-support .support-cards .container .cards .card,
  .page-template-customer-support .additional-claims-support .container .cards .card {
    padding: 40px 20px; }
  .page-template-file-a-claim .form-and-contact,
  .page-template-customer-support .form-and-contact,
  .page-template-dealer-support .form-and-contact,
  .page-template-agent-support .form-and-contact,
  .page-template-transfer-coverage .form-and-contact,
  .page-template-cancel-coverage .form-and-contact {
    padding-bottom: 15px; }
    .page-template-file-a-claim .form-and-contact .container .need-help-block .need-help,
    .page-template-file-a-claim .form-and-contact .container .need-help-block .notes,
    .page-template-customer-support .form-and-contact .container .need-help-block .need-help,
    .page-template-customer-support .form-and-contact .container .need-help-block .notes,
    .page-template-dealer-support .form-and-contact .container .need-help-block .need-help,
    .page-template-dealer-support .form-and-contact .container .need-help-block .notes,
    .page-template-agent-support .form-and-contact .container .need-help-block .need-help,
    .page-template-agent-support .form-and-contact .container .need-help-block .notes,
    .page-template-transfer-coverage .form-and-contact .container .need-help-block .need-help,
    .page-template-transfer-coverage .form-and-contact .container .need-help-block .notes,
    .page-template-cancel-coverage .form-and-contact .container .need-help-block .need-help,
    .page-template-cancel-coverage .form-and-contact .container .need-help-block .notes {
      padding-left: 20px;
      padding-right: 20px; }
  .page-template-customer-support .form-and-contact,
  .page-template-cancel-coverage .form-and-contact {
    padding-bottom: 40px; }
  .page-template-dealer-support .business-tools-amd-forms-banner,
  .page-template-dealer-support .cancellation-status-banner,
  .page-template-cancel-coverage .business-tools-amd-forms-banner,
  .page-template-cancel-coverage .cancellation-status-banner {
    margin-bottom: 60px;
    margin-top: -20px; }
    .page-template-dealer-support .business-tools-amd-forms-banner .wrapper,
    .page-template-dealer-support .cancellation-status-banner .wrapper,
    .page-template-cancel-coverage .business-tools-amd-forms-banner .wrapper,
    .page-template-cancel-coverage .cancellation-status-banner .wrapper {
      padding: 40px 20px; }
  .page-template-cancel-coverage .cancellation-status-banner {
    margin-bottom: 20px;
    margin-top: 0; }
  .page-template-about-us .our-story {
    padding-left: 20px;
    padding-right: 20px; }
    .page-template-about-us .our-story .container .content-block {
      width: 100%; }
    .page-template-about-us .our-story .container .stories-wrapper::before {
      bottom: -14px;
      left: -8px;
      width: 30px;
      height: 30px;
      background-size: cover; }
    .page-template-about-us .our-story .container .stories-wrapper .stories .story {
      padding-right: 0; }
  .page-template-about-us .leaders .container .content-block {
    width: 100%; }
  .page-template-about-us .leaders .container .bios .bio {
    width: 48%; }
    .page-template-about-us .leaders .container .bios .bio .bio-modal {
      padding-left: 30px;
      padding-right: 30px;
      width: 85%; }
      .page-template-about-us .leaders .container .bios .bio .bio-modal .bio-body {
        margin-top: 30px; }
  .page-template-about-us #team-gsap.join-the-team {
    min-height: 300px; }
    .page-template-about-us #team-gsap.join-the-team .container .content-block {
      margin-bottom: 30px; }
  .page-template-contact-us .contact-form .container .gform_wrapper {
    padding: 40px 20px;
    margin-bottom: 50px; }
  .page-template-business-tools-and-forms .step-by-step {
    padding-bottom: 20px; }
    .page-template-business-tools-and-forms .step-by-step .container .steps .step {
      min-height: 270px;
      padding: 30px 0 40px 120px; }
      .page-template-business-tools-and-forms .step-by-step .container .steps .step .step-content .step-number {
        font-size: 22px; }
      .page-template-business-tools-and-forms .step-by-step .container .steps .step .step-content .heading {
        font-size: 28px; }
      .page-template-business-tools-and-forms .step-by-step .container .steps .step .bar {
        left: 34px; }
      .page-template-business-tools-and-forms .step-by-step .container .steps .step .arrow {
        left: 29px; }
      .page-template-business-tools-and-forms .step-by-step .container .steps .step .step-icon {
        width: 100px;
        height: 100px; } }

@media (max-width: 448px) {
  .page-template-solutions-detail .support-slide .container .support-slider .slick-slider .slide .wrapper {
    width: 400px; } }

@media (max-width: 420px) {
  body.error404 section.error-404 {
    padding-top: 125px;
    padding-bottom: 20px; }
  body.error404 .content .title {
    font-size: 120px;
    margin: 0; }
  body.error404 .content::before {
    bottom: -25px; }
  .page-template-front-page .products-overview .container .scrolling-panel .product-section-copy {
    width: 350px; }
    .page-template-front-page .products-overview .container .scrolling-panel .product-section-copy .section-heading {
      font-size: 36px; }
  .page-template-front-page .products-overview .container .scrolling-panel .product-section-copy {
    width: auto; }
  .page-template-front-page .industries .container .industry {
    gap: 20px 30px; }
  .page-template-solutions-detail .features .container .featured-tabs .tab-col {
    padding-bottom: 450px; }
  .page-template-solutions-detail .support-slide .container .support-slider .slick-slider .slide .wrapper {
    width: 350px; }
  .single-product .inner-hero .container .featured-image,
  .page-template-careers .inner-hero .container .featured-image,
  .page-template-about-us .inner-hero .container .featured-image {
    max-width: 375px;
    width: 100%;
    height: auto;
    padding: 25px;
    margin: 30px auto 0; }
    .single-product .inner-hero .container .featured-image .middle-circle,
    .page-template-careers .inner-hero .container .featured-image .middle-circle,
    .page-template-about-us .inner-hero .container .featured-image .middle-circle {
      max-width: 325px;
      width: 100%;
      padding: 15px;
      height: auto; }
      .single-product .inner-hero .container .featured-image .middle-circle .wrapper,
      .page-template-careers .inner-hero .container .featured-image .middle-circle .wrapper,
      .page-template-about-us .inner-hero .container .featured-image .middle-circle .wrapper {
        max-width: 300px;
        width: 100%;
        height: auto;
        border-radius: 0px; }
        .single-product .inner-hero .container .featured-image .middle-circle .wrapper img,
        .page-template-careers .inner-hero .container .featured-image .middle-circle .wrapper img,
        .page-template-about-us .inner-hero .container .featured-image .middle-circle .wrapper img {
          aspect-ratio: 1/1;
          border-radius: 100%; }
  .single-product .facts-and-quote .container .quote {
    margin-top: 130px;
    margin-bottom: 20px; }
    .single-product .facts-and-quote .container .quote .circle {
      height: 360px;
      width: 360px; }
    .single-product .facts-and-quote .container .quote blockquote {
      font-size: 18px;
      padding-left: 60px;
      padding-right: 60px; }
  .page-template-transfer-coverage .form-and-contact .container .support-form .gform_wrapper .gfield.heading {
    font-size: 36px; }
  .page-template-transfer-coverage .prerequisite .container .cards .card {
    padding-left: 20px;
    padding-right: 20px; }
    .page-template-transfer-coverage .prerequisite .container .cards .card .item {
      font-size: 18px; }
  .page-template-about-us .leaders .container .bios {
    gap: 30px 2%; }
    .page-template-about-us .leaders .container .bios .bio {
      width: 49%; }
      .page-template-about-us .leaders .container .bios .bio h3 {
        font-size: 20px; }
      .page-template-about-us .leaders .container .bios .bio .cta {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px; } }

@media (max-width: 374px) {
  .page-template-solutions-detail .support-slide .container .support-slider .slick-slider .slide .wrapper {
    width: 330px; } }

@media (max-width: 360px) {
  body.error404 section.error-404 {
    padding-top: 150px; }
  body.error404 .page-content {
    padding-bottom: 50px; }
  body.error404 .content .title {
    font-size: 100px;
    margin: 0; }
  body.error404 .content::before {
    bottom: 65px; }
  .page-template-front-page .products-overview .container .scrolling-panel .product-section-copy {
    width: 320px; }
    .page-template-front-page .products-overview .container .scrolling-panel .product-section-copy .section-heading {
      font-size: 32px; }
  .page-template-front-page .products-overview .container .scrolling-panel .product-section-copy {
    width: auto; }
  .page-template-template-industries .inner-hero .container .content-block h1,
  .page-template-template-industry-detail .inner-hero .container .content-block h1,
  .page-template-template-industry-sector-details .inner-hero .container .content-block h1,
  .page-template-solutions-overview .inner-hero .container .content-block h1,
  .page-template-solutions-detail .inner-hero .container .content-block h1,
  .page-template-template-products-overview .inner-hero .container .content-block h1,
  .single-product .inner-hero .container .content-block h1,
  .page-template-support-overview .inner-hero .container .content-block h1,
  .page-template-file-a-claim .inner-hero .container .content-block h1,
  .page-template-customer-support .inner-hero .container .content-block h1,
  .page-template-dealer-support .inner-hero .container .content-block h1,
  .page-template-agent-support .inner-hero .container .content-block h1,
  .page-template-transfer-coverage .inner-hero .container .content-block h1,
  .page-template-cancel-coverage .inner-hero .container .content-block h1,
  .page-template-contact-us .inner-hero .container .content-block h1,
  .page-template-business-tools-and-forms .inner-hero .container .content-block h1 {
    font-size: 32px; }
  .page-template-solutions-overview .solutions-list .container .solution .animation {
    transform: scale(1.5); }
  .page-template-solutions-detail .inner-hero .container .animation-block.oem-animation {
    height: 300px;
    width: 300px;
    top: -30px;
    right: -20px; }
  .page-template-solutions-detail .inner-hero .container .animation-block.dealer-animation {
    width: 1100px;
    right: -200px; }
  .page-template-solutions-detail .inner-hero .container .animation-block.dealer-groups-animation {
    width: 297px;
    height: 190px;
    top: 100px; }
  .page-template-solutions-detail .inner-hero .container .animation-block.agent-animation {
    width: 1100px;
    top: 90px; }
  .page-template-solutions-detail .inner-hero .container .animation-block.reinsurance-animation {
    right: -48%; }
  .page-template-solutions-detail .inner-hero .container .animation-block.ecommerce-animation {
    width: 1300px;
    right: 70%; }
  .page-template-solutions-detail .inner-hero .container .animation-block.field-animation {
    width: 1800px;
    height: 505px;
    left: 10%; }
  .page-template-solutions-detail .inner-hero .container .animation-block.technology-animation {
    width: 2200px;
    height: 405px;
    left: 0; }
  .page-template-solutions-detail .inner-hero .container .animation-block.program-administration-animation {
    width: 840px;
    left: -100%; }
  .page-template-solutions-detail .inner-hero .container .animation-block.data-privacy-animation {
    width: 413px;
    height: 355px; }
  .page-template-solutions-detail .inner-hero .container .animation-block.claims-animation {
    width: 2000px;
    top: -75px; }
  .page-template-solutions-detail .inner-hero .container .animation-block.multi-lingual-animation {
    left: 25%; }
  .page-template-solutions-detail .inner-hero .container .animation-block.marketing-animation {
    width: 1400px;
    height: 405px;
    left: 10%; }
  .page-template-solutions-detail .inner-hero .container .animation-block.fixed-ops-animation {
    width: 1000px;
    height: 505px; }
  .page-template-solutions-detail .features .container .featured-tabs .tab-col {
    padding-bottom: 400px; }
    .page-template-solutions-detail .features .container .featured-tabs .tab-col .tab {
      padding-left: 10px; }
  .page-template-solutions-detail .support-slide .container .support-slider .slick-slider .slide .wrapper {
    width: 310px; }
  .page-template-template-training .what-to-expect .container .intro .photo-block .photo {
    height: auto;
    width: 100%;
    border-radius: 0px; }
    .page-template-template-training .what-to-expect .container .intro .photo-block .photo img {
      border-radius: 100%; }
  .single-post .post-footer-navigation {
    padding-left: 20px;
    padding-right: 20px; }
    .single-post .post-footer-navigation .container .post-navigation .nav-links .nav-previous a,
    .single-post .post-footer-navigation .container .post-navigation .nav-links .nav-next a {
      font-size: 16px; }
  .page-template-template-products-overview .filters.sticky {
    top: 110px; }
  .page-template-template-products-overview .filters a {
    font-size: 12px; }
  .single-product .facts-and-quote .container .quote {
    margin-top: 100px;
    margin-bottom: 0; }
    .single-product .facts-and-quote .container .quote .circle {
      height: 320px;
      width: 320px; }
    .single-product .facts-and-quote .container .quote blockquote {
      padding-left: 40px;
      padding-right: 40px; }
  .page-template-careers .locations .container .content-block .description {
    font-size: 18px; }
  .page-template-business-tools-and-forms .step-by-step .container .steps .step {
    padding: 30px 0 40px 100px; }
    .page-template-business-tools-and-forms .step-by-step .container .steps .step .bar {
      left: 25px; }
    .page-template-business-tools-and-forms .step-by-step .container .steps .step .arrow {
      left: 20px; }
    .page-template-business-tools-and-forms .step-by-step .container .steps .step .step-icon {
      width: 80px;
      height: 80px; }
      .page-template-business-tools-and-forms .step-by-step .container .steps .step .step-icon img {
        max-width: 45px; } }

@media (max-width: 1280px) and (orientation: landscape) {
  #team-gsap.join-the-team {
    height: auto;
    min-height: 500px; }
    #team-gsap.join-the-team .image-wrapper {
      display: none; }
    #team-gsap.join-the-team .container {
      min-height: inherit; }
      #team-gsap.join-the-team .container .content-block {
        width: 100%; } }
/*# sourceMappingURL=style.css.map */