/*
Theme Name: MyPath
Author: Paul Werth, Mark Fidler 
Description:
Version: 1.0
*/
.debug {
  outline: 1px dotted rgba(255, 0, 0, 0.5);
}
.debug * {
  outline: 1px dotted rgba(255, 0, 0, 0.5);
}
.backgroundCover {
  background-image: url('https://via.placeholder.com/1000x1000/?text=!');
  background-color: #fff;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.absFill {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}
.linkLineAnimation {
  display: inline-block;
  position: relative;
  -webkit-transition: transform 400ms;
  -moz-transition: transform 400ms;
  transition: transform 400ms;
}
.linkLineAnimation:before {
  content: '';
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  width: 0;
  height: 3px;
  margin-top: 3px;
  background: #F63440;
  -webkit-transition: width 400ms;
  -moz-transition: width 400ms;
  transition: width 400ms;
}
.linkLineAnimation:hover:before {
  width: 100%;
}
.solidButtonHover {
  background-size: 100% 200%;
  background-image: linear-gradient(to bottom, #F6414D 50%, #c12932 50%);
  -webkit-transition: background-position 200ms;
  -moz-transition: background-position 200ms;
  transition: background-position 200ms;
}
.solidButtonHover:hover {
  background-position: 0 100%;
}
.solidButton {
  display: inline-block;
  background: #b64300;
  padding: 16px 55px;
  border-radius: 40px;
  color: #fff;
  font-size: clamp(15.5px, 1.04vw, 20px);
  line-height: 1.4;
  /*@media (max-width: 1450px) {
      @newSize: (@sizeValue * .75);
      font-size: ~"clamp(16px, @{newSize}px, 100px)";
    }*/
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
}
.wysiwygStyles ol {
  list-style-type: decimal;
}
.wysiwygStyles ul {
  list-style-type: disc;
}
.wysiwygStyles ul,
.wysiwygStyles ol {
  margin-left: 2em;
  margin-bottom: 1.5em;
}
.wysiwygStyles ul li,
.wysiwygStyles ol li {
  margin-bottom: 0.5em;
}
.wysiwygStyles ul li:last-child,
.wysiwygStyles ol li:last-child {
  margin-bottom: 0;
}
.wysiwygStyles ul:last-child,
.wysiwygStyles ol:last-child {
  margin-bottom: 0;
}
.wysiwygStyles ul > li > ul,
.wysiwygStyles ol > li > ul {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.signupStyles {
  width: 302px;
  max-width: 100%;
  margin: 0 auto 70px;
  text-align: center;
  position: relative;
}
.signupStyles textarea,
.signupStyles input {
  color: #434343;
  font-family: 'Montserrat', 'Arial', sans-serif;
  font-size: 18px;
  font-style: normal;
  line-height: normal;
  padding: 13px 20px;
  border: 1px solid #D7D7D7;
  background-color: #F7F7F7;
}
.signupStyles textarea::-webkit-input-placeholder,
.signupStyles input::-webkit-input-placeholder {
  color: #434343;
  font-style: normal;
}
.signupStyles textarea::-moz-placeholder,
.signupStyles input::-moz-placeholder {
  color: #434343;
  font-style: normal;
}
.signupStyles textarea:-ms-input-placeholder,
.signupStyles input:-ms-input-placeholder {
  color: #434343;
  font-style: normal;
}
.signupStyles textarea:-moz-placeholder,
.signupStyles input:-moz-placeholder {
  color: #434343;
  font-style: normal;
}
.signupStyles .nf-field-label {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}
.signupStyles .nf-field-container {
  margin-bottom: 20px;
}
.signupStyles .nf-error-msg {
  margin-right: 0;
  color: #D62938;
}
.signupStyles #nf-field-12-container {
  margin-bottom: 10px;
}
.signupStyles input[type="button"] {
  background: #D62938;
  color: #FFF;
  display: inline-block;
  font-family: 'Montserrat', 'Arial', sans-serif;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 4px;
  line-height: 20/15;
  padding: 14px 24px;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}
.signupStyles input[type="button"]:hover {
  background: #6b141c;
}
.signupStyles .nf-response-msg {
  color: #2A2A2A;
  font-size: 18px;
  line-height: 23/18;
  text-align: center;
}
.signupStyles .nf-error.field-wrap .nf-field-element:after {
  background: #D62938;
}
.signupStyles .nf-error .ninja-forms-field {
  border-color: #D62938 !important;
}
/*! destyle.css v1.0.11 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model
   ========================================================================== */
* {
  box-sizing: border-box;
}
::before,
::after {
  box-sizing: inherit;
}
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}
/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}
/* Vertical rhythm
   ========================================================================== */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}
/* Headings
   ========================================================================== */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}
/* Lists (enumeration)
   ========================================================================== */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* Lists (definition)
   ========================================================================== */
dt {
  font-weight: bold;
}
dd {
  margin-left: 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 */
  border: 0;
  border-top: 1px solid;
  margin: 0;
  clear: both;
  color: inherit;
}
/**
 * 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: inherit;
  /* 2 */
}
address {
  font-style: inherit;
}
/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}
/**
 * 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 */
  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: inherit;
  /* 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;
  vertical-align: bottom;
}
embed,
object,
iframe {
  border: 0;
  vertical-align: bottom;
}
/* Forms
   ========================================================================== */
/**
 * Reset form fields to make them styleable
 * 1. Reset radio and checkbox to preserve their look in iOS.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}
[type='checkbox'] {
  /* 1 */
  -webkit-appearance: checkbox;
  appearance: checkbox;
}
[type='radio'] {
  /* 1 */
  -webkit-appearance: radio;
  appearance: radio;
}
/**
 * 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'] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}
button[disabled],
[type='button'][disabled],
[type='reset'][disabled],
[type='submit'][disabled] {
  cursor: default;
}
/**
 * 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;
}
/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  min-width: 0;
}
/**
 * 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 {
  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. Remove the padding in IE 10.
 */
[type='checkbox'],
[type='radio'] {
  padding: 0;
  /* 1 */
}
/**
 * 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 outline style in Safari.
 */
[type='search'] {
  outline-offset: -2px;
  /* 1 */
}
/**
 * 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 */
}
/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}
/* 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;
}
/* Table
   ========================================================================== */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption {
  text-align: left;
}
td,
th {
  vertical-align: top;
}
th {
  text-align: left;
  font-weight: bold;
}
/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
@keyframes blinker {
  from {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes zoomin {
  to {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes flipin {
  to {
    transform: rotateY(0deg) scale(1);
    opacity: 1;
  }
}
@keyframes slidein {
  to {
    right: 0;
  }
}
/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger:hover {
  opacity: 0.7;
}
.hamburger.is-active:hover {
  opacity: 0.7;
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #1C5775;
}
.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative;
}
.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}
.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  width: 40px;
  height: 4px;
  background-color: #1C5775;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner::before,
.hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -10px;
}
.hamburger-inner::after {
  bottom: -10px;
}
/*
   * 3DX
   */
.hamburger--3dx .hamburger-box {
  perspective: 80px;
}
.hamburger--3dx .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx .hamburger-inner::before,
.hamburger--3dx .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateY(180deg);
}
.hamburger--3dx.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dx.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}
/*
   * 3DX Reverse
   */
.hamburger--3dx-r .hamburger-box {
  perspective: 80px;
}
.hamburger--3dx-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx-r .hamburger-inner::before,
.hamburger--3dx-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateY(-180deg);
}
.hamburger--3dx-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dx-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}
/*
   * 3DY
   */
.hamburger--3dy .hamburger-box {
  perspective: 80px;
}
.hamburger--3dy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy .hamburger-inner::before,
.hamburger--3dy .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(-180deg);
}
.hamburger--3dy.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dy.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}
/*
   * 3DY Reverse
   */
.hamburger--3dy-r .hamburger-box {
  perspective: 80px;
}
.hamburger--3dy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy-r .hamburger-inner::before,
.hamburger--3dy-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg);
}
.hamburger--3dy-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dy-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}
/*
   * 3DXY
   */
.hamburger--3dxy .hamburger-box {
  perspective: 80px;
}
.hamburger--3dxy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy .hamburger-inner::before,
.hamburger--3dxy .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg) rotateY(180deg);
}
.hamburger--3dxy.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dxy.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}
/*
   * 3DXY Reverse
   */
.hamburger--3dxy-r .hamburger-box {
  perspective: 80px;
}
.hamburger--3dxy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy-r .hamburger-inner::before,
.hamburger--3dxy-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg) rotateY(180deg) rotateZ(-180deg);
}
.hamburger--3dxy-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dxy-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}
/*
   * Arrow
   */
.hamburger--arrow.is-active .hamburger-inner::before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}
.hamburger--arrow.is-active .hamburger-inner::after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
}
/*
   * Arrow Right
   */
.hamburger--arrow-r.is-active .hamburger-inner::before {
  transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
}
.hamburger--arrow-r.is-active .hamburger-inner::after {
  transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}
/*
   * Arrow Alt
   */
.hamburger--arrowalt .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(-8px, -10px, 0) rotate(-45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
.hamburger--arrowalt.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(-8px, 10px, 0) rotate(45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
/*
   * Arrow Alt Right
   */
.hamburger--arrowalt-r .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt-r .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt-r.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(8px, -10px, 0) rotate(45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
.hamburger--arrowalt-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(8px, 10px, 0) rotate(-45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
/*
   * Arrow Turn
   */
.hamburger--arrowturn.is-active .hamburger-inner {
  transform: rotate(-180deg);
}
.hamburger--arrowturn.is-active .hamburger-inner::before {
  transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
}
.hamburger--arrowturn.is-active .hamburger-inner::after {
  transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}
/*
   * Arrow Turn Right
   */
.hamburger--arrowturn-r.is-active .hamburger-inner {
  transform: rotate(-180deg);
}
.hamburger--arrowturn-r.is-active .hamburger-inner::before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}
.hamburger--arrowturn-r.is-active .hamburger-inner::after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
}
/*
   * Boring
   */
.hamburger--boring .hamburger-inner,
.hamburger--boring .hamburger-inner::before,
.hamburger--boring .hamburger-inner::after {
  transition-property: none;
}
.hamburger--boring.is-active .hamburger-inner {
  transform: rotate(45deg);
}
.hamburger--boring.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}
.hamburger--boring.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
}
/*
   * Collapse
   */
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse .hamburger-inner::after {
  top: -20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}
.hamburger--collapse .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--collapse.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}
.hamburger--collapse.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}
/*
   * Collapse Reverse
   */
.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse-r .hamburger-inner::after {
  top: -20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}
.hamburger--collapse-r .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse-r.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--collapse-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}
.hamburger--collapse-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}
/*
   * Elastic
   */
.hamburger--elastic .hamburger-inner {
  top: 2px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic .hamburger-inner::before {
  top: 10px;
  transition: opacity 0.125s 0.275s ease;
}
.hamburger--elastic .hamburger-inner::after {
  top: 20px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(135deg);
  transition-delay: 0.075s;
}
.hamburger--elastic.is-active .hamburger-inner::before {
  transition-delay: 0s;
  opacity: 0;
}
.hamburger--elastic.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(-270deg);
  transition-delay: 0.075s;
}
/*
   * Elastic Reverse
   */
.hamburger--elastic-r .hamburger-inner {
  top: 2px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic-r .hamburger-inner::before {
  top: 10px;
  transition: opacity 0.125s 0.275s ease;
}
.hamburger--elastic-r .hamburger-inner::after {
  top: 20px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic-r.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(-135deg);
  transition-delay: 0.075s;
}
.hamburger--elastic-r.is-active .hamburger-inner::before {
  transition-delay: 0s;
  opacity: 0;
}
.hamburger--elastic-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(270deg);
  transition-delay: 0.075s;
}
/*
   * Emphatic
   */
.hamburger--emphatic {
  overflow: hidden;
}
.hamburger--emphatic .hamburger-inner {
  transition: background-color 0.125s 0.175s ease-in;
}
.hamburger--emphatic .hamburger-inner::before {
  left: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
}
.hamburger--emphatic .hamburger-inner::after {
  top: 10px;
  right: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
}
.hamburger--emphatic.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent !important;
}
.hamburger--emphatic.is-active .hamburger-inner::before {
  left: -80px;
  top: -80px;
  transform: translate3d(80px, 80px, 0) rotate(45deg);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.hamburger--emphatic.is-active .hamburger-inner::after {
  right: -80px;
  top: -80px;
  transform: translate3d(-80px, 80px, 0) rotate(-45deg);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}
/*
   * Emphatic Reverse
   */
.hamburger--emphatic-r {
  overflow: hidden;
}
.hamburger--emphatic-r .hamburger-inner {
  transition: background-color 0.125s 0.175s ease-in;
}
.hamburger--emphatic-r .hamburger-inner::before {
  left: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
}
.hamburger--emphatic-r .hamburger-inner::after {
  top: 10px;
  right: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
}
.hamburger--emphatic-r.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent !important;
}
.hamburger--emphatic-r.is-active .hamburger-inner::before {
  left: -80px;
  top: 80px;
  transform: translate3d(80px, -80px, 0) rotate(-45deg);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.hamburger--emphatic-r.is-active .hamburger-inner::after {
  right: -80px;
  top: 80px;
  transform: translate3d(-80px, -80px, 0) rotate(45deg);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}
/*
   * Minus
   */
.hamburger--minus .hamburger-inner::before,
.hamburger--minus .hamburger-inner::after {
  transition: bottom 0.08s 0s ease-out, top 0.08s 0s ease-out, opacity 0s linear;
}
.hamburger--minus.is-active .hamburger-inner::before,
.hamburger--minus.is-active .hamburger-inner::after {
  opacity: 0;
  transition: bottom 0.08s ease-out, top 0.08s ease-out, opacity 0s 0.08s linear;
}
.hamburger--minus.is-active .hamburger-inner::before {
  top: 0;
}
.hamburger--minus.is-active .hamburger-inner::after {
  bottom: 0;
}
/*
   * Slider
   */
.hamburger--slider .hamburger-inner {
  top: 2px;
}
.hamburger--slider .hamburger-inner::before {
  top: 10px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}
.hamburger--slider .hamburger-inner::after {
  top: 20px;
}
.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--slider.is-active .hamburger-inner::before {
  transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
  opacity: 0;
}
.hamburger--slider.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(-90deg);
}
/*
   * Slider Reverse
   */
.hamburger--slider-r .hamburger-inner {
  top: 2px;
}
.hamburger--slider-r .hamburger-inner::before {
  top: 10px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}
.hamburger--slider-r .hamburger-inner::after {
  top: 20px;
}
.hamburger--slider-r.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(-45deg);
}
.hamburger--slider-r.is-active .hamburger-inner::before {
  transform: rotate(45deg) translate3d(5.71429px, -6px, 0);
  opacity: 0;
}
.hamburger--slider-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(90deg);
}
/*
   * Spin
   */
.hamburger--spin .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}
.hamburger--spin .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin.is-active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spin.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}
.hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}
/*
   * Spin Reverse
   */
.hamburger--spin-r .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin-r .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}
.hamburger--spin-r .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin-r.is-active .hamburger-inner {
  transform: rotate(-225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spin-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}
.hamburger--spin-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}
/*
   * Spring
   */
.hamburger--spring .hamburger-inner {
  top: 2px;
  transition: background-color 0s 0.13s linear;
}
.hamburger--spring .hamburger-inner::before {
  top: 10px;
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring .hamburger-inner::after {
  top: 20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring.is-active .hamburger-inner {
  transition-delay: 0.22s;
  background-color: transparent !important;
}
.hamburger--spring.is-active .hamburger-inner::before {
  top: 0;
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--spring.is-active .hamburger-inner::after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 10px, 0) rotate(-45deg);
}
/*
   * Spring Reverse
   */
.hamburger--spring-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring-r .hamburger-inner::after {
  top: -20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear;
}
.hamburger--spring-r .hamburger-inner::before {
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring-r.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spring-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.22s linear;
}
.hamburger--spring-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(90deg);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
}
/*
   * Stand
   */
.hamburger--stand .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
}
.hamburger--stand .hamburger-inner::before {
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand .hamburger-inner::after {
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand.is-active .hamburger-inner {
  transform: rotate(90deg);
  background-color: transparent !important;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
}
.hamburger--stand.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-45deg);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--stand.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(45deg);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}
/*
   * Stand Reverse
   */
.hamburger--stand-r .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
}
.hamburger--stand-r .hamburger-inner::before {
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand-r .hamburger-inner::after {
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand-r.is-active .hamburger-inner {
  transform: rotate(-90deg);
  background-color: transparent !important;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
}
.hamburger--stand-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-45deg);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--stand-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(45deg);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}
/*
   * Squeeze
   */
.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze .hamburger-inner::before {
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}
.hamburger--squeeze .hamburger-inner::after {
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}
.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}
/*
   * Vortex
   */
.hamburger--vortex .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex .hamburger-inner::before,
.hamburger--vortex .hamburger-inner::after {
  transition-duration: 0s;
  transition-delay: 0.1s;
  transition-timing-function: linear;
}
.hamburger--vortex .hamburger-inner::before {
  transition-property: top, opacity;
}
.hamburger--vortex .hamburger-inner::after {
  transition-property: bottom, transform;
}
.hamburger--vortex.is-active .hamburger-inner {
  transform: rotate(765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex.is-active .hamburger-inner::before,
.hamburger--vortex.is-active .hamburger-inner::after {
  transition-delay: 0s;
}
.hamburger--vortex.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}
.hamburger--vortex.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(90deg);
}
/*
   * Vortex Reverse
   */
.hamburger--vortex-r .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex-r .hamburger-inner::before,
.hamburger--vortex-r .hamburger-inner::after {
  transition-duration: 0s;
  transition-delay: 0.1s;
  transition-timing-function: linear;
}
.hamburger--vortex-r .hamburger-inner::before {
  transition-property: top, opacity;
}
.hamburger--vortex-r .hamburger-inner::after {
  transition-property: bottom, transform;
}
.hamburger--vortex-r.is-active .hamburger-inner {
  transform: rotate(-765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex-r.is-active .hamburger-inner::before,
.hamburger--vortex-r.is-active .hamburger-inner::after {
  transition-delay: 0s;
}
.hamburger--vortex-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}
.hamburger--vortex-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
}
html {
  font-size: 62.5%;
  height: 100%;
}
body {
  box-sizing: border-box;
  letter-spacing: 0;
  font-family: 'Montserrat', 'Arial', sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
  font-weight: 400;
  color: #000;
  background: #FFF;
  min-width: 315px;
  overflow-x: hidden;
}
body *,
body *:before,
body *:after {
  box-sizing: inherit;
}
body.nav-open {
  overflow: hidden;
}
body img {
  max-width: 100%;
}
body p {
  margin: 0 0 1.5em 0;
}
body p:last-child {
  margin-bottom: 0;
}
body a {
  color: inherit;
  text-decoration: underline;
}
body .wp-block {
  max-width: 1200px !important;
}
body .fas,
body .fa-solid {
  font-family: fontawesome;
  font-style: normal;
}
body .nf-response-msg {
  color: #3B3C3E;
  font-family: 'Montserrat', 'Arial', sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.875;
  margin-bottom: 10px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  body .nf-response-msg {
    font-size: 18px;
    line-height: 1.5;
  }
}
body section .nf-form-cont form .nf-form-content {
  padding: 0;
}
body section .nf-form-cont form .nf-form-fields-required {
  display: none;
}
body section .nf-form-cont form .ninja-forms-req-symbol {
  color: #3B3C3E;
}
body section .nf-form-cont form .nf-field-label {
  margin-bottom: 8px;
}
body section .nf-form-cont form .nf-field-container {
  margin-bottom: 35px;
}
body section .nf-form-cont form label {
  color: #97999B;
  font-size: clamp(15.5px, 1.04vw, 20px);
  line-height: 1.4;
  /*@media (max-width: 1450px) {
      @newSize: (@sizeValue * .75);
      font-size: ~"clamp(16px, @{newSize}px, 100px)";
    }*/
  font-weight: 700;
}
body section .nf-form-cont form textarea {
  display: block;
  color: #000;
  font-family: 'Montserrat', 'Arial', sans-serif;
  font-size: clamp(15.5px, 1.04vw, 20px);
  line-height: 1.4;
  /*@media (max-width: 1450px) {
      @newSize: (@sizeValue * .75);
      font-size: ~"clamp(16px, @{newSize}px, 100px)";
    }*/
  font-weight: 700;
  background: #fff;
  border: 1px solid #2c425d;
  width: 100%;
  padding: 15px;
  margin-bottom: 0;
}
body section .nf-form-cont form textarea::-webkit-input-placeholder {
  color: #7B7B7B;
  font-style: italic;
}
body section .nf-form-cont form textarea::-moz-placeholder {
  color: #7B7B7B;
  font-style: italic;
}
body section .nf-form-cont form textarea:-ms-input-placeholder {
  color: #7B7B7B;
  font-style: italic;
}
body section .nf-form-cont form textarea:-moz-placeholder {
  color: #7B7B7B;
  font-style: italic;
}
body section .nf-form-cont form input {
  display: block;
  color: #000;
  font-family: 'Montserrat', 'Arial', sans-serif;
  font-size: clamp(15.5px, 1.04vw, 20px);
  line-height: 1.4;
  /*@media (max-width: 1450px) {
      @newSize: (@sizeValue * .75);
      font-size: ~"clamp(16px, @{newSize}px, 100px)";
    }*/
  font-weight: 700;
  background: #fff;
  border: 1px solid #2c425d;
  width: 100%;
  padding: 15px;
  margin-bottom: 0;
}
body section .nf-form-cont form input::-webkit-input-placeholder {
  color: #7B7B7B;
  font-style: italic;
}
body section .nf-form-cont form input::-moz-placeholder {
  color: #7B7B7B;
  font-style: italic;
}
body section .nf-form-cont form input:-ms-input-placeholder {
  color: #7B7B7B;
  font-style: italic;
}
body section .nf-form-cont form input:-moz-placeholder {
  color: #7B7B7B;
  font-style: italic;
}
body section .nf-form-cont form .nf-field-description {
  font-size: 18px;
  line-height: 1.2;
}
body section .nf-form-cont form .file_upload-wrap .nf-fu-button-cancel {
  display: none !important;
}
body section .nf-form-cont form .file_upload-wrap .nf-fu-fileinput-button {
  border: 1px solid #CCCCCC;
  border-radius: 32px;
  padding: 16px 60px;
  color: #3B3C3E;
  font-size: 24px;
  line-height: 1;
  font-weight: bold;
  margin-top: 40px;
}
body section .nf-form-cont form .file_upload-wrap [type="file"] {
  display: none !important;
}
body section .nf-form-cont form .file_upload-wrap .nf-fu-progress {
  height: auto;
  margin: 0;
}
body section .nf-form-cont form .file_upload-wrap .nf-fu-progress-bar-success {
  display: none;
}
body section .nf-form-cont form .submit-container input,
body section .nf-form-cont form .submit-container .type-submit,
body section .nf-form-cont form .submit-container [value="Submit"],
body section .nf-form-cont form .submit-container [type="submit"] {
  font-family: 'Montserrat', 'Arial', sans-serif;
  border: 0;
  display: inline-block;
  background: #b64300;
  padding: 16px 55px;
  border-radius: 40px;
  color: #fff;
  font-size: clamp(15.5px, 1.04vw, 20px);
  line-height: 1.4;
  /*@media (max-width: 1450px) {
      @newSize: (@sizeValue * .75);
      font-size: ~"clamp(16px, @{newSize}px, 100px)";
    }*/
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
}
body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
main {
  overflow: hidden;
}
header {
  position: relative;
  z-index: 99;
  background: #FFFFFF;
  padding: 15px 5vw;
}
@media (max-width: 950px) {
  .mobileMenuOpen header {
    padding: 15px 5vw 30px;
  }
}
header .wrapper {
  position: relative;
  display: flex;
  gap: 3vw;
  row-gap: 25px;
  align-items: center;
}
@media (max-width: 950px) {
  .mobileMenuOpen header .wrapper {
    flex-direction: column;
    justify-content: flex-start;
  }
}
@media (max-width: 950px) {
  header .wrapper .logo {
    align-self: flex-start;
  }
}
header .wrapper .logo a img {
  width: 237px;
  height: auto;
}
header .wrapper .mobile-toggle {
  display: none;
  font-size: 32px;
  line-height: 1;
  position: absolute;
  top: 20px;
  right: 0;
}
header .wrapper .mobile-toggle:after {
  position: relative;
  content: '\f0c9';
  color: #042246;
  font-family: fontawesome;
}
.mobileMenuOpen header .wrapper .mobile-toggle:after {
  content: '\f00d';
}
@media (max-width: 950px) {
  header .wrapper .mobile-toggle {
    display: block;
  }
}
header .wrapper .nav-wrap {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 3vw;
  row-gap: 25px;
}
@media (max-width: 950px) {
  header .wrapper .nav-wrap {
    display: none;
  }
  .mobileMenuOpen header .wrapper .nav-wrap {
    display: block;
    align-self: stretch;
  }
}
header .wrapper .nav-wrap ul {
  display: flex;
  gap: 3vw;
  row-gap: 25px;
}
@media (max-width: 950px) {
  header .wrapper .nav-wrap ul {
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
  }
}
header .wrapper .nav-wrap ul li a {
  position: relative;
  color: #003370;
  font-size: clamp(13.950000000000001px, 0.9359999999999999vw, 18px);
  line-height: 1.16666667;
  /*@media (max-width: 1450px) {
      @newSize: (@sizeValue * .75);
      font-size: ~"clamp(16px, @{newSize}px, 100px)";
    }*/
  text-decoration: none;
  text-transform: uppercase;
}
header .wrapper .nav-wrap ul li a.is-active:after,
header .wrapper .nav-wrap ul li a.currentpage:after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -15px;
  display: block;
  content: '';
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 12px solid #F500ED;
}
header .wrapper .nav-wrap ul li a:hover {
  text-decoration: underline;
}
header .wrapper #block-mypath-mainnavigationbutton a {
  padding: 16px 35px;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  border-radius: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: transparent linear-gradient(180deg, #F500ED 0%, #C135B8 100%) 0% 0% no-repeat padding-box;
  transition: border-color 250ms linear, border-color 250ms linear;
}
header .wrapper #block-mypath-mainnavigationbutton a:hover {
  background: transparent linear-gradient(180deg, #C135B8 0%, #ac27a3 100%) 0% 0% no-repeat padding-box;
}
@media (max-width: 950px) {
  header .wrapper > a {
    display: none;
  }
  .mobileMenuOpen header .wrapper > a {
    display: inline-flex;
  }
}
footer {
  position: relative;
  z-index: 15;
  background: #042246;
  padding: 70px 5vw;
}
footer .wrapper {
  display: flex;
  align-items: flex-end;
  gap: 5vw;
  row-gap: 50px;
}
@media (max-width: 950px) {
  footer .wrapper {
    flex-direction: column;
    align-items: flex-start;
  }
}
footer .wrapper .logo img {
  width: 237px;
  height: auto;
}
footer .wrapper .links .primary {
  display: flex;
  justify-content: space-between;
  gap: 35px;
  row-gap: 15px;
}
@media (max-width: 650px) {
  footer .wrapper .links .primary {
    flex-direction: column;
  }
}
footer .wrapper .links .primary a {
  font-size: clamp(15.5px, 1.04vw, 20px);
  line-height: 1.2;
  /*@media (max-width: 1450px) {
      @newSize: (@sizeValue * .75);
      font-size: ~"clamp(16px, @{newSize}px, 100px)";
    }*/
  font-weight: 600;
  color: #fff;
  text-decoration: none;
}
footer .wrapper .links .secondary {
  display: flex;
  gap: 35px;
  row-gap: 15px;
  margin-top: 15px;
}
@media (max-width: 650px) {
  footer .wrapper .links .secondary {
    flex-direction: column;
  }
}
footer .wrapper .links .secondary a {
  font-size: clamp(12.4px, 0.832vw, 16px);
  line-height: 1.1875;
  /*@media (max-width: 1450px) {
      @newSize: (@sizeValue * .75);
      font-size: ~"clamp(16px, @{newSize}px, 100px)";
    }*/
  color: #fff;
  text-decoration: none;
}
footer .wrapper .top-links {
  display: flex;
  gap: 35px;
  row-gap: 15px;
  margin-top: 15px;
}
@media (max-width: 650px) {
  footer .wrapper .top-links {
    flex-direction: column;
    margin-top: 50px;
  }
}
footer .wrapper .top-links a {
  font-size: clamp(12.4px, 0.832vw, 16px);
  line-height: 1.1875;
  /*@media (max-width: 1450px) {
      @newSize: (@sizeValue * .75);
      font-size: ~"clamp(16px, @{newSize}px, 100px)";
    }*/
  color: #fff;
  text-decoration: none;
}
.comp-getstarted {
  position: fixed;
  z-index: 100;
  bottom: 20px;
  right: 20px;
  width: 110px;
  height: 110px;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: transparent linear-gradient(180deg, #F500ED 0%, #C135B8 100%) 0% 0% no-repeat padding-box;
  transition: border-color 250ms linear, border-color 250ms linear;
}
.comp-getstarted:hover {
  background: transparent linear-gradient(180deg, #C135B8 0%, #ac27a3 100%) 0% 0% no-repeat padding-box;
}
.comp-pathvisuals {
  position: relative;
}
.comp-pathvisuals svg {
  width: 100%;
  height: auto;
  position: relative;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}
.comp-pathvisuals svg path {
  fill: none;
  stroke-width: 0.75vw !important;
  position: relative;
  opacity: 0;
}
@media (max-width: 1050px) {
  .comp-pathvisuals svg path {
    stroke-width: 6px !important;
  }
}
.comp-pathvisuals svg path.active {
  opacity: 1;
  transition: stroke-dashoffset 2s linear, opacity 250ms linear;
  vector-effect: non-scaling-stroke;
  stroke-dashoffset: 0 !important;
}
.comp-pathvisuals svg#iconorange {
  top: 6%;
  left: -3%;
}
.comp-pathvisuals svg .iconorange {
  stroke: #FAA634;
}
.comp-pathvisuals svg#iconpurple {
  top: 6%;
  left: 11%;
}
@media (max-width: 1050px) {
  .comp-pathvisuals svg#iconpurple {
    left: 7%;
  }
}
.comp-pathvisuals svg .iconpurple {
  stroke: #C135B8;
}
.comp-pathvisuals svg .iconteal {
  stroke: #29A1BC;
}
.comp-pathvisuals svg#iconbronze {
  top: 35%;
  left: 10%;
}
@media (max-width: 1050px) {
  .comp-pathvisuals svg#iconbronze {
    left: 7%;
  }
}
.comp-pathvisuals svg .iconbronze {
  stroke: #C65A11;
}
.comp-pathvisuals .dot {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 6.4583vw;
  height: 6.4583vw;
  background: #fff;
  border: 0.75vw solid #fff;
  border-radius: 50%;
  transform: translate(-50%, 50%);
}
@media (max-width: 1050px) {
  .comp-pathvisuals .dot {
    width: 50px;
    height: 50px;
    border-width: 5px;
    z-index: 5;
  }
}
.comp-pathvisuals .dot:after {
  content: '';
  display: block;
  width: 2.9166667vw;
  height: 2.9166667vw;
  background: #fff;
  border: 0.6vw solid #29A1BC;
  border-radius: 50%;
}
@media (max-width: 1050px) {
  .comp-pathvisuals .dot:after {
    width: 30px;
    height: 30px;
    border-width: 5px;
  }
}
.comp-pathvisuals .dot span {
  display: none;
  position: absolute;
  padding: 0 6.4583vw;
  font-size: 2vw;
  line-height: 1.2;
  font-weight: bold;
}
@media (max-width: 1050px) {
  .comp-pathvisuals .dot span {
    font-size: 16px;
    padding: 0 50px;
  }
}
.comp-pathvisuals .dot.active {
  transition: background 250ms linear 2s, border-color 250ms linear 2150ms;
}
.comp-pathvisuals .dot.active span {
  display: block;
}
.comp-pathvisuals .dot.orange {
  left: 0.75vw;
  top: -3vw;
}
@media (max-width: 1050px) {
  .comp-pathvisuals .dot.orange {
    top: -6px;
  }
}
@media (max-width: 450px) {
  .comp-pathvisuals .dot.orange {
    top: -10%;
  }
}
.comp-pathvisuals .dot.orange span {
  left: 0;
  top: -2em;
  color: #FAA634;
}
.comp-pathvisuals .dot.orange:after {
  border-color: #FAA634;
}
.comp-pathvisuals .dot.orange.active {
  background-color: #fddfb5;
  border-color: #feedd6;
}
.comp-pathvisuals .dot.purple {
  right: -9vw;
  top: -3vw;
}
@media (max-width: 1050px) {
  .comp-pathvisuals .dot.purple {
    right: -66px;
    top: -3px;
  }
}
@media (max-width: 450px) {
  .comp-pathvisuals .dot.purple {
    top: -10%;
  }
}
.comp-pathvisuals .dot.purple span {
  right: 0;
  top: -2em;
  color: #C135B8;
}
.comp-pathvisuals .dot.purple:after {
  border-color: #C135B8;
}
.comp-pathvisuals .dot.purple.active {
  background-color: #ebbce8;
  border-color: #f4daf2;
}
.comp-pathvisuals .dot.teal {
  left: 0.75vw;
  bottom: -0.25vw;
}
.comp-pathvisuals .dot.teal span {
  left: 0;
  color: #29A1BC;
}
.comp-pathvisuals .dot.teal:after {
  border-color: #29A1BC;
}
.comp-pathvisuals .dot.teal.active {
  background-color: #b8e0e9;
  border-color: #d8eef3;
}
.comp-pathvisuals .dot.bronze {
  right: -9vw;
  bottom: -0.25vw;
}
@media (max-width: 1050px) {
  .comp-pathvisuals .dot.bronze {
    right: -66px;
  }
}
.comp-pathvisuals .dot.bronze span {
  right: 0;
  bottom: -20%;
  color: #C65A11;
}
.comp-pathvisuals .dot.bronze:after {
  border-color: #C65A11;
}
.comp-pathvisuals .dot.bronze.active {
  background-color: #edc9b1;
  border-color: #f5e1d4;
}
.iframewrap {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
}
.iframewrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.comp-button {
  padding: 16px 35px;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  border-radius: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: transparent linear-gradient(180deg, #F500ED 0%, #C135B8 100%) 0% 0% no-repeat padding-box;
  transition: border-color 250ms linear, border-color 250ms linear;
}
.comp-button:hover {
  background: transparent linear-gradient(180deg, #C135B8 0%, #ac27a3 100%) 0% 0% no-repeat padding-box;
}
.comp-arrowlink {
  position: relative;
  display: inline-block;
  padding-right: 0;
  text-decoration: none;
  padding-right: 40px;
}
.comp-arrowlink:after {
  content: '\f178';
  font-family: fontawesome;
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
  position: absolute;
  transform: translate(10px, 0);
  text-decoration: none;
  transition: all 200ms linear;
}
.comp-arrowlink:hover {
  text-decoration: underline;
}
.comp-arrowlink:hover:after {
  transform: translate(15px, 0);
}
.callout-homeintro {
  position: relative;
  background: #042246;
  padding: 120px 5vw 120px;
}
@media (max-width: 650px) {
  .callout-homeintro {
    padding: 100px 5vw;
  }
}
.callout-homeintro .wrapper .header {
  font-size: clamp(116.25px, 7.8vw, 150px);
  line-height: 1;
  /*@media (max-width: 1450px) {
      @newSize: (@sizeValue * .75);
      font-size: ~"clamp(16px, @{newSize}px, 100px)";
    }*/
  font-weight: bold;
  color: #fff;
}
@media (max-width: 950px) {
  .callout-homeintro .wrapper .header {
    font-size: clamp(77.5px, 5.2vw, 100px);
    line-height: 1;
    /*@media (max-width: 1450px) {
      @newSize: (@sizeValue * .75);
      font-size: ~"clamp(16px, @{newSize}px, 100px)";
    }*/
  }
}
@media (max-width: 650px) {
  .callout-homeintro .wrapper .header {
    font-size: clamp(46.5px, 3.1199999999999997vw, 60px);
    line-height: 1;
    /*@media (max-width: 1450px) {
      @newSize: (@sizeValue * .75);
      font-size: ~"clamp(16px, @{newSize}px, 100px)";
    }*/
  }
}
.callout-homeintro .wrapper .header .highlights {
  color: #FAA634;
}
.callout-homeintro .wrapper .header .highlights span {
  display: block;
  padding-bottom: 30px;
}
.callout-homeintro .wrapper .copy {
  font-size: clamp(18.6px, 1.248vw, 24px);
  line-height: 1.5;
  /*@media (max-width: 1450px) {
      @newSize: (@sizeValue * .75);
      font-size: ~"clamp(16px, @{newSize}px, 100px)";
    }*/
  color: #fff;
  max-width: 790px;
  margin-right: 15vw;
}
.callout-homeintro .wrapper .buttons {
  display: flex;
  align-items: center;
  gap: 5vw;
  row-gap: 35px;
  margin-top: 70px;
}
@media (max-width: 790px) {
  .callout-homeintro .wrapper .buttons {
    flex-direction: column;
    align-items: flex-start;
  }
}
.callout-homeintro .wrapper .buttons .button a {
  padding: 16px 35px;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  border-radius: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: transparent linear-gradient(180deg, #F500ED 0%, #C135B8 100%) 0% 0% no-repeat padding-box;
  transition: border-color 250ms linear, border-color 250ms linear;
}
.callout-homeintro .wrapper .buttons .button a:hover {
  background: transparent linear-gradient(180deg, #C135B8 0%, #ac27a3 100%) 0% 0% no-repeat padding-box;
}
.callout-homeintro .wrapper .buttons .arrow a {
  position: relative;
  display: inline-block;
  padding-right: 0;
  text-decoration: none;
  padding-right: 40px;
  font-size: clamp(15.5px, 1.04vw, 20px);
  line-height: 1.2;
  /*@media (max-width: 1450px) {
      @newSize: (@sizeValue * .75);
      font-size: ~"clamp(16px, @{newSize}px, 100px)";
    }*/
  font-weight: bold;
  color: #fff;
}
.callout-homeintro .wrapper .buttons .arrow a:after {
  content: '\f178';
  font-family: fontawesome;
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
  position: absolute;
  transform: translate(10px, 0);
  text-decoration: none;
  transition: all 200ms linear;
}
.callout-homeintro .wrapper .buttons .arrow a:hover {
  text-decoration: underline;
}
.callout-homeintro .wrapper .buttons .arrow a:hover:after {
  transform: translate(15px, 0);
}
.callout-homeintro .wrapper .people {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 28vw;
}
.callout-homeintro .wrapper .people img {
  width: 100%;
  height: auto;
}
.callout-homeintro .highlights,
.callout-homeintro .people {
  opacity: 0;
  display: flex;
}
.callout-homeintro .slick-initialized {
  opacity: 1;
  display: block;
  transition: opacity 0.2s ease-in;
}
.callout-meetmypath {
  padding: 100px 10vw;
}
@media (max-width: 750px) {
  .callout-meetmypath {
    padding: 100px 5vw;
  }
}
.callout-meetmypath .wrapper {
  display: flex;
  align-items: center;
  gap: 8vw;
  row-gap: 50px;
}
@media (max-width: 1050px) {
  .callout-meetmypath .wrapper {
    flex-direction: column;
    align-items: stretch;
  }
}
.callout-meetmypath .wrapper .text {
  flex: 1;
}
.callout-meetmypath .wrapper .text .header {
  font-size: clamp(68.2px, 4.576vw, 88px);
  line-height: 1.20454545;
  /*@media (max-width: 1450px) {
      @newSize: (@sizeValue * .75);
      font-size: ~"clamp(16px, @{newSize}px, 100px)";
    }*/
  font-weight: 300;
  color: #003370;
}
@media (max-width: 950px) {
  .callout-meetmypath .wrapper .text .header {
    font-size: clamp(46.5px, 3.1199999999999997vw, 60px);
    line-height: 1.2;
    /*@media (max-width: 1450px) {
      @newSize: (@sizeValue * .75);
      font-size: ~"clamp(16px, @{newSize}px, 100px)";
    }*/
  }
}
@media (max-width: 650px) {
  .callout-meetmypath .wrapper .text .header {
    font-size: clamp(41.85px, 2.808vw, 54px);
    line-height: 1.11111111;
    /*@media (max-width: 1450px) {
      @newSize: (@sizeValue * .75);
      font-size: ~"clamp(16px, @{newSize}px, 100px)";
    }*/
  }
}
.callout-meetmypath .wrapper .text .subheader {
  font-size: clamp(41.85px, 2.808vw, 54px);
  line-height: 1.18518519;
  /*@media (max-width: 1450px) {
      @newSize: (@sizeValue * .75);
      font-size: ~"clamp(16px, @{newSize}px, 100px)";
    }*/
  font-weight: 300;
  text-wrap: balance;
  color: #003370;
  margin-top: 40px;
}
@media (max-width: 950px) {
  .callout-meetmypath .wrapper .text .subheader {
    font-size: clamp(38.75px, 2.6vw, 50px);
    line-height: 1.2;
    /*@media (max-width: 1450px) {
      @newSize: (@sizeValue * .75);
      font-size: ~"clamp(16px, @{newSize}px, 100px)";
    }*/
  }
}
@media (max-width: 650px) {
  .callout-meetmypath .wrapper .text .subheader {
    font-size: clamp(31px, 2.08vw, 40px);
    line-height: 1.2;
    /*@media (max-width: 1450px) {
      @newSize: (@sizeValue * .75);
      font-size: ~"clamp(16px, @{newSize}px, 100px)";
    }*/
  }
}
.callout-meetmypath .wrapper .text .copy {
  font-size: clamp(17.05px, 1.144vw, 22px);
  line-height: 1.45454545;
  /*@media (max-width: 1450px) {
      @newSize: (@sizeValue * .75);
      font-size: ~"clamp(16px, @{newSize}px, 100px)";
    }*/
  color: #003370;
  margin-top: 25px;
}
.callout-meetmypath .wrapper .text .buttons {
  margin-top: 70px;
}
.callout-meetmypath .wrapper .text .buttons a {
  padding: 16px 35px;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  border-radius: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: transparent linear-gradient(180deg, #F500ED 0%, #C135B8 100%) 0% 0% no-repeat padding-box;
  transition: border-color 250ms linear, border-color 250ms linear;
}
.callout-meetmypath .wrapper .text .buttons a:hover {
  background: transparent linear-gradient(180deg, #C135B8 0%, #ac27a3 100%) 0% 0% no-repeat padding-box;
}
.callout-meetmypath .wrapper .comp-pathvisuals {
  flex: 1;
}
.callout-meetmypath .wrapper .comp-pathvisuals img {
  display: block;
  width: 100%;
  height: auto;
}
@media (max-width: 1050px) {
  .callout-meetmypath .wrapper .comp-pathvisuals {
    align-self: center;
    margin-right: 20px;
  }
}
.callout-ignitepotential {
  background: transparent linear-gradient(180deg, #72CCD2 0%, #218197 100%) 0% 0% no-repeat padding-box;
  padding: 70px 5vw;
}
.callout-ignitepotential .wrapper {
  box-shadow: 0px 3px 20px #00000040;
  border: 3px solid #FAA634;
  display: flex;
  gap: 6vw;
  row-gap: 35px;
  padding: 100px 5vw;
}
@media (max-width: 1150px) {
  .callout-ignitepotential .wrapper {
    flex-direction: column-reverse;
    padding: 5vw;
  }
}
.callout-ignitepotential .wrapper .text {
  flex: 1;
}
.callout-ignitepotential .wrapper .text .header {
  font-size: clamp(68.2px, 4.576vw, 88px);
  line-height: 1.20454545;
  /*@media (max-width: 1450px) {
      @newSize: (@sizeValue * .75);
      font-size: ~"clamp(16px, @{newSize}px, 100px)";
    }*/
  font-weight: 300;
  text-wrap: balance;
  color: #fff;
}
@media (max-width: 950px) {
  .callout-ignitepotential .wrapper .text .header {
    font-size: clamp(46.5px, 3.1199999999999997vw, 60px);
    line-height: 1.2;
    /*@media (max-width: 1450px) {
      @newSize: (@sizeValue * .75);
      font-size: ~"clamp(16px, @{newSize}px, 100px)";
    }*/
  }
}
@media (max-width: 650px) {
  .callout-ignitepotential .wrapper .text .header {
    font-size: clamp(41.85px, 2.808vw, 54px);
    line-height: 1.11111111;
    /*@media (max-width: 1450px) {
      @newSize: (@sizeValue * .75);
      font-size: ~"clamp(16px, @{newSize}px, 100px)";
    }*/
  }
}
.callout-ignitepotential .wrapper .text .copy {
  font-size: clamp(17.05px, 1.144vw, 22px);
  line-height: 1.45454545;
  /*@media (max-width: 1450px) {
      @newSize: (@sizeValue * .75);
      font-size: ~"clamp(16px, @{newSize}px, 100px)";
    }*/
  color: #fff;
  margin-top: 25px;
}
.callout-ignitepotential .wrapper .text .buttons {
  margin-top: 70px;
}
.callout-ignitepotential .wrapper .text .buttons a {
  padding: 16px 35px;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  border-radius: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: transparent linear-gradient(180deg, #F500ED 0%, #C135B8 100%) 0% 0% no-repeat padding-box;
  transition: border-color 250ms linear, border-color 250ms linear;
}
.callout-ignitepotential .wrapper .text .buttons a:hover {
  background: transparent linear-gradient(180deg, #C135B8 0%, #ac27a3 100%) 0% 0% no-repeat padding-box;
}
.callout-ignitepotential .wrapper .visual {
  flex: 1;
}
.callout-ignitepotential .wrapper .visual img {
  width: 100%;
  height: auto;
}
.callout-careervideo {
  background: #042246;
  padding: 70px 5vw;
}
.callout-careervideo .wrapper .header {
  font-size: clamp(68.2px, 4.576vw, 88px);
  line-height: 1.20454545;
  /*@media (max-width: 1450px) {
      @newSize: (@sizeValue * .75);
      font-size: ~"clamp(16px, @{newSize}px, 100px)";
    }*/
  font-weight: 300;
  text-wrap: balance;
  color: #fff;
}
@media (max-width: 950px) {
  .callout-careervideo .wrapper .header {
    font-size: clamp(46.5px, 3.1199999999999997vw, 60px);
    line-height: 1.2;
    /*@media (max-width: 1450px) {
      @newSize: (@sizeValue * .75);
      font-size: ~"clamp(16px, @{newSize}px, 100px)";
    }*/
  }
}
@media (max-width: 650px) {
  .callout-careervideo .wrapper .header {
    font-size: clamp(41.85px, 2.808vw, 54px);
    line-height: 1.11111111;
    /*@media (max-width: 1450px) {
      @newSize: (@sizeValue * .75);
      font-size: ~"clamp(16px, @{newSize}px, 100px)";
    }*/
  }
}
.callout-careervideo .wrapper .visual {
  box-shadow: 0px 3px 40px #000000;
  margin-top: 50px;
}
.callout-careervideo .wrapper .visual img {
  width: 100%;
  height: auto;
}
.callout-careervideo .wrapper .buttons {
  display: flex;
  justify-content: flex-end;
  transform: translateY(-50%);
  margin: 0 50px;
}
.callout-careervideo .wrapper .buttons a {
  padding: 16px 35px;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  border-radius: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: transparent linear-gradient(180deg, #F500ED 0%, #C135B8 100%) 0% 0% no-repeat padding-box;
  transition: border-color 250ms linear, border-color 250ms linear;
}
.callout-careervideo .wrapper .buttons a:hover {
  background: transparent linear-gradient(180deg, #C135B8 0%, #ac27a3 100%) 0% 0% no-repeat padding-box;
}
.callout-highlightslides {
  padding: 100px 5vw;
}
.callout-highlightslides .wrapper .header {
  font-size: clamp(68.2px, 4.576vw, 88px);
  line-height: 1.20454545;
  /*@media (max-width: 1450px) {
      @newSize: (@sizeValue * .75);
      font-size: ~"clamp(16px, @{newSize}px, 100px)";
    }*/
  font-weight: 300;
  color: #003370;
}
@media (max-width: 950px) {
  .callout-highlightslides .wrapper .header {
    font-size: clamp(46.5px, 3.1199999999999997vw, 60px);
    line-height: 1.2;
    /*@media (max-width: 1450px) {
      @newSize: (@sizeValue * .75);
      font-size: ~"clamp(16px, @{newSize}px, 100px)";
    }*/
  }
}
@media (max-width: 650px) {
  .callout-highlightslides .wrapper .header {
    font-size: clamp(41.85px, 2.808vw, 54px);
    line-height: 1.11111111;
    /*@media (max-width: 1450px) {
      @newSize: (@sizeValue * .75);
      font-size: ~"clamp(16px, @{newSize}px, 100px)";
    }*/
  }
}
.callout-highlightslides .wrapper .labels {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  row-gap: 25px;
  text-align: center;
  margin-top: 70px;
}
@media (max-width: 1350px) {
  .callout-highlightslides .wrapper .labels {
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 35px;
    row-gap: 20px;
  }
}
.callout-highlightslides .wrapper .labels a {
  font-size: clamp(24.8px, 1.664vw, 32px);
  line-height: 1.1875;
  /*@media (max-width: 1450px) {
      @newSize: (@sizeValue * .75);
      font-size: ~"clamp(16px, @{newSize}px, 100px)";
    }*/
  font-weight: bold;
  color: #FAA634;
  text-decoration: none;
}
.callout-highlightslides .wrapper .labels a:hover,
.callout-highlightslides .wrapper .labels a.active {
  color: #C135B8;
  text-decoration: underline;
}
.callout-highlightslides .wrapper .prevnext {
  position: relative;
}
.callout-highlightslides .wrapper .prevnext button {
  background: transparent linear-gradient(180deg, #F500ED 0%, #7B0077 100%) 0% 0% no-repeat padding-box;
  position: relative;
  display: inline-flex;
  border-radius: 50%;
  width: 58px;
  height: 58px;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  top: 100px;
}
@media (max-width: 750px) {
  .callout-highlightslides .wrapper .prevnext button {
    top: 30px;
  }
}
.callout-highlightslides .wrapper .prevnext button:hover {
  background: #7b007b;
}
.callout-highlightslides .wrapper .prevnext button:after {
  content: '\f060';
  font-family: "Font Awesome 6 Pro";
  display: block;
  font-size: clamp(27.900000000000002px, 1.8719999999999999vw, 36px);
  line-height: 1;
  /*@media (max-width: 1450px) {
      @newSize: (@sizeValue * .75);
      font-size: ~"clamp(16px, @{newSize}px, 100px)";
    }*/
  color: #fff;
}
.callout-highlightslides .wrapper .prevnext button.next {
  left: auto;
  right: 0;
}
.callout-highlightslides .wrapper .prevnext button.next:after {
  content: '\f061';
}
.callout-highlightslides .wrapper .slides {
  margin: 70px 120px 0;
}
@media (max-width: 750px) {
  .callout-highlightslides .wrapper .slides {
    margin: 120px 0 0;
  }
}
.callout-highlightslides .wrapper .slides .slide .title {
  font-size: clamp(93px, 6.239999999999999vw, 120px);
  line-height: 1;
  /*@media (max-width: 1450px) {
      @newSize: (@sizeValue * .75);
      font-size: ~"clamp(16px, @{newSize}px, 100px)";
    }*/
  font-weight: bold;
  color: #2BA8C5;
}
@media (max-width: 1250px) {
  .callout-highlightslides .wrapper .slides .slide .title {
    font-size: clamp(62px, 4.16vw, 80px);
    line-height: 1;
    /*@media (max-width: 1450px) {
      @newSize: (@sizeValue * .75);
      font-size: ~"clamp(16px, @{newSize}px, 100px)";
    }*/
  }
}
@media (max-width: 1050px) {
  .callout-highlightslides .wrapper .slides .slide .title {
    font-size: clamp(46.5px, 3.1199999999999997vw, 60px);
    line-height: 1;
    /*@media (max-width: 1450px) {
      @newSize: (@sizeValue * .75);
      font-size: ~"clamp(16px, @{newSize}px, 100px)";
    }*/
  }
}
@media (max-width: 650px) {
  .callout-highlightslides .wrapper .slides .slide .title {
    font-size: clamp(41.85px, 2.808vw, 54px);
    line-height: 1;
    /*@media (max-width: 1450px) {
      @newSize: (@sizeValue * .75);
      font-size: ~"clamp(16px, @{newSize}px, 100px)";
    }*/
  }
}
.callout-highlightslides .wrapper .slides .slide .copy {
  font-size: clamp(24.8px, 1.664vw, 32px);
  line-height: 1.1875;
  /*@media (max-width: 1450px) {
      @newSize: (@sizeValue * .75);
      font-size: ~"clamp(16px, @{newSize}px, 100px)";
    }*/
  color: #042246;
  margin-top: 15px;
  margin-left: 120px;
}
@media (max-width: 1050px) {
  .callout-highlightslides .wrapper .slides .slide .copy {
    margin-left: 0;
  }
}
.callout-latestposts {
  position: relative;
  background: #650360;
  padding: 70px 5vw;
}
.callout-latestposts:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 50px;
}
.callout-latestposts .wrapper {
  position: relative;
}
.callout-latestposts .wrapper .header {
  display: flex;
  justify-content: space-between;
  gap: 25px;
  font-size: clamp(68.2px, 4.576vw, 88px);
  line-height: 1.20454545;
  /*@media (max-width: 1450px) {
      @newSize: (@sizeValue * .75);
      font-size: ~"clamp(16px, @{newSize}px, 100px)";
    }*/
  font-weight: 300;
  text-wrap: balance;
  color: #fff;
}
@media (max-width: 950px) {
  .callout-latestposts .wrapper .header {
    font-size: clamp(46.5px, 3.1199999999999997vw, 60px);
    line-height: 1.2;
    /*@media (max-width: 1450px) {
      @newSize: (@sizeValue * .75);
      font-size: ~"clamp(16px, @{newSize}px, 100px)";
    }*/
  }
}
@media (max-width: 650px) {
  .callout-latestposts .wrapper .header {
    font-size: clamp(41.85px, 2.808vw, 54px);
    line-height: 1.11111111;
    /*@media (max-width: 1450px) {
      @newSize: (@sizeValue * .75);
      font-size: ~"clamp(16px, @{newSize}px, 100px)";
    }*/
  }
}
.callout-latestposts .wrapper .header .nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5vw;
  margin-right: 5vw;
}
.callout-latestposts .wrapper .header .nav button {
  font-size: clamp(38.75px, 2.6vw, 50px);
  line-height: 1;
  /*@media (max-width: 1450px) {
      @newSize: (@sizeValue * .75);
      font-size: ~"clamp(16px, @{newSize}px, 100px)";
    }*/
}
.callout-latestposts .wrapper .view-content {
  margin-top: 50px;
}
.callout-latestposts .wrapper .view-content .slick-track {
  display: flex;
}
.callout-latestposts .wrapper .view-content .comp-blogcard {
  margin-right: 70px;
}
@media (max-width: 750px) {
  .callout-latestposts .wrapper .view-content .comp-blogcard {
    margin-right: 35px;
  }
}
.callout-latestposts .wrapper .viewall {
  display: flex;
  align-items: center;
  gap: 35px;
  margin-top: 70px;
}
.callout-latestposts .wrapper .viewall:before {
  content: '';
  display: block;
  height: 2px;
  background: #FAA634;
  flex: 1;
}
.callout-latestposts .wrapper .viewall a {
  position: relative;
  display: inline-block;
  padding-right: 0;
  text-decoration: none;
  padding-right: 40px;
  font-size: clamp(15.5px, 1.04vw, 20px);
  line-height: 1.2;
  /*@media (max-width: 1450px) {
      @newSize: (@sizeValue * .75);
      font-size: ~"clamp(16px, @{newSize}px, 100px)";
    }*/
  font-weight: bold;
  color: #F500ED;
  margin-right: 25px;
}
.callout-latestposts .wrapper .viewall a:after {
  content: '\f178';
  font-family: fontawesome;
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
  position: absolute;
  transform: translate(10px, 0);
  text-decoration: none;
  transition: all 200ms linear;
}
.callout-latestposts .wrapper .viewall a:hover {
  text-decoration: underline;
}
.callout-latestposts .wrapper .viewall a:hover:after {
  transform: translate(15px, 0);
}
.callout-latestposts .slick-list {
  overflow: visible;
}
.comp-blogcard {
  width: 480px !important;
  height: auto;
  display: flex !important;
  flex-direction: column;
}
@media (max-width: 750px) {
  .comp-blogcard {
    width: 300px !important;
  }
}
.comp-blogcard .image {
  background-image: url('https://via.placeholder.com/1000x1000/?text=!');
  background-color: #fff;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  padding-top: 50%;
  box-shadow: 6px 6px 16px #00000033;
}
.comp-blogcard .text {
  flex: 1;
  display: flex;
  flex-direction: column;
  border-left: 2px solid #9f619b;
  padding-left: 25px;
  margin-top: 40px;
}
.comp-blogcard .text .date {
  font-size: clamp(17.05px, 1.144vw, 22px);
  line-height: 1.18181818;
  /*@media (max-width: 1450px) {
      @newSize: (@sizeValue * .75);
      font-size: ~"clamp(16px, @{newSize}px, 100px)";
    }*/
  color: #FFFFFF;
}
.comp-blogcard .text .title {
  font-size: clamp(24.8px, 1.664vw, 32px);
  line-height: 1.1875;
  /*@media (max-width: 1450px) {
      @newSize: (@sizeValue * .75);
      font-size: ~"clamp(16px, @{newSize}px, 100px)";
    }*/
  font-weight: 600;
  color: #FFFFFF;
  margin-top: 40px;
}
.comp-blogcard .text .copy {
  flex: 1;
  font-size: clamp(17.05px, 1.144vw, 22px);
  line-height: 1.27272727;
  /*@media (max-width: 1450px) {
      @newSize: (@sizeValue * .75);
      font-size: ~"clamp(16px, @{newSize}px, 100px)";
    }*/
  color: #FFFFFF;
  margin-top: 40px;
}
.comp-blogcard .text .link {
  margin-top: 30px;
}
.comp-blogcard .text .link a {
  font-size: clamp(17.05px, 1.144vw, 22px);
  line-height: 1.18181818;
  /*@media (max-width: 1450px) {
      @newSize: (@sizeValue * .75);
      font-size: ~"clamp(16px, @{newSize}px, 100px)";
    }*/
  font-weight: bold;
  color: #F500ED;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 20px;
}
.comp-blogcard .text .link a:hover {
  text-decoration: underline;
}
.callout-newslettersignup {
  overflow: hidden;
  background: #003370;
  padding: 0 15vw 0 10vw;
}
.callout-newslettersignup .wrapper {
  display: flex;
  gap: 15vw;
}
.callout-newslettersignup .wrapper .text {
  margin: 100px 0;
}
.callout-newslettersignup .wrapper .text .header {
  font-size: clamp(37.2px, 2.496vw, 48px);
  line-height: 1.1875;
  /*@media (max-width: 1450px) {
      @newSize: (@sizeValue * .75);
      font-size: ~"clamp(16px, @{newSize}px, 100px)";
    }*/
  color: #FAA634;
}
.callout-newslettersignup .wrapper .text .copy {
  font-size: clamp(17.05px, 1.144vw, 22px);
  line-height: 1.45454545;
  /*@media (max-width: 1450px) {
      @newSize: (@sizeValue * .75);
      font-size: ~"clamp(16px, @{newSize}px, 100px)";
    }*/
  color: #fff;
  margin-top: 30px;
}
.callout-newslettersignup .wrapper .text .form {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
  margin-top: 70px;
}
.callout-newslettersignup .wrapper .text .form input {
  width: 100%;
  background: #fff;
  color: #97999B;
  font-size: clamp(15.5px, 1.04vw, 20px);
  line-height: 1.4;
  /*@media (max-width: 1450px) {
      @newSize: (@sizeValue * .75);
      font-size: ~"clamp(16px, @{newSize}px, 100px)";
    }*/
  padding: 25px 35px;
  border: 2px solid #FAA634;
}
.callout-newslettersignup .wrapper .visual {
  position: relative;
  width: 280px;
  min-width: 280px;
}
.callout-contactform {
  position: relative;
  overflow: hidden;
  background: #003370;
  padding: 100px 5vw;
}
.callout-contactform .wrapper {
  position: relative;
  z-index: 1;
  display: flex;
  gap: 15vw;
  row-gap: 50px;
}
@media (max-width: 750px) {
  .callout-contactform .wrapper {
    flex-direction: column;
  }
}
.callout-contactform .wrapper .text {
  width: 460px;
  max-width: 100%;
}
.callout-contactform .wrapper .text .header {
  font-size: clamp(68.2px, 4.576vw, 88px);
  line-height: 1.20454545;
  /*@media (max-width: 1450px) {
      @newSize: (@sizeValue * .75);
      font-size: ~"clamp(16px, @{newSize}px, 100px)";
    }*/
  font-weight: 300;
  color: #FAA634;
}
@media (max-width: 950px) {
  .callout-contactform .wrapper .text .header {
    font-size: clamp(46.5px, 3.1199999999999997vw, 60px);
    line-height: 1.2;
    /*@media (max-width: 1450px) {
      @newSize: (@sizeValue * .75);
      font-size: ~"clamp(16px, @{newSize}px, 100px)";
    }*/
  }
}
@media (max-width: 650px) {
  .callout-contactform .wrapper .text .header {
    font-size: clamp(41.85px, 2.808vw, 54px);
    line-height: 1.11111111;
    /*@media (max-width: 1450px) {
      @newSize: (@sizeValue * .75);
      font-size: ~"clamp(16px, @{newSize}px, 100px)";
    }*/
  }
}
.callout-contactform .wrapper .text .copy {
  font-size: clamp(18.6px, 1.248vw, 24px);
  line-height: 1.5;
  /*@media (max-width: 1450px) {
      @newSize: (@sizeValue * .75);
      font-size: ~"clamp(16px, @{newSize}px, 100px)";
    }*/
  color: #FFF;
  margin-top: 40px;
}
.callout-contactform .wrapper .form {
  width: 530px;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
}
@media (max-width: 750px) {
  .callout-contactform .wrapper .form {
    width: auto;
    align-items: stretch;
  }
}
.callout-contactform .visual {
  position: absolute;
  top: -50px;
  right: 5vw;
  bottom: -50px;
  width: 400px;
}
@media (max-width: 750px) {
  .callout-contactform .visual {
    display: none;
  }
}
.callout-contactform .visual path {
  stroke-width: 28px !important;
}
.callout-articlesignup {
  background: #003370;
  padding: 60px 90px;
}
.callout-articlesignup .wrapper .header {
  font-size: clamp(37.2px, 2.496vw, 48px);
  line-height: 1.1875;
  /*@media (max-width: 1450px) {
      @newSize: (@sizeValue * .75);
      font-size: ~"clamp(16px, @{newSize}px, 100px)";
    }*/
  color: #FAA634;
  width: 670px;
  max-width: 100%;
}
.callout-articlesignup .wrapper .copy {
  font-size: clamp(17.05px, 1.144vw, 22px);
  line-height: 1.45454545;
  /*@media (max-width: 1450px) {
      @newSize: (@sizeValue * .75);
      font-size: ~"clamp(16px, @{newSize}px, 100px)";
    }*/
  color: #fff;
  margin-top: 30px;
  width: 670px;
  max-width: 100%;
}
.callout-articlesignup .wrapper .form {
  display: flex;
  align-items: flex-start;
  gap: 40px;
  margin-top: 60px;
}
.callout-articlesignup .wrapper .form input {
  width: 100%;
  background: #fff;
  color: #97999B;
  font-size: clamp(15.5px, 1.04vw, 20px);
  line-height: 1.4;
  /*@media (max-width: 1450px) {
      @newSize: (@sizeValue * .75);
      font-size: ~"clamp(16px, @{newSize}px, 100px)";
    }*/
  padding: 18px 28px;
  border: 2px solid #FAA634;
}
.callout-partnerintro {
  position: relative;
  padding: 100px 10vw;
}
.callout-partnerintro:before {
  content: '';
  display: block;
  background: transparent linear-gradient(0deg, #FFFFFF 0%, #72CCD2 100%) 0% 0% no-repeat padding-box;
  opacity: 0.2;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 800px;
}
.callout-partnerintro .wrapper {
  position: relative;
  margin: 0 auto;
  width: 1100px;
  max-width: 100%;
}
.callout-partnerintro .wrapper .header {
  font-size: clamp(68.2px, 4.576vw, 88px);
  line-height: 1.20454545;
  /*@media (max-width: 1450px) {
      @newSize: (@sizeValue * .75);
      font-size: ~"clamp(16px, @{newSize}px, 100px)";
    }*/
  font-weight: 500;
  color: #003370;
}
@media (max-width: 950px) {
  .callout-partnerintro .wrapper .header {
    font-size: clamp(46.5px, 3.1199999999999997vw, 60px);
    line-height: 1.2;
    /*@media (max-width: 1450px) {
      @newSize: (@sizeValue * .75);
      font-size: ~"clamp(16px, @{newSize}px, 100px)";
    }*/
  }
}
@media (max-width: 650px) {
  .callout-partnerintro .wrapper .header {
    font-size: clamp(41.85px, 2.808vw, 54px);
    line-height: 1.11111111;
    /*@media (max-width: 1450px) {
      @newSize: (@sizeValue * .75);
      font-size: ~"clamp(16px, @{newSize}px, 100px)";
    }*/
  }
}
.callout-partnerintro .wrapper .copy {
  font-size: clamp(17.05px, 1.144vw, 22px);
  line-height: 1.45454545;
  /*@media (max-width: 1450px) {
      @newSize: (@sizeValue * .75);
      font-size: ~"clamp(16px, @{newSize}px, 100px)";
    }*/
  color: #003370;
  margin-top: 60px;
}
.callout-partnerintro.smbp {
  padding-bottom: 40px;
}
.callout-becomepartnerintro {
  position: relative;
  padding: 100px 10vw 60px;
}
.callout-becomepartnerintro:before {
  content: '';
  display: block;
  background: transparent linear-gradient(0deg, #FFFFFF 0%, #72CCD2 100%) 0% 0% no-repeat padding-box;
  opacity: 0.2;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 800px;
}
.callout-becomepartnerintro .wrapper {
  position: relative;
  margin: 0 auto;
  width: 1100px;
  max-width: 100%;
  display: flex;
}
.callout-becomepartnerintro .wrapper .text {
  flex: 1;
}
.callout-becomepartnerintro .wrapper .text .header {
  font-size: clamp(55.800000000000004px, 3.7439999999999998vw, 72px);
  line-height: 1.11111111;
  /*@media (max-width: 1450px) {
      @newSize: (@sizeValue * .75);
      font-size: ~"clamp(16px, @{newSize}px, 100px)";
    }*/
  font-weight: 500;
  color: #003370;
}
.callout-becomepartnerintro .wrapper .text .copy {
  font-size: clamp(17.05px, 1.144vw, 22px);
  line-height: 1.45454545;
  /*@media (max-width: 1450px) {
      @newSize: (@sizeValue * .75);
      font-size: ~"clamp(16px, @{newSize}px, 100px)";
    }*/
  color: #003370;
  margin-top: 40px;
}
.callout-becomepartnerintro .wrapper .text .table {
  border-bottom: 2px solid #72CCD2;
  margin-top: 80px;
}
.callout-becomepartnerintro .wrapper .text .table .title {
  font-size: clamp(37.2px, 2.496vw, 48px);
  line-height: 1.125;
  /*@media (max-width: 1450px) {
      @newSize: (@sizeValue * .75);
      font-size: ~"clamp(16px, @{newSize}px, 100px)";
    }*/
  color: #29A1BC;
}
.callout-becomepartnerintro .wrapper .text .table .rows .row {
  display: flex;
  background: #72CCD219;
}
.callout-becomepartnerintro .wrapper .text .table .rows .row:nth-child(odd) {
  background: none;
}
.callout-becomepartnerintro .wrapper .text .table .rows .row .column {
  border-right: 2px solid #72CCD2;
  padding: 8px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(17.05px, 1.144vw, 22px);
  line-height: 1.45454545;
  /*@media (max-width: 1450px) {
      @newSize: (@sizeValue * .75);
      font-size: ~"clamp(16px, @{newSize}px, 100px)";
    }*/
  color: #003370;
}
.callout-becomepartnerintro .wrapper .text .table .rows .row .column .fa-check {
  font-size: clamp(24.8px, 1.664vw, 32px);
  line-height: 1;
  /*@media (max-width: 1450px) {
      @newSize: (@sizeValue * .75);
      font-size: ~"clamp(16px, @{newSize}px, 100px)";
    }*/
  color: #C135B8;
}
.callout-becomepartnerintro .wrapper .text .table .rows .row .column.label {
  background: #003370;
  font-size: clamp(17.05px, 1.144vw, 22px);
  line-height: 1.45454545;
  /*@media (max-width: 1450px) {
      @newSize: (@sizeValue * .75);
      font-size: ~"clamp(16px, @{newSize}px, 100px)";
    }*/
  font-weight: 600;
  color: #FFFFFF;
}
.callout-becomepartnerintro .wrapper .text .table .rows .row .column:first-child {
  flex: 1;
  width: auto;
  justify-content: flex-start;
}
.callout-becomepartnerintro .wrapper .text .table .rows .row .column:nth-child(2) {
  width: 80px;
}
.callout-becomepartnerintro .wrapper .text .table .rows .row .column:nth-child(3) {
  width: 90px;
}
.callout-becomepartnerintro .wrapper .text .table .rows .row .column:nth-child(4) {
  width: 130px;
}
.callout-becomepartnerintro .wrapper .visual {
  width: 25vw;
  max-width: 420px;
  align-self: flex-end;
  margin-right: -5vw;
  transform: translateY(3%);
  margin-bottom: -60px;
}
.callout-becomepartnerintro .wrapper .visual img {
  width: 100%;
  height: auto;
}
.callout-wysiwyg {
  position: relative;
  padding: 0 10vw;
  margin-bottom: 80px;
}
.callout-wysiwyg .wrapper {
  position: relative;
  margin: 0 auto;
  width: 1100px;
  max-width: 100%;
}
.callout-wysiwyg .wrapper .copy {
  font-size: clamp(17.05px, 1.144vw, 22px);
  line-height: 1.45454545;
  /*@media (max-width: 1450px) {
      @newSize: (@sizeValue * .75);
      font-size: ~"clamp(16px, @{newSize}px, 100px)";
    }*/
  color: #003370;
}
.callout-wysiwyg .wrapper .copy ol {
  list-style-type: decimal;
}
.callout-wysiwyg .wrapper .copy ul {
  list-style-type: disc;
}
.callout-wysiwyg .wrapper .copy ul,
.callout-wysiwyg .wrapper .copy ol {
  margin-left: 2em;
  margin-bottom: 1.5em;
}
.callout-wysiwyg .wrapper .copy ul li,
.callout-wysiwyg .wrapper .copy ol li {
  margin-bottom: 0.5em;
}
.callout-wysiwyg .wrapper .copy ul li:last-child,
.callout-wysiwyg .wrapper .copy ol li:last-child {
  margin-bottom: 0;
}
.callout-wysiwyg .wrapper .copy ul:last-child,
.callout-wysiwyg .wrapper .copy ol:last-child {
  margin-bottom: 0;
}
.callout-wysiwyg .wrapper .copy ul > li > ul,
.callout-wysiwyg .wrapper .copy ol > li > ul {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.callout-ourpartners {
  position: relative;
  padding: 0 5vw;
  margin-top: 50px;
  margin-bottom: 120px;
}
@media (max-width: 750px) {
  .callout-ourpartners {
    padding: 0 10vw;
  }
}
.callout-ourpartners .wrapper {
  display: flex;
  flex-direction: column;
  gap: 100px;
  margin-right: 7.5vw;
}
@media (max-width: 750px) {
  .callout-ourpartners .wrapper {
    gap: 50px;
    margin-right: 0;
  }
}
.callout-ourpartners .wrapper .partner {
  display: flex;
  align-items: flex-start;
  gap: 70px;
  row-gap: 25px;
}
@media (max-width: 750px) {
  .callout-ourpartners .wrapper .partner {
    flex-direction: column;
  }
}
.callout-ourpartners .wrapper .partner .logo {
  width: 25vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 750px) {
  .callout-ourpartners .wrapper .partner .logo {
    width: 500px;
    max-width: 100%;
  }
}
.callout-ourpartners .wrapper .partner .logo img {
  max-width: 100%;
}
.callout-ourpartners .wrapper .partner .text {
  flex: 1;
}
.callout-ourpartners .wrapper .partner .text .name {
  font-size: clamp(37.2px, 2.496vw, 48px);
  line-height: 1.125;
  /*@media (max-width: 1450px) {
      @newSize: (@sizeValue * .75);
      font-size: ~"clamp(16px, @{newSize}px, 100px)";
    }*/
  color: #003370;
  text-wrap: balance;
}
.callout-ourpartners .wrapper .partner .text .location {
  font-size: clamp(17.05px, 1.144vw, 22px);
  line-height: 1.45454545;
  /*@media (max-width: 1450px) {
      @newSize: (@sizeValue * .75);
      font-size: ~"clamp(16px, @{newSize}px, 100px)";
    }*/
  color: #003370;
  margin-top: 15px;
}
.callout-ourpartners .wrapper .partner .text .copy {
  font-size: clamp(17.05px, 1.144vw, 22px);
  line-height: 1.45454545;
  /*@media (max-width: 1450px) {
      @newSize: (@sizeValue * .75);
      font-size: ~"clamp(16px, @{newSize}px, 100px)";
    }*/
  color: #003370;
  margin-top: 1em;
}
.callout-ourpartners .wrapper .partner .text .link {
  margin-top: 45px;
}
.callout-ourpartners .wrapper .partner .text .link a {
  position: relative;
  display: inline-block;
  padding-right: 0;
  text-decoration: none;
  padding-right: 40px;
  font-size: clamp(17.05px, 1.144vw, 22px);
  line-height: 1.27272727;
  /*@media (max-width: 1450px) {
      @newSize: (@sizeValue * .75);
      font-size: ~"clamp(16px, @{newSize}px, 100px)";
    }*/
  font-weight: bold;
  color: #F500ED;
}
.callout-ourpartners .wrapper .partner .text .link a:after {
  content: '\f178';
  font-family: fontawesome;
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
  position: absolute;
  transform: translate(10px, 0);
  text-decoration: none;
  transition: all 200ms linear;
}
.callout-ourpartners .wrapper .partner .text .link a:hover {
  text-decoration: underline;
}
.callout-ourpartners .wrapper .partner .text .link a:hover:after {
  transform: translate(15px, 0);
}
.callout-becomeapartner {
  background: #003370;
  position: relative;
  padding: 100px 10vw;
}
.callout-becomeapartner .wrapper {
  position: relative;
  margin: 0 auto;
  width: 1100px;
  max-width: 100%;
  display: flex;
  align-items: flex-end;
  gap: 10vw;
  row-gap: 50px;
}
@media (max-width: 850px) {
  .callout-becomeapartner .wrapper {
    flex-direction: column;
    align-items: flex-start;
  }
}
.callout-becomeapartner .wrapper .text {
  flex: 1;
}
.callout-becomeapartner .wrapper .text .header {
  font-size: clamp(37.2px, 2.496vw, 48px);
  line-height: 1.1875;
  /*@media (max-width: 1450px) {
      @newSize: (@sizeValue * .75);
      font-size: ~"clamp(16px, @{newSize}px, 100px)";
    }*/
  color: #FAA634;
  text-wrap: balance;
}
.callout-becomeapartner .wrapper .text .copy {
  font-size: clamp(17.05px, 1.144vw, 22px);
  line-height: 1.45454545;
  /*@media (max-width: 1450px) {
      @newSize: (@sizeValue * .75);
      font-size: ~"clamp(16px, @{newSize}px, 100px)";
    }*/
  color: #fff;
  margin-top: 35px;
  text-wrap: balance;
}
.callout-becomeapartner .wrapper .button a {
  padding: 16px 35px;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  border-radius: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: transparent linear-gradient(180deg, #F500ED 0%, #C135B8 100%) 0% 0% no-repeat padding-box;
  transition: border-color 250ms linear, border-color 250ms linear;
}
.callout-becomeapartner .wrapper .button a:hover {
  background: transparent linear-gradient(180deg, #C135B8 0%, #ac27a3 100%) 0% 0% no-repeat padding-box;
}
.callout-becomeapartner.tighter {
  padding: 90px 10vw;
  z-index: 15;
}
.callout-becomeapartner.tighter .wrapper .text .header {
  font-size: clamp(21.7px, 1.456vw, 28px);
  line-height: 1.17857143;
  /*@media (max-width: 1450px) {
      @newSize: (@sizeValue * .75);
      font-size: ~"clamp(16px, @{newSize}px, 100px)";
    }*/
  font-weight: bold;
}
.callout-becomeapartner.tighter .wrapper .text .copy {
  margin-top: 26px;
}
.callout-opportunitiesintro {
  position: relative;
  padding: 100px 5vw 60px;
}
.callout-opportunitiesintro:before {
  content: '';
  display: block;
  background: transparent linear-gradient(0deg, #FFFFFF 0%, #72CCD2 100%) 0% 0% no-repeat padding-box;
  opacity: 0.2;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 800px;
}
.callout-opportunitiesintro .wrapper {
  position: relative;
  display: flex;
  align-items: flex-end;
  gap: 10vw;
  row-gap: 35px;
}
@media (max-width: 950px) {
  .callout-opportunitiesintro .wrapper {
    flex-direction: column;
    align-items: flex-start;
  }
}
.callout-opportunitiesintro .wrapper .header {
  font-size: clamp(68.2px, 4.576vw, 88px);
  line-height: 1.20454545;
  /*@media (max-width: 1450px) {
      @newSize: (@sizeValue * .75);
      font-size: ~"clamp(16px, @{newSize}px, 100px)";
    }*/
  text-wrap: balance;
  font-weight: 300;
  color: #003370;
  flex: 1;
}
@media (max-width: 950px) {
  .callout-opportunitiesintro .wrapper .header {
    font-size: clamp(46.5px, 3.1199999999999997vw, 60px);
    line-height: 1.2;
    /*@media (max-width: 1450px) {
      @newSize: (@sizeValue * .75);
      font-size: ~"clamp(16px, @{newSize}px, 100px)";
    }*/
  }
}
@media (max-width: 650px) {
  .callout-opportunitiesintro .wrapper .header {
    font-size: clamp(41.85px, 2.808vw, 54px);
    line-height: 1.11111111;
    /*@media (max-width: 1450px) {
      @newSize: (@sizeValue * .75);
      font-size: ~"clamp(16px, @{newSize}px, 100px)";
    }*/
  }
}
.callout-opportunitiesintro .wrapper .copy {
  flex: 1;
  font-size: clamp(18.6px, 1.248vw, 24px);
  line-height: 1.5;
  /*@media (max-width: 1450px) {
      @newSize: (@sizeValue * .75);
      font-size: ~"clamp(16px, @{newSize}px, 100px)";
    }*/
  color: #003370;
}
.callout-opportunitiescards {
  position: relative;
}
.callout-opportunitiescards > img {
  width: 100%;
  height: auto;
}
.callout-opportunitiescards .wrapper {
  position: relative;
  background: #fff;
  box-shadow: 0px 0px 30px #00000033;
  padding: 60px 5vw 90px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 60px;
  justify-content: space-between;
}
@media (max-width: 1050px) {
  .callout-opportunitiescards .wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 650px) {
  .callout-opportunitiescards .wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.callout-opportunitiescards .wrapper .card {
  display: flex;
  gap: 20px;
  flex-direction: column;
}
.callout-opportunitiescards .wrapper .card .header {
  font-size: clamp(21.7px, 1.456vw, 28px);
  line-height: 1;
  /*@media (max-width: 1450px) {
      @newSize: (@sizeValue * .75);
      font-size: ~"clamp(16px, @{newSize}px, 100px)";
    }*/
  font-weight: bold;
  color: #003370;
}
.callout-opportunitiescards .wrapper .card .copy {
  font-size: clamp(17.05px, 1.144vw, 22px);
  line-height: 1.27272727;
  /*@media (max-width: 1450px) {
      @newSize: (@sizeValue * .75);
      font-size: ~"clamp(16px, @{newSize}px, 100px)";
    }*/
  color: #003370;
  flex: 1;
}
.callout-opportunitiescards .wrapper .card .link {
  margin-top: 30px;
}
@media (max-width: 650px) {
  .callout-opportunitiescards .wrapper .card .link {
    margin: 0;
  }
}
.callout-opportunitiescards .wrapper .card .link a {
  position: relative;
  display: inline-block;
  padding-right: 0;
  text-decoration: none;
  padding-right: 40px;
  font-size: clamp(17.05px, 1.144vw, 22px);
  line-height: 1.27272727;
  /*@media (max-width: 1450px) {
      @newSize: (@sizeValue * .75);
      font-size: ~"clamp(16px, @{newSize}px, 100px)";
    }*/
  font-weight: bold;
  color: #C135B8;
  text-wrap: balance;
}
.callout-opportunitiescards .wrapper .card .link a:after {
  content: '\f178';
  font-family: fontawesome;
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
  position: absolute;
  transform: translate(10px, 0);
  text-decoration: none;
  transition: all 200ms linear;
}
.callout-opportunitiescards .wrapper .card .link a:hover {
  text-decoration: underline;
}
.callout-opportunitiescards .wrapper .card .link a:hover:after {
  transform: translate(15px, 0);
}
.node-3 .callout-opportunitiescards .wrapper .card .link a {
  color: #003370;
}
.callout-startcta {
  overflow: hidden;
  position: relative;
  background: #003370;
  padding: 0 15vw;
}
@media (max-width: 1050px) {
  .callout-startcta {
    padding: 0 10vw;
  }
}
.callout-startcta .wrapper {
  display: flex;
  gap: 15vw;
}
@media (max-width: 1050px) {
  .callout-startcta .wrapper {
    gap: 5vw;
  }
}
.callout-startcta .wrapper .text {
  margin: 100px 0;
  min-width: 280px;
}
.callout-startcta .wrapper .text .header {
  font-size: clamp(37.2px, 2.496vw, 48px);
  line-height: 1.1875;
  /*@media (max-width: 1450px) {
      @newSize: (@sizeValue * .75);
      font-size: ~"clamp(16px, @{newSize}px, 100px)";
    }*/
  color: #FAA634;
  text-wrap: balance;
}
.callout-startcta .wrapper .text .copy {
  font-size: clamp(17.05px, 1.144vw, 22px);
  line-height: 1.45454545;
  /*@media (max-width: 1450px) {
      @newSize: (@sizeValue * .75);
      font-size: ~"clamp(16px, @{newSize}px, 100px)";
    }*/
  color: #fff;
  text-wrap: balance;
  margin-top: 30px;
}
.callout-startcta .wrapper .text .button {
  margin-top: 50px;
}
.callout-startcta .wrapper .text .button a {
  padding: 16px 35px;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  border-radius: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: transparent linear-gradient(180deg, #F500ED 0%, #C135B8 100%) 0% 0% no-repeat padding-box;
  transition: border-color 250ms linear, border-color 250ms linear;
  text-wrap: balance;
}
.callout-startcta .wrapper .text .button a:hover {
  background: transparent linear-gradient(180deg, #C135B8 0%, #ac27a3 100%) 0% 0% no-repeat padding-box;
}
.callout-startcta .wrapper .visual {
  overflow: hidden;
  position: relative;
  width: 280px;
  min-width: 280px;
}
.comp-visuallines svg {
  position: absolute;
  overflow: visible;
}
.comp-visuallines svg path {
  fill: none;
  stroke-width: 15px !important;
  opacity: 0;
}
.comp-visuallines svg path.active {
  opacity: 1;
  transition: stroke-dashoffset 3s linear, opacity 250ms linear;
  vector-effect: non-scaling-stroke;
  stroke-dashoffset: 0 !important;
}
.comp-visuallines svg.path-box-zag {
  top: -5%;
  height: 110%;
}
.comp-visuallines svg.path-box-zag path {
  stroke: #29A1BC;
}
.comp-visuallines svg.path-line {
  left: 0;
  top: 50%;
  height: 100%;
}
.comp-visuallines svg.path-line path {
  stroke: #C135B8;
}
.comp-visuallines svg.path-wave {
  left: 40%;
  height: 100%;
}
.comp-visuallines svg.path-wave path {
  stroke: #FAA634;
}
.callout-highschoolintro {
  position: relative;
  z-index: 15;
  background: #650360;
  padding: 90px 5vw 0;
}
.callout-highschoolintro .wrapper .header {
  position: relative;
  z-index: 5;
  text-wrap: balance;
  font-size: clamp(68.2px, 4.576vw, 88px);
  line-height: 1.20454545;
  /*@media (max-width: 1450px) {
      @newSize: (@sizeValue * .75);
      font-size: ~"clamp(16px, @{newSize}px, 100px)";
    }*/
  color: #FFFFFF;
  font-weight: 300;
  margin-right: 25vw;
}
@media (max-width: 950px) {
  .callout-highschoolintro .wrapper .header {
    font-size: clamp(46.5px, 3.1199999999999997vw, 60px);
    line-height: 1.2;
    /*@media (max-width: 1450px) {
      @newSize: (@sizeValue * .75);
      font-size: ~"clamp(16px, @{newSize}px, 100px)";
    }*/
  }
}
@media (max-width: 650px) {
  .callout-highschoolintro .wrapper .header {
    font-size: clamp(41.85px, 2.808vw, 54px);
    line-height: 1.11111111;
    /*@media (max-width: 1450px) {
      @newSize: (@sizeValue * .75);
      font-size: ~"clamp(16px, @{newSize}px, 100px)";
    }*/
    margin-right: 0;
  }
}
.callout-highschoolintro .wrapper .copy {
  position: relative;
  z-index: 5;
  font-size: clamp(18.6px, 1.248vw, 24px);
  line-height: 1.5;
  /*@media (max-width: 1450px) {
      @newSize: (@sizeValue * .75);
      font-size: ~"clamp(16px, @{newSize}px, 100px)";
    }*/
  color: #FFFFFF;
  width: 660px;
  max-width: 60vw;
  margin-top: 140px;
}
@media (max-width: 650px) {
  .callout-highschoolintro .wrapper .copy {
    max-width: 100%;
  }
}
.callout-highschoolintro .wrapper .cta {
  background: #042246;
  padding: 35px 5vw;
  margin-top: 140px;
}
.callout-highschoolintro .wrapper .cta .ctaheader {
  font-size: clamp(21.7px, 1.456vw, 28px);
  line-height: 1.17857143;
  /*@media (max-width: 1450px) {
      @newSize: (@sizeValue * .75);
      font-size: ~"clamp(16px, @{newSize}px, 100px)";
    }*/
  text-wrap: balance;
  font-weight: bold;
  color: #FAA634;
}
.callout-highschoolintro .wrapper .cta .ctacopy {
  font-size: clamp(17.05px, 1.144vw, 22px);
  line-height: 1.45454545;
  /*@media (max-width: 1450px) {
      @newSize: (@sizeValue * .75);
      font-size: ~"clamp(16px, @{newSize}px, 100px)";
    }*/
  color: #FFFFFF;
  margin-top: 35px;
  display: flex;
  align-items: flex-start;
  gap: 10vw;
  row-gap: 50px;
}
@media (max-width: 750px) {
  .callout-highschoolintro .wrapper .cta .ctacopy {
    flex-direction: column;
  }
}
.callout-highschoolintro .wrapper .cta .ctacopy div {
  flex: 1;
}
.callout-highschoolintro .wrapper .cta .ctacopy > a {
  padding: 16px 35px;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  border-radius: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: transparent linear-gradient(180deg, #F500ED 0%, #C135B8 100%) 0% 0% no-repeat padding-box;
  transition: border-color 250ms linear, border-color 250ms linear;
}
.callout-highschoolintro .wrapper .cta .ctacopy > a:hover {
  background: transparent linear-gradient(180deg, #C135B8 0%, #ac27a3 100%) 0% 0% no-repeat padding-box;
}
.callout-highschoolintro .top {
  position: relative;
}
.callout-highschoolintro .visual {
  position: absolute;
  right: 0;
  bottom: -140px;
  width: 960px;
}
@media (max-width: 650px) {
  .callout-highschoolintro .visual {
    opacity: 0.75;
  }
}
.callout-highschoolintro .visual .person {
  width: 360px;
  position: absolute;
  bottom: -30px;
  right: 0;
}
.callout-highschoolintro .visual .person img {
  width: 100%;
  height: auto;
}
.callout-highschoolintro .visual .angled {
  width: 301px;
  position: absolute;
  bottom: 0px;
  right: -2px;
  opacity: 0;
}
.callout-highschoolintro .visual .angled.active {
  opacity: 1;
  transition: opacity 450ms linear;
}
.callout-highschoolintro .visual svg {
  position: absolute;
  overflow: visible;
  bottom: 44px;
  right: -244px;
  width: 100%;
}
.callout-highschoolintro .visual svg path {
  fill: none;
  stroke-width: 20px !important;
  opacity: 0;
}
.callout-highschoolintro .visual svg path.active {
  opacity: 1;
  transition: stroke-dashoffset 3s linear, opacity 250ms linear;
  vector-effect: non-scaling-stroke;
  stroke-dashoffset: 0 !important;
}
.callout-insuranceforyou {
  position: relative;
  z-index: 2;
  box-shadow: 0px 30px 30px #00000021;
  background: #003370;
  padding: 0 15vw 0 10vw;
}
@media (max-width: 1050px) {
  .callout-insuranceforyou {
    padding: 0 5vw 0 0;
  }
}
@media (max-width: 650px) {
  .callout-insuranceforyou {
    padding: 0 5vw;
  }
}
.callout-insuranceforyou .wrapper {
  display: flex;
  align-items: center;
  gap: 10vw;
}
@media (max-width: 850px) {
  .callout-insuranceforyou .wrapper {
    gap: 5vw;
  }
}
@media (max-width: 650px) {
  .callout-insuranceforyou .wrapper {
    flex-direction: column-reverse;
  }
}
.callout-insuranceforyou .wrapper > img {
  width: 300px !important;
  height: auto !important;
  margin-bottom: -180px;
}
@media (max-width: 850px) {
  .callout-insuranceforyou .wrapper > img {
    width: 200px !important;
  }
}
.callout-insuranceforyou .wrapper .text {
  padding: 140px 0;
}
@media (max-width: 650px) {
  .callout-insuranceforyou .wrapper .text {
    padding: 100px 0 0;
  }
}
.callout-insuranceforyou .wrapper .text .header {
  font-size: clamp(41.85px, 2.808vw, 54px);
  line-height: 1.18518519;
  /*@media (max-width: 1450px) {
      @newSize: (@sizeValue * .75);
      font-size: ~"clamp(16px, @{newSize}px, 100px)";
    }*/
  color: #FAA634;
}
.callout-insuranceforyou .wrapper .text .copy {
  font-size: clamp(17.05px, 1.144vw, 22px);
  line-height: 1.45454545;
  /*@media (max-width: 1450px) {
      @newSize: (@sizeValue * .75);
      font-size: ~"clamp(16px, @{newSize}px, 100px)";
    }*/
  color: #FFFFFF;
  margin-top: 100px;
}
@media (max-width: 650px) {
  .callout-insuranceforyou .wrapper .text .copy {
    margin-top: 50px;
  }
}
.callout-whattoexpect {
  position: relative;
  z-index: 1;
  background: #F5F5F5;
  padding: 220px 5vw 110px;
}
@media (max-width: 1050px) {
  .callout-whattoexpect {
    padding: 200px 5vw 100px;
  }
}
@media (max-width: 650px) {
  .callout-whattoexpect {
    padding: 200px 5vw 100px;
  }
}
.callout-whattoexpect .wrapper {
  display: flex;
  gap: 5vw;
  row-gap: 50px;
}
@media (max-width: 750px) {
  .callout-whattoexpect .wrapper {
    flex-direction: column;
  }
}
.callout-whattoexpect .wrapper .header {
  flex: 70;
  font-size: clamp(68.2px, 4.576vw, 88px);
  line-height: 1.20454545;
  /*@media (max-width: 1450px) {
      @newSize: (@sizeValue * .75);
      font-size: ~"clamp(16px, @{newSize}px, 100px)";
    }*/
  color: #003370;
  font-weight: 300;
}
@media (max-width: 950px) {
  .callout-whattoexpect .wrapper .header {
    font-size: clamp(46.5px, 3.1199999999999997vw, 60px);
    line-height: 1.2;
    /*@media (max-width: 1450px) {
      @newSize: (@sizeValue * .75);
      font-size: ~"clamp(16px, @{newSize}px, 100px)";
    }*/
  }
}
@media (max-width: 650px) {
  .callout-whattoexpect .wrapper .header {
    font-size: clamp(41.85px, 2.808vw, 54px);
    line-height: 1.11111111;
    /*@media (max-width: 1450px) {
      @newSize: (@sizeValue * .75);
      font-size: ~"clamp(16px, @{newSize}px, 100px)";
    }*/
  }
}
.callout-whattoexpect .wrapper .copy {
  flex: 80;
  font-size: clamp(17.05px, 1.144vw, 22px);
  line-height: 1.45454545;
  /*@media (max-width: 1450px) {
      @newSize: (@sizeValue * .75);
      font-size: ~"clamp(16px, @{newSize}px, 100px)";
    }*/
  color: #003370;
}
.callout-whattoexpect .wrappervisual {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  gap: 5vw;
  margin-top: 100px;
}
@media (max-width: 750px) {
  .callout-whattoexpect .wrappervisual {
    display: block;
    margin-top: 50px;
  }
}
.callout-whattoexpect .wrappervisual .title {
  overflow: hidden;
  flex: 5;
  font-size: clamp(108.5px, 7.279999999999999vw, 140px);
  line-height: 1;
  /*@media (max-width: 1450px) {
      @newSize: (@sizeValue * .75);
      font-size: ~"clamp(16px, @{newSize}px, 100px)";
    }*/
  color: #980094;
  font-weight: bold;
}
@media (max-width: 1450px) {
  .callout-whattoexpect .wrappervisual .title {
    font-size: clamp(77.5px, 5.2vw, 100px);
    line-height: 1;
    /*@media (max-width: 1450px) {
      @newSize: (@sizeValue * .75);
      font-size: ~"clamp(16px, @{newSize}px, 100px)";
    }*/
  }
}
@media (max-width: 1050px) {
  .callout-whattoexpect .wrappervisual .title {
    font-size: clamp(46.5px, 3.1199999999999997vw, 60px);
    line-height: 1;
    /*@media (max-width: 1450px) {
      @newSize: (@sizeValue * .75);
      font-size: ~"clamp(16px, @{newSize}px, 100px)";
    }*/
  }
}
@media (max-width: 750px) {
  .callout-whattoexpect .wrappervisual .title {
    margin-bottom: 50px;
    text-align: center;
  }
}
.callout-whattoexpect .wrappervisual .title .slick-slide {
  padding: 15px 0;
}
.callout-whattoexpect .wrappervisual .title .slick-track {
  display: flex;
  align-items: center;
}
.callout-whattoexpect .wrappervisual .visual {
  flex: 4;
}
.callout-whattoexpect .wrappervisual .visual img {
  width: 100%;
  height: auto;
  box-shadow: 0px 3px 6px #00000029;
}
.callout-largecardgrid {
  background: #F5F5F5;
  box-shadow: 0px 0px 30px #00000029;
  padding: 0 5vw 110px;
}
.callout-largecardgrid .wrapper {
  background: #FFFFFF;
  box-shadow: 0px 0px 30px #00000021;
}
.callout-largecardgrid .wrapper .items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4vw;
  row-gap: 50px;
  padding: 80px 5vw;
}
@media (max-width: 1250px) {
  .callout-largecardgrid .wrapper .items {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 800px) {
  .callout-largecardgrid .wrapper .items {
    grid-template-columns: repeat(1, 1fr);
  }
}
.callout-largecardgrid .wrapper .items .item {
  flex: 1;
}
.callout-largecardgrid .wrapper .items .item .header {
  font-size: clamp(34.1px, 2.288vw, 44px);
  line-height: 1.20454545;
  /*@media (max-width: 1450px) {
      @newSize: (@sizeValue * .75);
      font-size: ~"clamp(16px, @{newSize}px, 100px)";
    }*/
  text-wrap: balance;
  color: #003370;
}
.callout-largecardgrid .wrapper .items .item .copy {
  font-size: clamp(17.05px, 1.144vw, 22px);
  line-height: 1.45454545;
  /*@media (max-width: 1450px) {
      @newSize: (@sizeValue * .75);
      font-size: ~"clamp(16px, @{newSize}px, 100px)";
    }*/
  color: #003370;
  margin-top: 30px;
}
@media (max-width: 800px) {
  .callout-largecardgrid .wrapper .items .item .copy {
    margin-top: 15px;
  }
}
.callout-largecardgrid .wrapper .cta {
  background: #003370;
  padding: 60px 5vw;
}
.callout-largecardgrid .wrapper .cta .header {
  font-size: clamp(37.2px, 2.496vw, 48px);
  line-height: 1.1875;
  /*@media (max-width: 1450px) {
      @newSize: (@sizeValue * .75);
      font-size: ~"clamp(16px, @{newSize}px, 100px)";
    }*/
  color: #FAA634;
  text-wrap: balance;
}
.callout-largecardgrid .wrapper .cta .copy {
  font-size: clamp(17.05px, 1.144vw, 22px);
  line-height: 1.45454545;
  /*@media (max-width: 1450px) {
      @newSize: (@sizeValue * .75);
      font-size: ~"clamp(16px, @{newSize}px, 100px)";
    }*/
  color: #FFFFFF;
  margin-top: 40px;
  display: flex;
  align-items: flex-end;
  gap: 10vw;
  row-gap: 50px;
}
@media (max-width: 800px) {
  .callout-largecardgrid .wrapper .cta .copy {
    flex-direction: column;
  }
}
.callout-largecardgrid .wrapper .cta .copy div {
  flex: 1;
}
.callout-largecardgrid .wrapper .cta .copy > a {
  padding: 16px 35px;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  border-radius: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: transparent linear-gradient(180deg, #F500ED 0%, #C135B8 100%) 0% 0% no-repeat padding-box;
  transition: border-color 250ms linear, border-color 250ms linear;
}
.callout-largecardgrid .wrapper .cta .copy > a:hover {
  background: transparent linear-gradient(180deg, #C135B8 0%, #ac27a3 100%) 0% 0% no-repeat padding-box;
}
.callout-insurancecareersintro {
  padding: 80px 5vw 0;
  margin-bottom: 60px;
}
.callout-insurancecareersintro .wrapper {
  display: flex;
  align-items: flex-end;
  gap: 10vw;
  row-gap: 35px;
}
@media (max-width: 1150px) {
  .callout-insurancecareersintro .wrapper {
    flex-direction: column;
    align-items: flex-start;
  }
}
.callout-insurancecareersintro .wrapper .header {
  flex: 8;
  font-size: clamp(68.2px, 4.576vw, 88px);
  line-height: 1.20454545;
  /*@media (max-width: 1450px) {
      @newSize: (@sizeValue * .75);
      font-size: ~"clamp(16px, @{newSize}px, 100px)";
    }*/
  text-wrap: balance;
  color: #003370;
  font-weight: 300;
}
@media (max-width: 950px) {
  .callout-insurancecareersintro .wrapper .header {
    font-size: clamp(46.5px, 3.1199999999999997vw, 60px);
    line-height: 1.2;
    /*@media (max-width: 1450px) {
      @newSize: (@sizeValue * .75);
      font-size: ~"clamp(16px, @{newSize}px, 100px)";
    }*/
  }
}
@media (max-width: 650px) {
  .callout-insurancecareersintro .wrapper .header {
    font-size: clamp(41.85px, 2.808vw, 54px);
    line-height: 1.11111111;
    /*@media (max-width: 1450px) {
      @newSize: (@sizeValue * .75);
      font-size: ~"clamp(16px, @{newSize}px, 100px)";
    }*/
  }
}
.callout-insurancecareersintro .wrapper .copy {
  flex: 6;
  font-size: clamp(18.6px, 1.248vw, 24px);
  line-height: 1.5;
  /*@media (max-width: 1450px) {
      @newSize: (@sizeValue * .75);
      font-size: ~"clamp(16px, @{newSize}px, 100px)";
    }*/
  color: #003370;
}
.callout-insurancecareersgrid {
  position: relative;
  padding: 0 5vw 110px;
}
.callout-insurancecareersgrid:before {
  content: '';
  display: block;
  background: transparent linear-gradient(180deg, #FFFFFF 0%, #72CCD2 100%) 0% 0% no-repeat padding-box;
  opacity: 0.2;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 800px;
}
.callout-insurancecareersgrid .visual {
  position: absolute;
  top: 150px;
  right: -400px;
  left: -50px;
}
.callout-insurancecareersgrid .visual svg {
  overflow: visible;
  width: 100%;
}
.callout-insurancecareersgrid .visual svg path {
  fill: none;
  stroke-width: 15px !important;
  opacity: 0;
}
.callout-insurancecareersgrid .visual svg path.active {
  opacity: 1;
  transition: stroke-dashoffset 3s linear, opacity 250ms linear;
  vector-effect: non-scaling-stroke;
  stroke-dashoffset: 0 !important;
}
.callout-insurancecareersgrid .wrapper {
  position: relative;
  background: #FFFFFF;
  box-shadow: 0px 0px 30px #00000021;
}
.callout-insurancecareersgrid .wrapper .items {
  position: relative;
  padding: 60px 5vw;
  column-count: 3;
  gap: 5vw;
}
@media (max-width: 1150px) {
  .callout-insurancecareersgrid .wrapper .items {
    column-count: 2;
  }
}
@media (max-width: 750px) {
  .callout-insurancecareersgrid .wrapper .items {
    column-count: 1;
  }
}
.callout-insurancecareersgrid .wrapper .items:after {
  position: absolute;
  top: 40px;
  bottom: 40px;
  left: 30.5vw;
  content: '';
  display: block;
  background: #CDCDCD;
  width: 1px;
}
@media (max-width: 1150px) {
  .callout-insurancecareersgrid .wrapper .items:after {
    display: none;
  }
}
.callout-insurancecareersgrid .wrapper .items:before {
  position: absolute;
  top: 40px;
  bottom: 40px;
  right: 30.5vw;
  content: '';
  display: block;
  background: #CDCDCD;
  width: 1px;
}
@media (max-width: 1150px) {
  .callout-insurancecareersgrid .wrapper .items:before {
    right: 44.5vw;
  }
}
@media (max-width: 750px) {
  .callout-insurancecareersgrid .wrapper .items:before {
    display: none;
  }
}
.callout-insurancecareersgrid .wrapper .items .item {
  break-inside: avoid-column;
  margin-bottom: 60px;
}
.callout-insurancecareersgrid .wrapper .items .item a {
  position: relative;
  display: inline-block;
  padding-right: 0;
  text-decoration: none;
  padding-right: 40px;
  font-size: clamp(21.7px, 1.456vw, 28px);
  line-height: 1.28571429;
  /*@media (max-width: 1450px) {
      @newSize: (@sizeValue * .75);
      font-size: ~"clamp(16px, @{newSize}px, 100px)";
    }*/
  font-weight: bold;
  color: #C135B8;
}
.callout-insurancecareersgrid .wrapper .items .item a:after {
  content: '\f178';
  font-family: fontawesome;
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
  position: absolute;
  transform: translate(10px, 0);
  text-decoration: none;
  transition: all 200ms linear;
}
.callout-insurancecareersgrid .wrapper .items .item a:hover {
  text-decoration: underline;
}
.callout-insurancecareersgrid .wrapper .items .item a:hover:after {
  transform: translate(15px, 0);
}
.callout-insurancecareersgrid .wrapper .items .item .copy {
  font-size: clamp(18.6px, 1.248vw, 24px);
  line-height: 1.5;
  /*@media (max-width: 1450px) {
      @newSize: (@sizeValue * .75);
      font-size: ~"clamp(16px, @{newSize}px, 100px)";
    }*/
  color: #003370;
}
.callout-discovergrid {
  position: relative;
  padding: 0 5vw;
}
.callout-discovergrid:before {
  content: '';
  display: block;
  background: #003370;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  bottom: 0;
}
.callout-discovergrid .wrapper {
  position: relative;
  background: #FFFFFF;
  box-shadow: 0px 0px 30px #00000021;
}
.callout-discovergrid .wrapper .items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5vw;
  row-gap: 50px;
  padding: 60px 5vw;
}
@media (max-width: 1150px) {
  .callout-discovergrid .wrapper .items {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 750px) {
  .callout-discovergrid .wrapper .items {
    grid-template-columns: repeat(1, 1fr);
  }
}
.callout-discovergrid .wrapper .items .item {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.callout-discovergrid .wrapper .items .item .image {
  width: 100%;
  height: auto;
}
.callout-discovergrid .wrapper .items .item .header {
  font-size: clamp(34.1px, 2.288vw, 44px);
  line-height: 1.20454545;
  /*@media (max-width: 1450px) {
      @newSize: (@sizeValue * .75);
      font-size: ~"clamp(16px, @{newSize}px, 100px)";
    }*/
  color: #003370;
}
.callout-discovergrid .wrapper .items .item .copy {
  font-size: clamp(18.6px, 1.248vw, 24px);
  line-height: 1.33333333;
  /*@media (max-width: 1450px) {
      @newSize: (@sizeValue * .75);
      font-size: ~"clamp(16px, @{newSize}px, 100px)";
    }*/
  color: #003370;
  flex: 1;
}
.callout-discovergrid .wrapper .items .item .link a {
  position: relative;
  display: inline-block;
  padding-right: 0;
  text-decoration: none;
  padding-right: 40px;
  font-size: clamp(17.05px, 1.144vw, 22px);
  line-height: 1.27272727;
  /*@media (max-width: 1450px) {
      @newSize: (@sizeValue * .75);
      font-size: ~"clamp(16px, @{newSize}px, 100px)";
    }*/
  font-weight: bold;
  color: #C135B8;
}
.callout-discovergrid .wrapper .items .item .link a:after {
  content: '\f178';
  font-family: fontawesome;
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
  position: absolute;
  transform: translate(10px, 0);
  text-decoration: none;
  transition: all 200ms linear;
}
.callout-discovergrid .wrapper .items .item .link a:hover {
  text-decoration: underline;
}
.callout-discovergrid .wrapper .items .item .link a:hover:after {
  transform: translate(15px, 0);
}
.callout-diversityintro {
  background: #003370;
  padding: 130px 5vw 0;
}
@media (max-width: 950px) {
  .callout-diversityintro {
    padding: 100px 5vw 0;
  }
}
.callout-diversityintro .wrapper {
  display: flex;
  align-items: flex-end;
  gap: 50px;
  row-gap: 50px;
}
@media (max-width: 750px) {
  .callout-diversityintro .wrapper {
    flex-direction: column;
  }
}
.callout-diversityintro .wrapper .text {
  flex: 1;
  padding-bottom: 100px;
}
@media (max-width: 750px) {
  .callout-diversityintro .wrapper .text {
    padding: 0;
  }
}
.callout-diversityintro .wrapper .text .header {
  font-size: clamp(68.2px, 4.576vw, 88px);
  line-height: 1.20454545;
  /*@media (max-width: 1450px) {
      @newSize: (@sizeValue * .75);
      font-size: ~"clamp(16px, @{newSize}px, 100px)";
    }*/
  font-weight: 300;
  color: #FAA634;
}
@media (max-width: 950px) {
  .callout-diversityintro .wrapper .text .header {
    font-size: clamp(46.5px, 3.1199999999999997vw, 60px);
    line-height: 1.2;
    /*@media (max-width: 1450px) {
      @newSize: (@sizeValue * .75);
      font-size: ~"clamp(16px, @{newSize}px, 100px)";
    }*/
  }
}
@media (max-width: 650px) {
  .callout-diversityintro .wrapper .text .header {
    font-size: clamp(41.85px, 2.808vw, 54px);
    line-height: 1.11111111;
    /*@media (max-width: 1450px) {
      @newSize: (@sizeValue * .75);
      font-size: ~"clamp(16px, @{newSize}px, 100px)";
    }*/
  }
}
.callout-diversityintro .wrapper .text .copy {
  font-size: clamp(18.6px, 1.248vw, 24px);
  line-height: 1.5;
  /*@media (max-width: 1450px) {
      @newSize: (@sizeValue * .75);
      font-size: ~"clamp(16px, @{newSize}px, 100px)";
    }*/
  color: #FFFFFF;
  margin-top: 40px;
}
.callout-diversityintro .wrapper .visual {
  flex: 1;
}
.callout-diversityintro .wrapper .visual img {
  width: 100%;
  height: auto;
}
.callout-diversityitems {
  background: #003370;
  padding: 0 5vw 110px;
}
.callout-diversityitems .wrapper {
  background: #FFFFFF;
  box-shadow: 0px 0px 30px #00000021;
  padding: 90px 5vw;
}
.callout-diversityitems .wrapper .intro {
  padding: 0 5vw;
}
.callout-diversityitems .wrapper .intro .header {
  font-size: clamp(41.85px, 2.808vw, 54px);
  line-height: 1.2037037;
  /*@media (max-width: 1450px) {
      @newSize: (@sizeValue * .75);
      font-size: ~"clamp(16px, @{newSize}px, 100px)";
    }*/
  color: #218197;
}
.callout-diversityitems .wrapper .intro .copy {
  font-size: clamp(17.05px, 1.144vw, 22px);
  line-height: 1.45454545;
  /*@media (max-width: 1450px) {
      @newSize: (@sizeValue * .75);
      font-size: ~"clamp(16px, @{newSize}px, 100px)";
    }*/
  color: #003370;
  margin-top: 40px;
}
.callout-diversityitems .wrapper .items .item {
  border-top: 1px solid #CDCDCD;
  padding-top: 80px;
  margin-top: 80px;
  display: flex;
  gap: 5vw;
}
.callout-diversityitems .wrapper .items .item .visual {
  width: 17vw;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.callout-diversityitems .wrapper .items .item .visual img {
  max-height: 150px;
  max-width: 100%;
  width: auto;
  height: auto;
}
.callout-diversityitems .wrapper .items .item .text {
  flex: 1;
}
.callout-diversityitems .wrapper .items .item .text .header {
  font-size: clamp(34.1px, 2.288vw, 44px);
  line-height: 1.20454545;
  /*@media (max-width: 1450px) {
      @newSize: (@sizeValue * .75);
      font-size: ~"clamp(16px, @{newSize}px, 100px)";
    }*/
  color: #003370;
}
.callout-diversityitems .wrapper .items .item .text .copy {
  font-size: clamp(17.05px, 1.144vw, 22px);
  line-height: 1.45454545;
  /*@media (max-width: 1450px) {
      @newSize: (@sizeValue * .75);
      font-size: ~"clamp(16px, @{newSize}px, 100px)";
    }*/
  color: #003370;
  margin-top: 20px;
}
.callout-diversityitems .wrapper .items .item .text .link {
  margin-top: 30px;
}
.callout-diversityitems .wrapper .items .item .text .link a {
  position: relative;
  display: inline-block;
  padding-right: 0;
  text-decoration: none;
  padding-right: 40px;
  font-size: clamp(17.05px, 1.144vw, 22px);
  line-height: 1.27272727;
  /*@media (max-width: 1450px) {
      @newSize: (@sizeValue * .75);
      font-size: ~"clamp(16px, @{newSize}px, 100px)";
    }*/
  font-weight: bold;
  color: #C135B8;
}
.callout-diversityitems .wrapper .items .item .text .link a:after {
  content: '\f178';
  font-family: fontawesome;
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
  position: absolute;
  transform: translate(10px, 0);
  text-decoration: none;
  transition: all 200ms linear;
}
.callout-diversityitems .wrapper .items .item .text .link a:hover {
  text-decoration: underline;
}
.callout-diversityitems .wrapper .items .item .text .link a:hover:after {
  transform: translate(15px, 0);
}
.callout-flipflop {
  position: relative;
  padding: 0 10vw;
  margin-bottom: 60px;
}
.callout-flipflop .wrapper {
  margin: 0 auto;
  width: 1100px;
  max-width: 100%;
  display: flex;
  align-items: center;
  gap: 50px;
}
@media (max-width: 750px) {
  .callout-flipflop .wrapper {
    flex-direction: column;
  }
}
.callout-flipflop .wrapper .visual {
  width: 37vw;
  margin-left: -5vw;
}
@media (max-width: 750px) {
  .callout-flipflop .wrapper .visual {
    width: 500px;
    max-width: 100%;
    margin-left: 0;
  }
}
.callout-flipflop .wrapper .visual img {
  width: 100%;
  height: auto;
  box-shadow: 0px 3px 6px #00000029;
}
.callout-flipflop .wrapper .copy {
  flex: 1;
  font-size: clamp(17.05px, 1.144vw, 22px);
  line-height: 1.45454545;
  /*@media (max-width: 1450px) {
      @newSize: (@sizeValue * .75);
      font-size: ~"clamp(16px, @{newSize}px, 100px)";
    }*/
  color: #003370;
}
.callout-flipflop.reverse .wrapper {
  flex-direction: row-reverse;
}
.callout-flipflop.reverse .wrapper .visual {
  margin-left: 0;
  margin-right: -7vw;
}
.callout-becomepartnerform {
  background: #003370;
  padding: 90px 15vw;
}
.callout-becomepartnerform .wrapper {
  width: 800px;
  max-width: 100%;
  margin: 0 auto;
}
.callout-becomepartnerform .wrapper .header {
  font-size: clamp(37.2px, 2.496vw, 48px);
  line-height: 1.1875;
  /*@media (max-width: 1450px) {
      @newSize: (@sizeValue * .75);
      font-size: ~"clamp(16px, @{newSize}px, 100px)";
    }*/
  color: #FAA634;
}
.callout-becomepartnerform .wrapper .copy {
  font-size: clamp(17.05px, 1.144vw, 22px);
  line-height: 1.45454545;
  /*@media (max-width: 1450px) {
      @newSize: (@sizeValue * .75);
      font-size: ~"clamp(16px, @{newSize}px, 100px)";
    }*/
  color: #fff;
  margin-top: 30px;
}
.callout-becomepartnerform .wrapper .form {
  margin-top: 30px;
}
.callout-becomepartnerform .wrapper .form .full {
  display: flex;
  gap: 30px;
  margin-bottom: 30px;
}
.callout-becomepartnerform .wrapper .form label {
  font-size: clamp(10.85px, 0.728vw, 14px);
  line-height: 1.57142857;
  /*@media (max-width: 1450px) {
      @newSize: (@sizeValue * .75);
      font-size: ~"clamp(16px, @{newSize}px, 100px)";
    }*/
  font-weight: 600;
  color: #72CCD2;
  flex: 1;
}
.callout-becomepartnerform .wrapper .form input {
  width: 100%;
  background: #fff;
  color: #97999B;
  font-size: clamp(15.5px, 1.04vw, 20px);
  line-height: 1.4;
  /*@media (max-width: 1450px) {
      @newSize: (@sizeValue * .75);
      font-size: ~"clamp(16px, @{newSize}px, 100px)";
    }*/
  padding: 18px 28px;
  border: 2px solid #FAA634;
  margin-top: 10px;
}
.callout-becomepartnerform .wrapper .form textarea {
  height: 200px;
  width: 100%;
  resize: none;
  background: #fff;
  color: #97999B;
  font-size: clamp(15.5px, 1.04vw, 20px);
  line-height: 1.4;
  /*@media (max-width: 1450px) {
      @newSize: (@sizeValue * .75);
      font-size: ~"clamp(16px, @{newSize}px, 100px)";
    }*/
  padding: 18px 28px;
  border: 2px solid #FAA634;
  margin-top: 10px;
}
.callout-careerdetailintro {
  padding: 80px 5vw 0;
  margin-bottom: 90px;
}
.callout-careerdetailintro .wrapper {
  display: flex;
  align-items: flex-end;
  gap: 10vw;
  row-gap: 35px;
}
@media (max-width: 1150px) {
  .callout-careerdetailintro .wrapper {
    flex-direction: column;
    align-items: flex-start;
  }
}
.callout-careerdetailintro .wrapper .header {
  flex: 1;
  font-size: clamp(68.2px, 4.576vw, 88px);
  line-height: 1.20454545;
  /*@media (max-width: 1450px) {
      @newSize: (@sizeValue * .75);
      font-size: ~"clamp(16px, @{newSize}px, 100px)";
    }*/
  text-wrap: balance;
  color: #003370;
  font-weight: 300;
}
@media (max-width: 950px) {
  .callout-careerdetailintro .wrapper .header {
    font-size: clamp(46.5px, 3.1199999999999997vw, 60px);
    line-height: 1.2;
    /*@media (max-width: 1450px) {
      @newSize: (@sizeValue * .75);
      font-size: ~"clamp(16px, @{newSize}px, 100px)";
    }*/
  }
}
@media (max-width: 650px) {
  .callout-careerdetailintro .wrapper .header {
    font-size: clamp(41.85px, 2.808vw, 54px);
    line-height: 1.11111111;
    /*@media (max-width: 1450px) {
      @newSize: (@sizeValue * .75);
      font-size: ~"clamp(16px, @{newSize}px, 100px)";
    }*/
  }
}
.callout-careerdetailintro .wrapper .copy {
  flex: 1;
  font-size: clamp(18.6px, 1.248vw, 24px);
  line-height: 1.5;
  /*@media (max-width: 1450px) {
      @newSize: (@sizeValue * .75);
      font-size: ~"clamp(16px, @{newSize}px, 100px)";
    }*/
  color: #003370;
  align-self: flex-end;
}
.callout-careerdetails {
  padding: 0 5vw;
  margin-bottom: 60px;
}
.callout-careerdetails .wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
@media (max-width: 850px) {
  .callout-careerdetails .wrapper {
    flex-direction: column;
  }
}
.callout-careerdetails .wrapper .left,
.callout-careerdetails .wrapper .right {
  flex: 1;
  background: #fff;
  box-shadow: 0px 0px 30px #00000029;
  padding: 50px 5vw;
}
.callout-careerdetails .wrapper .left .header,
.callout-careerdetails .wrapper .right .header {
  position: relative;
  font-size: clamp(37.2px, 2.496vw, 48px);
  line-height: 1.1875;
  /*@media (max-width: 1450px) {
      @newSize: (@sizeValue * .75);
      font-size: ~"clamp(16px, @{newSize}px, 100px)";
    }*/
  color: #003370;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: center;
}
.callout-careerdetails .wrapper .left .header span,
.callout-careerdetails .wrapper .right .header span {
  color: #29A1BC;
}
.callout-careerdetails .wrapper .left .header:after,
.callout-careerdetails .wrapper .right .header:after {
  flex: 1;
  position: relative;
  content: '';
  display: block;
  height: 4px;
  background: #FAA634;
  min-width: 35px;
}
.callout-careerdetails .wrapper .left .copy,
.callout-careerdetails .wrapper .right .copy {
  font-size: clamp(18.6px, 1.248vw, 24px);
  line-height: 1.5;
  /*@media (max-width: 1450px) {
      @newSize: (@sizeValue * .75);
      font-size: ~"clamp(16px, @{newSize}px, 100px)";
    }*/
  color: #003370;
  margin-top: 40px;
}
.callout-careerdetails .wrapper .left .copy ul,
.callout-careerdetails .wrapper .right .copy ul {
  margin: 1.5em 0 1.5em 30px;
  list-style-type: disc;
  display: flex;
  flex-direction: column;
  gap: 1em;
}
.callout-careerexperience {
  padding: 0 5vw;
  margin-bottom: 60px;
}
.callout-careerexperience .wrapper {
  background: #FFFFFF;
  box-shadow: 0px 0px 30px #00000029;
  padding: 60px 5vw 60px;
}
.callout-careerexperience .wrapper .items {
  display: flex;
  flex-wrap: wrap;
  gap: 5vw;
  row-gap: 50px;
}
.callout-careerexperience .wrapper .items .item {
  flex: 1;
}
.callout-careerexperience .wrapper .items .item .header {
  font-size: clamp(37.2px, 2.496vw, 48px);
  line-height: 1.125;
  /*@media (max-width: 1450px) {
      @newSize: (@sizeValue * .75);
      font-size: ~"clamp(16px, @{newSize}px, 100px)";
    }*/
  color: #003370;
}
.callout-careerexperience .wrapper .items .item .header > div {
  color: #549FB9;
}
.callout-careerexperience .wrapper .items .item .header > div i {
  font-size: clamp(34.1px, 2.288vw, 44px);
  line-height: 1.22727273;
  /*@media (max-width: 1450px) {
      @newSize: (@sizeValue * .75);
      font-size: ~"clamp(16px, @{newSize}px, 100px)";
    }*/
  color: #980094;
}
.callout-careerexperience .wrapper .items .item .copy {
  font-size: clamp(17.05px, 1.144vw, 22px);
  line-height: 1.45454545;
  /*@media (max-width: 1450px) {
      @newSize: (@sizeValue * .75);
      font-size: ~"clamp(16px, @{newSize}px, 100px)";
    }*/
  color: #003370;
  margin-top: 40px;
}
.callout-careerearning {
  padding: 0 5vw;
  margin-bottom: 120px;
}
.callout-careerearning .wrapper {
  background: #FFFFFF;
  box-shadow: 0px 0px 30px #00000029;
  padding: 60px 50px 60px;
}
.callout-careerearning .wrapper .header {
  font-size: clamp(37.2px, 2.496vw, 48px);
  line-height: 1.125;
  /*@media (max-width: 1450px) {
      @newSize: (@sizeValue * .75);
      font-size: ~"clamp(16px, @{newSize}px, 100px)";
    }*/
  color: #003370;
  display: flex;
  gap: 20px;
  align-items: center;
}
.callout-careerearning .wrapper .header:after {
  flex: 1;
  position: relative;
  content: '';
  display: block;
  height: 4px;
  background: #FAA634;
}
.callout-careerearning .wrapper .header span {
  color: #29A1BC;
}
.callout-careerearning .wrapper .copy {
  font-size: clamp(17.05px, 1.144vw, 22px);
  line-height: 1.45454545;
  /*@media (max-width: 1450px) {
      @newSize: (@sizeValue * .75);
      font-size: ~"clamp(16px, @{newSize}px, 100px)";
    }*/
  color: #003370;
  margin-top: 30px;
}
.callout-testimonials {
  margin-top: 100px;
}
.callout-testimonials .wrapper .slides .slide {
  width: 56vw !important;
  background: transparent linear-gradient(180deg, #72CCD2 0%, #218197 100%) 0% 0% no-repeat padding-box;
  padding: 80px 90px 80px 5vw;
  margin-right: 16px;
}
@media (max-width: 850px) {
  .callout-testimonials .wrapper .slides .slide {
    width: 100vw !important;
    padding: 50px 5vw;
  }
}
.callout-testimonials .wrapper .slides .slide .copy {
  font-size: clamp(27.900000000000002px, 1.8719999999999999vw, 36px);
  line-height: 1.33333333;
  /*@media (max-width: 1450px) {
      @newSize: (@sizeValue * .75);
      font-size: ~"clamp(16px, @{newSize}px, 100px)";
    }*/
  color: #FFFFFF;
}
.callout-testimonials .wrapper .slides .slide .attribution {
  display: flex;
  align-items: center;
  gap: 50px;
  font-size: clamp(17.05px, 1.144vw, 22px);
  line-height: 1.45454545;
  /*@media (max-width: 1450px) {
      @newSize: (@sizeValue * .75);
      font-size: ~"clamp(16px, @{newSize}px, 100px)";
    }*/
  text-wrap: balance;
  color: #FFFFFF;
  margin-top: 60px;
}
.callout-testimonials .wrapper .prevnext {
  position: relative;
  padding: 60px 5vw 100px;
  display: flex;
  gap: 50px;
  align-items: center;
}
@media (max-width: 650px) {
  .callout-testimonials .wrapper .prevnext {
    justify-content: space-between;
  }
}
.callout-testimonials .wrapper .prevnext span {
  font-size: clamp(24.8px, 1.664vw, 32px);
  line-height: 1.1875;
  /*@media (max-width: 1450px) {
      @newSize: (@sizeValue * .75);
      font-size: ~"clamp(16px, @{newSize}px, 100px)";
    }*/
  color: #003370;
}
.callout-testimonials .wrapper .prevnext button {
  background: transparent linear-gradient(180deg, #F500ED 0%, #7B0077 100%) 0% 0% no-repeat padding-box;
  position: relative;
  display: inline-flex;
  border-radius: 50%;
  width: 58px;
  height: 58px;
  justify-content: center;
  align-items: center;
}
.callout-testimonials .wrapper .prevnext button:hover {
  background: #7b007b;
}
.callout-testimonials .wrapper .prevnext button:after {
  content: '\f060';
  font-family: "Font Awesome 6 Pro";
  display: block;
  font-size: clamp(27.900000000000002px, 1.8719999999999999vw, 36px);
  line-height: 1;
  /*@media (max-width: 1450px) {
      @newSize: (@sizeValue * .75);
      font-size: ~"clamp(16px, @{newSize}px, 100px)";
    }*/
  color: #fff;
}
.callout-testimonials .wrapper .prevnext button.next {
  left: auto;
  right: 0;
}
.callout-testimonials .wrapper .prevnext button.next:after {
  content: '\f061';
}
.callout-login-form {
  padding: 100px 5vw;
}
.callout-login-form .wrapper {
  position: relative;
  margin: 0 auto;
  width: 1100px;
  max-width: 100%;
}
.callout-login-form .wrapper form {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
}
.callout-login-form .wrapper form label {
  font-size: clamp(10.85px, 0.728vw, 14px);
  line-height: 1.57142857;
  /*@media (max-width: 1450px) {
      @newSize: (@sizeValue * .75);
      font-size: ~"clamp(16px, @{newSize}px, 100px)";
    }*/
  font-weight: 600;
  color: #72CCD2;
  flex: 1;
}
.callout-login-form .wrapper form input {
  width: 100%;
  background: #fff;
  color: #97999B;
  font-size: clamp(15.5px, 1.04vw, 20px);
  line-height: 1.4;
  /*@media (max-width: 1450px) {
      @newSize: (@sizeValue * .75);
      font-size: ~"clamp(16px, @{newSize}px, 100px)";
    }*/
  padding: 18px 28px;
  border: 2px solid #FAA634;
  margin-top: 10px;
}
.callout-insuranceexplained {
  position: relative;
  padding: 0 5vw 120px;
  margin-top: 100px;
}
.callout-insuranceexplained:before {
  content: '';
  display: block;
  background: transparent linear-gradient(180deg, #FFFFFF 0%, #72CCD2 100%) 0% 0% no-repeat padding-box;
  opacity: 0.2;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 800px;
}
.callout-insuranceexplained .wrapper {
  position: relative;
}
.callout-insuranceexplained .wrapper .text {
  padding: 0 5vw;
  display: flex;
  gap: 10vw;
  row-gap: 50px;
}
@media (max-width: 850px) {
  .callout-insuranceexplained .wrapper .text {
    flex-direction: column;
  }
}
.callout-insuranceexplained .wrapper .text .header {
  flex: 455;
  font-size: clamp(68.2px, 4.576vw, 88px);
  line-height: 1.20454545;
  /*@media (max-width: 1450px) {
      @newSize: (@sizeValue * .75);
      font-size: ~"clamp(16px, @{newSize}px, 100px)";
    }*/
  color: #003370;
  font-weight: 300;
}
@media (max-width: 950px) {
  .callout-insuranceexplained .wrapper .text .header {
    font-size: clamp(46.5px, 3.1199999999999997vw, 60px);
    line-height: 1.2;
    /*@media (max-width: 1450px) {
      @newSize: (@sizeValue * .75);
      font-size: ~"clamp(16px, @{newSize}px, 100px)";
    }*/
  }
}
@media (max-width: 650px) {
  .callout-insuranceexplained .wrapper .text .header {
    font-size: clamp(41.85px, 2.808vw, 54px);
    line-height: 1.11111111;
    /*@media (max-width: 1450px) {
      @newSize: (@sizeValue * .75);
      font-size: ~"clamp(16px, @{newSize}px, 100px)";
    }*/
  }
}
.callout-insuranceexplained .wrapper .text .copy {
  flex: 810;
  font-size: clamp(17.05px, 1.144vw, 22px);
  line-height: 1.45454545;
  /*@media (max-width: 1450px) {
      @newSize: (@sizeValue * .75);
      font-size: ~"clamp(16px, @{newSize}px, 100px)";
    }*/
  color: #003370;
}
.callout-insuranceexplained .wrapper .card {
  background: #fff;
  box-shadow: 0px 0px 30px #00000021;
  border: 2px solid #EAEAEA;
  padding: 60px 5vw 80px;
  margin-top: 80px;
}
.callout-insuranceexplained .wrapper .card .header {
  font-size: clamp(68.2px, 4.576vw, 88px);
  line-height: 1.20454545;
  /*@media (max-width: 1450px) {
      @newSize: (@sizeValue * .75);
      font-size: ~"clamp(16px, @{newSize}px, 100px)";
    }*/
  font-weight: 300;
  color: #003370;
}
@media (max-width: 950px) {
  .callout-insuranceexplained .wrapper .card .header {
    font-size: clamp(46.5px, 3.1199999999999997vw, 60px);
    line-height: 1.2;
    /*@media (max-width: 1450px) {
      @newSize: (@sizeValue * .75);
      font-size: ~"clamp(16px, @{newSize}px, 100px)";
    }*/
  }
}
@media (max-width: 650px) {
  .callout-insuranceexplained .wrapper .card .header {
    font-size: clamp(41.85px, 2.808vw, 54px);
    line-height: 1.11111111;
    /*@media (max-width: 1450px) {
      @newSize: (@sizeValue * .75);
      font-size: ~"clamp(16px, @{newSize}px, 100px)";
    }*/
  }
}
.callout-insuranceexplained .wrapper .card .items {
  display: flex;
  flex-wrap: wrap;
  gap: 100px;
  justify-content: center;
  margin-top: 100px;
}
.callout-insuranceexplained .wrapper .card .items .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 50px;
}
.callout-insuranceexplained .wrapper .card .items .item img {
  max-height: 120px;
  max-width: 100%;
}
.callout-insuranceexplained .wrapper .card .items .item .title {
  font-size: clamp(21.7px, 1.456vw, 28px);
  line-height: 1;
  /*@media (max-width: 1450px) {
      @newSize: (@sizeValue * .75);
      font-size: ~"clamp(16px, @{newSize}px, 100px)";
    }*/
  font-weight: bold;
  color: #C135B8;
}
.callout-copywithimage {
  background: #003370;
  padding: 130px 50px 130px 5vw;
}
@media (max-width: 850px) {
  .callout-copywithimage {
    padding: 100px 5vw;
  }
}
.callout-copywithimage .wrapper {
  display: flex;
  align-items: center;
  gap: 5vw;
  row-gap: 50px;
}
@media (max-width: 850px) {
  .callout-copywithimage .wrapper {
    flex-direction: column-reverse;
  }
}
.callout-copywithimage .wrapper .text {
  flex: 1;
}
.callout-copywithimage .wrapper .text .header {
  font-size: clamp(41.85px, 2.808vw, 54px);
  line-height: 1.2037037;
  /*@media (max-width: 1450px) {
      @newSize: (@sizeValue * .75);
      font-size: ~"clamp(16px, @{newSize}px, 100px)";
    }*/
  color: #FAA634;
}
.callout-copywithimage .wrapper .text .copy {
  font-size: clamp(17.05px, 1.144vw, 22px);
  line-height: 1.45454545;
  /*@media (max-width: 1450px) {
      @newSize: (@sizeValue * .75);
      font-size: ~"clamp(16px, @{newSize}px, 100px)";
    }*/
  color: #FFFFFF;
  margin-top: 40px;
}
.callout-copywithimage .wrapper .visual {
  flex: 1;
}
.callout-copywithimage .wrapper .visual img {
  width: 100%;
  height: auto;
}
.callout-jobslider {
  padding: 130px 5vw 100px;
}
@media (max-width: 850px) {
  .callout-jobslider {
    padding: 100px 5vw;
  }
}
.callout-jobslider .wrapper .text {
  display: flex;
  gap: 5vw;
  row-gap: 50px;
}
@media (max-width: 850px) {
  .callout-jobslider .wrapper .text {
    flex-direction: column;
  }
}
.callout-jobslider .wrapper .text .header {
  flex: 7;
  font-size: clamp(68.2px, 4.576vw, 88px);
  line-height: 1.20454545;
  /*@media (max-width: 1450px) {
      @newSize: (@sizeValue * .75);
      font-size: ~"clamp(16px, @{newSize}px, 100px)";
    }*/
  color: #003370;
  font-weight: 300;
}
@media (max-width: 950px) {
  .callout-jobslider .wrapper .text .header {
    font-size: clamp(46.5px, 3.1199999999999997vw, 60px);
    line-height: 1.2;
    /*@media (max-width: 1450px) {
      @newSize: (@sizeValue * .75);
      font-size: ~"clamp(16px, @{newSize}px, 100px)";
    }*/
  }
}
@media (max-width: 650px) {
  .callout-jobslider .wrapper .text .header {
    font-size: clamp(41.85px, 2.808vw, 54px);
    line-height: 1.11111111;
    /*@media (max-width: 1450px) {
      @newSize: (@sizeValue * .75);
      font-size: ~"clamp(16px, @{newSize}px, 100px)";
    }*/
  }
}
.callout-jobslider .wrapper .text .copy {
  flex: 8;
  font-size: clamp(17.05px, 1.144vw, 22px);
  line-height: 1.45454545;
  /*@media (max-width: 1450px) {
      @newSize: (@sizeValue * .75);
      font-size: ~"clamp(16px, @{newSize}px, 100px)";
    }*/
  color: #003370;
}
.callout-jobslider .wrapper .labels {
  margin-top: 100px;
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  row-gap: 25px;
}
.callout-jobslider .wrapper .labels li a {
  font-size: clamp(21.7px, 1.456vw, 28px);
  line-height: 1.21428571;
  /*@media (max-width: 1450px) {
      @newSize: (@sizeValue * .75);
      font-size: ~"clamp(16px, @{newSize}px, 100px)";
    }*/
  font-weight: bold;
  color: #FAA634;
  text-decoration: none;
}
.callout-jobslider .wrapper .labels li a:hover,
.callout-jobslider .wrapper .labels li a.active {
  color: #C135B8;
  text-decoration: underline;
}
.callout-jobslider .wrapper .slick-list {
  overflow: visible;
  overflow: hidden;
}
.callout-jobslider .wrapper .slick-track {
  display: flex;
  align-items: center;
}
.callout-jobslider .wrapper .slick-track .slide {
  display: none;
}
.callout-jobslider .wrapper .slick-track .slide.slick-active {
  display: block;
}
.callout-jobslider .wrapper .slick-dots {
  margin-top: 25px;
  display: flex;
  gap: 40px;
}
@media (max-width: 850px) {
  .callout-jobslider .wrapper .slick-dots {
    gap: 5vw;
  }
}
.callout-jobslider .wrapper .slick-dots button {
  width: 20px;
  height: 20px;
  font-size: clamp(0.775px, 0.052vw, 1px);
  line-height: 1;
  /*@media (max-width: 1450px) {
      @newSize: (@sizeValue * .75);
      font-size: ~"clamp(16px, @{newSize}px, 100px)";
    }*/
  color: transparent;
  border-radius: 50%;
  background: #CDCDCD;
}
.callout-jobslider .wrapper .slick-dots li.slick-active button {
  background: #F500ED;
}
.callout-jobslider .wrapper .slides {
  position: relative;
  padding: 0 10vw;
  margin: 60px 0;
}
@media (max-width: 850px) {
  .callout-jobslider .wrapper .slides {
    padding: 0 5vw;
    margin: 50px 0;
  }
}
.callout-jobslider .wrapper .slides .slide {
  width: 700px;
  max-width: 100%;
  background: #FFFFFF;
  border: 2px solid #EAEAEA;
  padding: 100px 5vw;
}
@media (max-width: 850px) {
  .callout-jobslider .wrapper .slides .slide {
    padding: 50px 5vw;
    width: 100%;
  }
}
.callout-jobslider .wrapper .slides .slide .header {
  font-size: clamp(51.15px, 3.432vw, 66px);
  line-height: 1;
  /*@media (max-width: 1450px) {
      @newSize: (@sizeValue * .75);
      font-size: ~"clamp(16px, @{newSize}px, 100px)";
    }*/
  color: #003370;
  font-weight: bold;
}
@media (max-width: 850px) {
  .callout-jobslider .wrapper .slides .slide .header {
    font-size: clamp(34.1px, 2.288vw, 44px);
    line-height: 1;
    /*@media (max-width: 1450px) {
      @newSize: (@sizeValue * .75);
      font-size: ~"clamp(16px, @{newSize}px, 100px)";
    }*/
  }
}
.callout-jobslider .wrapper .slides .slide .copy {
  font-size: clamp(21.7px, 1.456vw, 28px);
  line-height: 1.35714286;
  /*@media (max-width: 1450px) {
      @newSize: (@sizeValue * .75);
      font-size: ~"clamp(16px, @{newSize}px, 100px)";
    }*/
  color: #003370;
  margin-top: 5px;
}
.callout-jobslider .wrapper .visual {
  position: absolute;
  right: -100px;
  left: -50px;
  margin-top: 90px;
}
.callout-jobslider .wrapper .visual svg {
  overflow: visible;
  width: 100%;
}
.callout-jobslider .wrapper .visual svg line {
  stroke-width: 15px !important;
  vector-effect: non-scaling-stroke;
}
.callout-jobslider .wrapper .visual svg path {
  fill: none;
  stroke-width: 15px !important;
  opacity: 0;
}
.callout-jobslider .wrapper .visual svg path.active {
  opacity: 1;
  transition: stroke-dashoffset 3s linear, opacity 250ms linear;
  vector-effect: non-scaling-stroke;
  stroke-dashoffset: 0 !important;
}
.callout-jobslider .wrapper .link {
  text-align: right;
  margin-top: 20px;
  margin-right: 10vw;
}
.callout-jobslider .wrapper .link a {
  position: relative;
  display: inline-block;
  padding-right: 0;
  text-decoration: none;
  padding-right: 40px;
  font-size: clamp(17.05px, 1.144vw, 22px);
  line-height: 1.27272727;
  /*@media (max-width: 1450px) {
      @newSize: (@sizeValue * .75);
      font-size: ~"clamp(16px, @{newSize}px, 100px)";
    }*/
  font-weight: bold;
  color: #C135B8;
}
.callout-jobslider .wrapper .link a:after {
  content: '\f178';
  font-family: fontawesome;
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
  position: absolute;
  transform: translate(10px, 0);
  text-decoration: none;
  transition: all 200ms linear;
}
.callout-jobslider .wrapper .link a:hover {
  text-decoration: underline;
}
.callout-jobslider .wrapper .link a:hover:after {
  transform: translate(15px, 0);
}
.callout-resourcesgrid .wrapper {
  padding: 80px 5vw;
  display: flex;
  align-items: flex-end;
  gap: 10vw;
  row-gap: 35px;
}
@media (max-width: 950px) {
  .callout-resourcesgrid .wrapper {
    flex-direction: column;
    align-items: flex-start;
  }
}
.callout-resourcesgrid .wrapper .header {
  flex: 1;
  font-size: clamp(68.2px, 4.576vw, 88px);
  line-height: 1.20454545;
  /*@media (max-width: 1450px) {
      @newSize: (@sizeValue * .75);
      font-size: ~"clamp(16px, @{newSize}px, 100px)";
    }*/
  font-weight: 300;
  color: #003370;
}
@media (max-width: 950px) {
  .callout-resourcesgrid .wrapper .header {
    font-size: clamp(46.5px, 3.1199999999999997vw, 60px);
    line-height: 1.2;
    /*@media (max-width: 1450px) {
      @newSize: (@sizeValue * .75);
      font-size: ~"clamp(16px, @{newSize}px, 100px)";
    }*/
  }
}
@media (max-width: 650px) {
  .callout-resourcesgrid .wrapper .header {
    font-size: clamp(41.85px, 2.808vw, 54px);
    line-height: 1.11111111;
    /*@media (max-width: 1450px) {
      @newSize: (@sizeValue * .75);
      font-size: ~"clamp(16px, @{newSize}px, 100px)";
    }*/
  }
}
.callout-resourcesgrid .wrapper .copy {
  flex: 1;
  font-size: clamp(18.6px, 1.248vw, 24px);
  line-height: 1.5;
  /*@media (max-width: 1450px) {
      @newSize: (@sizeValue * .75);
      font-size: ~"clamp(16px, @{newSize}px, 100px)";
    }*/
  color: #003370;
}
.callout-resourcesgrid .view-content {
  background: #003370;
  padding: 60px 5vw;
  display: grid;
  gap: 16px;
  row-gap: 60px;
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 1050px) {
  .callout-resourcesgrid .view-content {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 650px) {
  .callout-resourcesgrid .view-content {
    grid-template-columns: repeat(1, 1fr);
  }
}
.callout-resourcesgrid .view-content .card-wrap {
  display: flex;
}
.callout-resourcesgrid .view-content .card {
  flex: 1;
  display: flex;
  flex-direction: column;
  background: #FFFFFF;
  box-shadow: 0px 0px 30px #00000021;
}
.callout-resourcesgrid .view-content .card .image {
  background-image: url('https://via.placeholder.com/1000x1000/?text=!');
  background-color: #fff;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  padding-top: 50%;
}
.callout-resourcesgrid .view-content .card.noimage .image {
  background: transparent linear-gradient(180deg, #72CCD2 0%, #218197 100%) 0% 0% no-repeat padding-box;
}
.callout-resourcesgrid .view-content .card .text {
  flex: 1;
  padding: 35px 25px 40px;
  display: flex;
  flex-direction: column;
  gap: 35px;
}
.callout-resourcesgrid .view-content .card .text .date {
  font-size: clamp(17.05px, 1.144vw, 22px);
  line-height: 1.27272727;
  /*@media (max-width: 1450px) {
      @newSize: (@sizeValue * .75);
      font-size: ~"clamp(16px, @{newSize}px, 100px)";
    }*/
  color: #218197;
}
.callout-resourcesgrid .view-content .card .text .title {
  font-size: clamp(24.8px, 1.664vw, 32px);
  line-height: 1.1875;
  /*@media (max-width: 1450px) {
      @newSize: (@sizeValue * .75);
      font-size: ~"clamp(16px, @{newSize}px, 100px)";
    }*/
  color: #003370;
  font-weight: 600;
}
.callout-resourcesgrid .view-content .card .text .copy {
  font-size: clamp(17.05px, 1.144vw, 22px);
  line-height: 1.27272727;
  /*@media (max-width: 1450px) {
      @newSize: (@sizeValue * .75);
      font-size: ~"clamp(16px, @{newSize}px, 100px)";
    }*/
  color: #003370;
  flex: 1;
}
.callout-resourcesgrid .view-content .card .text .link a {
  position: relative;
  display: inline-block;
  padding-right: 0;
  text-decoration: none;
  padding-right: 40px;
  font-size: clamp(17.05px, 1.144vw, 22px);
  line-height: 1.27272727;
  /*@media (max-width: 1450px) {
      @newSize: (@sizeValue * .75);
      font-size: ~"clamp(16px, @{newSize}px, 100px)";
    }*/
  font-weight: bold;
  color: #F500ED;
}
.callout-resourcesgrid .view-content .card .text .link a:after {
  content: '\f178';
  font-family: fontawesome;
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
  position: absolute;
  transform: translate(10px, 0);
  text-decoration: none;
  transition: all 200ms linear;
}
.callout-resourcesgrid .view-content .card .text .link a:hover {
  text-decoration: underline;
}
.callout-resourcesgrid .view-content .card .text .link a:hover:after {
  transform: translate(15px, 0);
}
.callout-articlewrap {
  background: #F5F5F5;
  padding: 50px 5vw 80px;
}
.callout-articlewrap > div {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 0px 30px #00000021;
  padding: 50px 10vw 80px;
}
@media (max-width: 650px) {
  .callout-articlewrap > div {
    padding: 50px 5vw;
  }
}
.callout-articleflipflop {
  margin-bottom: 75px;
}
.callout-articleflipflop .wrapper {
  display: flex;
  align-items: center;
  gap: 50px;
}
.callout-articleflipflop .wrapper .visual {
  width: 37vw;
  margin-left: -5vw;
}
.callout-articleflipflop .wrapper .visual img {
  width: 100%;
  height: auto;
  box-shadow: 0px 3px 6px #00000029;
}
.callout-articleflipflop .wrapper .text {
  font-size: clamp(17.05px, 1.144vw, 22px);
  line-height: 1.45454545;
  /*@media (max-width: 1450px) {
      @newSize: (@sizeValue * .75);
      font-size: ~"clamp(16px, @{newSize}px, 100px)";
    }*/
  color: #003370;
}
.callout-articleflipflop .wrapper .text h2 {
  font-size: clamp(26.35px, 1.768vw, 34px);
  line-height: 1;
  /*@media (max-width: 1450px) {
      @newSize: (@sizeValue * .75);
      font-size: ~"clamp(16px, @{newSize}px, 100px)";
    }*/
  color: #218197;
  margin-bottom: 30px;
}
.callout-articleflipflop .wrapper .text .header,
.callout-articleflipflop .wrapper .text h3 {
  font-size: clamp(18.6px, 1.248vw, 24px);
  line-height: 1.33333333;
  /*@media (max-width: 1450px) {
      @newSize: (@sizeValue * .75);
      font-size: ~"clamp(16px, @{newSize}px, 100px)";
    }*/
  font-weight: bold;
  margin-bottom: 25px;
}
.callout-articleflipflop .wrapper .text ol {
  list-style-type: decimal;
}
.callout-articleflipflop .wrapper .text ul {
  list-style-type: disc;
}
.callout-articleflipflop .wrapper .text ul,
.callout-articleflipflop .wrapper .text ol {
  margin-left: 2em;
  margin-bottom: 1.5em;
}
.callout-articleflipflop .wrapper .text ul li,
.callout-articleflipflop .wrapper .text ol li {
  margin-bottom: 0.5em;
}
.callout-articleflipflop .wrapper .text ul li:last-child,
.callout-articleflipflop .wrapper .text ol li:last-child {
  margin-bottom: 0;
}
.callout-articleflipflop .wrapper .text ul:last-child,
.callout-articleflipflop .wrapper .text ol:last-child {
  margin-bottom: 0;
}
.callout-articleflipflop .wrapper .text ul > li > ul,
.callout-articleflipflop .wrapper .text ol > li > ul {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.callout-articlecta {
  margin-bottom: 75px;
}
.callout-articlecta .wrapper {
  display: flex;
  gap: 16px;
}
.callout-articlecta .wrapper .visual {
  flex: 1;
}
.callout-articlecta .wrapper .visual img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  box-shadow: 0px 3px 6px #00000029;
}
.callout-articlecta .wrapper .text {
  flex: 1;
  background: #003370;
  padding: 80px 0;
  font-size: clamp(17.05px, 1.144vw, 22px);
  line-height: 1.45454545;
  /*@media (max-width: 1450px) {
      @newSize: (@sizeValue * .75);
      font-size: ~"clamp(16px, @{newSize}px, 100px)";
    }*/
}
.callout-articlecta .wrapper .text .header {
  color: #29A1BC;
  font-size: clamp(14.725px, 0.988vw, 19px);
  line-height: 1.21052632;
  /*@media (max-width: 1450px) {
      @newSize: (@sizeValue * .75);
      font-size: ~"clamp(16px, @{newSize}px, 100px)";
    }*/
  font-weight: bold;
  margin: 0 4vw 25px;
}
.callout-articlecta .wrapper .text .copy {
  color: #F7F7F5;
  font-size: clamp(31px, 2.08vw, 40px);
  line-height: 1.35;
  /*@media (max-width: 1450px) {
      @newSize: (@sizeValue * .75);
      font-size: ~"clamp(16px, @{newSize}px, 100px)";
    }*/
  font-weight: bold;
  margin: 0 4vw 75px;
}
.callout-articlecta .wrapper .text .link {
  margin: 0 4vw;
}
.callout-articlecta .wrapper .text .link a {
  padding: 16px 35px;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  border-radius: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: transparent linear-gradient(180deg, #F500ED 0%, #C135B8 100%) 0% 0% no-repeat padding-box;
  transition: border-color 250ms linear, border-color 250ms linear;
}
.callout-articlecta .wrapper .text .link a:hover {
  background: transparent linear-gradient(180deg, #C135B8 0%, #ac27a3 100%) 0% 0% no-repeat padding-box;
}
.callout-articlewysiwyg {
  margin-bottom: 75px;
}
.callout-articlewysiwyg .wrapper {
  font-size: clamp(17.05px, 1.144vw, 22px);
  line-height: 1.45454545;
  /*@media (max-width: 1450px) {
      @newSize: (@sizeValue * .75);
      font-size: ~"clamp(16px, @{newSize}px, 100px)";
    }*/
  color: #003370;
}
.callout-articlewysiwyg .wrapper h2 {
  font-size: clamp(26.35px, 1.768vw, 34px);
  line-height: 1;
  /*@media (max-width: 1450px) {
      @newSize: (@sizeValue * .75);
      font-size: ~"clamp(16px, @{newSize}px, 100px)";
    }*/
  color: #218197;
  margin-bottom: 30px;
}
.callout-articlewysiwyg .wrapper h3 {
  font-size: clamp(18.6px, 1.248vw, 24px);
  line-height: 1.33333333;
  /*@media (max-width: 1450px) {
      @newSize: (@sizeValue * .75);
      font-size: ~"clamp(16px, @{newSize}px, 100px)";
    }*/
  font-weight: bold;
  margin-bottom: 25px;
}
.callout-articlewysiwyg .wrapper ol {
  list-style-type: decimal;
}
.callout-articlewysiwyg .wrapper ul {
  list-style-type: disc;
}
.callout-articlewysiwyg .wrapper ul,
.callout-articlewysiwyg .wrapper ol {
  margin-left: 2em;
  margin-bottom: 1.5em;
}
.callout-articlewysiwyg .wrapper ul li,
.callout-articlewysiwyg .wrapper ol li {
  margin-bottom: 0.5em;
}
.callout-articlewysiwyg .wrapper ul li:last-child,
.callout-articlewysiwyg .wrapper ol li:last-child {
  margin-bottom: 0;
}
.callout-articlewysiwyg .wrapper ul:last-child,
.callout-articlewysiwyg .wrapper ol:last-child {
  margin-bottom: 0;
}
.callout-articlewysiwyg .wrapper ul > li > ul,
.callout-articlewysiwyg .wrapper ol > li > ul {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.callout-articleintro {
  margin-bottom: 40px;
}
.callout-articleintro .wrapper .date {
  font-size: clamp(12.4px, 0.832vw, 16px);
  line-height: 1.375;
  /*@media (max-width: 1450px) {
      @newSize: (@sizeValue * .75);
      font-size: ~"clamp(16px, @{newSize}px, 100px)";
    }*/
  color: #707070;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 40px;
}
.callout-articleintro .wrapper .header {
  font-size: clamp(55.800000000000004px, 3.7439999999999998vw, 72px);
  line-height: 1.19444444;
  /*@media (max-width: 1450px) {
      @newSize: (@sizeValue * .75);
      font-size: ~"clamp(16px, @{newSize}px, 100px)";
    }*/
  text-wrap: balance;
  color: #003370;
}
@media (max-width: 950px) {
  .callout-articleintro .wrapper .header {
    font-size: clamp(46.5px, 3.1199999999999997vw, 60px);
    line-height: 1.2;
    /*@media (max-width: 1450px) {
      @newSize: (@sizeValue * .75);
      font-size: ~"clamp(16px, @{newSize}px, 100px)";
    }*/
  }
}
@media (max-width: 650px) {
  .callout-articleintro .wrapper .header {
    font-size: clamp(34.1px, 2.288vw, 44px);
    line-height: 1.18181818;
    /*@media (max-width: 1450px) {
      @newSize: (@sizeValue * .75);
      font-size: ~"clamp(16px, @{newSize}px, 100px)";
    }*/
  }
}
